aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-06-16block: invalidate cached plug timestamp after task switchUsama Arif1-4/+8
2026-06-16kernel/fork: clear PF_BLOCK_TS in copy_process()Usama Arif1-0/+1
2026-06-16Merge branch 'idle-time-acc' into featuresAlexander Gordeev1-2/+2
2026-06-16Merge tag 'trace-latency-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+29
2026-06-16Merge tag 'probes-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds3-38/+155
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-15s390/idle: Provide arch specific kcpustat_field_idle()/kcpustat_field_iowait()Heiko Carstens1-2/+2
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-14bpf: Add support to specify uprobe_multi target via file descriptorJiri Olsa2-8/+39
2026-06-14bpf: Use user_path_at for path resolution in uprobe_multiJiri Olsa1-9/+1
2026-06-14bpf: Guard __get_user acesss with access_ok for uprobe_multi dataJiri Olsa1-0/+11
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-14bpf: Raise maximum call chain depth to 16 framesAlexei Starovoitov1-5/+10
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-12bpf: Fix setting retval to -EPERM for cgroup hooks not returning errnoXu Kuohai2-13/+54
2026-06-12bpf: Run generic devmap egress prog on private skbSun Jian1-0/+12
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-10bpf: Tighten cgroup storage cookie checks for prog arraysDaniel Borkmann1-1/+1
2026-06-10vhost_task_create: kill unnecessary .exit_signal initializationOleg Nesterov1-1/+0
2026-06-09bpf: Cancel special fields on map value recycleJustin Suess3-18/+27
2026-06-09bpf: Reject bpf_obj_drop() from tracing progsJustin Suess1-0/+17
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-09bpf: Allow sleepable programs to use LPM trie maps directlyVlad Poenaru1-0/+1
2026-06-09bpf: Allow LPM map access from sleepable BPF programsVlad Poenaru1-4/+4
2026-06-09PM: QoS: Fix misc device registration unwindYuho Choi1-3/+8
2026-06-09bpf: Enforce write checks for BTF pointer helper accessNuoqi Gui1-1/+1
2026-06-09timers/migration: Temporarily disable per capacity hierarchiesFrederic Weisbecker1-1/+1
2026-06-09bpf: Validate BTF repeated field counts before expansionPaul Moses1-5/+4
2026-06-09sched/deadline: Use task_on_rq_migrating() helperLiang Luo1-2/+2