summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-2912-115/+228
|\
| * bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-271-0/+15
| * bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-283-3/+3
| * bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller2020-02-241-3/+15
| * bpf, lpm: Make locking RT friendlyThomas Gleixner2020-02-241-6/+6
| * bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner2020-02-241-9/+56
| * bpf: Factor out hashtab bucket lock operationsThomas Gleixner2020-02-241-23/+46
| * bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner2020-02-241-19/+8
| * bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner2020-02-241-8/+4
| * bpf: Use migrate_disable/enabe() in trampoline code.David Miller2020-02-241-4/+5
| * bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-241-3/+1
| * bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner2020-02-241-10/+10
| * bpf: Remove recursion prevention from rcu free callbackThomas Gleixner2020-02-241-8/+0
| * perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner2020-02-241-2/+0
| * bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner2020-02-241-2/+1
| * bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov2020-02-241-2/+9
| * bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner2020-02-241-1/+0
| * bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner2020-02-241-2/+1
| * bpf: Update locking comment in hashtab codeThomas Gleixner2020-02-241-4/+20
| * bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner2020-02-241-4/+9
| * bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner2020-02-241-11/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-2711-122/+225
|\ \ | |/ |/|
| * Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-272-51/+60
| |\
| | * audit: always check the netlink payload length in audit_receive_msg()Paul Moore2020-02-241-19/+21
| | * audit: fix error handling in audit_data_to_entry()Paul Moore2020-02-221-32/+39
| * | Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-264-35/+127
| |\ \
| | * | bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu2020-02-251-1/+0
| | * | bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu2020-02-201-1/+2
| | * | tracing: Clear trace_state when starting traceMasami Hiramatsu2020-02-201-2/+2
| | * | tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-02-201-0/+2
| | * | tracing: Have synthetic event test use raw_smp_processor_id()Steven Rostedt (VMware)2020-02-201-6/+6
| | * | tracing: Fix number printing bug in print_synth_event()Tom Zanussi2020-02-201-3/+29
| | * | tracing: Check that number of vals matches number of synth event fieldsTom Zanussi2020-02-201-2/+12
| | * | tracing: Make synth_event trace functions endian-correctTom Zanussi2020-02-201-4/+58
| | * | tracing: Make sure synth_event_trace() example always uses u64Tom Zanussi2020-02-201-17/+17
| * | | signal: avoid double atomic counter increments for user accountingLinus Torvalds2020-02-261-9/+14
| * | | Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-223-18/+24
| |\ \ \
| | * | | genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner2020-02-143-18/+24
| * | | | Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-221-9/+0
| |\ \ \ \
| | * | | | s390: remove obsolete ieee_emulation_warningsStephen Kitt2020-02-191-9/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-213-10/+50
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | net: Generate reuseport group ID on group creationJakub Sitnicki2020-02-211-5/+0
| * | | | | bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki2020-02-211-3/+7
| * | | | | bpf: Add bpf_read_branch_records() helperDaniel Xu2020-02-191-0/+41
| * | | | | bpf: Allow bpf_perf_event_read_value in all BPF programsSong Liu2020-02-181-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-213-9/+57
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-193-9/+57
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | bpf: Fix a potential deadlock with bpf_map_do_batchYonghong Song2020-02-191-3/+31
| | * | | | | bpf: Do not grab the bucket spinlock by default on htab batch opsBrian Vazquez2020-02-191-2/+22
| | * | | | | bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fillJohannes Krude2020-02-171-1/+1