summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-08-02exit: Sleep at TASK_IDLE when waiting for application core dumpPaul E. McKenney-1/+1
2024-08-02clocksource: Set cs_watchdog_read() checks based on .uncertainty_marginPaul E. McKenney-4/+5
2024-08-02clocksource: Fix comments on WATCHDOG_THRESHOLD & WATCHDOG_MAX_SKEWPaul E. McKenney-1/+7
2024-08-02clocksource: Improve comments for watchdog skew boundsBorislav Petkov-8/+20
2024-08-02clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney-1/+1
2024-08-02cpu/hotplug: Provide weak fallback for arch_cpuhp_init_parallel_bringup()Jiaxun Yang-0/+5
2024-08-02cpu/hotplug: Make HOTPLUG_PARALLEL independent of HOTPLUG_SMTJiaxun Yang-0/+11
2024-08-02PM: sleep: Use sysfs_emit() and sysfs_emit_at() in "show" functionsXueqin Luo-37/+39
2024-08-02PM: hibernate: Use sysfs_emit() and sysfs_emit_at() in "show" functionsXueqin Luo-11/+15
2024-08-02uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()Oleg Nesterov-5/+9
2024-08-02uprobes: fold __uprobe_unregister() into uprobe_unregister()Oleg Nesterov-15/+10
2024-08-02uprobes: change uprobe_register() to use uprobe_unregister() instead of __upr...Oleg Nesterov-5/+7
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov-60/+47
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov-28/+11
2024-08-02uprobes: simplify error handling for alloc_uprobe()Andrii Nakryiko-3/+1
2024-08-02uprobes: is_trap_at_addr: don't use get_user_pages_remote()Oleg Nesterov-7/+1
2024-08-02uprobes: document the usage of mm->mmap_lockOleg Nesterov-2/+8
2024-08-02perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko-0/+2
2024-08-02perf: Support PERF_SAMPLE_READ with inheritBen Gainey-14/+41
2024-08-02perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.Ben Gainey-6/+6
2024-08-01kcsan: Use min() to fix Coccinelle warningThorsten Blum-1/+1
2024-08-01sched_ext: Build fix on !CONFIG_STACKTRACE[_SUPPORT]Tejun Heo-1/+4
2024-07-31scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALLDavid Vernet-16/+11
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long-2/+53
2024-07-31jump_label: Fix the fix, brown paper bags galorePeter Zijlstra-2/+2
2024-07-31tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner-1/+2
2024-07-30cpuset: use Union-Find to optimize the merging of cpumasksXavier-70/+44
2024-07-30cgroup/cpuset: add decrease attach_in_progress helpersChen Ridong-15/+24
2024-07-30cgroup/cpuset: Remove cpuset_slab_spread_rotorXiu Jianfeng-14/+0
2024-07-30cgroup/pids: Avoid spurious event notificationXiu Jianfeng-11/+7
2024-07-30cgroup/cpuset: remove child_ecpus_countChen Ridong-19/+3
2024-07-30Merge tag 'v6.11-rc1' into for-6.12Tejun Heo-2464/+5000
2024-07-29profiling: remove stale percpu flip buffer variablesLinus Torvalds-6/+0
2024-07-29bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()Eduard Zingerman-2/+10
2024-07-29bpf: no_caller_saved_registers attribute for helper callsEduard Zingerman-3/+314
2024-07-29bpf: add a get_helper_proto() utility functionEduard Zingerman-7/+18
2024-07-29bpf: Get better reg range with ldsx and 32bit compareYonghong Song-0/+38
2024-07-29bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song-2/+3
2024-07-29bpf: Fix compare error in function retval_range_withinXu Kuohai-5/+11
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai-3/+18
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai-11/+88
2024-07-29bpf, lsm: Add disabled BPF LSM hook listXu Kuohai-2/+29
2024-07-29signal: Replace BUG_ON()sThomas Gleixner-4/+7
2024-07-29signal: Remove task argument from dequeue_signal()Thomas Gleixner-13/+10
2024-07-29posix-timers: Consolidate signal queueingThomas Gleixner-19/+15
2024-07-29posix-cpu-timers: Make k_itimer::it_active consistentThomas Gleixner-0/+4
2024-07-29posix-timers: Consolidate timer setupThomas Gleixner-20/+21
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner-12/+9
2024-07-29posix-timers: Clear overrun in common_timer_set()Thomas Gleixner-0/+1
2024-07-29posix-timers: Retrieve interval in common timer_settime() codeThomas Gleixner-9/+6