summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-08-27dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter
2020-08-26bpf: Fix a verifier failure with xorYonghong Song
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant
2020-08-26audit: Remove redundant null checkXu Wang
2020-08-26lockdep: Take read/write status in consideration when generate chainkeyBoqun Feng
2020-08-26lockdep: Add recursive read locks into dependency graphBoqun Feng
2020-08-26lockdep: Fix recursive read lock related safe->unsafe detectionBoqun Feng
2020-08-26lockdep: Adjust check_redundant() for recursive read changeBoqun Feng
2020-08-26lockdep: Support deadlock detection for recursive read locks in check_noncirc...Boqun Feng
2020-08-26lockdep: Make __bfs(.match) return boolBoqun Feng
2020-08-26lockdep: Extend __bfs() to work with multiple types of dependenciesBoqun Feng
2020-08-26lockdep: Introduce lock_list::depBoqun Feng
2020-08-26lockdep: Reduce the size of lock_list::distanceBoqun Feng
2020-08-26lockdep: Make __bfs() visit every dependency until a matchBoqun Feng
2020-08-26lockdep: Demagic the return value of BFSBoqun Feng
2020-08-26locking: More accurate annotations for read_lock()Boqun Feng
2020-08-26sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider
2020-08-26sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider
2020-08-26sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior
2020-08-26sched/fair: Simplify the work when reweighting entityJiang Biao
2020-08-26sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba
2020-08-26sched/fair: Ignore cache hotness for SMT migrationJosh Don
2020-08-26lockdep,trace: Expose tracepointsPeter Zijlstra
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra