summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-101-0/+81
|\
| * kernel: add support for kernel restart handler call chainGuenter Roeck2014-09-261-0/+81
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-3/+4
|\ \
| * | percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo2014-09-241-3/+4
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-2422-186/+403
| |\ \
| * | | percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo2014-09-081-3/+3
* | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-10-103-149/+57
|\ \ \ \
| * | | | Revert "cgroup: remove redundant variable in cgroup_mount()"Zefan Li2014-09-261-4/+7
| * | | | cgroup: remove redundant variable in cgroup_mount()Zefan Li2014-09-201-7/+4
| * | | | cgroup: fix missing unlock in cgroup_release_agent()Zefan Li2014-09-201-0/+3
| * | | | cgroup: remove CGRP_RELEASABLE flagZefan Li2014-09-191-27/+13
| * | | | perf/cgroup: Remove perf_put_cgroup()Zefan Li2014-09-191-6/+1
| * | | | cpuset: simplify proc_cpuset_show()Zefan Li2014-09-181-12/+3
| * | | | cgroup: simplify proc_cgroup_show()Zefan Li2014-09-181-15/+3
| * | | | cgroup: use a per-cgroup work for release agentZefan Li2014-09-181-75/+33
| * | | | cgroup: remove bogus commentsLi Zefan2014-09-181-8/+0
| * | | | cgroup: remove redundant code in cgroup_rmdir()Li Zefan2014-09-181-3/+0
| * | | | cgroup: remove some useless forward declarationsLi Zefan2014-09-181-2/+0
| * | | | Merge branch 'for-3.17-fixes' of ra.kernel.org:/pub/scm/linux/kernel/git/tj/c...Tejun Heo2014-09-181-14/+33
| |\ \ \ \
| * | | | | cgroup: fix a typo in comment.Dongsheng Yang2014-08-251-2/+2
* | | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-098-168/+375
|\ \ \ \ \ \
| * | | | | | kernel/sys.c: compat sysinfo syscall: fix undefined behaviorScotty Bauer2014-10-091-1/+1
| * | | | | | kernel/sys.c: whitespace fixesvishnu.ps2014-10-091-128/+137
| * | | | | | acct: eliminate compile warningYing Xue2014-10-091-5/+9
| * | | | | | kernel/async.c: switch to pr_foo()Ionut Alexa2014-10-091-4/+4
| * | | | | | mm: use VM_BUG_ON_MM where possibleSasha Levin2014-10-092-3/+2
| * | | | | | mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov2014-10-091-1/+1
| * | | | | | mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-091-7/+0
| * | | | | | prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operationCyrill Gorcunov2014-10-091-1/+189
| * | | | | | prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_fileCyrill Gorcunov2014-10-091-10/+11
| * | | | | | mm: use may_adjust_brk helperCyrill Gorcunov2014-10-091-7/+4
| * | | | | | kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o...Nishanth Aravamudan2014-10-091-1/+1
| * | | | | | softlockup: make detector be aware of task switch of processes hogging cpuchai wen2014-10-091-1/+17
* | | | | | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-099-126/+308
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-domains'Rafael J. Wysocki2014-10-071-0/+4
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: exynos: Move to generic PM domain DT bindingsTomasz Figa2014-09-221-1/+1
| | * | | | | | | PM / Domains: Add generic OF-based PM domain look-upTomasz Figa2014-09-221-0/+4
| * | | | | | | | Merge branch 'acpi-pm'Rafael J. Wysocki2014-10-071-11/+38
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI / sleep: Rework the handling of ACPI GPE wakeup from suspend-to-idleRafael J. Wysocki2014-09-301-1/+20
| | * | | | | | | | PM / sleep: Rename platform suspend/resume functions in suspend.cRafael J. Wysocki2014-09-301-10/+10
| | * | | | | | | | PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()Rafael J. Wysocki2014-09-301-3/+11
| | * | | | | | | | Merge branch 'pm-genirq' into acpi-pmRafael J. Wysocki2014-09-305-97/+196
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2014-10-073-18/+70
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | PM / hibernate: Iterate over set bits instead of PFNs in swsusp_free()Joerg Roedel2014-09-301-15/+39
| | |/ / / / / / / / /
| | * | | | | | | | | Merge back earlier 'pm-sleep' material for v3.18.Rafael J. Wysocki2014-09-292-3/+31
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | PM / sleep: new suspend_resume trace event for console resumeTodd E Brandt2014-09-221-0/+2
| | | * | | | | | | | | PM / sleep: Enhance test_suspend option with repeat capabilitySrinivas Pandruvada2014-09-091-3/+22
| | | * | | | | | | | | PM / sleep: Support freeze as test_suspend optionSrinivas Pandruvada2014-09-091-0/+7
| | | | |/ / / / / / / | | | |/| | | | | | |
| * | | | | | | | | | Merge branch 'pm-genirq'Rafael J. Wysocki2014-10-075-97/+196
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | genirq: Simplify wakeup mechanismThomas Gleixner2014-09-013-27/+50
OpenPOWER on IntegriCloud