aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-16bpf: fix null pointer dereference on pointer offloadColin Ian King1-2/+3
2018-11-16padata: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2018-11-13kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva1-3/+3
2018-11-13kdb: kdb_keyboard: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-11-13kdb: kdb_main: refactor code in kdb_md_lineGustavo A. R. Silva1-18/+3
2018-11-13kdb: Use strscpy with destination buffer sizePrarit Bhargava3-12/+15
2018-11-13kdb: print real address of pointers instead of hashed addressesChristophe Leroy2-13/+13
2018-11-13kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy1-2/+2
2018-11-13cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo1-4/+7
2018-11-13cpuset: Minor cgroup2 interface updatesTejun Heo1-4/+4
2018-11-12locking/mutex: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-11-12rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney1-8/+13
2018-11-12rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney1-1/+1
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney2-4/+14
2018-11-12rcu: Trace end of grace period before end of grace periodPaul E. McKenney1-2/+2
2018-11-12rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou1-3/+3
2018-11-12rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney1-3/+5
2018-11-12rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney1-12/+13
2018-11-12rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney1-4/+4
2018-11-12rcu: Avoid double multiply by HZPaul E. McKenney1-1/+1
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney1-1/+2
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.hPaul E. McKenney1-3/+6
2018-11-12audit: Use 'mark' name for fsnotify_mark variablesJan Kara1-39/+40
2018-11-12audit: Replace chunk attached to mark instead of replacing markJan Kara1-77/+83
2018-11-12audit: Simplify locking around untag_chunk()Jan Kara1-37/+40
2018-11-12audit: Drop all unused chunk nodes during deletionJan Kara1-9/+18
2018-11-12audit: Guarantee forward progress of chunk untaggingJan Kara1-25/+17
2018-11-12audit: Allocate fsnotify mark independently of chunkJan Kara1-14/+50
2018-11-12audit: Provide helper for dropping mark's chunk referenceJan Kara1-1/+11
2018-11-12audit: Remove pointless check in insert_hash()Jan Kara1-2/+0
2018-11-12audit: Factor out chunk replacement codeJan Kara1-46/+40
2018-11-12audit: Make hash table insertion safe against concurrent lookupsJan Kara1-3/+29
2018-11-12audit: Embed key into chunkJan Kara1-19/+8
2018-11-12audit: Fix possible tagging failuresJan Kara1-7/+10
2018-11-12audit: Fix possible spurious -ENOSPC errorJan Kara1-10/+16
2018-11-12audit_tree: Remove mark->lock lockingJan Kara1-20/+4
2018-11-12sched/core: Clean up the #ifdef block in add_nr_running()Viresh Kumar1-2/+2
2018-11-12sched/fair: Make some variables staticMuchun Song1-6/+6
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar4-8/+13
2018-11-12sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi1-7/+17
2018-11-12sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi1-5/+4
2018-11-12Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar1-16/+50
2018-11-12sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi1-14/+48
2018-11-11Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2018-11-11Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+6
2018-11-11Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+14
2018-11-11rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney1-2/+4
2018-11-10bpf: Allow narrow loads with offset > 0Andrey Ignatov1-5/+16
2018-11-10bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet1-2/+2
2018-11-10bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2-4/+4