summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-03-19locking: Allow obtaining result of arch_mcs_spin_lock_contendedKumar Kartikeya Dwivedi-3/+1
2025-03-19locking: Move common qspinlock helpers to a private headerKumar Kartikeya Dwivedi-188/+206
2025-03-19pidfs: ensure that PIDFS_INFO_EXIT is availableChristian Brauner-2/+5
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar-28/+95
2025-03-18bpf: clarify a misleading verifier error messageAndrea Terzolo-1/+1
2025-03-18bpf: Reject attaching fexit/fmod_ret to __noreturn functionsYafang Shao-0/+32
2025-03-18bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...Martin KaFai Lau-5/+6
2025-03-18locking: Move MCS struct definition to public headerKumar Kartikeya Dwivedi-6/+0
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis-0/+12
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados-18/+0
2025-03-18fs: dedup handling of struct filename init and refcounts bumpsMateusz Guzik-7/+5
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand-0/+36
2025-03-17Merge tag 'probes-fixes-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+14
2025-03-17bpftool: Using the right format specifiersJiayuan Chen-2/+2
2025-03-17bpf: Return prog btf_id without capable checkMykyta Yatsenko-2/+2
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko-2/+21
2025-03-17kexec_core: accept unaccepted kexec segments' destination addressesYan Zhao-0/+10
2025-03-17watchdog/perf: optimize bytes copied and remove manual NUL-terminationThorsten Blum-4/+2
2025-03-17signal: avoid clearing TIF_SIGPENDING in recalc_sigpending() if unsetMateusz Guzik-3/+4
2025-03-17printk: Add an option to allow ttynull to be a default console deviceAdam Simonelli-0/+5
2025-03-17sched/topology: Stop exposing partition_sched_domains_lockedJuri Lelli-1/+1
2025-03-17cgroup/cpuset: Remove partition_and_rebuild_sched_domainsJuri Lelli-10/+1
2025-03-17sched/topology: Remove redundant dl_clear_root_domain callJuri Lelli-14/+1
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli-15/+29
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli-12/+17
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli-10/+18
2025-03-17sched/deadline: Ignore special tasks when rebuilding domainsJuri Lelli-1/+1
2025-03-17tracing: Use preempt_model_str()Sebastian Andrzej Siewior-6/+1
2025-03-17perf: Clean up pmu specific dataKan Liang-73/+3
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior-4/+54
2025-03-17perf: Supply task information to sched_task()Kan Liang-9/+11
2025-03-17perf: attach/detach PMU specific dataKan Liang-0/+289
2025-03-17perf: Save PMU specific data in task_structKan Liang-0/+1
2025-03-17posix-timers: Drop redundant memset() invocationCyrill Gorcunov-1/+0
2025-03-17perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen-1/+1
2025-03-17perf/core: Use POLLHUP for pinned events in errorNamhyung Kim-0/+9
2025-03-17configs: drop GENERIC_PTDUMP from debug.configAnshuman Khandual-1/+0
2025-03-16reboot: add support for configuring emergency hardware protection actionAhmad Fatoum-0/+48
2025-03-16reboot: indicate whether it is a HARDWARE PROTECTION reboot or shutdownAhmad Fatoum-1/+2
2025-03-16reboot: rename now misleading __hw_protection_shutdown symbolsAhmad Fatoum-4/+4
2025-03-16reboot: describe do_kernel_restart's cmd argument in kernel-docAhmad Fatoum-0/+3
2025-03-16reboot: reboot, not shutdown, on hw_protection_reboot timeoutAhmad Fatoum-21/+49
2025-03-16reboot: replace __hw_protection_shutdown bool action parameter with an enumAhmad Fatoum-8/+6
2025-03-16ucount: use rcuref_t for reference countingSebastian Andrzej Siewior-11/+5
2025-03-16ucount: use RCU for ucounts lookupsSebastian Andrzej Siewior-35/+40
2025-03-16ucount: replace get_ucounts_or_wrap() with atomic_inc_not_zero()Sebastian Andrzej Siewior-18/+6
2025-03-16crash: let arch decide usable memory range in reserved areaSourabh Jain-0/+12
2025-03-16crash: remove an unused argument from reserve_crashkernel_generic()Sourabh Jain-5/+4
2025-03-16kexec: initialize ELF lowest address to ULONG_MAXSourabh Jain-1/+1
2025-03-16mm,procfs: allow read-only remote mm access under CAP_PERFMONAndrii Nakryiko-1/+12