summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-111-0/+9
|\
| * KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8Paul Mackerras2015-08-221-0/+7
| * KVM: PPC: Book3S HV: Make use of unused threads when running guestsPaul Mackerras2015-08-221-0/+2
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\ \
| * | cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-111-1/+1
| |/
* | Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-0423-161/+396
|\ \
| * | powerpc/eeh: Fix fenced PHB caused by eeh_slot_error_detail()Gavin Shan2015-08-281-3/+18
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2015-08-273-12/+17
| |\ \
| | * | powerpc/e6500: remove the stale TCD_LOCK macroKevin Hao2015-08-181-1/+0Star
| | * | powerpc/fsl: Force coherent memory on e500mc derivativesScott Wood2015-08-082-11/+17
| * | | powerpc/kexec: Reset secondary cpu endianness before kexecSamuel Mendoza-Jonas2015-08-201-2/+11
| * | | powerpc/nvram: print no error when pstore backend is not nvramHari Bathini2015-08-191-3/+4
| * | | powerpc/nvram: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-181-2/+1Star
| * | | powerpc/eeh: Disable automatically blocked PCI configGavin Shan2015-08-182-2/+24
| * | | powerpc/powernv: move dma_get_required_mask from pnv_phb to pci_controller_opsAndrew Donnellan2015-08-181-0/+7
| * | | powerpc/eeh: Probe after unbalanced kref checkDaniel Axtens2015-08-141-3/+3
| * | | powerpc/prom: Use DRCONF flags while processing detected LMBsAnshuman Khandual2015-08-121-3/+4
| * | | powerpc/prom: Simplify the logic to fetch SLB sizeAnshuman Khandual2015-08-121-11/+7Star
| * | | powerpc/ftrace: add powerpc timebase as a trace clock sourceNaveen N. Rao2015-08-062-0/+16
| * | | powerpc: Remove redundant breaksJoe Perches2015-08-061-1/+0Star
| * | | powerpc: pci: use %pR for printing struct resourceKevin Hao2015-08-061-54/+18Star
| * | | powerpc/kernel: Enable seccomp filterMichael Ellerman2015-07-301-1/+40
| * | | powerpc/kernel: Add SIG_SYS support for compat tasksMichael Ellerman2015-07-291-0/+5
| * | | powerpc/kernel: Change the do_syscall_trace_enter() APIMichael Ellerman2015-07-293-17/+58
| * | | powerpc/kernel: Switch to using MAX_ERRNOMichael Ellerman2015-07-292-3/+5
| * | | powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlersThomas Huth2015-07-231-0/+17
| * | | powerpc/rtas: Replace magic values with definesThomas Huth2015-07-231-3/+5
| |/ /
| * | powerpc/signal: Add helper function to fetch quad word aligned pointerAnshuman Khandual2015-07-211-5/+16
| * | powerpc/tm: Drop tm_orig_msr from thread_structAnshuman Khandual2015-07-161-7/+7
| * | powerpc: Add macros for the ibm_architecture_vec[] lengthsMichael Ellerman2015-07-131-8/+17
| * | powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_...Benjamin Herrenschmidt2015-07-133-21/+96
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-042-20/+1Star
|\ \
| * \ Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-121-19/+0Star
| |\ \
| | * | atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-19/+0Star
| | |/
| * / 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-09-011-3/+0Star
|\ \
| * | powerpc: Uncomment and make enable_kernel_vsx() routine availableLeonidas Da Silva Barbosa2015-07-141-3/+0Star
* | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-012-12/+2Star
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas2015-08-141-5/+1Star
| |\ \ \ \ | | | | |/ | | | |/|
| | * / | PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-301-5/+1Star
| | |/ /
| * / / PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-7/+1Star
| |/ /
* | | 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/+0Star
|/ /
* | 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-021-1/+0Star
|\ \