summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/extable.c: use address-of operator on section symbolsNathan Chancellor2023-06-091-1/+2
* perf/core: Fix hardlockup failure caused by perf throttleYang Jihong2023-05-171-2/+2
* ring-buffer: Sync IRQ works before buffer destructionJohannes Berg2023-05-171-0/+4
* cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-201-1/+3
* ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian2023-04-201-1/+12
* perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-201-1/+1
* sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2023-04-052-3/+3
* sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-04-052-11/+47
* sched/fair: sanitize vruntime of entity being placedZhang Qiao2023-04-051-2/+13
* bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann2023-04-051-1/+1
* ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin2023-03-221-1/+2
* tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai2023-03-111-1/+6
* irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold2023-03-111-6/+1
* irqdomain: Fix disassociation raceJohan Hovold2023-03-111-0/+5
* irqdomain: Fix association raceJohan Hovold2023-03-111-5/+14
* x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-03-111-2/+2
* x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-03-111-1/+1
* timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-03-113-0/+6
* rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney2023-03-111-0/+2
* bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann2023-03-111-4/+5
* bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann2023-03-111-11/+11
* bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2023-03-112-16/+30
* bpf: Do not use ax register in interpreter on div/modDaniel Borkmann2023-03-111-17/+14
* alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner2023-02-251-4/+29
* exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2023-02-062-4/+9
* panic: Expose "warn_count" to sysfsKees Cook2023-02-061-2/+20
* panic: Introduce warn_limitKees Cook2023-02-061-0/+27
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-062-4/+8
* exit: Allow oops_limit to be disabledKees Cook2023-02-061-1/+1
* exit: Expose "oops_count" to sysfsKees Cook2023-02-061-2/+20
* exit: Put an upper limit on how often we can oopsJann Horn2023-02-061-0/+43
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-061-0/+9
* panic: unset panic_on_warn inside panic()Tiezhu Yang2023-02-061-9/+11
* tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)2023-02-063-2/+4
* module: Don't wait for GOING modulesPetr Pavlu2023-02-061-5/+21
* prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman2023-01-241-0/+2
* tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2023-01-181-1/+14
* gcov: add support for checksum fieldRickard x Andersson2023-01-181-0/+5
* acct: fix potential integer overflow in encode_comp_t()Zheng Yejian2023-01-181-0/+2
* blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong2023-01-181-1/+2
* perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin2023-01-181-3/+5
* PM: hibernate: Fix mistake in kerneldoc commentxiongxin2023-01-181-2/+2
* 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
* perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang2022-12-081-6/+11
* ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-251-2/+2
* ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-251-0/+1
* ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-251-1/+1
* ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-251-1/+1