summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-2113-413/+144
|\
| * posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2023-12-212-45/+14
| * Merge tag 'trace-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-12-191-55/+24
| |\
| | * ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)2023-12-191-55/+24
| * | Merge tag 'perf_urgent_for_v6.7_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-12-171-0/+10
| |\ \
| | * | perf: Fix perf_event_validate_size() lockdep splatMark Rutland2023-12-151-0/+10
| * | | Merge tag 'cxl-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-171-2/+2
| |\ \ \
| | * | | kernel/resource: Increment by align value in get_free_mem_region()Alison Schofield2023-12-051-2/+2
| * | | | Merge tag 'trace-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-12-165-82/+68
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)2023-12-151-0/+6
| | * | | ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)2023-12-151-0/+2
| | * | | ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers2023-12-151-2/+2
| | * | | ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)2023-12-151-1/+3
| | * | | ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)2023-12-151-36/+11
| | * | | ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)2023-12-151-23/+6
| | * | | tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian2023-12-143-4/+15
| | * | | tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)2023-12-131-2/+4
| | * | | ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)2023-12-131-2/+3
| | * | | ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)2023-12-131-8/+1
| | * | | tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)2023-12-131-2/+2
| | * | | ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)2023-12-131-0/+2
| | * | | tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)2023-12-131-1/+5
| | * | | ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)2023-12-131-1/+6
| * | | | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-152-218/+16
| * | | | cred: switch to using atomic_long_tJens Axboe2023-12-151-32/+32
| * | | | Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-152-6/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | crash_core: fix the check for whether crashkernel is from high memoryYuntao Wang2023-12-131-5/+5
| | * | | kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin2023-12-131-1/+0
| | * | | Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-074-12/+20
| | |\ \ \
* | | | | | Revert BPF token-related functionalityAndrii Nakryiko2023-12-1911-767/+94
* | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-1922-458/+1497
|\ \ \ \ \ \
| * | | | | | bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko2023-12-181-18/+11
| * | | | | | bpf: Fail uprobe multi link with negative offsetJiri Olsa2023-12-181-2/+6
| * | | | | | x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov2023-12-161-1/+1
| * | | | | | bpf: Fix dtor CFIPeter Zijlstra2023-12-162-3/+21
| * | | | | | x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-161-8/+8
| * | | | | | x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra2023-12-161-0/+25
| * | | | | | bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao2023-12-151-0/+3
| * | | | | | bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao2023-12-151-0/+4
| * | | | | | bpf: xdp: Register generic_kfunc_set with XDP programsDaniel Xu2023-12-151-0/+1
| * | | | | | bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko2023-12-151-38/+211
| * | | | | | bpf: Fix a race condition between btf_put() and map_free()Yonghong Song2023-12-151-1/+5
| * | | | | | bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao2023-12-141-1/+1
| * | | | | | bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao2023-12-142-4/+6
| * | | | | | bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao2023-12-141-3/+7
| * | | | | | bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks listMatt Bobrowski2023-12-141-0/+12
| * | | | | | bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko2023-12-141-1/+9
| * | | | | | bpf: Support uid and gid when mounting bpffsJie Jiang2023-12-141-1/+49
| * | | | | | bpf: Comment on check_mem_size_regAndrei Matei2023-12-131-0/+6
| * | | | | | bpf: Remove unused backtrack_state helper functionsYang Li2023-12-121-15/+0