summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Fix function pointer casePeter Zijlstra2023-08-111-2/+6
* tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian2023-08-111-10/+4
* ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian2023-08-111-10/+12
* ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian2023-08-111-14/+31
* ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds2023-08-111-18/+17
* ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)2023-08-111-3/+6
* ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)2023-08-113-6/+31
* tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-08-111-1/+2
* bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2023-08-112-13/+15
* sched/fair: Don't balance task to its current running CPUYicong Yang2023-08-111-1/+1
* posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner2023-08-111-13/+18
* tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella2023-08-111-3/+5
* ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian2023-08-111-9/+15
* workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds2023-08-111-5/+8
* kexec: fix a memory leak in crash_shrink_memory()Zhen Lei2023-08-111-3/+2
* watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson2023-08-111-3/+3
* treewide: Remove uninitialized_var() usageKees Cook2023-08-119-17/+17
* cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng2023-06-281-3/+17
* kexec: support purgatories with .text.hot sectionsRicardo Ribalda2023-06-211-1/+13
* kernel/extable.c: use address-of operator on section symbolsNathan Chancellor2023-06-091-1/+2
* bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon2023-05-301-1/+1
* relayfs: fix out-of-bounds access in relay_file_readZhang Zhengming2023-05-171-1/+2
* kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang2023-05-171-10/+7
* tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-05-171-3/+8
* nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker2023-05-171-0/+7
* 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
* cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa2023-04-051-0/+3
* cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2023-04-052-11/+46
* cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli2023-04-051-7/+17
* 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: Check field value in hist_field_name()Steven Rostedt (Google)2023-03-221-0/+3
* 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: add missing header file includeLinus Torvalds2023-02-251-0/+1
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-2/+0
* alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner2023-02-251-4/+29