summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-199-16/+21
|\
| * audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth2022-05-171-0/+6
| * Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-157-15/+15
| |\
| | * sched/tracing: Append prev_state to tp args insteadDelyan Kratunov2022-05-127-15/+15
| * | Merge tag 'irq-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-151-1/+0
| |\ \
| | * | genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()Lukas Wunner2022-05-111-1/+0
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-126-15/+41
|\| |
| * | Merge branch 'for-5.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-121-2/+5
| |\ \ | | |/ | |/|
| | * cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long2022-05-051-2/+5
| * | Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-081-2/+2
| |\ \
| | * | timekeeping: Mark NMI safe time accessors as notraceKurt Kanzenbach2022-04-291-2/+2
| * | | Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-083-10/+33
| |\ \ \
| | * | | genirq: Synchronize interrupt thread startupThomas Pfaff2022-05-053-10/+33
| | | |/ | | |/|
| * / | mm: Fix PASID use-after-free issueFenghua Yu2022-05-011-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-286-14/+17
|\| |
| * | Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-281-1/+1
| |\ \
| | * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-271-1/+1
| | |\ \ | | | |/ | | |/|
| | | * kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setAdam Zabrocki2022-04-261-1/+1
| * | | Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-04-241-5/+5
| |\ \ \
| | * | | sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang2022-04-191-5/+5
| | |/ /
| * | | Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-243-6/+6
| |\ \ \
| | * | | perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie2022-04-193-6/+6
| | |/ /
| * / / kcov: don't generate a warning on vm_insert_page()'s failureAleksandr Nogikh2022-04-211-2/+5
| |/ /
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-2725-456/+1533
|\ \ \
| * | | bpf: Compute map_btf_id during build timeMenglong Dong2022-04-2615-115/+52
| * | | bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi2022-04-252-7/+25
| * | | bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi2022-04-251-5/+53
| * | | bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi2022-04-254-25/+204
| * | | bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi2022-04-251-0/+108
| * | | bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi2022-04-251-1/+87
| * | | bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi2022-04-251-7/+28
| * | | bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi2022-04-253-13/+119
| * | | bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi2022-04-253-41/+50
| * | | bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi2022-04-254-35/+401
| * | | bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev2022-04-251-48/+24
| * | | bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko2022-04-231-54/+56
| * | | bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi2022-04-211-38/+38
| * | | bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi2022-04-211-31/+89
| * | | bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-193-14/+23
| * | | bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi2022-04-191-0/+54
| * | | bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev2022-04-192-18/+111
| * | | bpf: Remove unnecessary type castingsYu Zhe2022-04-142-3/+3
| * | | Merge branch 'pr/bpf-sysctl' into bpf-nextDaniel Borkmann2022-04-132-79/+87
| |\ \ \
| | * | | bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu2022-04-132-79/+87
| * | | | bpf: Remove redundant assignment to meta.seq in __task_seq_show()Yuntao Wang2022-04-112-2/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-227-30/+35
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-172-7/+10
| |\ \ \ \
| | * | | | tick/sched: Fix non-kernel-doc commentJiapeng Chong2022-04-101-2/+2
| | * | | | tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker2022-04-101-1/+1
| | * | | | timers: Fix warning condition in __run_timers()Anna-Maria Behnsen2022-04-091-4/+7
| | | |/ / | | |/| |