aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-10bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet1-23/+1
2018-11-10bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet1-7/+7
2018-11-10bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet1-13/+9
2018-11-10bpf: call finalize() from its callback in struct bpf_offload_devQuentin Monnet1-2/+2
2018-11-10bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet1-1/+3
2018-11-10bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet1-1/+4
2018-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+8
2018-11-09bpf: let verifier to calculate and record max_pkt_offsetJiong Wang1-0/+12
2018-11-08srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney1-0/+3
2018-11-08sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-08rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney1-6/+6
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2-5/+3
2018-11-08rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)1-2/+2
2018-11-08rcu: Remove unused rcu_state externsJoel Fernandes (Google)1-11/+0
2018-11-08rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney1-2/+3
2018-11-08rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney1-7/+6
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long4-4/+27
2018-11-08cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long1-7/+51
2018-11-08cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long1-2/+0
2018-11-08cpuset: Make generate_sched_domains() work with partitionWaiman Long1-7/+27
2018-11-08cpuset: Make CPU hotplug work with partitionWaiman Long1-15/+116