| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/iommu: Fix multiple issues with IOMMU pools code | Anton Blanchard | 2012-10-04 | 1 | -1/+4 |
* | powerpc: Set paca->data_offset = 0 for boot cpu | Michael Ellerman | 2012-09-27 | 1 | -0/+2 |
* | powerpc/smp: Do not disable IPI interrupts during suspend | Zhao Chenhui | 2012-09-19 | 1 | -1/+1 |
* | Merge remote-tracking branch 'kumar/next' into next | Benjamin Herrenschmidt | 2012-09-18 | 6 | -40/+134 |
|\ |
|
| * | powerpc/swiotlb: Enable at early stage and disable if not necessary | Jia Hongtao | 2012-09-12 | 1 | -0/+20 |
| * | powerpc/booke: Add CPU_FTR_EMB_HV check for e5500. | Varun Sethi | 2012-09-12 | 1 | -0/+6 |
| * | powerpc/booke: Separate out restore_e5500/setup_e5500 routines. | Varun Sethi | 2012-09-12 | 2 | -18/+32 |
| * | powerpc/booke: Merge the 32 bit e5500/e500mc cpu setup code. | Varun Sethi | 2012-09-12 | 2 | -4/+7 |
| * | powepc/booke: Separate out E.HV check and ivor setup code. | Varun Sethi | 2012-09-12 | 2 | -17/+30 |
| * | powerpc/85xx: add HOTPLUG_CPU support | Zhao Chenhui | 2012-09-12 | 1 | -0/+28 |
| * | powerpc/smp: add generic_set_cpu_up() to set cpu_state as CPU_UP_PREPARE | Zhao Chenhui | 2012-09-12 | 1 | -1/+11 |
* | | powerpc/kprobe: Complete kprobe and migrate exception frame | Tiejun Chen | 2012-09-18 | 2 | -6/+76 |
* | | powerpc/trace: Fix interrupt tracepoints vs. RCU | Li Zhong | 2012-09-17 | 2 | -8/+8 |
* | | powerpc/mm: Add 64TB support | Aneesh Kumar K.V | 2012-09-17 | 1 | -1/+3 |
* | | powerpc: Add denormalisation exception handling for POWER6/7 | Michael Neuling | 2012-09-17 | 1 | -0/+123 |
* | | Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into next | Benjamin Herrenschmidt | 2012-09-17 | 1 | -0/+20 |
|\ \
| |/
|/| |
|
| * | Merge commit 'v3.6-rc5' into pci/gavin-window-alignment | Bjorn Helgaas | 2012-09-13 | 14 | -33/+89 |
| |\ |
|
| * | | powerpc/PCI: Override pcibios_window_alignment() | Gavin Shan | 2012-09-11 | 1 | -0/+20 |
* | | | powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisor | Michael Neuling | 2012-09-10 | 1 | -4/+11 |
* | | | powerpc: Rework set_dabr so it can take a DABRX value as well | Michael Neuling | 2012-09-10 | 4 | -14/+17 |
* | | | powerpc/eeh: Trace eeh device from I/O cache | Gavin Shan | 2012-09-10 | 1 | -1/+1 |
* | | | powerpc/eeh: Move EEH initialization around | Gavin Shan | 2012-09-10 | 1 | -3/+0 |
* | | | powerpc: Initialise paca.data_offset with poison | Michael Ellerman | 2012-09-10 | 1 | -0/+1 |
* | | | powerpc: Use consistent name info for arch_hw_breakpoint | Michael Neuling | 2012-09-07 | 1 | -4/+4 |
* | | | powerpc: Export memory limit via device tree | Suzuki Poulose | 2012-09-07 | 1 | -0/+12 |
* | | | powerpc: Change memory_limit from phys_addr_t to unsigned long long | Suzuki Poulose | 2012-09-07 | 3 | -5/+4 |
* | | | powerpc/pci: Save P2P bridge resource if possible | Gavin Shan | 2012-09-07 | 1 | -4/+12 |
* | | | Merge branch 'merge' into next | Benjamin Herrenschmidt | 2012-09-07 | 14 | -33/+89 |
|\ \ \
| | |/
| |/| |
|
| * | | powerpc: Make sure IPI handlers see data written by IPI senders | Paul Mackerras | 2012-09-05 | 2 | -2/+11 |
| * | | powerpc: Restore correct DSCR in context switch | Anton Blanchard | 2012-09-05 | 2 | -6/+18 |
| * | | powerpc: Fix DSCR inheritance in copy_thread() | Anton Blanchard | 2012-09-05 | 1 | -10/+2 |
| * | | powerpc: Keep thread.dscr and thread.dscr_inherit in sync | Anton Blanchard | 2012-09-05 | 2 | -2/+5 |
| * | | powerpc: Update DSCR on all CPUs when writing sysfs dscr_default | Anton Blanchard | 2012-09-05 | 1 | -0/+8 |
| * | | powerpc/powernv: Always go into nap mode when CPU is offline | Paul Mackerras | 2012-09-05 | 1 | -0/+2 |
| * | | powerpc: Give hypervisor decrementer interrupts their own handler | Paul Mackerras | 2012-09-05 | 2 | -1/+11 |
| * | | powerpc: Fix personality handling in ppc64_personality() | Jiri Kosina | 2012-08-24 | 1 | -4/+4 |
| * | | powerpc/dma-iommu: Fix IOMMU window check | Aaro Koskinen | 2012-08-24 | 1 | -5/+4 |
| * | | powerpc/kgdb: Restore current_thread_info properly | Tiejun Chen | 2012-08-24 | 1 | -2/+9 |
| * | | powerpc/kgdb: Bail out of KGDB when we've been triggered | Tiejun Chen | 2012-08-24 | 1 | -0/+15 |
| * | | powerpc/kgdb: Do not set kgdb_single_step on ppc | Tiejun Chen | 2012-08-24 | 1 | -1/+0 |
| * | | powerpc: Fix null pointer deref in perf hardware breakpoints | Michael Neuling | 2012-08-24 | 1 | -1/+1 |
| |/ |
|
* | | powerpc: Restore VDSO information on critical exception om BookE | Mihai Caraman | 2012-09-07 | 3 | -5/+5 |
* | | powerpc/booke64: Use SPRG0/3 scratch for bolted TLB miss & crit int | Mihai Caraman | 2012-09-05 | 1 | -2/+15 |
* | | powerpc/booke64: Eemove mfspr srr1 duplicate in exception prolog | Mihai Caraman | 2012-09-05 | 1 | -35/+32 |
* | | powerpc/booke64: Add DO_KVM kernel hooks | Mihai Caraman | 2012-09-05 | 1 | -34/+59 |
* | | powerpc/booke64: Use GSRR registers in Guest Doorbell interrupts | Mihai Caraman | 2012-09-05 | 1 | -2/+19 |
* | | powerpc/booke64: Fix machine check handler to use the right prolog | Mihai Caraman | 2012-09-05 | 1 | -1/+1 |
* | | powerpc: Uprobes port to powerpc | Ananth N Mavinakayanahalli | 2012-09-05 | 3 | -0/+191 |
* | | powerpc: Add trap_nr to thread_struct | Ananth N Mavinakayanahalli | 2012-09-05 | 2 | -0/+3 |
* | | powerpc: Rename 64-bit PVR constants to PVR_foo | Michael Ellerman | 2012-09-05 | 1 | -1/+1 |