summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2026-04-07Merge tag 'mm-hotfixes-stable-2026-04-06-15-27' of git://git.kernel.org/pub/s...Linus Torvalds-2/+7
2026-04-07alarmtimer: Access timerqueue node under lock in suspendZhan Xusheng-4/+8
2026-04-07bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen-3/+0
2026-04-07tick/nohz: Fix inverted return value in check_tick_dependency() fast pathJosh Snyder-1/+1
2026-04-07sched/fair: Avoid overflow in enqueue_entity()K Prateek Nayak-2/+30
2026-04-07sched: Use u64 for bandwidth ratio calculationsJoseph Salisbury-3/+3
2026-04-06bpf: Do not ignore offsets for loads from insn_arraysAnton Protopopov-0/+20
2026-04-06bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva-5/+7
2026-04-06bpf: Enable unaligned accesses for syscall ctxKumar Kartikeya Dwivedi-2/+1
2026-04-06bpf: Support variable offsets for syscall PTR_TO_CTXKumar Kartikeya Dwivedi-38/+65
2026-04-06liveupdate: propagate file deserialization failuresLeo Timmins-2/+7
2026-04-05bpf: Fix stale offload->prog pointer after constant blindingMingTao Huang-0/+2
2026-04-05bpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi-1/+1
2026-04-05bpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCKMykyta Yatsenko-0/+4
2026-04-06tracing/probe: reject non-closed empty immediate stringsPengpeng Hou-1/+1
2026-04-05kho: drop restriction on maximum page orderPratyush Yadav-1/+1
2026-04-05kho: make sure preservations do not span multiple NUMA nodesPratyush Yadav (Google)-1/+9
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)-2/+2
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)-3/+2
2026-04-05mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'Kiryl Shutsemau-1/+1
2026-04-05kho: fix KASAN support for restored vmalloc regionsPasha Tatashin-1/+11
2026-04-05kho: remove finalize state and clientsJason Miu-57/+2
2026-04-05kho: adopt radix tree for preserved memory trackingJason Miu-292/+330
2026-04-05kho: move alloc tag init to kho_init_{folio,pages}()Pratyush Yadav (Google)-9/+6
2026-04-05Merge tag 'sched-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+6
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley-10/+13
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley-7/+8
2026-04-04Merge tag 'v7.0-rc6' into irq/coreThomas Gleixner-334/+620
2026-04-04Merge tag 'amd-pstate-v7.1-2026-04-02' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki-2/+3
2026-04-04module: Simplify warning on positive returns from module_init()Lucas De Marchi-7/+3
2026-04-04module: Override -EEXIST module returnLucas De Marchi-0/+8
2026-04-03Merge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-26/+54
2026-04-03Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo-26/+54
2026-04-03kernel: ksysfs: initialize kernel_kobj earlierBartosz Golaszewski-5/+4
2026-04-03sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi-14/+35
2026-04-03Merge tag 'pm-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-0/+2
2026-04-03bpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov-0/+188
2026-04-03bpf: Move verifier helpers to headerAlexei Starovoitov-34/+10
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov-24/+449
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov-0/+92
2026-04-03bpf: Do register range validation earlyAlexei Starovoitov-26/+8
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov-190/+519
2026-04-03sched/fair: Prevent negative lag increase during delayed dequeueVincent Guittot-22/+34
2026-04-03sched/fair: Use sched_energy_enabled()Vincent Guittot-5/+4
2026-04-03sched: Handle blocked-waiter migration (and return migration)John Stultz-38/+194
2026-04-03sched: Move attach_one_task and attach_task helpers to sched.hJohn Stultz-26/+23
2026-04-03sched: Add logic to zap balance callbacks if we pick againJohn Stultz-2/+34
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz-1/+9
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz-9/+25
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz-3/+13