aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-18ring-buffer: Add offset of events in dump on mismatchSteven Rostedt (Google)1-4/+9
2023-12-18tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)4-8/+66
2023-12-18ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)1-55/+24
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski22-457/+1496
2023-12-18bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko1-18/+11
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar1-0/+3
2023-12-18bpf: Fail uprobe multi link with negative offsetJiri Olsa1-2/+6
2023-12-17Merge tag 'perf_urgent_for_v6.7_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2023-12-17Merge tag 'cxl-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-2/+2
2023-12-17trace/kprobe: Display the actual notrace function when rejecting a probeNaveen N Rao1-2/+2
2023-12-16Merge tag 'trace-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds5-82/+68
2023-12-15x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov1-1/+1
2023-12-15bpf: Fix dtor CFIPeter Zijlstra2-3/+21
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra1-8/+8
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra1-0/+25
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2-218/+16
2023-12-15cred: switch to using atomic_long_tJens Axboe1-32/+32
2023-12-15bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao1-0/+3
2023-12-15bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao1-0/+4
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-6/+5
2023-12-15kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook3-4/+4
2023-12-15kernel/cgroup: use kernfs_create_dir_ns()Max Kellermann1-27/+4
2023-12-15ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)1-0/+6
2023-12-15ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)1-0/+2
2023-12-15ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers1-2/+2
2023-12-15ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)1-1/+3
2023-12-15ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)1-36/+11
2023-12-15ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)1-23/+6
2023-12-15PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang1-19/+19
2023-12-15PM: hibernate: Avoid missing wakeup events during hibernationChris Feng2-2/+10
2023-12-15perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-12-15dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang1-1/+3
2023-12-15swiotlb: reduce area lock contention for non-primary IO TLB poolsPetr Tesarik1-35/+55
2023-12-15dma-mapping: don't store redundant offsetsRobin Murphy1-1/+0
2023-12-14bpf: xdp: Register generic_kfunc_set with XDP programsDaniel Xu1-0/+1
2023-12-14bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko1-35/+208
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-137/+108
2023-12-14bpf: Fix a race condition between btf_put() and map_free()Yonghong Song1-1/+5
2023-12-13bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao1-1/+1
2023-12-13bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao2-4/+6
2023-12-13tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian3-4/+15
2023-12-13bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao1-3/+7
2023-12-13bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks listMatt Bobrowski1-0/+12
2023-12-13bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko1-1/+9
2023-12-13bpf: Support uid and gid when mounting bpffsJie Jiang1-1/+49
2023-12-14Merge branches 'doc.2023.12.13a', 'torture.2023.11.23a', 'fixes.2023.12.13a', 'rcu-tasks.2023.12.12b' and 'srcu.2023.12.13a' into rcu-merge.2023.12.13aNeeraj Upadhyay (AMD)9-34/+80
2023-12-14rcu: Force quiescent states only for ongoing grace periodZqiang1-0/+2
2023-12-12tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)1-2/+4
2023-12-12ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)1-2/+3
2023-12-12ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)1-8/+1