summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-174-125/+32
|\
| * Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-03-042-1/+15
| |\
| | * X.509: Make algo identifiers text instead of enumDavid Howells2016-03-031-0/+6
| | * MODSIGN: linux/string.h should be #included to get memcpy()David Howells2016-03-011-0/+1
| | * Handle ISO 8601 leap seconds and encodings of midnight in mktime64()David Howells2016-02-291-1/+8
| * | kexec: replace call to copy_file_from_fd() with kernel versionMimi Zohar2016-02-211-64/+9
| * | module: replace copy_module_from_fd with kernel versionMimi Zohar2016-02-211-60/+8
| |/
* | Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-161-8/+52
|\ \
| * | resource: Export insert_resource and remove_resourceToshi Kani2016-03-091-0/+2
| * | resource: Add remove_resource interfaceToshi Kani2016-03-091-5/+46
| * | resource: Change __request_region to inherit from immediate parentToshi Kani2016-03-091-3/+4
* | | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-1610-12/+136
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2016-03-142-10/+8
| |\ \ \ \
| | | * | | PM / suspend: replacing printksaurabh2016-02-111-3/+3
| | | * | | PM/freezer: y2038, use boottime to compare tstampsAbhilash Jindal2016-02-111-7/+5
| | | | |/ | | | |/|
| * | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-03-147-1/+120
| |\ \ \ \
| | * \ \ \ Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki2016-03-106-1/+119
| | |\ \ \ \
| | | * | | | cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki2016-03-103-1/+86
| | | * | | | cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki2016-03-094-1/+34
| | * | | | | Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2016-02-113-10/+23
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | cpufreq: powernv/tracing: Add powernv_throttle tracepointShilpasri G Bhat2016-02-051-0/+1
| | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'acpi-pci', 'acpi-soc' and 'pnp'Rafael J. Wysocki2016-03-141-1/+8
| |\ \ \ \ \ \
| | * | | | | | x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan2016-03-091-1/+8
| | |/ / / / /
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-166-19/+56
|\ \ \ \ \ \ \
| * | | | | | | kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel2016-03-151-9/+33
| * | | | | | | mm/page_poisoning.c: allow for zero poisoningLaura Abbott2016-03-151-0/+17
| * | | | | | | mm: fix two typos in comments for to_vmem_altmap()Andreas Ziegler2016-03-151-2/+2
| * | | | | | | tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-153-8/+4
* | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-157-181/+1086
|\ \ \ \ \ \ \ \
| * | | | | | | | cpu/hotplug: Document states betterThomas Gleixner2016-03-121-1/+46
| * | | | | | | | cpu/hotplug: Fix smpboot thread orderingThomas Gleixner2016-03-101-2/+3
| * | | | | | | | cpu/hotplug: Remove redundant state checkThomas Gleixner2016-03-061-2/+0
| * | | | | | | | cpu/hotplug: Plug death reporting raceThomas Gleixner2016-03-031-2/+14
| * | | | | | | | rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner2016-03-013-35/+38
| * | | | | | | | cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner2016-03-012-8/+13
| * | | | | | | | cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner2016-03-012-29/+39
| * | | | | | | | cpu/hotplug: Move online calls to hotplugged cpuThomas Gleixner2016-03-011-48/+96
| * | | | | | | | cpu/hotplug: Create hotplug threadsThomas Gleixner2016-03-013-1/+147
| * | | | | | | | cpu/hotplug: Split out the state walk into functionsThomas Gleixner2016-03-011-43/+68
| * | | | | | | | cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner2016-03-013-38/+11
| * | | | | | | | cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner2016-03-012-10/+18
| * | | | | | | | cpu/hotplug: Implement setup/removal interfaceThomas Gleixner2016-03-011-0/+224
| * | | | | | | | cpu/hotplug: Make target state writeableThomas Gleixner2016-03-011-8/+65
| * | | | | | | | cpu/hotplug: Add sysfs state interfaceThomas Gleixner2016-03-011-0/+100
| * | | | | | | | cpu/hotplug: Hand in target state to _cpu_up/downThomas Gleixner2016-03-011-11/+20
| * | | | | | | | cpu/hotplug: Convert the hotplugged cpu work to a state machineThomas Gleixner2016-03-011-15/+66
| * | | | | | | | cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner2016-03-011-26/+176
| * | | | | | | | cpu/hotplug: Split out cpu down functionsThomas Gleixner2016-03-011-30/+53
| * | | | | | | | cpu/hotplug: Restructure cpu_up codeThomas Gleixner2016-03-011-22/+47
| * | | | | | | | cpu/hotplug: Restructure FROZEN state handlingThomas Gleixner2016-03-011-40/+29
OpenPOWER on IntegriCloud