aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-26PM / sleep: Introduce command line argument for sleep state enumerationRafael J. Wysocki2-8/+36
2014-05-26PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki4-37/+36
2014-05-26PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki4-27/+30
2014-05-25ARM: 8043/1: uprobes need icache flush after xol writeVictor Kamensky1-8/+17
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-211/+236
2014-05-24Merge branch 'fortglx/3.16/time' of git://git.linaro.org/people/john.stultz/l...Thomas Gleixner2-20/+10
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-33/+42
2014-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-82/+92
2014-05-23resources: Clarify sanity check messageBjorn Helgaas1-5/+2
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman17-126/+147
2014-05-22workqueue: remove the confusing POOL_FREEZINGLai Jiangshan1-25/+7
2014-05-22workqueue: rename first_worker() to first_idle_worker()Lai Jiangshan1-5/+5
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar10-266/+506
2014-05-22sched/numa: Decay ->wakee_flips instead of zeroingRik van Riel1-1/+1
2014-05-22sched/numa: Update migrate_improves/degrades_locality()Rik van Riel1-13/+29
2014-05-22sched/numa: Allow task switch if load imbalance improvesRik van Riel1-10/+36
2014-05-22sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan1-1/+1
2014-05-22sched: Consolidate open coded implementations of nice level frobbing into nic...Dongsheng Yang2-4/+4
2014-05-22sched: Initialize rq->age_stamp on processor startCorey Minyard1-0/+11
2014-05-22sched, nohz: Change rq->nr_running to always use wrappersKirill Tkhai5-15/+17
2014-05-22sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance()Jason Low1-23/+46
2014-05-22sched: Use clamp() and clamp_val() to make sys_nice() more readableDongsheng Yang1-9/+2
2014-05-22sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()Dietmar Eggemann1-2/+0
2014-05-22sched/numa: Fix initialization of sched_domain_topology for NUMAVincent Guittot1-1/+1
2014-05-22sched: Call select_idle_sibling() when not affine_sdRik van Riel1-3/+3
2014-05-22sched: Simplify return logic in sched_read_attr()Michael Kerrisk1-7/+2
2014-05-22sched: Simplify return logic in sched_copy_attr()Michael Kerrisk1-4/+2
2014-05-22sched: Fix exec_start/task_hot on migrated tasksBen Segall1-0/+3
2014-05-22Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming ...Ingo Molnar6-31/+78
2014-05-22Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2-9/+6
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar19-137/+156
2014-05-22sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2-3/+4
2014-05-22sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra2-1/+8
2014-05-22sched/deadline: Replace NR_CPUS arraysPeter Zijlstra2-12/+27
2014-05-22sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli1-7/+30
2014-05-22sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra1-6/+3
2014-05-22sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra1-0/+3
2014-05-22sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk1-2/+3
2014-05-21Merge remote-tracking branch 'origin/x86/urgent' into x86/vdsoH. Peter Anvin2-68/+50
2014-05-21Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin11-30/+54
2014-05-21net: filter: cleanup invocation of internal BPFAlexei Starovoitov1-4/+2
2014-05-21Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-68/+50
2014-05-20tracing: Add funcgraph_tail option to print function name after closing bracesRobert Elliott2-3/+7
2014-05-20tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx definesRobert Elliott2-9/+1
2014-05-20workqueue: use generic attach/detach routine for rescuersLai Jiangshan1-66/+8
2014-05-20workqueue: separate pool-attaching code out from create_worker()Lai Jiangshan1-23/+38
2014-05-20workqueue: rename manager_mutex to attach_mutexLai Jiangshan2-24/+24
2014-05-20workqueue: narrow the protection range of manager_mutexLai Jiangshan1-30/+5
2014-05-20workqueue: convert worker_idr to worker_idaLai Jiangshan1-12/+8
2014-05-20workqueue: separate iteration role from worker_idrLai Jiangshan2-13/+17