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