summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-011-1/+1
|\
| * quota: Change quotactl_path() systcall to an fd-based oneJan Kara2021-06-071-1/+1
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-07-0120-382/+950
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-303-5/+7
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-06-233-5/+7
| | |\ \
| | | * | bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend2021-06-221-2/+4
| | | * | bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh2021-06-221-2/+2
| | | * | bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flagsMaciej Żenczykowski2021-06-221-1/+1
| * | | | once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love2021-06-291-10/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-297-44/+55
| |\ \ \ \
| | * | | | bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev2021-06-281-0/+2
| | * | | | bpf: Allow bpf_get_current_ancestor_cgroup_id for tracingNamhyung Kim2021-06-281-0/+2
| | * | | | xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-242-32/+30
| | * | | | bpf: Allow RCU-protected lookups to happen from bh contextToke Høiland-Jørgensen2021-06-243-12/+21
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-1916-66/+120
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-1713-110/+476
| |\ \ \ \
| | * | | | bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann2021-06-171-18/+43
| | * | | | bpf: Fix typo in kernel/bpf/bpf_lsm.cShuyi Cheng2021-06-171-1/+1
| | * | | | bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+13
| | * | | | 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-257-16/+16
| | * | | | bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-242-4/+128
| * | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-22/+17
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-2735-239/+467
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | 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-111-31/+15
| * | | | | | bpf: verifier: Use copy_array for jmp_historyLorenz Bauer2021-05-111-8/+5
| * | | | | | bpf: verifier: Improve function state reallocationLorenz Bauer2021-05-111-96/+101
* | | | | | | Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-012-6/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'sched/core' into sched/urgent, to pick up fixIngo Molnar2021-06-301-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal2021-06-281-3/+3
| * | | | | | | | sched/core: Disable CONFIG_SCHED_CORE by defaultIngo Molnar2021-06-281-3/+3
| |/ / / / / / /
* | | | | | | | Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-013-34/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | audit: remove trailing spaces and tabsZhen Lei2021-06-112-5/+5
| * | | | | | | | audit: Use list_move instead of list_del/list_addBaokun Li2021-06-091-8/+4
| * | | | | | | | audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinitionSergey Nazarov2021-06-092-21/+21
| * | | | | | | | audit: add blank line after variable declarationsRoni Nevalainen2021-05-111-0/+21
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-301-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers2021-06-221-0/+1
* | | | | | | | | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-302-10/+7
|\ \ \ \ \ \ \ \ \