summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-032-20/+1
|\
| * Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-121-19/+0
| |\
| | * atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-19/+0
| * | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-011-12/+12
|\ \
| * | powerpc/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-12/+12
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-08-311-3/+0
|\ \
| * | powerpc: Uncomment and make enable_kernel_vsx() routine availableLeonidas Da Silva Barbosa2015-07-141-3/+0
* | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-312-12/+2
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas2015-08-141-5/+1
| |\ \ \ \ | | | | |/ | | | |/|
| | * | | PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-301-5/+1
| | |/ /
| * | | PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-7/+1
| |/ /
* | | powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF caseGuilherme G. Piccoli2015-08-261-0/+3
* | | signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-071-2/+0
|/ /
* | powerpc/powernv: Fix race in updating core_idle_stateShreyas B. Prabhu2015-07-071-10/+21
* | powerpc: Set the correct kernel taint on machine check errors.Daniel Axtens2015-07-061-0/+2
|/
* Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-021-1/+1
|\
| * powerpc: use device_initcall for registering rtc devicesPaul Gortmaker2015-06-161-1/+1
* | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-011-1/+0
|\ \
| * \ Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-06-301-1/+0
| |\ \ | | |/ | |/|
| | * of: clean-up unnecessary libfdt include pathsRob Herring2015-06-041-1/+0
* | | powerpc: use for_each_sg()Akinobu Mita2015-06-241-5/+5
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-241-0/+1
|\ \ \
| * | | of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel2015-06-021-0/+1
* | | | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-06-2422-312/+444
|\ \ \ \
| * \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2015-06-192-48/+71
| |\ \ \ \
| | * | | | powerpc/8xx: Implementation of PAGE_EXECLEROY Christophe2015-06-021-3/+9
| | * | | | powerpc/8xx: Handle PAGE_USER via APG bitsLEROY Christophe2015-06-021-9/+12
| | * | | | powerpc/8xx: Add support for TASK_SIZE greater than 0x80000000LEROY Christophe2015-06-021-6/+19
| | * | | | powerpc/8xx: Use SPRG2 instead of DAR for saving r3LEROY Christophe2015-06-021-5/+4
| | * | | | powerpc/8xx: dont save CR in SCRATCH registersLEROY Christophe2015-06-021-14/+15
| | * | | | powerpc/8xx: Handle CR out of exception PROLOG/EPILOGLEROY Christophe2015-06-021-3/+7
| | * | | | powerpc/8xx: macro for handling CPU15 errataLEROY Christophe2015-06-021-6/+12
| | * | | | powerpc/e500mc: Remove dead L2 flushing code in idle_e500.SScott Wood2015-06-021-9/+0
| * | | | | powerpc/tm: Abort syscalls in active transactionsSam bobroff2015-06-192-1/+38
| * | | | | powerpc/mmu: Add userspace-to-physical addresses translation cacheAlexey Kardashevskiy2015-06-111-0/+3
| * | | | | powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy2015-06-111-40/+19
| * | | | | powerpc/iommu: Fix IOMMU ownership control functionsAlexey Kardashevskiy2015-06-111-5/+25
| * | | | | vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy2015-06-111-12/+0
| * | | | | powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy2015-06-111-3/+11
| * | | | | powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy2015-06-111-8/+9
| * | | | | powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy2015-06-112-22/+29
| * | | | | powerpc/powernv: Do not set "read" flag if direction==DMA_NONEAlexey Kardashevskiy2015-06-111-0/+15
| * | | | | vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driverAlexey Kardashevskiy2015-06-111-55/+0
| * | | | | powerpc/iommu: Always release iommu_table in iommu_free_table()Alexey Kardashevskiy2015-06-111-3/+5
| * | | | | powerpc/iommu: Put IOMMU group explicitlyAlexey Kardashevskiy2015-06-111-7/+0
| * | | | | powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU groupAlexey Kardashevskiy2015-06-111-3/+1
| * | | | | powerpc/dscr: Add some in-code documentationAnshuman Khandual2015-06-071-0/+38
| * | | | | powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULTAnshuman Khandual2015-06-073-4/+4
| * | | | | powerpc/kernel: Remove the unused extern dscr_defaultAnshuman Khandual2015-06-071-1/+0
OpenPOWER on IntegriCloud