summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-1/+2
|\ \ \ \ \ \
| * | | | | | switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-091-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-27/+6
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-1/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | powerpc: clean-up include ordering in prom.hRob Herring2013-10-091-10/+7
| * | | | | | of: move of_translate_dma_address to of_address.hRob Herring2013-10-091-4/+0
| * | | | | | of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring2013-10-091-2/+0
| * | | | | | of: implement of_node_to_nid as a weak functionRob Herring2013-10-091-7/+0
| * | | | | | of: implement pci_address_to_pio as weak functionRob Herring2013-10-091-5/+0
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-1225-204/+508
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | powerpc: Fix fatal SLB miss when restoring PPRBenjamin Herrenschmidt2013-11-061-7/+0
| * | | | powerpc/scom: Enable 64-bit addressesBenjamin Herrenschmidt2013-11-061-4/+4
| * | | | powerpc/bpf: Fix DIVWU instruction opcodeVladimir Murzin2013-10-311-1/+1
| * | | | of: Move definition of of_find_next_cache_node into common code.Sudeep KarkadaNagesha2013-10-311-3/+0
| * | | | powerpc: word-at-a-time optimization for 64-bit Little EndianPhilippe Bergheaud2013-10-311-25/+32
| * | | | powerpc/bpf: BPF JIT compiler for 64-bit Little EndianPhilippe Bergheaud2013-10-311-0/+1
| * | | | powerpc/powernv: Code update interfaceVasant Hegde2013-10-301-0/+7
| * | | | powerpc/powernv: Create opal sysfs directoryVasant Hegde2013-10-301-0/+3
| * | | | powerpc: Add VMX optimised xor for RAID5Anton Blanchard2013-10-301-0/+67
| * | | | powerpc/pseries: Fix dedicated processor partition detectionAnton Blanchard2013-10-301-6/+6
| * | | | powerpc: Fix 64K page size support for PPC44xAlistair Popple2013-10-301-1/+1
| * | | | powerpc: Fix a typo in comments of va to pa conversionVaishnavi Bhat2013-10-301-1/+1
| * | | | powerpc: Move local setup.h declarations to arch includesRobert Jennings2013-10-301-0/+4
| * | | | powerpc: Fix PPC_EMULATED_STATS build break with sync patchScott Wood2013-10-281-0/+1
| * | | | powerpc: export debug registers save function for KVMBharat Bhushan2013-10-181-0/+1
| * | | | powerpc: move debug registers in a structureBharat Bhushan2013-10-182-19/+23
| * | | | powerpc: Emulate sync instruction variantsJames Yang2013-10-161-0/+2
| * | | | Merge branch 'for-kvm' into nextBenjamin Herrenschmidt2013-10-115-114/+46
| |\ \ \ \
| | * | | | powerpc: Provide for giveup_fpu/altivec to save state in alternate locationPaul Mackerras2013-10-111-0/+7
| | * | | | powerpc: Put FP/VSX and VR state into structuresPaul Mackerras2013-10-113-112/+25
| | * | | | powerpc: add real mode support for dma operations on powernvAlexey Kardashevskiy2013-10-111-0/+12
| | * | | | powerpc: Prepare to support kernel handling of IOMMU map/unmapAlexey Kardashevskiy2013-10-111-0/+2
| | |/ / /
| * | | | powerpc/eeh: Output PHB3 diag-dataGavin Shan2013-10-111-0/+65
| * | | | powerpc/scom: Change scom_read() and scom_write() to return errorsBenjamin Herrenschmidt2013-10-111-6/+17
| * | | | powerpc: Enable /dev/port when isa_io_special is setBenjamin Herrenschmidt2013-10-111-1/+1
| * | | | powerpc: Implement arch_get_random_long/int() for powernvMichael Ellerman2013-10-112-0/+36
| * | | | powerpc/hvsi: Fix endian issues in HVSI driverBenjamin Herrenschmidt2013-10-111-8/+8
| * | | | powerpc/powernv: Fix some PCI sparse errors and one LE bugAnton Blanchard2013-10-111-11/+11
| * | | | powerpc/powernv: More little endian issues in OPAL RTC driverAnton Blanchard2013-10-111-2/+2
| * | | | powerpc/powernv: Fix endian issues in OPAL console and udbg backendBenjamin Herrenschmidt2013-10-111-4/+4
| * | | | powerpc: Use generic memcpy code in little endianAnton Blanchard2013-10-111-0/+4
| * | | | powerpc: Use generic checksum code in little endianAnton Blanchard2013-10-111-0/+5
| * | | | powerpc: Endian safe trampolineBenjamin Herrenschmidt2013-10-111-1/+30
| * | | | powerpc: Include the appropriate endianness headerIan Munsie2013-10-111-0/+4
| * | | | powerpc: Set MSR_LE bit on little endian buildsAnton Blanchard2013-10-111-1/+6
| * | | | powerpc: Add little endian support for word-at-a-time functionsAnton Blanchard2013-10-111-0/+71
| * | | | powerpc: Support endian agnostic MMIOIan Munsie2013-10-111-18/+49
| * | | | powerpc: Little endian builds double word swap VSX state during context save/...Anton Blanchard2013-10-112-4/+20
| * | | | powerpc: Fix offset of FPRs in VSX registers in little endian buildsAnton Blanchard2013-10-111-2/+10
| * | | | powerpc: Book 3S MMU little endian supportAnton Blanchard2013-10-111-2/+2
| |/ / /
OpenPOWER on IntegriCloud