summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-01-25kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET
2024-01-25bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun
2024-01-25bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa
2024-01-25tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens
2024-01-25bpf: Use c->unit_size to select target cache during freeHou Tao
2024-01-25bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao
2024-01-25bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao
2024-01-25bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao
2024-01-25bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao
2024-01-25dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang
2024-01-25bpf: Fix a race condition between btf_put() and map_free()Yonghong Song
2024-01-25bpf: Fix accesses to uninit stack slotsAndrei Matei
2024-01-25bpf: Guard stack limits against 32bit overflowAndrei Matei
2024-01-25bpf: Fix verification of indirect var-off stack accessAndrei Matei
2024-01-25bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko
2024-01-25bpf: Defer the free of inner map when necessaryHou Tao
2024-01-25bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2024-01-25bpf: enforce precision of R0 on callback returnAndrii Nakryiko
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2024-01-25sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin
2024-01-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds
2024-01-20ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)
2024-01-20tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian
2024-01-20tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)
2024-01-20tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)
2024-01-10kernel/resource: Increment by align value in get_free_mem_region()Alison Schofield
2024-01-10rcu/tasks-trace: Handle new PF_IDLE semanticsFrederic Weisbecker
2024-01-10rcu/tasks: Handle new PF_IDLE semanticsFrederic Weisbecker
2024-01-10rcu: Introduce rcu_cpu_online()Frederic Weisbecker
2024-01-10rcu: Break rcu_node_0 --> &rq->__lock orderPeter Zijlstra
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)
2024-01-05ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)
2024-01-05ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)
2024-01-05kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann
2024-01-05kexec: fix KEXEC_FILE dependenciesArnd Bergmann
2024-01-01tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)
2024-01-01ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)
2024-01-01ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)
2024-01-01ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers
2024-01-01bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa
2023-12-20ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)
2023-12-20ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)
2023-12-20ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)
2023-12-20ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)
2023-12-20ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)
2023-12-20ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)
2023-12-20tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)
2023-12-20kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin