summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-12-09rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus()Paul E. McKenney
2019-12-09rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver
2019-12-09rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus()Boqun Feng
2019-12-09rcu: Use *_ONCE() to protect lockless ->expmask accessesPaul E. McKenney
2019-12-09audit: Add __rcu annotation to RCU pointerAmol Grover
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-09modules: lockdep: Suppress suspicious RCU usage warningMasami Hiramatsu
2019-12-08nsfs: clean-up ns_get_path() signature to return intAleksa Sarai
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-08sched/rt, workqueue: Use PREEMPTIONSebastian Andrzej Siewior
2019-12-08sched/rt, locking: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior
2019-12-08Merge branch 'linus' into sched/urgent, to pick up the latest before merging ...Ingo Molnar
2019-12-06Fix up for "printk: Drop pr_warning definition"Stephen Rothwell
2019-12-06workqueue: Use pr_warn instead of pr_warningKefeng Wang
2019-12-05Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-05Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-12-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-12-04bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_idYonghong Song
2019-12-04kcov: remote coverage supportAndrey Konovalov
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie
2019-12-04kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches
2019-12-04kernel/profile.c: use cpumask_available to check for NULL cpumaskNathan Chancellor
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni
2019-12-04kernel/notifier.c: remove notifier_chain_cond_register()Xiaoming Ni
2019-12-04kernel/notifier.c: intercept duplicate registrations to avoid infinite loopsXiaoming Ni
2019-12-04Merge tag 'trace-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-12-04Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-12-04taskstats: fix data-raceChristian Brauner
2019-12-04tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-12-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-12-02tracing: Introduce trace event injectionCong Wang
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2019-12-01kernel: sysctl: make drop_caches write-onlyJohannes Weiner
2019-12-01fork: support VMAP_STACK with KASAN_VMALLOCDaniel Axtens
2019-12-01mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-30Merge tag 'audit-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-30Merge tag 'kgdb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds
2019-11-30Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-11-29PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCYLeonard Crestez
2019-11-29sched/clock: Use static_branch_likely() with sched_clock_runningZhenzhong Duan
2019-11-29locking/spinlock/debug: Fix various data racesMarco Elver