summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-06-16block: invalidate cached plug timestamp after task switchUsama Arif
2026-06-16kernel/fork: clear PF_BLOCK_TS in copy_process()Usama Arif
2026-06-16Merge branch 'idle-time-acc' into featuresAlexander Gordeev
2026-06-16Merge tag 'trace-latency-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-16Merge tag 'probes-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2026-06-16Merge tag 'linux_kselftest-kunit-7.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-06-15s390/idle: Provide arch specific kcpustat_field_idle()/kcpustat_field_iowait()Heiko Carstens
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds
2026-06-15Merge tag 'perf-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds
2026-06-15Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
2026-06-15Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
2026-06-15Merge tag 'timers-clocksource-2026-06-13' of gitolite.kernel.org:pub/scm/linu...Linus Torvalds
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
2026-06-15Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...Linus Torvalds
2026-06-15Merge tag 'rcu.release.v7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-14bpf: Add support to specify uprobe_multi target via file descriptorJiri Olsa
2026-06-14bpf: Use user_path_at for path resolution in uprobe_multiJiri Olsa
2026-06-14bpf: Guard __get_user acesss with access_ok for uprobe_multi dataJiri Olsa
2026-06-15Merge tag 'vfs-7.2-rc1.procfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-15Merge tag 'kernel-7.2-rc1.task_exec_state' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2026-06-14bpf: Raise maximum call chain depth to 16 framesAlexei Starovoitov
2026-06-13posix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error pathWenTao Liang
2026-06-13time/jiffies: Register jiffies clocksource before usageThomas Gleixner
2026-06-12bpf: Fix setting retval to -EPERM for cgroup hooks not returning errnoXu Kuohai
2026-06-12bpf: Run generic devmap egress prog on private skbSun Jian
2026-06-11Merge tag 'dma-mapping-7.1-2026-06-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-11Merge branches 'pm-sleep', 'pm-powercap' and 'pm-tools'Rafael J. Wysocki
2026-06-11Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-qos'Rafael J. Wysocki
2026-06-11locking: Add contended_release tracepoint to sleepable locksDmitry Ilvokhin
2026-06-11locking/percpu-rwsem: Extract __percpu_up_read()Dmitry Ilvokhin
2026-06-11futex: Optimize futex hash bucket access patternsPeter Zijlstra
2026-06-11sched/fair: Fix newidle vs core-schedAaron Lu
2026-06-10bpf: Tighten cgroup storage cookie checks for prog arraysDaniel Borkmann
2026-06-10vhost_task_create: kill unnecessary .exit_signal initializationOleg Nesterov
2026-06-09bpf: Cancel special fields on map value recycleJustin Suess
2026-06-09bpf: Reject bpf_obj_drop() from tracing progsJustin Suess
2026-06-09Merge tag 'trace-rv-v7.1-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-09bpf: Allow sleepable programs to use LPM trie maps directlyVlad Poenaru
2026-06-09bpf: Allow LPM map access from sleepable BPF programsVlad Poenaru
2026-06-09PM: QoS: Fix misc device registration unwindYuho Choi
2026-06-09bpf: Enforce write checks for BTF pointer helper accessNuoqi Gui
2026-06-09timers/migration: Temporarily disable per capacity hierarchiesFrederic Weisbecker
2026-06-09bpf: Validate BTF repeated field counts before expansionPaul Moses
2026-06-09sched/deadline: Use task_on_rq_migrating() helperLiang Luo