aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2022-09-15swiotlb: avoid potential left shift overflowChao Gao
2022-09-15IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas
2022-09-15cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo
2022-09-15cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo
2022-09-15sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman
2022-09-15kprobes: Prohibit probes in gate areaChristian A. Ehrhardt
2022-09-15tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)
2022-09-15tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou
2022-09-09Merge tag 'v5.19.7' into v5.19/standard/baseBruce Ashfield
2022-09-09Merge tag 'v5.19.6' into v5.19/standard/baseBruce Ashfield
2022-09-08bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROKumar Kartikeya Dwivedi
2022-09-08bpf: Tidy up verifier check_func_arg()Joanne Koong
2022-09-08bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy
2022-09-08bpf: Fix a data-race around bpf_jit_limit.Kuniyuki Iwashima
2022-09-08bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui
2022-09-08bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu
2022-09-05ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong
2022-08-31bpf: Don't use tnum_range on array range checking for poke descriptorsDaniel Borkmann
2022-08-31audit: move audit_return_fixup before the filtersRichard Guy Briggs
2022-08-31kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima
2022-08-31kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap
2022-08-31cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu
2022-08-31audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui
2022-08-30Merge tag 'v5.19.4' into v5.19/standard/baseBruce Ashfield
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour
2022-08-25bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao
2022-08-25bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao
2022-08-25bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi
2022-08-25bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov
2022-08-25tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2022-08-25tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)
2022-08-25tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)
2022-08-25tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)
2022-08-25tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)
2022-08-25tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)
2022-08-25tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)
2022-08-22Merge tag 'v5.19.3' into v5.19/standard/baseBruce Ashfield
2022-08-22Merge tag 'v5.19.2' into v5.19/standard/baseBruce Ashfield
2022-08-21kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu
2022-08-17locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin
2022-08-17timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld
2022-08-17kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu
2022-08-17kexec_file: drop weak attribute from functionsNaveen N. Rao
2022-08-17sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman
2022-08-17sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding
2022-08-17sched: Fix the check of nr_running at queue wakelistTianchen Ding
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-17kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin
2022-08-17swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy
2022-08-17profiling: fix shift too large makes kernel panicChen Zhongjin