summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Use c->unit_size to select target cache during freeHou Tao2024-01-251-94/+11
* bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao2024-01-251-2/+15
* bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao2024-01-251-10/+12
* bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao2024-01-251-0/+3
* bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao2024-01-251-0/+4
* dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang2024-01-251-1/+3
* bpf: Fix a race condition between btf_put() and map_free()Yonghong Song2024-01-251-1/+5
* bpf: Fix accesses to uninit stack slotsAndrei Matei2024-01-251-39/+26
* bpf: Guard stack limits against 32bit overflowAndrei Matei2024-01-251-3/+3
* bpf: Fix verification of indirect var-off stack accessAndrei Matei2024-01-251-10/+4
* bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko2024-01-251-1/+1
* bpf: Defer the free of inner map when necessaryHou Tao2024-01-252-8/+35
* bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao2024-01-254-10/+12
* bpf: enforce precision of R0 on callback returnAndrii Nakryiko2024-01-251-0/+7
* bpf: Add crosstask check to __bpf_get_stackJordan Rome2024-01-251-1/+10
* bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner2024-01-251-0/+3
* sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin2024-01-251-10/+10
* posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2024-01-202-45/+14
* ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)2024-01-201-0/+6
* tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian2024-01-203-4/+15
* tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)2024-01-201-2/+4
* tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)2024-01-201-1/+5
* kernel/resource: Increment by align value in get_free_mem_region()Alison Schofield2024-01-101-2/+2
* rcu/tasks-trace: Handle new PF_IDLE semanticsFrederic Weisbecker2024-01-101-1/+1
* rcu/tasks: Handle new PF_IDLE semanticsFrederic Weisbecker2024-01-101-2/+28
* rcu: Introduce rcu_cpu_online()Frederic Weisbecker2024-01-102-0/+9
* rcu: Break rcu_node_0 --> &rq->__lock orderPeter Zijlstra2024-01-101-11/+25
* tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2024-01-052-4/+19
* ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)2024-01-051-53/+47
* ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)2024-01-051-2/+7
* kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann2024-01-051-1/+2
* kexec: fix KEXEC_FILE dependenciesArnd Bergmann2024-01-051-0/+1
* tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)2024-01-011-0/+11
* ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)2024-01-011-55/+24
* ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)2024-01-011-36/+11
* ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers2024-01-011-2/+2
* bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa2024-01-011-48/+10
* ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)2023-12-201-0/+2
* ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)2023-12-201-23/+6
* ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)2023-12-201-1/+3
* ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)2023-12-201-1/+6
* ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)2023-12-201-2/+3
* ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)2023-12-201-8/+1
* tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)2023-12-201-2/+2
* ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)2023-12-201-0/+2
* kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin2023-12-201-1/+0
* perf: Fix perf_event_validate_size() lockdep splatMark Rutland2023-12-201-0/+10
* cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-202-217/+16
* cred: switch to using atomic_long_tJens Axboe2023-12-201-32/+32
* kprobes: consistent rcu api usage for kretprobe holderJP Kobryn2023-12-131-2/+2