summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-04-29ima: kexec: move IMA log copy from kexec load to executeSteven Chen-1/+10
2025-04-29ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen-0/+22
2025-04-29kexec: define functions to map and unmap segmentsSteven Chen-0/+54
2025-04-29sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()Tejun Heo-6/+2
2025-04-29sched_ext: Move disable machinery into scx_schedTejun Heo-48/+25
2025-04-29sched_ext: Move event_stats_cpu into scx_schedTejun Heo-42/+58
2025-04-29sched_ext: Factor out scx_read_events()Tejun Heo-19/+26
2025-04-29sched_ext: Relocate scx_event_stats definitionTejun Heo-57/+57
2025-04-29sched_ext: Move global_dsqs into scx_schedTejun Heo-46/+49
2025-04-29sched_ext: Move dsq_hash into scx_schedTejun Heo-40/+82
2025-04-29sched_ext: Factor out scx_alloc_and_add_sched()Tejun Heo-22/+36
2025-04-29sched_ext: Inline create_dsq() into scx_bpf_create_dsq()Tejun Heo-24/+18
2025-04-29sched_ext: Use dynamic allocation for scx_schedTejun Heo-66/+91
2025-04-29sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()Tejun Heo-1/+10
2025-04-29sched_ext: Introduce scx_schedTejun Heo-115/+131
2025-04-29Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-8/+2
2025-04-29sched_ext: Fix rq lock state in hotplug opsAndrea Righi-2/+2
2025-04-29entry: Inline syscall_exit_to_user_mode()Charlie Jenkins-48/+1
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov-67/+73
2025-04-28PM: EM: Fix potential division-by-zero error in em_compute_costs()Yaxiong Tian-0/+4
2025-04-28timekeeping: Prevent coarse clocks going backwardsThomas Gleixner-10/+44
2025-04-26Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+1
2025-04-26Merge tag 'perf-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2025-04-26sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval-3/+1
2025-04-26pidfs: get rid of __pidfd_prepare()Christian Brauner-54/+29
2025-04-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-4/+5
2025-04-25cgroup/rstat: Improve cgroup_rstat_push_children() documentationWaiman Long-9/+33
2025-04-25PM: sleep: Remove unnecessary !!Zihuan Zhang-1/+1
2025-04-25sched_ext: Remove duplicate BTF_ID_FLAGS definitionsAndrea Righi-6/+0
2025-04-25Merge tag 'dma-mapping-6.15-2025-04-25' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-13/+27
2025-04-25bpf: Add namespace to BPF internal symbolsAlexei Starovoitov-3/+4
2025-04-25bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener-1/+1
2025-04-25perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang-8/+8
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra-71/+114
2025-04-24cgroup: fix goto ordering in cgroup_init()JP Kobryn-2/+2
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-70/+113
2025-04-24Merge branch 'kvm-fixes-6.15-rc4' into HEADPaolo Bonzini-425/+685
2025-04-24timers: Remove unused __round_jiffies(_up)Dr. David Alan Gilbert-42/+0
2025-04-23sched_ext: Clarify CPU context for running/stopping callbacksAndrea Righi-0/+18
2025-04-23bpf: Allow access to const void pointer arguments in tracing programsKaFai Wan-11/+7
2025-04-23bpf: Streamline allowed helpers between tracing and base setsFeng Yang-72/+0
2025-04-23bpf: Use proper type to calculate bpf_raw_tp_null_args.mask indexShung-Hsi Yu-2/+2
2025-04-23workqueue: Fix race condition in wq->stats incrementationJiayuan Chen-1/+3
2025-04-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2025-04-23perf/core: Change to POLLERR for pinned events with errorNamhyung Kim-2/+2
2025-04-22Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-63/+118
2025-04-22sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()Andrea Righi-4/+23
2025-04-22sched_ext: Track currently locked rqAndrea Righi-59/+95
2025-04-22dma-coherent: Warn if OF reserved memory is beyond current coherent DMA maskChen-Yu Tsai-3/+9
2025-04-22dma-mapping: Fix warning reported for missing prototypeBalbir Singh-8/+8