summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2022-10-212-8/+28
* bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa2022-10-211-2/+18
* rcu-tasks: Ensure RCU Tasks Trace loops have quiescent statesPaul E. McKenney2022-10-211-0/+3
* rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang2022-10-211-1/+1
* rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko2022-10-211-8/+9
* rcu: Avoid triggering strict-GP irq-work when RCU is idleZqiang2022-10-211-1/+2
* module: tracking: Keep a record of tainted unloaded modules onlyAaron Tomlin2022-10-211-0/+3
* ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu2022-10-211-1/+5
* tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache2022-10-211-1/+2
* tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou2022-10-211-4/+43
* tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou2022-10-211-1/+1
* cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long2022-10-211-7/+11
* cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný2022-10-211-1/+5
* bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui2022-10-211-10/+18
* bpf: Ensure correct locking around vulnerable function find_vpid()Lee Jones2022-10-211-0/+2
* bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer2022-10-211-1/+1
* bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...Hou Tao2022-10-211-0/+6
* bpf: Use this_cpu_{inc_return|dec} for prog->activeHou Tao2022-10-211-4/+4
* bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao2022-10-212-6/+6
* bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao2022-10-211-2/+5
* bpf: Disable preemption when increasing per-cpu map_lockedHou Tao2022-10-211-5/+18
* audit: free audit_proctitle only on task exitRichard Guy Briggs2022-10-211-1/+1
* audit: explicitly check audit_context->context enum valueRichard Guy Briggs2022-10-211-1/+1
* bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi2022-10-211-9/+33
* bpf: Fix ref_obj_id for dynptr data slices in verifierJoanne Koong2022-10-211-18/+20
* bpf: Cleanup check_refcount_okDave Marchevsky2022-10-211-45/+29
* tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)2022-10-211-6/+17
* tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)2022-10-211-6/+25
* tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)2022-10-213-110/+106
* tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)2022-10-211-4/+6
* tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)2022-10-211-0/+22
* tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)2022-10-211-0/+6
* tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)2022-10-211-0/+15
* tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long2022-10-211-0/+23
* tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen2022-10-211-2/+1
* ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)2022-10-211-0/+33
* ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)2022-10-211-0/+39
* ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)2022-10-211-1/+2
* ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)2022-10-211-1/+1
* ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)2022-10-211-1/+9
* ftrace: Still disable enabled records marked as disabledSteven Rostedt (Google)2022-10-211-4/+16
* ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian2022-10-211-2/+6
* livepatch: fix race between fork and KLP transitionRik van Riel2022-10-211-2/+16
* btf: Export bpf_dynptr definitionRoberto Sassu2022-10-211-0/+2
* bpf: Fix resetting logic for unreferenced kptrsJules Irenge2022-10-121-1/+1
* bpf: Gate dynptr API behind CAP_BPFKumar Kartikeya Dwivedi2022-10-121-14/+14
* Merge tag 'perf-urgent-2022-10-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-10-021-0/+9
|\
| * perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong2022-09-061-0/+9
* | Merge tag 'cgroup-for-6.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-09-241-1/+4
|\ \
| * | cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei2022-09-231-1/+4