summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-1932-108/+1156
|\
| * powerpc/powernv: Ignore smt-enabled on Power8 and laterGreg Kurz2014-12-181-1/+15
| * powerpc/uaccess: Allow get_user() with bitwise typesMichael S. Tsirkin2014-12-181-3/+3
| * powerpc/powernv: Expose OPAL firmware symbol mapBenjamin Herrenschmidt2014-12-151-1/+37
| * powernv/powerpc: Add winkle support for offline cpusShreyas B. Prabhu2014-12-1513-12/+281
| * powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu2014-12-1511-58/+296
| * powerpc/powernv: Enable Offline CPUs to enter deep idle statesShreyas B. Prabhu2014-12-155-7/+68
| * powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle modePaul Mackerras2014-12-152-1/+19
| * i2c: Driver to expose PowerNV platform i2c bussesNeelesh Gupta2014-12-147-0/+385
| * powerpc: add little endian flag to syscall_get_arch()Richard Guy Briggs2014-12-122-1/+7
| * power/perf/hv-24x7: Use kmem_cache_free() instead of kfreeSukadev Bhattiprolu2014-12-121-1/+1
| * powerpc/perf/hv-24x7: Use per-cpu page buffersukadev@linux.vnet.ibm.com2014-12-121-12/+9
| * cxl: Unmap MMIO regions when detaching a contextIan Munsie2014-12-123-3/+21
| * cxl: Add timeout to process element commandsIan Munsie2014-12-121-0/+5
| * cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie2014-12-125-21/+15
| * powerpc: Secondary CPUs must set cpu_callin_map after setting active and onlineAnton Blanchard2014-12-091-1/+8
* | Update/Remove soon-to-be-dead email addressDave Jones2014-12-195-10/+8
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-185-168/+137
|\ \
| * | param: do not set store func without write permKees Cook2014-12-181-1/+3
| * | params: cleanup sysfs allocationRusty Russell2014-11-111-51/+44
| * | kernel:module Fix coding style errors and warnings.Ionut Alexa2014-11-111-25/+28
| * | module: Remove stop_machine from module unloadingMasami Hiramatsu2014-11-111-28/+39
| * | module: Replace module_ref with atomic_t refcntMasami Hiramatsu2014-11-113-50/+7
| * | lib/bug: Use RCU list ops for module_bug_listMasami Hiramatsu2014-11-112-8/+17
| * | module: Unlink module with RCU synchronizing instead of stop_machineMasami Hiramatsu2014-11-111-13/+5
| * | module: Wait for RCU synchronizing before releasing a moduleMasami Hiramatsu2014-11-111-0/+2
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-12-1816-109/+324
|\ \ \
| * | | virtio_pci: restore module attributesHerbert Xu2014-12-171-0/+5
| * | | mic/host: fix up virtio 1.0 APIsMichael S. Tsirkin2014-12-151-6/+12
| * | | vringh: update for virtio 1.0 APIsMichael S. Tsirkin2014-12-152-47/+107
| * | | vringh: 64 bit featuresMichael S. Tsirkin2014-12-152-4/+4
| * | | tools/virtio: add virtio 1.0 in vringh_testMichael S. Tsirkin2014-12-151-0/+2
| * | | tools/virtio: add virtio 1.0 in virtio_testMichael S. Tsirkin2014-12-151-1/+13
| * | | tools/virtio: enable -WerrorMichael S. Tsirkin2014-12-151-1/+1
| * | | tools/virtio: 64 bit featuresMichael S. Tsirkin2014-12-151-1/+1
| * | | tools/virtio: fix vringh testMichael S. Tsirkin2014-12-151-0/+1
| * | | tools/virtio: more stubsMichael S. Tsirkin2014-12-155-2/+79
| * | | virtio: core support for config generationMichael S. Tsirkin2014-12-141-4/+28
| * | | virtio_pci: add VIRTIO_PCI_NO_LEGACYMichael S. Tsirkin2014-12-141-5/+10
| * | | virtio_pci: move probe to common fileMichael S. Tsirkin2014-12-143-26/+38
| * | | virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACYMichael S. Tsirkin2014-12-111-1/+0
| * | | virtio_config: fix virtio_cread_bytesMichael S. Tsirkin2014-12-111-1/+4
| * | | virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restoreMichael S. Tsirkin2014-12-111-14/+23
* | | | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-1866-156/+199
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-opp', 'pm-cpufreq' and 'pm-tools'Rafael J. Wysocki2014-12-185-38/+97
| |\ \ \ \ \ \
| | | | * | | | Revert "tools: cpupower: fix return checks for sysfs_get_idlestate_count()"Prarit Bhargava2014-12-141-4/+4
| | | * | | | | MAINTAINERS: add entry for intel_pstateKristen Carlson Accardi2014-12-161-0/+6
| | | * | | | | intel_pstate: Add a few commentsKristen Carlson Accardi2014-12-111-1/+31
| | | * | | | | intel_pstate: add kernel parameter to force loadingEthan Zhao2014-12-112-1/+14
| | * | | | | | PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()Viresh Kumar2014-12-101-7/+10
OpenPOWER on IntegriCloud