summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-05-08perf: Remove too early and redundant CPU hotplug handlingFrederic Weisbecker1-1/+0
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra13-264/+227
2025-04-22Merge tag 'for-6.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+45
2025-04-20Merge tag 'mm-hotfixes-stable-2025-04-19-21-24' of git://git.kernel.org/pub/s...Linus Torvalds3-2/+21
2025-04-20Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+4
2025-04-19Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-7/+0
2025-04-18Merge tag 'irq-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2025-04-18mm: vmscan: restore high-cpu watermark safety in kswapdJohannes Weiner1-2/+0
2025-04-18writeback: fix false warning in inode_to_wb()Andreas Gruenbacher1-0/+1
2025-04-18fs/dax: fix folio splitting issue by resetting old folio order + _nr_pagesDavid Hildenbrand1-0/+17
2025-04-18mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov1-0/+3
2025-04-17Merge tag 'sound-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+0
2025-04-17Merge tag 'platform-drivers-x86-v6.15-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+4
2025-04-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar9-32/+9
2025-04-17block: introduce zone capacity helperNaohiro Aota1-22/+45
2025-04-17fs: move the bdex_statx call to vfs_getattr_nosecChristoph Hellwig1-3/+3
2025-04-17Merge tag 'mm-hotfixes-stable-2025-04-16-19-59' of git://git.kernel.org/pub/s...Linus Torvalds3-173/+101
2025-04-15fs: add kern_path_locked_negative()Christian Brauner1-0/+1
2025-04-15PCI/MSI: Add an option to write MSIX ENTRY_DATA before any readsJonathan Currier1-0/+2
2025-04-14Merge tag 'vfs-6.15-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-56/+50
2025-04-13nfs: add missing selections of CONFIG_CRC32Eric Biggers1-7/+0
2025-04-12mm: (un)track_pfn_copy() fix + doc improvementsDavid Hildenbrand1-3/+6
2025-04-12locking/local_lock, mm: replace localtry_ helpers with local_trylock_t typeAlexei Starovoitov2-170/+95
2025-04-11dcache: convert dentry flag macros to enumOmar Sandoval1-56/+50
2025-04-11Merge tag 'irq-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-27/+0
2025-04-11Merge tag 'timers-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-04-11Merge tag 'perf-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+3
2025-04-10Merge tag 'gpio-fixes-for-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-04-10Merge tag 'mtd/fixes-for-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-04-10firmware: cs_dsp: test_bin_error: Fix uninitialized data used as fw versionRichard Fitzgerald1-1/+0
2025-04-09hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::functionNam Cao1-1/+1
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+2
2025-04-08perf/x86/intel: Support auto counter reloadKan Liang1-0/+1
2025-04-08perf: Extend the bit width of the arch-specific flagKan Liang1-1/+1
2025-04-08perf/x86: Add dynamic constraintKan Liang1-0/+1
2025-04-08perf: Make perf_pmu_unregister() useablePeter Zijlstra1-5/+10
2025-04-08perf: Fix hang while freeing sigtrap eventFrederic Weisbecker1-1/+0
2025-04-08gpio: deprecate the GPIOD_FLAGS_BIT_NONEXCLUSIVE flagBartosz Golaszewski1-0/+1
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev2-1/+3
2025-04-07platform/x86: intel_pmc_ipc: add option to build without ACPIDavid E. Box1-0/+4
2025-04-07irqchip/davinci: Remove leftover headerBartosz Golaszewski1-27/+0
2025-04-07mtd: spinand: Fix build with gcc < 7.5Miquel Raynal1-1/+1
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-39/+3
2025-04-06Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+8
2025-04-05hrtimers: Make callback function pointer privateNam Cao1-1/+1
2025-04-05hrtimers: Delete hrtimer_init()Nam Cao2-3/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-35/+1
2025-04-04Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1