summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Wire up sys_bpf() syscallPranith Kumar2014-10-223-1/+3
* powerpc/mm: Remove redundant #if caseAneesh Kumar K.V2014-10-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-214-5/+5
|\
| * powerpc/eeh: Block PCI config access upon frozen PEGavin Shan2014-10-151-0/+1
| * powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKEDGavin Shan2014-10-151-1/+1
| * powerpc: Rename __get_SP() to current_stack_pointer()Anton Blanchard2014-10-152-2/+2
| * powerpc: Reimplement __get_SP() as a function not a defineAnton Blanchard2014-10-152-3/+2
| * 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-191-0/+6
|\ \
| * | sparc: simplify syscall_get_arch()Eric Paris2014-09-231-8/+2
| * | ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris2014-09-231-0/+12
* | | 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-273-9/+7
| * | | powerpc: Replace __get_cpu_var usesChristoph Lameter2014-08-263-7/+9
| * | | 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-131-0/+2
|\ \ \ \
| * | | | sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-031-0/+2
| |/ / /
* | | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-121/+77
|\ \ \ \
| * | | | locking,arch,powerpc: Fold atomic_opsPeter Zijlstra2014-08-141-121/+77
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-1126-80/+348
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | powerpc/opal: Add PHB to cxl mode callIan Munsie2014-10-081-0/+2
| * | | | powerpc/mm: Add new hash_page_mm()Ian Munsie2014-10-081-0/+1
| * | | | powerpc/powerpc: Add new PCIe functions for allocating cxl interruptsIan Munsie2014-10-081-0/+31
| * | | | powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie2014-10-081-0/+6
| * | | | powerpc/cell: Move data segment faulting code out of cell platformIan Munsie2014-10-082-0/+14
| * | | | powerpc/cell: Move spu_handle_mm_fault() out of cell platformIan Munsie2014-10-082-3/+18
| * | | | powerpc/pseries: Use new defines when calling H_SET_MODEMichael Neuling2014-10-071-6/+6
| * | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2014-10-042-1/+5
| |\ \ \ \
| | * | | | Revert "powerpc/fsl_msi: spread msi ints across different MSIRs"Scott Wood2014-09-191-2/+0
| | * | | | powerpc/8xx: Declare SPRG2 as a SCRATCH registerLEROY Christophe2014-09-041-1/+2
| | * | | | powerpc/fsl_msi: spread msi ints across different MSIRsTudor Laurentiu2014-09-041-0/+2
| | * | | | powerpc: Dynamic DMA zone limitsScott Wood2014-09-031-0/+3
| * | | | | powerpc: Add printk levels to powerpc codeAnton Blanchard2014-10-023-6/+6
| * | | | | powerpc: Remove powerpc specific cmd_lineAnton Blanchard2014-10-021-2/+0
| * | | | | powerpc: Speed up clear_page by unrolling itAnton Blanchard2014-10-021-11/+31
| * | | | | powerpc/powernv: Override dma_get_required_mask()Gavin Shan2014-09-301-0/+1
| * | | | | powerpc/eeh: Emulate EEH recovery for VFIO devicesGavin Shan2014-09-301-0/+1
| * | | | | powerpc/powernv: Sync OpalPciResetScope with firmwareGavin Shan2014-09-301-3/+6
| * | | | | powerpc/eeh: Unfreeze PE on enabling EEH functionalityGavin Shan2014-09-301-0/+1
| * | | | | powerpc/eeh: Introduce eeh_ops::err_injectGavin Shan2014-09-301-0/+2
| * | | | | powerpc/powernv: Sync header with firmwareGavin Shan2014-09-301-0/+32
| * | | | | powerpc/eeh: Freeze PE before PE resetGavin Shan2014-09-301-0/+1
| * | | | | powerpc/eeh: Drop unused argument in eeh_check_failure()Gavin Shan2014-09-301-15/+14
| * | | | | powerpc: ppc64le optimised word at a timeAnton Blanchard2014-09-301-15/+48
| * | | | | selftests/powerpc: Add test of load_unaligned_zero_pad()Michael Ellerman2014-09-301-1/+12
| * | | | | powerpc: Implement load_unaligned_zeropadAnton Blanchard2014-09-301-0/+40
| * | | | | powerpc/eeh: Fix kernel crash when passing through VFWei Yang2014-09-251-0/+5
| * | | | | powerpc: Emulate icbi, mcrf and conditional-trap instructionsPaul Mackerras2014-09-251-0/+1
| * | | | | powerpc: Split out instruction analysis part of emulate_step()Paul Mackerras2014-09-251-0/+61
| * | | | | powerpc/powernv: Don't call generic code on offline cpusPaul Mackerras2014-09-251-0/+1