summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: max mapping size takes min align mask into accountTianyu Lan2022-10-051-1/+12
* cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei2022-10-051-1/+4
* cgroup: reduce dependency on cgroup_mutexShakeel Butt2022-10-051-22/+29
* workqueue: don't skip lockdep work dependency in cancel_work_sync()Tetsuo Handa2022-09-281-4/+2
* cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa2022-09-231-0/+2
* tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou2022-09-201-2/+2
* lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers2022-09-204-20/+14
* swiotlb: avoid potential left shift overflowChao Gao2022-09-151-1/+4
* IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas2022-09-151-0/+1
* cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2022-09-152-25/+55
* cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo2022-09-151-3/+13
* sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman2022-09-151-1/+1
* kprobes: Prohibit probes in gate areaChristian A. Ehrhardt2022-09-151-0/+1
* tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)2022-09-151-1/+2
* bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui2022-09-081-1/+3
* bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu2022-09-081-1/+1
* kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima2022-09-051-4/+5
* ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-09-051-0/+10
* bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann2022-08-311-6/+4
* kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap2022-08-311-0/+1
* cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu2022-08-311-0/+1
* audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui2022-08-311-0/+1
* watchdog: export lockup_detector_reconfigureLaurent Dufour2022-08-251-5/+16
* tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-251-0/+18
* bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao2022-08-251-0/+2
* bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao2022-08-251-0/+6
* bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi2022-08-251-5/+1
* tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-251-0/+1
* tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-251-2/+3
* tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-251-6/+64
* tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-251-2/+3
* tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-251-8/+13
* tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)2022-08-251-3/+4
* tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu2022-08-171-0/+3
* locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin2022-08-171-2/+2
* timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld2022-08-171-1/+6
* sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman2022-08-171-2/+6
* sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2022-08-172-13/+14
* sched: Fix the check of nr_running at queue wakelistTianchen Ding2022-08-171-1/+5
* sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-172-4/+6
* sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann2022-08-173-44/+24
* kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin2022-08-171-1/+2
* swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy2022-08-171-1/+1
* profiling: fix shift too large makes kernel panicChen Zhongjin2022-08-171-0/+7
* wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld2022-08-171-0/+1
* bpf: Fix subprog names in stack traces.Alexei Starovoitov2022-08-171-3/+1
* rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker2022-08-171-15/+13
* rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failedPaul E. McKenney2022-08-171-2/+2
* rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney2022-08-171-15/+15
* nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne2022-08-171-6/+9