summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2018-11-12sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi
2018-11-12sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi
2018-11-12Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar
2018-11-12sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi
2018-11-11Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-11-11Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-11-11Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-11-11rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney
2018-11-10bpf: Allow narrow loads with offset > 0Andrey Ignatov
2018-11-10bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet
2018-11-10bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet
2018-11-10bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet
2018-11-10bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet
2018-11-10bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet
2018-11-10bpf: call finalize() from its callback in struct bpf_offload_devQuentin Monnet
2018-11-10bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet
2018-11-10bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet
2018-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2018-11-09bpf: let verifier to calculate and record max_pkt_offsetJiong Wang
2018-11-08srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney
2018-11-08sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-08rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney
2018-11-08rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)
2018-11-08rcu: Remove unused rcu_state externsJoel Fernandes (Google)
2018-11-08rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney
2018-11-08rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long
2018-11-08cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long
2018-11-08cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long
2018-11-08cpuset: Make generate_sched_domains() work with partitionWaiman Long
2018-11-08cpuset: Make CPU hotplug work with partitionWaiman Long
2018-11-08cpuset: Track cpusets that use parent's effective_cpusWaiman Long
2018-11-08cpuset: Add an error state to cpuset.sched.partitionWaiman Long
2018-11-08cpuset: Add new v2 cpuset.sched.partition flagWaiman Long
2018-11-08cpuset: Simply allocation and freeing of cpumasksWaiman Long