aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski32-66/+74
2020-09-04Merge branch 'csd.2020.09.04a' into HEADPaul E. McKenney1-0/+134
2020-09-04smp: Make symbol 'csd_bug_count' staticWei Yongjun1-1/+1
2020-09-04kernel/smp: Provide CSD lock timeout diagnosticsPaul E. McKenney1-2/+130
2020-09-04smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney1-0/+6
2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky1-0/+1
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner1-6/+29
2020-09-04pidfd: support PIDFD_NONBLOCK in pidfd_open()Christian Brauner1-5/+7
2020-09-04exit: support non-blocking pidfdsChristian Brauner1-3/+12
2020-09-04padata: fix possible padata_works_lock deadlockDaniel Jordan1-2/+3
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+2
2020-09-03bpf: Do not use bucket_lock for hashmap iteratorYonghong Song1-11/+4
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney5-16/+113
2020-09-03Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney6-168/+745
2020-09-03Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24a' into HEADPaul E. McKenney12-107/+117
2020-09-03rcu: Shrink each possible cpu krcpZqiang1-3/+3
2020-09-03rcu/segcblist: Prevent useless GP start if no CBs to accelerateJoel Fernandes (Google)1-1/+9
2020-09-03locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2-6/+31
2020-09-02bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song1-4/+11
2020-09-02module: Add more error message for failed kernel module loadingQu Wenruo1-2/+8
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller38-119/+2542
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2-16/+10
2020-09-01Merge branch 'master' into for-nextJiri Kosina283-13448/+32551
2020-09-01tracepoint: Optimize using static_call()Steven Rostedt (VMware)1-4/+21
2020-09-01static_call: Allow early initPeter Zijlstra1-4/+66
2020-09-01static_call: Handle tail-callsPeter Zijlstra1-8/+13
2020-09-01static_call: Add simple self-test for static callsPeter Zijlstra1-0/+43
2020-09-01static_call: Avoid kprobes on inline static_call()sPeter Zijlstra2-0/+70
2020-09-01static_call: Add inline static call infrastructureJosh Poimboeuf3-0/+309
2020-09-01jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved()Peter Zijlstra1-2/+8
2020-09-01module: Properly propagate MODULE_STATE_COMING failurePeter Zijlstra1-3/+7
2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra5-7/+11
2020-09-01notifier: Fix broken error handling patternPeter Zijlstra7-131/+139
2020-09-01mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song1-1/+1
2020-09-01dma-contiguous: provide the ability to reserve per-numa CMABarry Song2-10/+101
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov2-1/+1
2020-08-31bpf: Fix build without BPF_LSM.Alexei Starovoitov1-0/+2
2020-08-30kcsan: Use tracing-safe version of prandomMarco Elver1-6/+29
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-21/+22
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2-0/+24
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov5-14/+121
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2-3/+9
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau13-15/+32
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-8/+9
2020-08-27dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter1-1/+1
2020-08-26bpf: Fix a verifier failure with xorYonghong Song1-0/+66
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant1-11/+21
2020-08-26audit: Remove redundant null checkXu Wang1-2/+1