summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-01-14genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang
2023-01-14perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin
2023-01-14PM: hibernate: Fix mistake in kerneldoc commentxiongxin
2023-01-14sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef
2023-01-14sched/fair: Cleanup task_util and capacity typeVincent Donnefort
2023-01-04task_work: unconditionally run task_work from get_signal()Jens Axboe
2023-01-04signal: kill JOBCTL_TASK_WORKJens Axboe
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe
2023-01-04task_work: add helper for more targeted task_work cancelingJens Axboe
2023-01-04kernel: don't call do_exit() for PF_IO_WORKER threadsJens Axboe
2023-01-04kernel: stop masking signals in create_io_thread()Jens Axboe
2023-01-04entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is setSeth Forshee
2023-01-04kernel: allow fork with TIF_NOTIFY_SIGNAL pendingJens Axboe
2023-01-04kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe
2023-01-04task_work: remove legacy TWA_SIGNAL pathJens Axboe
2023-01-04task_work: Use TIF_NOTIFY_SIGNAL if availableJens Axboe
2023-01-04entry: Add support for TIF_NOTIFY_SIGNALJens Axboe
2023-01-04signal: Add task_sigpending() helperJens Axboe
2023-01-04kernel: provide create_io_thread() helperJens Axboe
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-09Merge tag 'v5.10.158' of https://git.kernel.org/pub/scm/linux/kernel/git/stab...Vignesh Raghavendra
2022-12-08proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds
2022-12-08proc: avoid integer type confusion in get_proc_longLinus Torvalds
2022-12-08tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)
2022-12-08bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai
2022-12-08bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao
2022-12-02genirq: Take the proposed affinity at face value if force==trueLuiz Capitulino
2022-12-02genirq: Always limit the affinity to online CPUsLuiz Capitulino
2022-12-02genirq/msi: Shutdown managed interrupts with unsatifiable affinitiesLuiz Capitulino
2022-12-02gcov: clang: fix the buffer overflow issueMukesh Ojha
2022-11-25kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei
2022-11-25ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)
2022-11-25tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing
2022-11-25tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing
2022-11-25tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing
2022-11-25tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing
2022-11-25tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)
2022-11-25ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin
2022-11-25ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng
2022-11-25ftrace: Optimize the allocation for mcount entriesWang Wensheng
2022-11-25ftrace: Fix the possible incorrect kernel messageWang Wensheng
2022-11-25bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai
2022-11-16bpf: Fix wrong reg type conversion in release_reference()Youlin Li
2022-11-16bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-11-16bpf: Support for pointers beyond pkt_end.Alexei Starovoitov
2022-11-10kprobe: reverse kp->flags when arm_kprobe failedLi Qiang
2022-11-10tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing
2022-11-10ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei
2022-11-05Merge branch 'linux-5.10.y' of https://git.kernel.org/pub/scm/linux/kernel/gi...LCPD Auto Merger
2022-11-03PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello