aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-06-15exfat: add exfat_file_open()Namjae Jeon1-0/+9
2026-06-15exfat: add balloc parameter to exfat_map_cluster() for iomap supportNamjae Jeon1-2/+5
2026-06-15exfat: replace unsafe macros with static inline functionsNamjae Jeon8-86/+147
2026-06-15exfat: simplify exfat_lookup()Al Viro1-43/+13
2026-06-15powerpc/kexec: fix double get_cpu() imbalance in kexec_prepare_cpusAboorva Devarajan1-3/+1
2026-06-15exfat: fix potential use-after-free in exfat_find_dir_entry()Michael Bommarito1-1/+3
2026-06-15powerpc/powernv: fix preempt count leak in pnv_kexec_wait_secondaries_downAboorva Devarajan1-1/+2
2026-06-15powerpc/perf: fix preempt count underflow in fsl_emb_pmu_delAboorva Devarajan1-1/+2
2026-06-15exfat: fix handling of damaged volume in exfat_create_upcase_table()David Timber1-6/+13
2026-06-15powerpc/boot: Allow text relocations for pseries wrapper with binutils 2.46+Amit Machhiwal1-0/+1
2026-06-15sparc: Remove remaining defconfig references to the pktcdvd driverCatalin Iacob1-2/+0
2026-06-15drm/displayid: fix Tiled Display Topology ID sizeJani Nikula3-10/+10
2026-06-15docs/fs/ntfs: add mount options to support Windows native symbolic linksHyunchul Lee1-0/+13
2026-06-15ntfs: support creating Windows native symlinksHyunchul Lee6-3/+160
2026-06-15ntfs: clean up target name conversion for WSL symlinksHyunchul Lee3-45/+30
2026-06-15ntfs: add native_symlink mount optionHyunchul Lee4-6/+34
2026-06-15ntfs: support following Windows native symlink with absolute pathsHyunchul Lee6-18/+212
2026-06-15ntfs: support following Windows native symlink with relative pathsHyunchul Lee3-27/+147
2026-06-15ntfs: fix incorrect size of symbolic linkHyunchul Lee1-0/+3
2026-06-15mips: select legacy gpiolib interfaces where usedArnd Bergmann3-1/+6
2026-06-15Merge tag 'pull-fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2026-06-15MIPS: lib: Remove '.hidden' for local symbolsNathan Chancellor2-4/+0
2026-06-15MIPS: VDSO: Avoid including .got in dynamic segmentNathan Chancellor1-0/+1
2026-06-15MIPS: smp: report dying CPU to RCU in stop_this_cpu()Jonas Jelonek1-0/+2
2026-06-15MIPS: kernel: proc: Delete unnecessary braces in show_cpuinfo()Markus Elfring1-2/+1
2026-06-15MIPS: kernel: proc: Use seq_putc() calls in show_cpuinfo()Markus Elfring1-3/+3
2026-06-15mips: sched: Fix CPUMASK_OFFSTACK memory corruptionAaron Tomlin1-13/+15
2026-06-15MIPS: mm: Fix out-of-bounds write in maar_res_walk()Yadan Fan1-4/+8
2026-06-15MIPS: ath79: reduce ARCH_DMA_MINALIGNRosen Penev1-0/+7
2026-06-15mips: dts: ar9132: fix wdt node nameRosen Penev1-1/+1
2026-06-15mips: Remove remaining defconfig references to the pktcdvd driverCatalin Iacob10-10/+0
2026-06-15MIPS: mm: remove comment referring to removed CONFIG_MIPS_CMPEthan Nelson-Moore1-5/+0
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds157-13470/+3157
2026-06-15Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds23-243/+149
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds38-969/+3486
2026-06-15Merge tag 'perf-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds11-145/+540
2026-06-15Merge tag 'objtool-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds23-753/+1470
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds71-491/+2402
2026-06-15mm/slab: stop inlining __slab_alloc_node()Vlastimil Babka (SUSE)1-3/+3
2026-06-15mm/slab: do not init any kfence objects on allocationVlastimil Babka (SUSE)2-33/+29
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds22-76/+34
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds23-194/+348
2026-06-15Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds21-358/+529
2026-06-15Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds24-290/+717
2026-06-15sparc: led: avoid trimming a newline from empty writesPengpeng Hou1-1/+1
2026-06-15sparc: Export mcount for Clang-built modulesRosen Penev2-0/+2
2026-06-15sparc: Disable compat support with LLDRosen Penev1-0/+1
2026-06-15Merge tag 'timers-clocksource-2026-06-13' of gitolite.kernel.org:pub/scm/linu...Linus Torvalds19-137/+591
2026-06-15Merge tag 'smp-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds2-3/+5
2026-06-15Merge tag 'irq-msi-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1