summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf, tnums: Provably sound, faster, and more precise algorithm for tnum_mulHarishankar Vishwanathan2021-06-011-19/+22
* bpf, devmap: Remove drops variable from bq_xmit_all()Hangbin Liu2021-05-281-5/+2
* libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest2021-05-261-1/+0
* xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-262-3/+183
* bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer2021-05-261-51/+76
* bpf: Fix spelling mistakesZhen Lei2021-05-247-16/+16
* bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-242-4/+128
* bpf: Make some symbols staticPu Lehui2021-05-191-2/+2
* bpf: Add bpf_sys_close() helper.Alexei Starovoitov2021-05-191-0/+19
* bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov2021-05-192-0/+64
* bpf: Introduce fd_idxAlexei Starovoitov2021-05-192-11/+38
* bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov2021-05-192-7/+8
* bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov2021-05-193-61/+99
* bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2021-05-192-0/+61
* bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-05-101-31/+15
* bpf: verifier: Use copy_array for jmp_historyLorenz Bauer2021-05-101-8/+5
* bpf: verifier: Improve function state reallocationLorenz Bauer2021-05-101-96/+101
* Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-082-5/+9
|\
| * .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-1/+1
| * kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada2021-05-022-2/+8
| * kernel/.gitgnore: remove stale timeconst.h and hz.bcMasahiro Yamada2021-05-021-2/+0
* | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-15/+18
|\ \
| * | bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-05-031-10/+17
| * | bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann2021-05-031-8/+4
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-0719-622/+394
|\ \ \
| * | | kernel/sys.c: fix typoXiaofeng Cao2021-05-071-7/+7
| * | | kernel/up.c: fix typoBhaskar Chowdhury2021-05-071-1/+1
| * | | kernel/user_namespace.c: fix typosXiaofeng Cao2021-05-071-3/+3
| * | | kernel/umh.c: fix some spelling mistakeszhouchuangao2021-05-071-3/+3
| * | | drivers/char: remove /dev/kmem for goodDavid Hildenbrand2021-05-071-1/+0
| * | | modules: add CONFIG_MODPROBE_PATHRasmus Villemoes2021-05-071-1/+1
| * | | init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-071-0/+2
| * | | kernel/async.c: remove async_unregister_domain()Rasmus Villemoes2021-05-071-18/+0
| * | | kernel/async.c: stop guarding pr_debug() statementsRasmus Villemoes2021-05-071-28/+20
| * | | kernel/resource: fix locking in request_free_mem_regionAlistair Popple2021-05-071-7/+38
| * | | kernel/resource: refactor __request_region to allow external lockingAlistair Popple2021-05-071-20/+32
| * | | kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple2021-05-071-21/+31
| * | | kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand2021-05-071-33/+12
| * | | kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand2021-05-071-1/+1
| * | | kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand2021-05-071-1/+1
| * | | gcov: clang: drop support for clang-10 and olderNick Desaulniers2021-05-072-103/+1
| * | | gcov: use kvmalloc()Johannes Berg2021-05-073-12/+12
| * | | gcov: simplify buffer allocationJohannes Berg2021-05-071-15/+9
| * | | gcov: combine common codeJohannes Berg2021-05-075-342/+171
| * | | kexec: dump kmessage before machine_kexecPavel Tatashin2021-05-071-0/+2
| * | | kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-05-071-1/+3
| * | | kexec: Add kexec reboot stringJoe LeVeque2021-05-071-1/+1
| * | | kernel/fork.c: fix typosXiaofeng Cao2021-05-061-4/+4
| * | | kernel/fork.c: simplify copy_mm()Rolf Eike Beer2021-05-061-11/+4
| * | | do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome2021-05-061-10/+57