summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-05bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NETKP Singh1-0/+7
2020-03-05bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh1-10/+3
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh1-0/+1
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh2-8/+51
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh4-2/+8
2020-03-04bpf: Refactor trampoline update codeKP Singh2-28/+44
2020-03-02bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko2-46/+219
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-115/+228
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-0/+15
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller11-122/+225
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-27Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-51/+60
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-35/+127
2020-02-26signal: avoid double atomic counter increments for user accountingLinus Torvalds1-9/+14
2020-02-25bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu1-1/+0
2020-02-24bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller1-3/+15
2020-02-24bpf, lpm: Make locking RT friendlyThomas Gleixner1-6/+6
2020-02-24bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner1-9/+56
2020-02-24bpf: Factor out hashtab bucket lock operationsThomas Gleixner1-23/+46
2020-02-24bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner1-19/+8
2020-02-24bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner1-8/+4
2020-02-24bpf: Use migrate_disable/enabe() in trampoline code.David Miller1-4/+5
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller1-3/+1
2020-02-24bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner1-10/+10
2020-02-24bpf: Remove recursion prevention from rcu free callbackThomas Gleixner1-8/+0
2020-02-24perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner1-2/+0
2020-02-24bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner1-2/+1
2020-02-24bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov1-2/+9
2020-02-24bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner1-1/+0
2020-02-24bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner1-2/+1
2020-02-24bpf: Update locking comment in hashtab codeThomas Gleixner1-4/+20
2020-02-24bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner1-4/+9
2020-02-24bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner1-11/+28
2020-02-24audit: always check the netlink payload length in audit_receive_msg()Paul Moore1-19/+21
2020-02-22audit: fix error handling in audit_data_to_entry()Paul Moore1-32/+39
2020-02-22Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-18/+24
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-9/+0
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-10/+50
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki1-5/+0
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki1-3/+7
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+57
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann2-107/+0
2020-02-20bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu1-1/+2
2020-02-20tracing: Clear trace_state when starting traceMasami Hiramatsu1-2/+2
2020-02-20tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)1-0/+2
2020-02-20tracing: Have synthetic event test use raw_smp_processor_id()Steven Rostedt (VMware)1-6/+6
2020-02-20tracing: Fix number printing bug in print_synth_event()Tom Zanussi1-3/+29
2020-02-20tracing: Check that number of vals matches number of synth event fieldsTom Zanussi1-2/+12
2020-02-20tracing: Make synth_event trace functions endian-correctTom Zanussi1-4/+58
2020-02-20tracing: Make sure synth_event_trace() example always uses u64Tom Zanussi1-17/+17