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