summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov-3/+3
2014-06-04kthread: fix return value of kthread_create() upon SIGKILL.Tetsuo Handa-2/+2
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-77/+130
2014-06-03Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'Rafael J. Wysocki-2/+1
2014-06-03Merge branch 'acpi-pm'Rafael J. Wysocki-0/+15
2014-06-03Merge branch 'pm-sleep'Rafael J. Wysocki-75/+114
2014-06-03Merge branch 'pm-cpuidle'Rafael J. Wysocki-13/+9
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-339/+522
2014-06-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-69/+80
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-27/+92
2014-06-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-266/+506
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2014-06-03Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+9
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+2
2014-06-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-31/+78
2014-06-01PM / hibernate: fixed typo in commentNiv Yehezkel-1/+1
2014-05-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-17/+67
2014-05-28printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers-0/+1
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner-4/+28
2014-05-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds-0/+8
2014-05-28powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST modeSrivatsa S. Bhat-0/+8
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan-1/+3
2014-05-26PM / sleep: Introduce command line argument for sleep state enumerationRafael J. Wysocki-8/+36
2014-05-26PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki-37/+36
2014-05-26PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki-27/+30
2014-05-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-33/+42
2014-05-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-82/+92
2014-05-23resources: Clarify sanity check messageBjorn Helgaas-5/+2
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman-126/+147
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-266/+506
2014-05-22sched/numa: Decay ->wakee_flips instead of zeroingRik van Riel-1/+1
2014-05-22sched/numa: Update migrate_improves/degrades_locality()Rik van Riel-13/+29
2014-05-22sched/numa: Allow task switch if load imbalance improvesRik van Riel-10/+36
2014-05-22sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan-1/+1
2014-05-22sched: Consolidate open coded implementations of nice level frobbing into nic...Dongsheng Yang-4/+4
2014-05-22sched: Initialize rq->age_stamp on processor startCorey Minyard-0/+11
2014-05-22sched, nohz: Change rq->nr_running to always use wrappersKirill Tkhai-15/+17
2014-05-22sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance()Jason Low-23/+46
2014-05-22sched: Use clamp() and clamp_val() to make sys_nice() more readableDongsheng Yang-9/+2
2014-05-22sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()Dietmar Eggemann-2/+0
2014-05-22sched/numa: Fix initialization of sched_domain_topology for NUMAVincent Guittot-1/+1
2014-05-22sched: Call select_idle_sibling() when not affine_sdRik van Riel-3/+3
2014-05-22sched: Simplify return logic in sched_read_attr()Michael Kerrisk-7/+2
2014-05-22sched: Simplify return logic in sched_copy_attr()Michael Kerrisk-4/+2
2014-05-22sched: Fix exec_start/task_hot on migrated tasksBen Segall-0/+3
2014-05-22Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming ...Ingo Molnar-31/+78
2014-05-22Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar-9/+6
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar-137/+156
2014-05-22sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan-3/+4
2014-05-22sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra-1/+8