summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-09-08kprobes: Make local functions staticMasami Hiramatsu
2020-09-08kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu
2020-09-08kprobes: Remove NMI context checkMasami Hiramatsu
2020-09-08kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu
2020-09-08printk: ringbuffer: support dataless recordsJohn Ogness
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie
2020-09-07blktrace: make function blk_trace_bio_get_cgid() staticWang Hai
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-06genirq: Walk the irq_data hierarchy when resending an interruptMarc Zyngier
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-05fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04Merge branch 'csd.2020.09.04a' into HEADPaul E. McKenney
2020-09-04smp: Make symbol 'csd_bug_count' staticWei Yongjun
2020-09-04kernel/smp: Provide CSD lock timeout diagnosticsPaul E. McKenney
2020-09-04smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney
2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner
2020-09-04pidfd: support PIDFD_NONBLOCK in pidfd_open()Christian Brauner
2020-09-04exit: support non-blocking pidfdsChristian Brauner
2020-09-04padata: fix possible padata_works_lock deadlockDaniel Jordan
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03bpf: Do not use bucket_lock for hashmap iteratorYonghong Song
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney
2020-09-03Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney
2020-09-03Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24...Paul E. McKenney
2020-09-03rcu: Shrink each possible cpu krcpZqiang
2020-09-03rcu/segcblist: Prevent useless GP start if no CBs to accelerateJoel Fernandes (Google)
2020-09-03locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org
2020-09-02bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song
2020-09-02module: Add more error message for failed kernel module loadingQu Wenruo
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel
2020-09-01Merge branch 'master' into for-nextJiri Kosina
2020-09-01tracepoint: Optimize using static_call()Steven Rostedt (VMware)
2020-09-01static_call: Allow early initPeter Zijlstra
2020-09-01static_call: Handle tail-callsPeter Zijlstra
2020-09-01static_call: Add simple self-test for static callsPeter Zijlstra
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf
2020-09-01jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved()Peter Zijlstra
2020-09-01module: Properly propagate MODULE_STATE_COMING failurePeter Zijlstra
2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra
2020-09-01mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song
2020-09-01dma-contiguous: provide the ability to reserve per-numa CMABarry Song
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov
2020-08-31bpf: Fix build without BPF_LSM.Alexei Starovoitov
2020-08-30kcsan: Use tracing-safe version of prandomMarco Elver
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds