aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli4-15/+29
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli4-12/+17
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli4-10/+18
2025-03-17sched/deadline: Ignore special tasks when rebuilding domainsJuri Lelli1-1/+1
2025-03-17tracing: Use preempt_model_str()Sebastian Andrzej Siewior1-6/+1
2025-03-17perf: Clean up pmu specific dataKan Liang1-73/+3
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior3-4/+54
2025-03-17perf: Supply task information to sched_task()Kan Liang1-9/+11
2025-03-17perf: attach/detach PMU specific dataKan Liang1-0/+289
2025-03-17perf: Save PMU specific data in task_structKan Liang1-0/+1
2025-03-17posix-timers: Drop redundant memset() invocationCyrill Gorcunov1-1/+0
2025-03-17perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen1-1/+1
2025-03-17perf/core: Use POLLHUP for pinned events in errorNamhyung Kim1-0/+9
2025-03-17configs: drop GENERIC_PTDUMP from debug.configAnshuman Khandual1-1/+0
2025-03-16reboot: add support for configuring emergency hardware protection actionAhmad Fatoum1-0/+48
2025-03-16reboot: indicate whether it is a HARDWARE PROTECTION reboot or shutdownAhmad Fatoum1-1/+2
2025-03-16reboot: rename now misleading __hw_protection_shutdown symbolsAhmad Fatoum1-4/+4
2025-03-16reboot: describe do_kernel_restart's cmd argument in kernel-docAhmad Fatoum1-0/+3
2025-03-16reboot: reboot, not shutdown, on hw_protection_reboot timeoutAhmad Fatoum1-21/+49
2025-03-16reboot: replace __hw_protection_shutdown bool action parameter with an enumAhmad Fatoum1-8/+6
2025-03-16ucount: use rcuref_t for reference countingSebastian Andrzej Siewior1-11/+5
2025-03-16ucount: use RCU for ucounts lookupsSebastian Andrzej Siewior1-34/+39
2025-03-16ucount: replace get_ucounts_or_wrap() with atomic_inc_not_zero()Sebastian Andrzej Siewior1-18/+6
2025-03-16crash: let arch decide usable memory range in reserved areaSourabh Jain1-0/+12
2025-03-16crash: remove an unused argument from reserve_crashkernel_generic()Sourabh Jain1-5/+4
2025-03-16kexec: initialize ELF lowest address to ULONG_MAXSourabh Jain1-1/+1
2025-03-16mm,procfs: allow read-only remote mm access under CAP_PERFMONAndrii Nakryiko1-1/+12
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-27/+46
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan1-7/+6
2025-03-16mm: move mmap_init_lock() out of the header fileSuren Baghdasaryan1-0/+6
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan1-0/+4
2025-03-16mm: move per-vma lock into vm_area_structSuren Baghdasaryan1-44/+5
2025-03-16kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page()David Hildenbrand1-1/+12
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak1-1/+1
2025-03-16Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-6/+18
2025-03-16perf/core: Use sysfs_emit() instead of scnprintf()XieLudan1-3/+3
2025-03-15bpf: Check map->record at the beginning of check_and_free_fields()Hou Tao1-0/+3
2025-03-15bpf: preload: Add MODULE_DESCRIPTIONArnd Bergmann1-0/+1
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy1-5/+5
2025-03-15bpf: fix missing kdoc string fields in cpumask.cEmil Tsalapatis1-0/+20
2025-03-15bpf: add kfunc for populating cpumask bitsEmil Tsalapatis1-0/+33
2025-03-15bpf: correct use/def for may_goto instructionEduard Zingerman1-0/+1
2025-03-15bpf: use register liveness information for func_states_equalEduard Zingerman1-4/+10
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman1-6/+314
2025-03-15bpf: get_call_summary() utility functionEduard Zingerman1-64/+57
2025-03-15bpf: jmp_offset() and verbose_insn() utility functionsEduard Zingerman1-17/+23
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye3-9/+125
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi2-8/+87
2025-03-15bpf: Factor out check_load_mem() and check_store_reg()Peilin Ye1-43/+67
2025-03-15bpf: Factor out check_atomic_rmw()Peilin Ye1-24/+29