summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-26tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens1-0/+5
2024-01-26bpf: Use c->unit_size to select target cache during freeHou Tao1-94/+11
2024-01-26bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao1-2/+15
2024-01-26bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao1-10/+12
2024-01-26bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao1-0/+3
2024-01-26bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao1-0/+4
2024-01-26dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang1-1/+3
2024-01-26bpf: Fix a race condition between btf_put() and map_free()Yonghong Song1-1/+5
2024-01-26bpf: Fix accesses to uninit stack slotsAndrei Matei1-39/+26
2024-01-26bpf: Guard stack limits against 32bit overflowAndrei Matei1-3/+3
2024-01-26bpf: Fix verification of indirect var-off stack accessAndrei Matei1-10/+4
2024-01-26bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko1-1/+1
2024-01-26bpf: Defer the free of inner map when necessaryHou Tao2-8/+35
2024-01-26bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao4-10/+12
2024-01-26bpf: enforce precision of R0 on callback returnAndrii Nakryiko1-0/+7
2024-01-26bpf: Add crosstask check to __bpf_get_stackJordan Rome1-1/+10
2024-01-26bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner1-0/+3
2024-01-26sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin1-10/+10
2024-01-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2-45/+14
2024-01-20ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)1-0/+6
2024-01-20tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian3-4/+15
2024-01-20tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)1-2/+4
2024-01-20tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)1-1/+5
2024-01-10kernel/resource: Increment by align value in get_free_mem_region()Alison Schofield1-2/+2
2024-01-10rcu/tasks-trace: Handle new PF_IDLE semanticsFrederic Weisbecker1-1/+1
2024-01-10rcu/tasks: Handle new PF_IDLE semanticsFrederic Weisbecker1-2/+28
2024-01-10rcu: Introduce rcu_cpu_online()Frederic Weisbecker2-0/+9
2024-01-10rcu: Break rcu_node_0 --> &rq->__lock orderPeter Zijlstra1-11/+25
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2-4/+19
2024-01-05ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)1-53/+47
2024-01-05ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7
2024-01-05kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann1-1/+2
2024-01-05kexec: fix KEXEC_FILE dependenciesArnd Bergmann1-0/+1
2024-01-01tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)1-0/+11
2024-01-01ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)1-55/+24
2024-01-01ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)1-36/+11
2024-01-01ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers1-2/+2
2024-01-01bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa1-48/+10
2023-12-20ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)1-0/+2
2023-12-20ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)1-23/+6
2023-12-20ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)1-1/+3
2023-12-20ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)1-1/+6
2023-12-20ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)1-2/+3
2023-12-20ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)1-8/+1
2023-12-20tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)1-2/+2
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-20kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin1-1/+0
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-12-20cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2-217/+16
2023-12-20cred: switch to using atomic_long_tJens Axboe1-32/+32