summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-10-29signal: Exit RCU read-side critical section on each pass through loopPaul E. McKenney
2014-10-29percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter
2014-10-29timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani
2014-10-29timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani
2014-10-29clocksource: Fix 'clcoksource' typo in commentJames Hartley
2014-10-28rcu: Avoid IPIing idle CPUs from synchronize_sched_expedited()Paul E. McKenney
2014-10-28rcu: Move RCU_BOOST variable declarations, eliminating #ifdefPaul E. McKenney
2014-10-28rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney
2014-10-28Merge tag 'trace-fixes-v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra
2014-10-28sched: Debug nested sleepsPeter Zijlstra
2014-10-28sched, modules: Fix nested sleep in add_unformed_module()Peter Zijlstra
2014-10-28sched, smp: Correctly deal with nested sleepsPeter Zijlstra
2014-10-28sched, exit: Deal with nested sleepsPeter Zijlstra
2014-10-28sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra
2014-10-28locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra
2014-10-28perf: Fix and clean up initialization of pmu::event_idxPeter Zijlstra
2014-10-28sched/deadline: Don't balance during wakeup if wakee is pinnedWanpeng Li
2014-10-28sched/deadline: Don't check SD_BALANCE_FORKWanpeng Li
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli
2014-10-28sched/deadline: Do not try to push tasks if pinned task switches to dlWanpeng Li
2014-10-28sched: Kill task_preempt_count()Oleg Nesterov
2014-10-28sched: Make finish_task_switch() return 'struct rq *'Oleg Nesterov
2014-10-28sched: Fix schedule_tail() to disable preemptionOleg Nesterov
2014-10-28sched/numa: Check all nodes when placing a pseudo-interleaved groupRik van Riel
2014-10-28sched/numa: Find the preferred nid with complex NUMA topologyRik van Riel
2014-10-28sched/numa: Calculate node scores in complex NUMA topologiesRik van Riel
2014-10-28sched/numa: Prepare for complex topology placementRik van Riel
2014-10-28sched/numa: Classify the NUMA topology of a systemRik van Riel
2014-10-28sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel
2014-10-28sched/dl: Fix preemption checksKirill Tkhai
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai
2014-10-28sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu
2014-10-28sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai
2014-10-28sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli
2014-10-28sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli
2014-10-28sched: Fix race between task_group and sched_task_groupKirill Tkhai
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov
2014-10-27PM / Sleep: fix recovery during resuming from hibernationImre Deak
2014-10-27cpuset: lock vs unlock typoDan Carpenter
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov
2014-10-27cpuset: convert callback_mutex to a spinlockVladimir Davydov
2014-10-27kprobes: introduce weak arch_check_ftrace_location() helper functionHeiko Carstens
2014-10-26futex: Fix a race condition between REQUEUE_PI and task deathBrian Silverman
2014-10-26futex: Mention key referencing differences between shared and private futexesDavidlohr Bueso
2014-10-25clockevents: Prevent shift out of boundsThomas Gleixner
2014-10-25posix-timers: Fix stack info leak in timer_create()Mathias Krause