summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-086-6/+29
|\
| * Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-084-4/+27
| |\
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-074-4/+27
| | |\
| | | * bpf: Add extra path pointer check to d_path helperJiri Olsa2023-06-071-1/+11
| | | * bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal2023-06-051-0/+9
| | | * bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott2023-06-021-2/+6
| | | * bpf: Fix UAF in task local storageKP Singh2023-06-021-1/+1
| * | | Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-031-1/+1
| |\ \ \
| | * | | tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello2023-05-311-1/+1
| * | | | Merge tag 'modules-6.4-rc5-second-pull' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-06-011-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | module/decompress: Fix error checking on zstd decompressionLucas De Marchi2023-06-011-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0113-114/+249
|\| | | |
| * | | | fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-014-43/+75
| * | | | Merge tag 'modules-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-301-2/+2
| |\| | |
| | * | | module: fix module load for ia64Song Liu2023-05-301-2/+2
| * | | | Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-05-296-60/+149
| |\ \ \ \
| | * | | | tracing: Have function_graph selftest call cond_resched()Steven Rostedt (Google)2023-05-281-0/+10
| | * | | | tracing: Only make selftest conditionals affect the global_traceSteven Rostedt (Google)2023-05-281-2/+8
| | * | | | tracing: Make tracing_selftest_running/delete nops when not usedSteven Rostedt (Google)2023-05-281-1/+4
| | * | | | tracing: Have tracer selftests call cond_resched() before runningSteven Rostedt (Google)2023-05-281-0/+7
| | * | | | tracing: Move setting of tracing_selftest_running out of register_tracer()Steven Rostedt (Google)2023-05-281-4/+16
| | * | | | tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)2023-05-233-7/+13
| | * | | | tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)2023-05-231-7/+16
| | * | | | tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave2023-05-231-1/+22
| | * | | | tracing/user_events: Rename link fields for clarityBeau Belgrave2023-05-231-18/+22
| | * | | | tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds2023-05-231-6/+7
| | * | | | tracing/user_events: Split up mm alloc and attachLinus Torvalds2023-05-231-11/+18
| | * | | | tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira2023-05-231-0/+2
| | * | | | tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave2023-05-231-7/+8
| * | | | | Revert "module: error out early on concurrent load of the same module file"Linus Torvalds2023-05-291-43/+15
| | |_|/ / | |/| | |
| * | | | Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-05-281-7/+21
| |\ \ \ \
| | * | | | debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra2023-05-021-7/+21
| * | | | | Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-271-2/+2
| |\ \ \ \ \
| | * | | | | x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne2023-05-241-2/+2
| * | | | | | module: error out early on concurrent load of the same module fileLinus Torvalds2023-05-251-15/+43
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-265-42/+105
|\ \ \ \ \ \
| * | | | | | bpf: Fix bad unlock balance on freeze_mutexDaniel Borkmann2023-05-261-2/+2
| * | | | | | bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandAndrii Nakryiko2023-05-251-4/+5
| * | | | | | bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko2023-05-232-13/+28
| * | | | | | bpf: Validate BPF object in BPF_OBJ_PIN before calling LSMAndrii Nakryiko2023-05-231-6/+5
| * | | | | | bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'Aditi Ghag2023-05-192-14/+58
| * | | | | | bpf: Show target_{obj,btf}_id in tracing link fdinfoYafang Shao2023-05-191-2/+9
| * | | | | | bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko2023-05-161-3/+0
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-253-18/+63
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-253-4/+6
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli2023-05-221-1/+3
| | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-182-17/+60
| |\ \ \ \ \
| | * | | | | fprobe: add recursion detection in fprobe_exit_handlerZe Gao2023-05-181-0/+14
| | * | | | | fprobe: make fprobe_kprobe_handler recursion freeZe Gao2023-05-181-15/+44
| | * | | | | rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao2023-05-181-2/+2