summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-112-6/+3
|\
| * kernel/ksysfs.c: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-4/+1
| * sysctl: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-2/+2
* | Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-115-6/+75
|\ \
| * \ Merge branch 'pm-sleep'Rafael J. Wysocki2012-11-293-3/+3
| |\ \
| | * | PM / Hibernate: use rb_entryDavidlohr Bueso2012-11-151-1/+1
| | * | PM / sysfs: replace strict_str* with kstrto*Daniel Walter2012-11-152-2/+2
| | |/
| * | Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-11-291-0/+4
| |\ \
| | * | cpuidle: Quickly notice prediction failure for repeat modeYouquan Song2012-11-151-0/+4
| | |/
| * | Merge branch 'acpi-general'Rafael J. Wysocki2012-11-291-3/+5
| |\ \
| | * | ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu2012-11-151-3/+5
| | |/
| * | Merge branch 'pm-qos'Rafael J. Wysocki2012-11-291-0/+63
| |\ \
| | * | PM / QoS: Introduce request and constraint data types for PM QoS flagsRafael J. Wysocki2012-10-231-0/+63
* | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-2/+2
|\ \ \ \
| * | | | irqdomain: stop screaming about preallocated irqdescsLinus Walleij2012-11-301-2/+2
| |/ / /
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds2012-12-061-7/+7
|\ \ \ \
| * | | | MODSIGN: Don't use enum-type bitfields in module signature info blockDavid Howells2012-12-051-7/+7
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-061-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | watchdog: Fix CPU hotplug regressionThomas Gleixner2012-12-041-0/+3
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...Linus Torvalds2012-12-041-2/+2
|\ \ \ \ \
| * | | | | modsign: add symbol prefix to certificate listJames Hogan2012-12-031-2/+2
* | | | | | Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-041-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo2012-12-041-2/+2
| |/ / / /
* | | | | Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith2012-12-032-9/+0
|/ / / /
* | | | workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delayTejun Heo2012-12-011-3/+11
* | | | workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith2012-12-011-1/+3
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-011-5/+7
|\ \ \ \
| * | | | perf, powerpc: Fix hw breakpoints returning -ENOSPCMichael Neuling2012-10-301-5/+7
* | | | | futex: avoid wake_futex() for a PI futex_qDarren Hart2012-11-261-1/+17
* | | | | watchdog: using u64 in get_sample_period()Chuansheng Liu2012-11-261-2/+2
| |/ / / |/| | |
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-11-121-19/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner2012-11-011-19/+22
| |/ /
* | | module: fix out-by-one error in kallsymsRusty Russell2012-10-311-11/+16
|/ /
* | Merge branch 'akpm' (Andrew's fixes)Linus Torvalds2012-10-251-1/+11
|\ \
| * | pidns: limit the nesting depth of pid namespacesAndrew Vagin2012-10-251-1/+11
* | | Makefile: Documentation for external tool should be correctH. Peter Anvin2012-10-251-4/+2
|/ /
* | Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-241-31/+10
|\ \
| * | Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo2012-10-191-12/+3
| * | Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo2012-10-191-17/+6
| * | cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura2012-10-161-2/+1
* | | Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-241-1/+1
|\ \ \
| * | | workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer2012-10-241-1/+1
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-242-183/+166
|\ \ \
| * \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-10-211-0/+4
| |\ \ \
| | * | | ring-buffer: Check for uninitialized cpu buffer before resizingVaibhav Nagarnaik2012-10-111-0/+4
| * | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-211-183/+162
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov2012-10-071-14/+14
| | * | | uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov2012-10-071-0/+8
| | * | | uprobes: Introduce prepare_uprobe()Oleg Nesterov2012-10-071-19/+41
| | * | | uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov2012-10-071-0/+9
OpenPOWER on IntegriCloud