aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-06-16Merge tag 'linux_kselftest-kunit-7.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+11
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-1/+1
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds22-910/+3068
2026-06-15Merge tag 'perf-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds1-0/+29
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds18-357/+530
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-4/+0
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds1-77/+158
2026-06-15Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds8-251/+322
2026-06-15Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds12-167/+419
2026-06-15Merge tag 'timers-clocksource-2026-06-13' of gitolite.kernel.org:pub/scm/linu...Linus Torvalds1-0/+20
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds9-132/+364
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds3-13/+11
2026-06-15Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...Linus Torvalds4-50/+21
2026-06-15Merge tag 'rcu.release.v7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds5-20/+86
2026-06-15Merge tag 'vfs-7.2-rc1.procfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-06-15Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+237
2026-06-15Merge tag 'kernel-7.2-rc1.task_exec_state' of git://git.kernel.org/pub/scm/li...Linus Torvalds8-31/+185
2026-06-13posix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error pathWenTao Liang1-0/+1
2026-06-13time/jiffies: Register jiffies clocksource before usageThomas Gleixner1-6/+5
2026-06-11Merge tag 'dma-mapping-7.1-2026-06-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2026-06-11Merge branches 'pm-sleep', 'pm-powercap' and 'pm-tools'Rafael J. Wysocki3-47/+13
2026-06-11Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-qos'Rafael J. Wysocki1-3/+8
2026-06-11locking: Add contended_release tracepoint to sleepable locksDmitry Ilvokhin6-2/+34
2026-06-11locking/percpu-rwsem: Extract __percpu_up_read()Dmitry Ilvokhin1-0/+18
2026-06-11futex: Optimize futex hash bucket access patternsPeter Zijlstra5-119/+87
2026-06-11sched/fair: Fix newidle vs core-schedAaron Lu1-0/+3
2026-06-09Merge tag 'trace-rv-v7.1-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-14/+9
2026-06-09PM: QoS: Fix misc device registration unwindYuho Choi1-3/+8
2026-06-09timers/migration: Temporarily disable per capacity hierarchiesFrederic Weisbecker1-1/+1
2026-06-09sched/deadline: Use task_on_rq_migrating() helperLiang Luo1-2/+2
2026-06-09sched/core: Combine separate 'else' and 'if' statementsLiang Luo1-2/+1
2026-06-09sched/fair: Fix cpu_util runnable_avg arithmeticHongyan Xia1-8/+15
2026-06-08kernel: param: initialize module_kset in a pure_initcallShashank Balaji1-4/+4
2026-06-07Merge tag 'timers-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+8
2026-06-07Merge tag 'locking-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1/+10
2026-06-06Merge tag 'vfs-7.1-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+6
2026-06-06bpf: Add simple xattr support to bpffsDaniel Borkmann1-19/+237
2026-06-05Merge tag 'probes-fixes-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2026-06-04timers/migration: Fix livelock in tmigr_handle_remote_up()Amit Matityahu1-2/+6
2026-06-04perf: Reveal PMU type in fdinfoChun-Tse Shao1-0/+29
2026-06-04timekeeping: Add clocksource read_snapshot() method and hw_cycles to snapshotDavid Woodhouse1-1/+20
2026-06-04timekeeping: Add support for AUX clock cross timestampingThomas Gleixner1-0/+6
2026-06-04timekeeping: Prepare for cross timestamps on arbitrary clock IDsThomas Gleixner1-25/+35
2026-06-04timekeeping: Add system_counterval_t to struct system_device_crosststampThomas Gleixner1-25/+21
2026-06-04timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()Thomas Gleixner1-0/+15
2026-06-04timekeeping: Remove system_time_snapshot::real/boot/rawThomas Gleixner1-8/+0
2026-06-03locking/rtmutex: Skip remove_waiter() when waiter is not enqueuedDavidlohr Bueso2-1/+4
2026-06-03Merge tag 'cgroup-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+7
2026-06-03Merge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+6
2026-06-03dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_deviceLi RongQing1-1/+1