summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-2127-119/+255
|\
| * powerpc: Only do dynamic DMA zone limits on platforms that need itMichael Ellerman2014-10-171-0/+8
| * powerpc: sync pseries_le_defconfig with pseries_defconfigAnton Blanchard2014-10-161-1/+6
| * powerpc: Add printk levels to setup_system outputAnton Blanchard2014-10-161-16/+16
| * powerpc/vphn: NUMA node code expects big-endianGreg Kurz2014-10-161-0/+3
| * powerpc/msi: Use WARN_ON() in msi bitmap selftestsMichael Ellerman2014-10-151-30/+24Star
| * powerpc/msi: Fix the msi bitmap alignment testsMichael Ellerman2014-10-151-8/+18
| * powerpc/eeh: Block CFG upon frozen Shiner adapterGavin Shan2014-10-151-2/+3
| * powerpc/eeh: Don't collect logs on PE with blocked config spaceGavin Shan2014-10-151-0/+7
| * powerpc/eeh: Block PCI config access upon frozen PEGavin Shan2014-10-153-0/+28
| * powerpc/pseries: Drop config requests in EEH accessorsGavin Shan2014-10-151-19/+11Star
| * powerpc/powernv: Drop config requests in EEH accessorsGavin Shan2014-10-151-2/+35
| * powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKEDGavin Shan2014-10-156-17/+17
| * powerpc/eeh: Fix condition for isolated stateGavin Shan2014-10-151-1/+1
| * powerpc/pseries: Make CPU hotplug path endian safeBharata B Rao2014-10-153-14/+15
| * powerpc/pseries: Use dump_stack instead of show_stackAnton Blanchard2014-10-151-6/+5Star
| * powerpc: Rename __get_SP() to current_stack_pointer()Anton Blanchard2014-10-157-7/+7
| * powerpc: Reimplement __get_SP() as a function not a defineAnton Blanchard2014-10-156-5/+10
| * powerpc/numa: Add ability to disable and debug topology updatesNishanth Aravamudan2014-10-131-1/+34
| * powerpc/numa: check error return from proc_createNishanth Aravamudan2014-10-131-1/+2
| * powerpc/powernv: Fallback to old HMI handling behavior for old firmwareMahesh Salgaonkar2014-10-131-0/+21
| * powerpc/book3s: Don't clear MSR_RI in hmi handler.Mahesh Salgaonkar2014-10-101-5/+0Star
| * powerpc: Fix sys_call_table declaration to enable syscall tracingRomeo Cane2014-10-101-1/+1
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-202-5/+8
|\ \
| * | sparc: simplify syscall_get_arch()Eric Paris2014-09-231-8/+2Star
| * | ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-5/+2Star
| * | ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris2014-09-231-0/+12
* | | powerpc/pci: Fix IO space breakage after of_pci_range_to_resource() changeMichael Ellerman2014-10-161-1/+5
* | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-3/+3
|\ \ \
| * | | Revert "powerpc: Replace __get_cpu_var uses"Tejun Heo2014-08-2732-105/+103Star
| * | | powerpc: Replace __get_cpu_var usesChristoph Lameter2014-08-2632-103/+105
| * | | alpha: Replace __get_cpu_varChristoph Lameter2014-08-261-3/+3
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-132-4/+3Star
|\ \ \ \
| * | | | sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-031-0/+2
| * | | | sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-191-3/+1Star
| * | | | init/main.c: Give init_task a canaryAaron Tomlin2014-09-191-2/+1Star
* | | | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-121/+77Star
|\ \ \ \ \
| * | | | | locking,arch,powerpc: Fold atomic_opsPeter Zijlstra2014-08-141-121/+77Star
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-12198-1551/+3177
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | powerpc/mm: Add hooks for cxlIan Munsie2014-10-082-1/+7
| * | | | | powerpc/opal: Add PHB to cxl mode callIan Munsie2014-10-082-0/+3
| * | | | | powerpc/mm: Add new hash_page_mm()Ian Munsie2014-10-082-7/+18
| * | | | | powerpc/powerpc: Add new PCIe functions for allocating cxl interruptsIan Munsie2014-10-082-0/+185
| * | | | | powerpc/powernv: Split out set MSI IRQ chip codeIan Munsie2014-10-081-18/+24
| * | | | | powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psizeIan Munsie2014-10-081-0/+2
| * | | | | powerpc/msi: Improve IRQ bitmap allocatorIan Munsie2014-10-081-11/+25
| * | | | | powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie2014-10-084-14/+21
| * | | | | powerpc/cell: Move data segment faulting code out of cell platformIan Munsie2014-10-085-49/+69
| * | | | | powerpc/cell: Move spu_handle_mm_fault() out of cell platformIan Munsie2014-10-088-14/+33
| * | | | | powerpc/pseries: Use new defines when calling H_SET_MODEMichael Neuling2014-10-071-6/+6