summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests/bpf: Add a test for bpf sk_storage_map iteratorYonghong Song2020-07-262-0/+106
| * selftests/bpf: Add test for bpf array map iteratorsYonghong Song2020-07-263-0/+247
| * selftests/bpf: Add test for bpf hash map iteratorsYonghong Song2020-07-263-0/+337
| * tools/bpftool: Add bpftool support for bpf map element iteratorYonghong Song2020-07-263-7/+62
| * tools/libbpf: Add support for bpf map element iteratorYonghong Song2020-07-264-3/+14
| * bpf: Implement bpf iterator for sock local storage mapYonghong Song2020-07-261-0/+206
| * bpf: Implement bpf iterator for array mapsYonghong Song2020-07-262-2/+142
| * bpf: Implement bpf iterator for hash mapsYonghong Song2020-07-262-1/+217
| * bpf: Implement bpf iterator for map elementsYonghong Song2020-07-265-17/+128
| * bpf: Support readonly/readwrite buffers in verifierYonghong Song2020-07-263-6/+104
| * bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-267-9/+15
| * bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-269-29/+64
|/
* bpf: Add bpf_prog iteratorAlexei Starovoitov2020-07-264-1/+124
* bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song2020-07-262-12/+10
* selftests/bpf: Test BPF socket lookup and reuseport with connectionsJakub Sitnicki2020-07-261-1/+53
* udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki2020-07-261-3/+0
* tools/bpftool: Strip BPF .o files before skeleton generationAndrii Nakryiko2020-07-261-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-26545-4011/+5100
|\
| * Merge tag 'riscv-for-linus-5.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-252-23/+47
| |\
| | * riscv: Parse all memory blocks to remove unusable memoryAtish Patra2020-07-251-14/+17
| | * RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra2020-07-251-6/+27
| | * RISC-V: Set maximum number of mapped pages correctlyAtish Patra2020-07-251-1/+1
| | * riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen2020-07-211-2/+2
| * | Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-255-18/+28
| |\ \
| | * | x86/dumpstack: Dump user space code correctly againThomas Gleixner2020-07-221-10/+17
| | * | x86/stacktrace: Fix reliable check for empty user task stacksJosh Poimboeuf2020-07-221-5/+0
| | * | x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf2020-07-221-2/+6
| | * | x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel2020-07-222-1/+5
| * | | Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-07-251-1/+1
| |\ \ \
| | * | | uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-241-1/+1
| * | | | Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-07-252-10/+58
| |\ \ \ \
| | * \ \ \ Merge tag 'timers-v5.8-rc7' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner2020-07-212-10/+58
| | |\ \ \ \
| | | * | | | clocksource/drivers/timer-ti-dm: Fix suspend and resume for am3 and am4Tony Lindgren2020-07-212-10/+58
| * | | | | | Merge tag 'sched-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-251-10/+15
| |\ \ \ \ \ \
| | * | | | | | sched: Warn if garbage is passed to default_wake_function()Chris Wilson2020-07-241-0/+1
| | * | | | | | sched: Fix race against ptrace_freeze_trace()Peter Zijlstra2020-07-221-10/+14
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-2512-40/+43
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'efi-urgent-for-v5.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Thomas Gleixner2020-07-2312-40/+43
| | |\ \ \ \ \ \
| | | * | | | | | efi: Revert "efi/x86: Fix build with gcc 4"Ard Biesheuvel2020-07-091-2/+1
| | | * | | | | | efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel2020-07-096-15/+20
| | | * | | | | | efi/libstub: Move the function prototypes to header fileAtish Patra2020-07-092-17/+16
| | | * | | | | | efi/libstub: Fix gcc error around __umoddi3 for 32 bit buildsAtish Patra2020-07-091-1/+1
| | | * | | | | | efi/libstub/arm64: link stub lib.a conditionallyMasahiro Yamada2020-07-091-1/+1
| | | * | | | | | efi/x86: Only copy upto the end of setup_headerArvind Sankar2020-06-251-2/+4
| | | * | | | | | efi/x86: Remove unused variablesArvind Sankar2020-06-251-2/+0
| | |/ / / / / /
| * | | | | | | Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds2020-07-251-8/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "cifs: Fix the target file was deleted when rename failed."Steve French2020-07-231-8/+2
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds2020-07-25127-676/+1022
| |\ \ \ \ \ \ \
| | * | | | | | | drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2020-07-252-4/+8
| | * | | | | | | dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-251-1/+1