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