summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-08-17locking: Remove spin_unlock_wait() generic definitionsPaul E. McKenney
2017-08-17exit: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney
2017-08-17completion: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers
2017-08-17rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()Paul E. McKenney
2017-08-17rcu: Add warning to rcu_idle_enter() for irqs enabledPaul E. McKenney
2017-08-17rcu: Make rcu_idle_enter() rely on callers disabling irqsPeter Zijlstra (Intel)
2017-08-17rcu: Add assertions verifying blocked-tasks listPaul E. McKenney
2017-08-17rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit()Masami Hiramatsu
2017-08-17rcu: Add TPS() protection for _rcu_barrier_trace stringsPaul E. McKenney
2017-08-17rcu: Use idle versions of swait to make idle-hack clearLuis R. Rodriguez
2017-08-17rcu: Add event tracing to ->gp_tasks update at GP startPaul E. McKenney
2017-08-17rcu: Move rcu.h to new trivial-function stylePaul E. McKenney
2017-08-17rcu: Add TPS() to event-traced stringsPaul E. McKenney
2017-08-17rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney
2017-08-17rcu: Drive TASKS_RCU directly off of PREEMPTPaul E. McKenney
2017-08-17Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-08-16Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-16sched/completion: Document that reinit_completion() must be called after comp...Steven Rostedt
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann
2017-08-15audit: Receive unmount eventJan Kara
2017-08-15audit: Fix use after free in audit_remove_watch_rule()Jan Kara
2017-08-15Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner
2017-08-10sched/autogroup: Fix error reporting printk text in autogroup_create()Anshuman Khandual
2017-08-10sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi
2017-08-10sched/debug: Show task state in /proc/sched_debugXie XiuQi
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian
2017-08-10sched/deadline: Change return value of cpudl_find()Byungchul Park
2017-08-10sched/deadline: Make find_later_rq() choose a closer CPU in topologyByungchul Park
2017-08-10sched/numa: Scale scan period with tasks in group and shared/privateRik van Riel
2017-08-10sched/numa: Slow down scan rate if shared faults dominateRik van Riel
2017-08-10sched/pelt: Fix false running accountingVincent Guittot
2017-08-10sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar
2017-08-10sched/cpupri: Don't re-initialize 'struct cpupri'Viresh Kumar
2017-08-10sched/deadline: Don't re-initialize 'struct cpudl'Viresh Kumar
2017-08-10sched/topology: Drop memset() from init_rootdomain()Viresh Kumar
2017-08-10sched/fair: Drop always true parameter of update_cfs_rq_load_avg()Viresh Kumar
2017-08-10sched/fair: Avoid checking cfs_rq->nr_running twiceViresh Kumar
2017-08-10sched/fair: Pass 'rq' to weighted_cpuload()Viresh Kumar
2017-08-10sched/core: Reuse put_prev_task()Viresh Kumar
2017-08-10sched/fair: Call cpufreq update util handlers less frequently on UPViresh Kumar
2017-08-10perf/core: Reduce context switch overheadleilei.lin
2017-08-10perf/core: Fix time on IOC_ENABLEPeter Zijlstra
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra