summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2-0/+134
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki1-3/+4
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-0/+119
2020-06-01bpf: Use tracing helpers for lsm programsJiri Olsa2-2/+2
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2-2/+2
2020-06-01bpf: Change kvfree to kfree in generic_map_lookup_batch()Denis Efremov1-1/+1
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern1-0/+3
2020-06-01bpf: Add support to attach bpf program to a devmap entryDavid Ahern1-4/+84
2020-06-01devmap: Formalize map value as a named structDavid Ahern1-17/+28
2020-06-01bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helperYonghong Song1-3/+3
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko6-50/+680
2020-06-01bpf: Fix map permissions checkAnton Protopopov1-1/+2
2020-06-01bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*John Fastabend2-5/+29
2020-06-01bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_runChris Packham1-1/+1
2020-06-01bpf: Fix returned error sign when link doesn't support updatesJakub Sitnicki1-1/+1
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+0
2020-06-01Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-11/+11
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-15/+20
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+1
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-638/+1995
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+94
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-49/+97
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+31
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-15/+17
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki5-13/+48
2020-06-01Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependenciesIngo Molnar1-20/+80
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek196-4926/+11824
2020-06-01Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek2-44/+79
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-32/+20
2020-05-31Merge tag 'sched-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-18/+16
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook1-0/+17
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin1-4/+11
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook1-3/+3
2020-05-30Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner3-136/+185
2020-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-18/+16
2020-05-29bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend1-5/+5
2020-05-29bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov1-13/+11
2020-05-28genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut1-0/+4
2020-05-28sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar3-4/+11
2020-05-28sched: Replace rq::wake_listPeter Zijlstra4-34/+47
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra4-5/+15
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra2-70/+102
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra4-4/+34
2020-05-28smp: Move irq_work_run() out of flush_smp_call_function_queue()Peter Zijlstra1-8/+9
2020-05-28smp: Optimize flush_smp_call_function_queue()Peter Zijlstra1-4/+23
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra3-36/+19
2020-05-28Merge branch 'core/rcu' into sched/core, to pick up dependencyIngo Molnar20-637/+1934
2020-05-28Merge branch 'sched/urgent' into sched/core, to pick up fixIngo Molnar1-1/+1
2020-05-28rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra1-6/+19