aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-07-04umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman1-7/+4
2020-07-04umd: For clarity rename umh_info umd_infoEric W. Biederman1-10/+10
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman4-139/+148
2020-07-04umh: Remove call_usermodehelper_setup_file.Eric W. Biederman1-31/+11
2020-07-04umh: Rename the user mode driver helpers for clarityEric W. Biederman1-5/+5
2020-07-04umh: Move setting PF_UMH into umh_pipe_setupEric W. Biederman1-4/+3
2020-07-04umh: Capture the pid in umh_pipe_setupEric W. Biederman1-3/+2
2020-07-04genirq: Remove preflow handler supportValentin Schneider2-17/+0
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig1-1/+1
2020-07-02Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2020-07-02bpf: Fix build without CONFIG_STACKTRACESong Liu1-0/+4
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+21
2020-07-02crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfoBhupesh Sharma1-0/+1
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra39-238/+377
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret1-5/+1
2020-07-01ring-buffer: Do not trigger a WARN if clock going backwards is detectedSteven Rostedt (VMware)1-3/+21
2020-07-01ring-buffer: Call trace_clock_local() directly for RETPOLINE kernelsSteven Rostedt (VMware)1-1/+9
2020-07-01ring-buffer: Move the add_timestamp into its own functionSteven Rostedt (VMware)1-12/+20
2020-07-01ring-buffer: Consolidate add_timestamp to remove some branchesSteven Rostedt (VMware)1-66/+73
2020-07-01bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()Song Liu1-2/+8
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu3-5/+78
2020-07-01perf: Expose get/put_callchain_entry()Song Liu1-7/+6
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov7-38/+3
2020-07-01arch: remove unicore32 portMike Rapoport1-1/+1
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-80/+173
2020-06-30ring-buffer: Mark the !tail (crossing a page) as unlikelySteven Rostedt (VMware)1-1/+1
2020-06-30ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin2-17/+72
2020-06-30ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bitSteven Rostedt (VMware)1-27/+243
2020-06-30bpf: Fix an incorrect branch elimination by verifierYonghong Song1-2/+1
2020-06-30ring-buffer: Incorporate absolute timestamp into add_timestamp logicSteven Rostedt (VMware)1-18/+22
2020-06-30ring-buffer: Have nested events still record running time stampSteven Rostedt (VMware)1-95/+181
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2-7/+7
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov2-5/+21
2020-06-30bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki1-7/+3
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer1-1/+1
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer2-7/+16
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer1-0/+3
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki1-19/+23
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki1-38/+82
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki1-2/+18
2020-06-30bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko1-10/+8
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2-0/+16
2020-06-29audit: add gfp parameter to audit_log_nfcfgRichard Guy Briggs1-2/+2
2020-06-29kcsan: Disable branch tracing in core runtimeMarco Elver1-1/+1
2020-06-29kcsan: Simplify compiler flagsMarco Elver1-2/+2
2020-06-29kcsan: Add jiffies test to test suiteMarco Elver1-0/+23
2020-06-29kcsan: Remove existing special atomic rulesMarco Elver1-4/+2
2020-06-29kcsan: Rename test.c to selftest.cMarco Elver2-1/+1
2020-06-29kcsan: Silence -Wmissing-prototypes warning with W=1Marco Elver1-0/+9
2020-06-29kcsan: Prefer '__no_kcsan inline' in testMarco Elver1-2/+2