aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 6-6/+29
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-4/+27
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 4-4/+27
2023-06-07bpf: Add extra path pointer check to d_path helperGravatar Jiri Olsa 1-1/+11
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeGravatar Florian Westphal 1-0/+9
2023-06-03Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-06-02bpf: Fix elem_size not being set for inner mapsGravatar Rhys Rustad-Elliott 1-2/+6
2023-06-02bpf: Fix UAF in task local storageGravatar KP Singh 1-1/+1
2023-06-01Merge tag 'modules-6.4-rc5-second-pull' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 13-114/+249
2023-06-01module/decompress: Fix error checking on zstd decompressionGravatar Lucas De Marchi 1-1/+1
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionGravatar Mike Christie 4-43/+75
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryGravatar Pietro Borrello 1-1/+1
2023-05-30Merge tag 'modules-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-05-30module: fix module load for ia64Gravatar Song Liu 1-2/+2
2023-05-29Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 6-60/+149
2023-05-29Revert "module: error out early on concurrent load of the same module file"Gravatar Linus Torvalds 1-43/+15
2023-05-28tracing: Have function_graph selftest call cond_resched()Gravatar Steven Rostedt (Google) 1-0/+10
2023-05-28tracing: Only make selftest conditionals affect the global_traceGravatar Steven Rostedt (Google) 1-2/+8
2023-05-28tracing: Make tracing_selftest_running/delete nops when not usedGravatar Steven Rostedt (Google) 1-1/+4
2023-05-28tracing: Have tracer selftests call cond_resched() before runningGravatar Steven Rostedt (Google) 1-0/+7
2023-05-28tracing: Move setting of tracing_selftest_running out of register_tracer()Gravatar Steven Rostedt (Google) 1-4/+16
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-7/+21
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 5-42/+105
2023-05-26bpf: Fix bad unlock balance on freeze_mutexGravatar Daniel Borkmann 1-2/+2
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-18/+63
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-4/+6
2023-05-25module: error out early on concurrent load of the same module fileGravatar Linus Torvalds 1-15/+43
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-4/+6
2023-05-25bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandGravatar Andrii Nakryiko 1-4/+5
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 3-4/+6
2023-05-24x86/pci/xen: populate MSI sysfs entriesGravatar Maximilian Heyne 1-2/+2
2023-05-23tracing: Rename stacktrace field to common_stacktraceGravatar Steven Rostedt (Google) 3-7/+13
2023-05-23tracing/histograms: Allow variables to have some modifiersGravatar Steven Rostedt (Google) 1-7/+16
2023-05-23tracing/user_events: Document user_event_mm one-shot list usageGravatar Beau Belgrave 1-1/+22
2023-05-23tracing/user_events: Rename link fields for clarityGravatar Beau Belgrave 1-18/+22
2023-05-23tracing/user_events: Remove RCU lock while pinning pagesGravatar Linus Torvalds 1-6/+7
2023-05-23tracing/user_events: Split up mm alloc and attachGravatar Linus Torvalds 1-11/+18
2023-05-23bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsGravatar Andrii Nakryiko 2-13/+28
2023-05-23tracing/timerlat: Always wakeup the timerlat threadGravatar Daniel Bristot de Oliveira 1-0/+2
2023-05-23bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMGravatar Andrii Nakryiko 1-6/+5
2023-05-23tracing/user_events: Use long vs int for atomic bit opsGravatar Beau Belgrave 1-7/+8
2023-05-22module: Fix use-after-free bug in read_file_mod_stats()Gravatar Harshit Mogalapalli 1-1/+3
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsGravatar Anton Protopopov 1-2/+4
2023-05-19bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Gravatar Aditi Ghag 2-14/+58
2023-05-19bpf: Show target_{obj,btf}_id in tracing link fdinfoGravatar Yafang Shao 1-2/+9
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsGravatar Will Deacon 1-1/+1
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-39/+107
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-17/+60