summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-423/+742
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+20
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds-8/+101
2024-09-18Merge tag 'misc.2024.09.14a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2024-09-18Merge tag 'kcsan.2024.09.14a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-617/+847
2024-09-18Merge tag 'wq-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-25/+82
2024-09-18Merge tag 'cgroup-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1043/+1098
2024-09-17Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+32
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-175/+1818
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-213/+231
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-125/+161
2024-09-17Merge tag 'timers-clocksource-2024-09-16' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-13/+32
2024-09-17Merge tag 'smp-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+17
2024-09-16Merge tag 'audit-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+4
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-3/+3
2024-09-16Merge tag 'pm-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-53/+54
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+9
2024-09-16Merge tag 'v6.12-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+5
2024-09-16Merge tag 'net-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-6/+39
2024-09-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-6/+39
2024-09-12Merge tag 'wq-for-6.11-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+6
2024-09-12uidgid: make sure we fit into one cachelineChristian Brauner-3/+3
2024-09-11workqueue: Clear worker->pool in the worker thread contextLai Jiangshan-2/+6
2024-09-11Merge tag 'printk-for-6.11-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2024-09-11kernel/workqueue.c: fix DEFINE_PER_CPU_SHARED_ALIGNED expansionBaoquan He-6/+3
2024-09-11Merge branches 'pm-sleep', 'pm-opp' and 'pm-tools'Rafael J. Wysocki-53/+54
2024-09-11bpf: Support __nullable argument suffix for tp_btfPhilo Lu-4/+35
2024-09-11bpf, cpumap: Move xdp:xdp_cpumap_kthread tracepoint before rcvDaniel Xu-2/+4
2024-09-11Merge branch 'for-6.11-fixup' into for-linusPetr Mladek-0/+1
2024-09-10cgroup: Do not report unavailable v1 controllers in /proc/cgroupsMichal Koutný-1/+4
2024-09-10cgroup: Disallow mounting v1 hierarchies without controller implementationMichal Koutný-2/+10
2024-09-10cgroup/cpuset: Expose cpuset filesystem with cpuset v1 onlyMichal Koutný-2/+2
2024-09-10PM: hibernate: Remove unused stub for saveable_highmem_page()Andy Shevchenko-5/+0
2024-09-10Merge tag 'trace-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+5
2024-09-10ntp: Make sure RTC is synchronized when time goes backwardsBenjamin ROBIN-4/+14
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner-504/+387
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang-3/+11
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang-2/+162
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko-4/+0
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt-5/+5
2024-09-09printk: Export match_devname_and_update_preferred_console()Yu Liao-0/+1
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen-11/+11
2024-09-08cpu: Use already existing usleep_range()Anna-Maria Behnsen-1/+1
2024-09-08timers: Rename next_expiry_recalc() to be uniqueAnna-Maria Behnsen-3/+3
2024-09-09Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...Neeraj Upadhyay-473/+692
2024-09-09rcu: Defer printing stall-warning backtrace when holding rcu_node lockPaul E. McKenney-0/+2
2024-09-09rcu/nocb: Remove superfluous memory barrier after bypass enqueueFrederic Weisbecker-1/+1
2024-09-09rcu/nocb: Conditionally wake up rcuo if not already waiting on GPFrederic Weisbecker-4/+1
2024-09-09rcu/nocb: Fix RT throttling hrtimer armed from offline CPUFrederic Weisbecker-1/+4