summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-08-02ucount: use atomic_long_try_cmpxchg() in atomic_long_inc_below()Uros Bizjak
2025-08-02ucount: fix atomic_long_inc_below() argument typeUros Bizjak
2025-08-02kexec: enable CMA based contiguous allocationAlexander Graf
2025-07-19hung_task: extend hung task blocker tracking to rwsemsLance Yang
2025-07-19locking/rwsem: make owner helpers globally availableLance Yang
2025-07-19panic: add note that panic_print sysctl interface is deprecatedFeng Tang
2025-07-19panic: add 'panic_sys_info=' setup option for kernel cmdlineFeng Tang
2025-07-19panic: add 'panic_sys_info' sysctl to take human readable string parameterFeng Tang
2025-07-19panic: generalize panic_print's function to show sys infoFeng Tang
2025-07-19panic: clean up code for console replayFeng Tang
2025-07-19kdump: wait for DMA to finish when using CMAJiri Bohac
2025-07-19kdump: implement reserve_crashkernel_cmaJiri Bohac
2025-07-19Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac
2025-07-09kthread: update comment for __to_kthreadJiazi Li
2025-07-09fork: clean up ifdef logic around stack allocationPasha Tatashin
2025-07-09uprobes: revert ref_ctr_offset in uprobe_unregister error pathJiri Olsa
2025-07-09exit: fix misleading comment in forget_original_parent()Fushuai Wang
2025-07-09kcov: fix typo in comment of kcov_fault_in_areaWei Nanxin
2025-07-09relayfs: support a counter tracking if data is too big to writeJason Xing
2025-07-09blktrace: use rbuf->stats.full as a drop indicator in relayfsJason Xing
2025-07-09relayfs: introduce getting relayfs statistics functionJason Xing
2025-07-09relayfs: support a counter tracking if per-cpu buffers is fullJason Xing
2025-07-09relayfs: abolish prev_paddingJason Xing
2025-07-09kernel: relay: use __GFP_ZERO in relay_alloc_bufElijah Wright
2025-07-09fork: define a local GFP_VMAP_STACKLinus Walleij
2025-07-09fork: clean-up naming of vm_stack/vm_struct variables in vmap stacks codePasha Tatashin
2025-07-06Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-06Merge tag 'perf_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-04Merge branch 'pm-sleep'Rafael J. Wysocki
2025-07-04sched/deadline: Fix dl_server runtime calculation formulakuyo chang
2025-07-03perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra
2025-07-01sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra
2025-07-01sched: Fix preemption string of preempt_dynamic_noneThomas Weißschuh
2025-06-30perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun
2025-06-29Merge tag 'perf_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-06-28Merge tag 'trace-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-27tracing: Fix filter logic errorEdward Adam Davis
2025-06-26PM: Restrict swap use to later in the suspend sequenceMario Limonciello
2025-06-26perf/aux: Fix pending disable flow when the AUX ring buffer overrunsLeo Yan
2025-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-06-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-06-25crashdump: add CONFIG_KEYS dependencyArnd Bergmann
2025-06-23bpf: Specify access type of bpf_sysctl_get_name argsJerome Marchand
2025-06-23replace collect_mounts()/drop_collected_mounts() with a safer variantAl Viro
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-22Merge tag 'irq_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-06-20rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)