summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman2023-01-241-0/+2
* sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long2023-01-181-4/+33
* tracing: Fix issue of missing one synthetic fieldZheng Yejian2023-01-121-1/+1
* tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2023-01-121-1/+14
* tracing/probes: Handle system names with hyphensSteven Rostedt (Google)2023-01-122-4/+17
* tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian2023-01-121-0/+1
* tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACEMasami Hiramatsu (Google)2023-01-123-15/+18
* tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2023-01-121-0/+3
* perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2023-01-121-3/+3
* tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian2023-01-121-2/+8
* rcu-tasks: Simplify trc_read_check_handler() atomic operationsPaul E. McKenney2023-01-121-17/+3
* kcsan: Instrument memcpy/memset/memmove with newer ClangMarco Elver2023-01-121-0/+50
* gcov: add support for checksum fieldRickard x Andersson2022-12-311-0/+5
* bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev2022-12-311-0/+5
* acct: fix potential integer overflow in encode_comp_t()Zheng Yejian2022-12-311-0/+2
* rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang2022-12-311-1/+1
* tracing/hist: Fix issue of losting command info in error_logZheng Yejian2022-12-311-1/+1
* padata: Fix list iterator in padata_do_serial()Daniel Jordan2022-12-311-2/+5
* padata: Always leave BHs disabled when running ->parallel()Daniel Jordan2022-12-311-3/+5
* bpf: Do not zero-extend kfunc return valuesBjörn Töpel2022-12-311-0/+4
* blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong2022-12-311-1/+2
* bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko2022-12-311-32/+39
* bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau2022-12-311-11/+19
* bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko2022-12-311-0/+5
* bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi2022-12-311-8/+11
* relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia2022-12-311-2/+2
* cpu/hotplug: Do not bail-out in DYING/STARTING sectionsVincent Donnefort2022-12-311-16/+40
* cpu/hotplug: Make target_store() a nop when target == statePhil Auld2022-12-311-1/+3
* futex: Resend potentially swallowed owner death notificationAlexey Izbyshev2022-12-311-9/+17
* futex: Move to kernel/futex/Peter Zijlstra2022-12-313-2/+5
* genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang2022-12-312-6/+11
* perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin2022-12-311-3/+5
* PM: hibernate: Fix mistake in kerneldoc commentxiongxin2022-12-311-2/+2
* sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef2022-12-311-8/+13
* sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann2022-12-315-9/+14
* sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot2022-12-311-5/+0
* sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef2022-12-311-3/+5
* sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef2022-12-312-10/+25
* sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef2022-12-311-0/+123
* sched/fair: Cleanup task_util and capacity typeVincent Donnefort2022-12-311-2/+3
* seccomp: Move copy_seccomp() to no failure path.Kuniyuki Iwashima2022-12-311-6/+11
* perf: Fix perf_pending_task() UaFPeter Zijlstra2022-12-191-4/+13
* io_uring: move to separate directoryJens Axboe2022-12-141-1/+1
* memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-141-1/+0
* proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds2022-12-081-12/+13
* proc: avoid integer type confusion in get_proc_longLinus Torvalds2022-12-081-3/+2
* tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)2022-12-082-1/+12
* tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)2022-12-081-0/+3
* tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira2022-12-081-3/+3
* bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai2022-12-081-1/+1