summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao2022-12-081-1/+1
* genirq: Take the proposed affinity at face value if force==trueLuiz Capitulino2022-12-021-2/+8
* genirq: Always limit the affinity to online CPUsLuiz Capitulino2022-12-021-8/+17
* genirq/msi: Shutdown managed interrupts with unsatifiable affinitiesLuiz Capitulino2022-12-021-0/+7
* gcov: clang: fix the buffer overflow issueMukesh Ojha2022-12-021-0/+2
* kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei2022-11-261-1/+7
* ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)2022-11-261-0/+12
* perf: Improve missing SIGTRAP checkingMarco Elver2022-11-261-6/+19
* tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing2022-11-261-0/+4
* tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing2022-11-261-16/+28
* tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-261-0/+3
* tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing2022-11-261-3/+2
* tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing2022-11-261-10/+6
* tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2022-11-262-20/+37
* tracing: Fix memory leak in tracing_read_pipe()Wang Yufen2022-11-261-0/+1
* ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-261-2/+2
* ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-261-0/+1
* ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-261-1/+1
* ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-261-1/+1