aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-08-02uprobes: shift put_uprobe() from delete_uprobe() to uprobe_unregister()Oleg Nesterov1-5/+9
2024-08-02uprobes: fold __uprobe_unregister() into uprobe_unregister()Oleg Nesterov1-15/+10
2024-08-02uprobes: change uprobe_register() to use uprobe_unregister() instead of __upr...Oleg Nesterov1-5/+7
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov3-60/+47
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov3-28/+11
2024-08-02uprobes: simplify error handling for alloc_uprobe()Andrii Nakryiko1-3/+1
2024-08-02uprobes: is_trap_at_addr: don't use get_user_pages_remote()Oleg Nesterov1-7/+1
2024-08-02uprobes: document the usage of mm->mmap_lockOleg Nesterov1-2/+8
2024-08-02perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+2
2024-08-02perf: Support PERF_SAMPLE_READ with inheritBen Gainey1-14/+41
2024-08-02perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.Ben Gainey1-6/+6
2024-08-01kcsan: Use min() to fix Coccinelle warningThorsten Blum1-1/+1
2024-08-01sched_ext: Build fix on !CONFIG_STACKTRACE[_SUPPORT]Tejun Heo2-1/+4
2024-07-31scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALLDavid Vernet1-16/+11
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long1-2/+53
2024-07-31jump_label: Fix the fix, brown paper bags galorePeter Zijlstra1-2/+2
2024-07-31tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner1-1/+2
2024-07-30cpuset: use Union-Find to optimize the merging of cpumasksXavier1-70/+44
2024-07-30cgroup/cpuset: add decrease attach_in_progress helpersChen Ridong1-15/+24
2024-07-30cgroup/cpuset: Remove cpuset_slab_spread_rotorXiu Jianfeng2-14/+0
2024-07-30cgroup/pids: Avoid spurious event notificationXiu Jianfeng1-11/+7
2024-07-30cgroup/cpuset: remove child_ecpus_countChen Ridong1-19/+3
2024-07-30Merge tag 'v6.11-rc1' into for-6.12Tejun Heo147-2464/+5000
2024-07-29profiling: remove stale percpu flip buffer variablesLinus Torvalds1-6/+0
2024-07-29bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()Eduard Zingerman2-2/+10
2024-07-29bpf: no_caller_saved_registers attribute for helper callsEduard Zingerman1-3/+314
2024-07-29bpf: add a get_helper_proto() utility functionEduard Zingerman1-7/+18
2024-07-29bpf: Get better reg range with ldsx and 32bit compareYonghong Song1-0/+38
2024-07-29bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song1-2/+3
2024-07-29bpf: Fix compare error in function retval_range_withinXu Kuohai1-5/+11
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai1-3/+18
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai3-11/+88
2024-07-29bpf, lsm: Add disabled BPF LSM hook listXu Kuohai1-2/+29
2024-07-29signal: Replace BUG_ON()sThomas Gleixner1-4/+7
2024-07-29signal: Remove task argument from dequeue_signal()Thomas Gleixner1-13/+10
2024-07-29posix-timers: Consolidate signal queueingThomas Gleixner4-19/+15
2024-07-29posix-cpu-timers: Make k_itimer::it_active consistentThomas Gleixner1-0/+4
2024-07-29posix-timers: Consolidate timer setupThomas Gleixner3-20/+21
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner2-12/+9
2024-07-29posix-timers: Clear overrun in common_timer_set()Thomas Gleixner1-0/+1
2024-07-29posix-timers: Retrieve interval in common timer_settime() codeThomas Gleixner2-9/+6
2024-07-29posix-cpu-timers: Simplify posix_cpu_timer_set()Thomas Gleixner1-27/+17
2024-07-29posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()Thomas Gleixner1-6/+1
2024-07-29posix-cpu-timers: Use @now instead of @val for clarityThomas Gleixner1-13/+9
2024-07-29posix-cpu-timers: Do not arm SIGEV_NONE timersThomas Gleixner1-16/+13
2024-07-29posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()Thomas Gleixner1-31/+6
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()Thomas Gleixner1-1/+11
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()Thomas Gleixner1-5/+9
2024-07-29posix-cpu-timers: Handle interval timers correctly in timer_get()Thomas Gleixner1-1/+17
2024-07-29posix-cpu-timers: Save interval only for armed timersThomas Gleixner1-8/+6