summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-032-1/+2
|\
| * Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-301-0/+1
| |\
| | * perf: Fix missing raw data on tracepoint eventsJames Clark2022-10-271-0/+1
| * | Merge tag 'pm-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2022-10-291-1/+1
| |\ \
| | * | PM: hibernate: Allow hybrid sleep to work with s2idleMario Limonciello2022-10-251-1/+1
| | |/
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-0215-220/+690
|\ \ \
| * | | bpf: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner2022-10-311-2/+2
| * | | bpf: check max_entries before allocating memoryFlorian Lehner2022-10-291-12/+8
| * | | bpf: Fix a typo in comment for DFS algorithmXu Kuohai2022-10-271-1/+1
| * | | bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-267-3/+273
| * | | bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song2022-10-263-139/+127
| * | | bpf: Make struct cgroup btf id globalYonghong Song2022-10-261-1/+1
| * | | bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau2022-10-262-1/+31
| * | | bpf: bpf_task_storage_delete_recur does lookup first before the deadlock checkMartin KaFai Lau2022-10-261-7/+11
| * | | bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau2022-10-262-1/+32
| * | | bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...Martin KaFai Lau2022-10-262-7/+9
| * | | bpf: Refactor the core bpf_task_storage_get logic into a new functionMartin KaFai Lau2022-10-261-18/+26
| * | | bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau2022-10-262-8/+8
| * | | bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau2022-10-262-15/+70
| * | | bpf: Take module reference on kprobe_multi linkJiri Olsa2022-10-251-0/+92
| * | | bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmpJiri Olsa2022-10-251-3/+3
| * | | ftrace: Add support to resolve module symbols in ftrace_lookup_symbolsJiri Olsa2022-10-251-5/+11
| * | | kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa2022-10-251-2/+0
| * | | bpf: Consider all mem_types compatible for map_{key,value} argsDave Marchevsky2022-10-221-13/+2
| * | | bpf: Allow ringbuf memory to be used as map keyDave Marchevsky2022-10-221-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-2415-119/+241
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-244-2/+28
| |\ \ \
| | * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-10-244-2/+28
| | |\ \ \
| | | * | | bpf: Use __llist_del_all() whenever possbile during memory drainingHou Tao2022-10-221-2/+5
| | | * | | bpf: Wait for busy refill_work when destroying bpf memory allocatorHou Tao2022-10-221-0/+11
| | | * | | bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa2022-10-211-0/+6
| | | * | | bpf: prevent decl_tag from being referenced in func_protoStanislav Fomichev2022-10-171-0/+5
| | | * | | bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1David Vernet2022-10-131-0/+1
| * | | | | Merge tag 'rcu-urgent.2022.10.20a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-10-241-4/+6
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney2022-10-211-4/+6
| * | | | | kernel/utsname_sysctl.c: Fix hostname pollingLinus Torvalds2022-10-231-0/+1
| * | | | | Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-233-39/+116
| |\ \ \ \ \
| | * | | | | bpf: Fix sample_flags for bpf_perf_event_outputSumanth Korikkar2022-10-171-0/+2
| | * | | | | perf: Fix missing SIGTRAPsPeter Zijlstra2022-10-172-39/+114
| | |/ / / /
| * | | | | Merge tag 'sched_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-10-234-29/+35
| |\ \ \ \ \
| | * | | | | sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook2022-10-174-20/+26
| | * | | | | sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang2022-10-171-9/+9
| | |/ / / /
| * | | | | Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds2022-10-221-43/+39
| |\ \ \ \ \
| | * | | | | blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Ye Bin2022-10-201-3/+1
| | * | | | | blktrace: fix possible memleak in '__blk_trace_remove'Ye Bin2022-10-201-2/+2
| | * | | | | blktrace: introduce 'blk_trace_{start,stop}' helperYe Bin2022-10-201-38/+36
| * | | | | | Merge tag 'mm-hotfixes-stable-2022-10-20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-211-2/+16
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | gcov: support GCC 12.1 and newer compilersMartin Liska2022-10-211-2/+16
| | | |/ / / | | |/| | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-2112-115/+399
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-182-21/+80
| |\ \ \ \ | | |/ / / | |/| | |