summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-09-20tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou1-2/+2
2022-09-20lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers4-20/+14
2022-09-15swiotlb: avoid potential left shift overflowChao Gao1-1/+4
2022-09-15IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas1-0/+1
2022-09-15cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2-25/+55
2022-09-15cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo1-3/+13
2022-09-15sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman1-1/+1
2022-09-15kprobes: Prohibit probes in gate areaChristian A. Ehrhardt1-0/+1
2022-09-15tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)1-1/+2
2022-09-08bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui1-1/+3
2022-09-08bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu1-1/+1
2022-09-05kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima1-4/+5
2022-09-05ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong1-0/+10
2022-08-31bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann1-6/+4
2022-08-31kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap1-0/+1
2022-08-31cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu1-0/+1
2022-08-31audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui1-0/+1
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour1-5/+16
2022-08-25tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)1-0/+18
2022-08-25bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao1-0/+2
2022-08-25bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao1-0/+6
2022-08-25bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi1-5/+1
2022-08-25tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)1-0/+1
2022-08-25tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)1-2/+3
2022-08-25tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)1-6/+64
2022-08-25tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)1-2/+3
2022-08-25tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)1-8/+13
2022-08-25tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)1-3/+4
2022-08-17tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu1-0/+3
2022-08-17locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin1-2/+2
2022-08-17timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld1-1/+6
2022-08-17sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman1-2/+6
2022-08-17sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2-13/+14
2022-08-17sched: Fix the check of nr_running at queue wakelistTianchen Ding1-1/+5
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2-4/+6
2022-08-17sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann3-44/+24
2022-08-17kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin1-1/+2
2022-08-17swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy1-1/+1
2022-08-17profiling: fix shift too large makes kernel panicChen Zhongjin1-0/+7
2022-08-17wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld1-0/+1
2022-08-17bpf: Fix subprog names in stack traces.Alexei Starovoitov1-3/+1
2022-08-17rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker1-15/+13
2022-08-17rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failedPaul E. McKenney1-2/+2
2022-08-17rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney1-15/+15
2022-08-17nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne1-6/+9
2022-08-17irqdomain: Report irq number for NOMAP domainsXu Qiang1-0/+2
2022-08-17blktrace: Trace remapped requests correctlyBart Van Assche1-1/+1
2022-08-17locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra1-3/+4
2022-08-17PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa1-1/+12
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping1-2/+6