summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-08-10bpf: Add lockdown check for probe_write_user helperDaniel Borkmann
2021-08-10locking/rtmutex: Use the correct rtmutex debugging config optionZhen Lei
2021-08-09Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-09cgroup: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-09cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long
2021-08-09workqueue: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-09workqueue: Replace deprecated ida_simple_*() with ida_alloc()/ida_free()Zhen Lei
2021-08-09workqueue: Fix typo in commentsCai Huoqing
2021-08-09bpf, devmap: Exclude XDP broadcast to master deviceJussi Maki
2021-08-09ucounts: add missing data type changesSven Schnelle
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann
2021-08-09dma-mapping: disallow .map_sg operations from returning zero on errorLogan Gunthorpe
2021-08-09dma-mapping: return error code from dma_dummy_map_sg()Martin Oliveira
2021-08-09dma-direct: return appropriate error code from dma_direct_map_sg()Logan Gunthorpe
2021-08-09dma-mapping: allow map_sg() ops to return negative error codesLogan Gunthorpe
2021-08-09dma-debug: fix debugfs initialization orderAnthony Iliopoulos
2021-08-09dma-debug: use memory_intersects() directlyKefeng Wang
2021-08-08Merge tag 'timers-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-08Merge tag 'sched-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-08Merge tag 'perf-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-08-07bpf: Fix integer overflow involving bucket_sizeTatsuhiko Yasumatsu
2021-08-06rcu: Print human-readable message for schedule() in RCU readerPaul E. McKenney
2021-08-06rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCUFrederic Weisbecker
2021-08-06rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song
2021-08-06rcu: Remove useless "ret" update in rcu_gp_fqs_loop()Liu Song
2021-08-06rcu: Mark accesses in tree_stall.hPaul E. McKenney
2021-08-06rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stackPaul E. McKenney
2021-08-06rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()Paul E. McKenney
2021-08-06srcutiny: Mark read-side data racesPaul E. McKenney
2021-08-06rcu: Start timing stall repetitions after warning completePaul E. McKenney
2021-08-06rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()Sergey Senozhatsky
2021-08-06rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky
2021-08-06rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney
2021-08-06rcu: Weaken ->dynticks accesses and updatesPaul E. McKenney
2021-08-06rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)
2021-08-06rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu
2021-08-06rcu: Fix to include first blocked task in stall warningYanfei Xu
2021-08-06Merge tag 'trace-v5.14-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-06tracepoint: Use rcu get state and cond sync for static call updatesMathieu Desnoyers
2021-08-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao
2021-08-06PM: EM: Increase energy calculation precisionLukasz Luba
2021-08-06sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMSQuentin Perret
2021-08-06sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret
2021-08-06sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-05tracepoint: Fix static call function vs data state mismatchMathieu Desnoyers
2021-08-05tracepoint: static call: Compare data on transition from 2->1 calleesMathieu Desnoyers
2021-08-05Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-08-05Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds