aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-01bpf, tnums: Provably sound, faster, and more precise algorithm for tnum_mulHarishankar Vishwanathan1-19/+22
2021-05-28bpf, devmap: Remove drops variable from bq_xmit_all()Hangbin Liu1-5/+2
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest1-1/+0
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2-3/+183
2021-05-26bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer1-51/+76
2021-05-24bpf: Fix spelling mistakesZhen Lei7-16/+16
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2-4/+128
2021-05-19bpf: Make some symbols staticPu Lehui1-2/+2
2021-05-19bpf: Add bpf_sys_close() helper.Alexei Starovoitov1-0/+19
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov2-0/+64
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov2-11/+38
2021-05-19bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov2-7/+8
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov3-61/+99
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2-0/+61
2021-05-10bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer1-31/+15
2021-05-10bpf: verifier: Use copy_array for jmp_historyLorenz Bauer1-8/+5
2021-05-10bpf: verifier: Improve function state reallocationLorenz Bauer1-96/+101
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-5/+9
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-15/+18
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds19-622/+394
2021-05-07kernel/sys.c: fix typoXiaofeng Cao1-7/+7
2021-05-07kernel/up.c: fix typoBhaskar Chowdhury1-1/+1
2021-05-07kernel/user_namespace.c: fix typosXiaofeng Cao1-3/+3
2021-05-07kernel/umh.c: fix some spelling mistakeszhouchuangao1-3/+3
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand1-1/+0
2021-05-07modules: add CONFIG_MODPROBE_PATHRasmus Villemoes1-1/+1
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes1-0/+2
2021-05-07kernel/async.c: remove async_unregister_domain()Rasmus Villemoes1-18/+0
2021-05-07kernel/async.c: stop guarding pr_debug() statementsRasmus Villemoes1-28/+20
2021-05-07kernel/resource: fix locking in request_free_mem_regionAlistair Popple1-7/+38
2021-05-07kernel/resource: refactor __request_region to allow external lockingAlistair Popple1-20/+32
2021-05-07kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple1-21/+31
2021-05-07kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand1-33/+12
2021-05-07kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand1-1/+1
2021-05-07kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resourcesDavid Hildenbrand1-1/+1
2021-05-07gcov: clang: drop support for clang-10 and olderNick Desaulniers2-103/+1
2021-05-07gcov: use kvmalloc()Johannes Berg3-12/+12
2021-05-07gcov: simplify buffer allocationJohannes Berg1-15/+9
2021-05-07gcov: combine common codeJohannes Berg5-342/+171
2021-05-07kexec: dump kmessage before machine_kexecPavel Tatashin1-0/+2
2021-05-07kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai1-1/+3
2021-05-07kexec: Add kexec reboot stringJoe LeVeque1-1/+1
2021-05-06kernel/fork.c: fix typosXiaofeng Cao1-4/+4
2021-05-06kernel/fork.c: simplify copy_mm()Rolf Eike Beer1-11/+4
2021-05-06do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome1-10/+57
2021-05-06kernel/cred.c: make init_groups staticRasmus Villemoes1-1/+1
2021-05-06kernel/async.c: fix pr_debug statementRasmus Villemoes1-1/+1
2021-05-06Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+4
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-10/+10