aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-01bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi1-11/+16
2025-05-01ftrace: Fix NULL memory allocation checkColin Ian King1-1/+1
2025-05-01tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park1-2/+3
2025-05-01bpf: Replace offsetof() with struct_size()Thorsten Blum1-2/+3
2025-04-30sched_ext: Avoid NULL scx_root deref in __scx_exit()Andrea Righi1-4/+13
2025-04-30sched_ext: Add RCU protection to scx_root in DSQ iteratorAndrea Righi1-1/+1
2025-04-30genirq/msi: Prevent NULL pointer dereference in msi_domain_debug_show()Andrew Jones1-1/+1
2025-04-30kbuild: require gcc-8 and binutils-2.30Arnd Bergmann1-4/+0
2025-04-30Merge tag 'modules-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-25/+22
2025-04-30sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasksJohn Stultz1-0/+6
2025-04-30alarmtimer: Switch spin_{lock,unlock}_irqsave() to guardsSu Hui1-48/+30
2025-04-30alarmtimer: Remove dead return value in clock2alarm()Su Hui1-3/+3
2025-04-30time/jiffies: Change register_refined_jiffies() to void __initSu Hui1-4/+1
2025-04-29ima: kexec: move IMA log copy from kexec load to executeSteven Chen1-1/+10
2025-04-29ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen1-0/+22
2025-04-29kexec: define functions to map and unmap segmentsSteven Chen1-0/+54
2025-04-29sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()Tejun Heo1-6/+2
2025-04-29sched_ext: Move disable machinery into scx_schedTejun Heo1-48/+25
2025-04-29sched_ext: Move event_stats_cpu into scx_schedTejun Heo1-42/+58
2025-04-29sched_ext: Factor out scx_read_events()Tejun Heo1-19/+26
2025-04-29sched_ext: Relocate scx_event_stats definitionTejun Heo1-57/+57
2025-04-29sched_ext: Move global_dsqs into scx_schedTejun Heo1-46/+49
2025-04-29sched_ext: Move dsq_hash into scx_schedTejun Heo1-40/+82
2025-04-29sched_ext: Factor out scx_alloc_and_add_sched()Tejun Heo1-22/+36
2025-04-29sched_ext: Inline create_dsq() into scx_bpf_create_dsq()Tejun Heo1-24/+18
2025-04-29sched_ext: Use dynamic allocation for scx_schedTejun Heo1-66/+91
2025-04-29sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()Tejun Heo1-1/+10
2025-04-29sched_ext: Introduce scx_schedTejun Heo2-115/+131
2025-04-29Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo1-8/+2
2025-04-29sched_ext: Fix rq lock state in hotplug opsAndrea Righi1-2/+2
2025-04-29entry: Inline syscall_exit_to_user_mode()Charlie Jenkins1-48/+1
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov11-67/+73
2025-04-28PM: EM: Fix potential division-by-zero error in em_compute_costs()Yaxiong Tian1-0/+4
2025-04-28timekeeping: Prevent coarse clocks going backwardsThomas Gleixner2-10/+44
2025-04-26Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2025-04-26Merge tag 'perf-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-04-26sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval1-3/+1
2025-04-26pidfs: get rid of __pidfd_prepare()Christian Brauner1-54/+29
2025-04-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-4/+5
2025-04-25cgroup/rstat: Improve cgroup_rstat_push_children() documentationWaiman Long1-9/+33
2025-04-25PM: sleep: Remove unnecessary !!Zihuan Zhang1-1/+1
2025-04-25sched_ext: Remove duplicate BTF_ID_FLAGS definitionsAndrea Righi1-6/+0
2025-04-25Merge tag 'dma-mapping-6.15-2025-04-25' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-13/+27
2025-04-25bpf: Add namespace to BPF internal symbolsAlexei Starovoitov2-3/+4
2025-04-25bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener1-1/+1
2025-04-25perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang1-8/+8
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra8-71/+114
2025-04-24cgroup: fix goto ordering in cgroup_init()JP Kobryn1-2/+2
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-70/+113
2025-04-24Merge branch 'kvm-fixes-6.15-rc4' into HEADPaolo Bonzini18-425/+685