summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-07-02Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2020-07-02bpf: Fix build without CONFIG_STACKTRACESong Liu-0/+4
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+21
2020-07-02crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfoBhupesh Sharma-0/+1
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra-238/+377
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret-5/+1
2020-07-01ring-buffer: Do not trigger a WARN if clock going backwards is detectedSteven Rostedt (VMware)-3/+21
2020-07-01ring-buffer: Call trace_clock_local() directly for RETPOLINE kernelsSteven Rostedt (VMware)-1/+9
2020-07-01ring-buffer: Move the add_timestamp into its own functionSteven Rostedt (VMware)-12/+20
2020-07-01ring-buffer: Consolidate add_timestamp to remove some branchesSteven Rostedt (VMware)-66/+73
2020-07-01bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()Song Liu-2/+8
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu-5/+78
2020-07-01perf: Expose get/put_callchain_entry()Song Liu-7/+6
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov-38/+3
2020-07-01arch: remove unicore32 portMike Rapoport-1/+1
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-80/+173
2020-06-30ring-buffer: Mark the !tail (crossing a page) as unlikelySteven Rostedt (VMware)-1/+1
2020-06-30ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin-17/+72
2020-06-30ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bitSteven Rostedt (VMware)-27/+243
2020-06-30bpf: Fix an incorrect branch elimination by verifierYonghong Song-2/+1
2020-06-30ring-buffer: Incorporate absolute timestamp into add_timestamp logicSteven Rostedt (VMware)-18/+22
2020-06-30ring-buffer: Have nested events still record running time stampSteven Rostedt (VMware)-95/+181
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)-7/+7
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov-5/+21
2020-06-30bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki-7/+3
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer-1/+1
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer-7/+16
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer-0/+3
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki-19/+23
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki-38/+82
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki-2/+18
2020-06-30bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko-10/+8
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig-0/+16
2020-06-29audit: add gfp parameter to audit_log_nfcfgRichard Guy Briggs-2/+2
2020-06-29kcsan: Disable branch tracing in core runtimeMarco Elver-1/+1
2020-06-29kcsan: Simplify compiler flagsMarco Elver-2/+2
2020-06-29kcsan: Add jiffies test to test suiteMarco Elver-0/+23
2020-06-29kcsan: Remove existing special atomic rulesMarco Elver-4/+2
2020-06-29kcsan: Rename test.c to selftest.cMarco Elver-1/+1
2020-06-29kcsan: Silence -Wmissing-prototypes warning with W=1Marco Elver-0/+9
2020-06-29kcsan: Prefer '__no_kcsan inline' in testMarco Elver-2/+2
2020-06-29locking/osq_lock: Annotate a data race in osq_lockQian Cai-1/+5
2020-06-29kcsan: Add test suiteMarco Elver-0/+1087
2020-06-29fork: Annotate a data race in vm_area_dup()Qian Cai-1/+7
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney-203/+1231
2020-06-29torture: Dump ftrace at shutdown only if requestedPaul E. McKenney-1/+5
2020-06-29rcutorture: Check for unwatched readersPaul E. McKenney-0/+1
2020-06-29rcu/rcutorture: Replace 0 with falseJules Irenge-1/+1
2020-06-29rcutorture: NULL rcu_torture_current earlier in cleanup codePaul E. McKenney-1/+1
2020-06-29rcutorture: Add races with task-exit processingPaul E. McKenney-3/+109