summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-11-20cgroup: fix CSS_TASK_ITER_PROCSTejun Heo
2018-11-20bpf: allow zero-initializing hash map seedLorenz Bauer
2018-11-19audit: remove WATCH and TREE config optionsRichard Guy Briggs
2018-11-19audit: use session_info helperRichard Guy Briggs
2018-11-19audit: localize audit_log_session_info prototypeRichard Guy Briggs
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-11-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson
2018-11-16bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin
2018-11-16bpf: fix off-by-one error in adjust_subprog_startsEdward Cree
2018-11-16bpf: fix null pointer dereference on pointer offloadColin Ian King
2018-11-16padata: clean an indentation issue, remove extraneous spaceColin Ian King
2018-11-13kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva
2018-11-13kdb: kdb_keyboard: mark expected switch fall-throughsGustavo A. R. Silva
2018-11-13kdb: kdb_main: refactor code in kdb_md_lineGustavo A. R. Silva
2018-11-13kdb: Use strscpy with destination buffer sizePrarit Bhargava
2018-11-13kdb: print real address of pointers instead of hashed addressesChristophe Leroy
2018-11-13kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy
2018-11-13cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo
2018-11-13cpuset: Minor cgroup2 interface updatesTejun Heo
2018-11-12locking/mutex: Replace spin_is_locked() with lockdepLance Roy
2018-11-12rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney
2018-11-12rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney
2018-11-12rcu: Trace end of grace period before end of grace periodPaul E. McKenney
2018-11-12rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou
2018-11-12rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney
2018-11-12rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney
2018-11-12rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney
2018-11-12rcu: Avoid double multiply by HZPaul E. McKenney
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.hPaul E. McKenney
2018-11-12audit: Use 'mark' name for fsnotify_mark variablesJan Kara
2018-11-12audit: Replace chunk attached to mark instead of replacing markJan Kara
2018-11-12audit: Simplify locking around untag_chunk()Jan Kara
2018-11-12audit: Drop all unused chunk nodes during deletionJan Kara
2018-11-12audit: Guarantee forward progress of chunk untaggingJan Kara
2018-11-12audit: Allocate fsnotify mark independently of chunkJan Kara
2018-11-12audit: Provide helper for dropping mark's chunk referenceJan Kara
2018-11-12audit: Remove pointless check in insert_hash()Jan Kara
2018-11-12audit: Factor out chunk replacement codeJan Kara
2018-11-12audit: Make hash table insertion safe against concurrent lookupsJan Kara
2018-11-12audit: Embed key into chunkJan Kara
2018-11-12audit: Fix possible tagging failuresJan Kara
2018-11-12audit: Fix possible spurious -ENOSPC errorJan Kara
2018-11-12audit_tree: Remove mark->lock lockingJan Kara
2018-11-12sched/core: Clean up the #ifdef block in add_nr_running()Viresh Kumar
2018-11-12sched/fair: Make some variables staticMuchun Song
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar