Age | Commit message (Expand) | Author | Files | Lines |
2014-04-13 | powerpc: Don't try to set LPCR unless we're in hypervisor mode | Paul Mackerras | 1 | -1/+2 |
2014-04-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+0 |
2014-04-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -0/+1 |
2014-04-12 | Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -0/+12 |
2014-04-09 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 36 | -199/+525 |
2014-04-09 | powerpc/powernv Adapt opal-elog and opal-dump to new sysfs_remove_file_self | Stewart Smith | 2 | -14/+4 |
2014-04-09 | power, sched: stop updating inside arch_update_cpu_topology() when nothing to... | Michael Wang | 1 | -0/+15 |
2014-04-09 | powerpc/le: Avoid creatng R_PPC64_TOCSAVE relocations for modules. | Tony Breeds | 1 | -0/+1 |
2014-04-09 | arch/powerpc: Use RCU_INIT_POINTER(x, NULL) in platforms/cell/spu_syscalls.c | Monam Agarwal | 1 | -1/+1 |
2014-04-09 | powerpc/opal: Add missing include | Michael Neuling | 1 | -0/+2 |
2014-04-09 | powerpc: Convert last uses of __FUNCTION__ to __func__ | Joe Perches | 1 | -6/+5 |
2014-04-09 | powerpc: Add lq/stq emulation | Anton Blanchard | 3 | -8/+46 |
2014-04-09 | powerpc/powernv: Add invalid OPAL call | Joel Stanley | 3 | -0/+6 |
2014-04-09 | powerpc/powernv: Add OPAL message log interface | Joel Stanley | 4 | -1/+128 |
2014-04-09 | powerpc/book3s: Fix mc_recoverable_range buffer overrun issue. | Mahesh Salgaonkar | 1 | -8/+20 |
2014-04-09 | powerpc: Remove dead code in sycall entry | Michael Neuling | 1 | -8/+0 |
2014-04-09 | powerpc: Use of_node_init() for the fakenode in msi_bitmap.c | Li Zhong | 1 | -1/+1 |
2014-04-09 | powerpc/mm: NUMA pte should be handled via slow path in get_user_pages_fast() | Aneesh Kumar K.V | 1 | -0/+13 |
2014-04-09 | powerpc/powernv: Fix endian issues with sensor code | Anton Blanchard | 2 | -3/+4 |
2014-04-08 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 4 | -0/+12 |
2014-04-08 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 3 | -1/+2 |
2014-04-08 | ppc: make PPC_BOOK3S_64 select IRQ_WORK | Josh Triplett | 1 | -0/+1 |
2014-04-08 | rapidio: rework device hierarchy and introduce mport class of devices | Alexandre Bounine | 1 | -0/+1 |
2014-04-08 | include/linux/crash_dump.h: add vmcore_cleanup() prototype | Rashika Kheria | 1 | -1/+0 |
2014-04-08 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+7 |
2014-04-07 | cpufreq: powernv: Select CPUFreq related Kconfig options for powernv | Gautham R. Shenoy | 3 | -0/+8 |
2014-04-07 | cpufreq: powernv: cpufreq driver for powernv platform | Vaidyanathan Srinivasan | 1 | -0/+4 |
2014-04-07 | powerpc/powernv: Fix endian issues with OPAL async code | Anton Blanchard | 5 | -13/+16 |
2014-04-07 | powerpc/powernv: Add opal_notifier_unregister() and export to modules | Benjamin Herrenschmidt | 2 | -0/+16 |
2014-04-07 | powerpc/ppc64: Do not turn AIL (reloc-on interrupts) too early | Benjamin Herrenschmidt | 2 | -5/+15 |
2014-04-07 | powerpc/ppc64: Gracefully handle early interrupts | Benjamin Herrenschmidt | 2 | -1/+17 |
2014-04-07 | powerpc/prom: early_init_dt_scan_cpus() updates cpu features only once | Benjamin Herrenschmidt | 1 | -26/+26 |
2014-04-07 | powerpc: Make boot_cpuid common between 32 and 64-bit | Benjamin Herrenschmidt | 4 | -3/+7 |
2014-04-07 | powerpc: Adjust CPU_FTR_SMT on all platforms | Benjamin Herrenschmidt | 1 | -1/+1 |
2014-04-07 | powerpc/tm: Disable IRQ in tm_recheckpoint | Michael Neuling | 4 | -7/+33 |
2014-04-07 | powerpc/le: Enable RTAS events support | Greg Kurz | 5 | -61/+128 |
2014-04-07 | powerpc: Correct emulated mtfsf instruction | Stephen Chivers | 1 | -35/+23 |
2014-04-05 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+18 |
2014-04-03 | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -6/+1 |
2014-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -3/+4 |
2014-04-03 | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 13 | -67/+377 |
2014-04-03 | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 5 | -5/+5 |
2014-04-03 | Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 12 | -67/+161 |
2014-04-03 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 161 | -898/+4409 |
2014-04-02 | get rid of DEBUG_WRITECOUNT | Al Viro | 2 | -2/+0 |
2014-04-02 | Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -3/+0 |
2014-04-02 | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -1148/+0 |
2014-04-02 | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -6/+4 |
2014-04-01 | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+1 |
2014-04-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -18/+25 |