summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-10-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+2
2014-10-31Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+4
2014-10-31ftrace/x86: Show trampoline call function in enabled_functionsSteven Rostedt (Red Hat)-2/+20
2014-10-31ftrace/x86: Add dynamic allocated trampoline for ftrace_opsSteven Rostedt (Red Hat)-4/+36
2014-10-30tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent-4/+4
2014-10-30audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs-1/+1
2014-10-30bpf: reduce verifier memory consumptionAlexei Starovoitov-44/+57
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-6/+57
2014-10-29kernel/kmod: fix use-after-free of the sub_info structureMartin Schwidefsky-39/+37
2014-10-29gcov: add ARM64 to GCOV_PROFILE_ALLRiku Voipio-1/+1
2014-10-29rcu: Fix for rcuo online-time-creation reorganization bugPaul E. McKenney-3/+7
2014-10-29rcu: Kick rcuo kthreads after their CPU goes offlinePaul E. McKenney-1/+3
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar-10/+10
2014-10-29rcu: Unify boost and kthread prioritiesClark Williams-10/+10
2014-10-29signal: Document the RCU protection of ->sighandOleg Nesterov-2/+15
2014-10-29signal: Exit RCU read-side critical section on each pass through loopPaul E. McKenney-16/+14
2014-10-29percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter-3/+3
2014-10-29timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani-0/+30
2014-10-29timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani-5/+33
2014-10-29clocksource: Fix 'clcoksource' typo in commentJames Hartley-1/+1
2014-10-28rcu: Avoid IPIing idle CPUs from synchronize_sched_expedited()Paul E. McKenney-1/+26
2014-10-28rcu: Move RCU_BOOST variable declarations, eliminating #ifdefPaul E. McKenney-15/+15
2014-10-28rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney-13/+0
2014-10-28Merge tag 'trace-fixes-v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-17/+37
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney-5/+44
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra-3/+9
2014-10-28sched: Debug nested sleepsPeter Zijlstra-0/+13
2014-10-28sched, modules: Fix nested sleep in add_unformed_module()Peter Zijlstra-2/+28
2014-10-28sched, smp: Correctly deal with nested sleepsPeter Zijlstra-7/+8
2014-10-28sched, exit: Deal with nested sleepsPeter Zijlstra-0/+5
2014-10-28sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra-0/+61
2014-10-28locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra-1/+7
2014-10-28perf: Fix and clean up initialization of pmu::event_idxPeter Zijlstra-21/+1
2014-10-28sched/deadline: Don't balance during wakeup if wakee is pinnedWanpeng Li-0/+3
2014-10-28sched/deadline: Don't check SD_BALANCE_FORKWanpeng Li-1/+1
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli-0/+29
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli-32/+95
2014-10-28sched/deadline: Do not try to push tasks if pinned task switches to dlWanpeng Li-1/+2
2014-10-28sched: Kill task_preempt_count()Oleg Nesterov-1/+1
2014-10-28sched: Make finish_task_switch() return 'struct rq *'Oleg Nesterov-23/+15
2014-10-28sched: Fix schedule_tail() to disable preemptionOleg Nesterov-6/+5
2014-10-28sched/numa: Check all nodes when placing a pseudo-interleaved groupRik van Riel-2/+9
2014-10-28sched/numa: Find the preferred nid with complex NUMA topologyRik van Riel-1/+87
2014-10-28sched/numa: Calculate node scores in complex NUMA topologiesRik van Riel-0/+74
2014-10-28sched/numa: Prepare for complex topology placementRik van Riel-20/+37
2014-10-28sched/numa: Classify the NUMA topology of a systemRik van Riel-0/+59
2014-10-28sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel-1/+8
2014-10-28sched/dl: Fix preemption checksKirill Tkhai-3/+7
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov-40/+41
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai-3/+5