| Commit message (Expand) | Author | Age |
* | powerpc: Add denormalisation exception handling for POWER6/7 | Michael Neuling | 2012-09-17 |
* | Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into next | Benjamin Herrenschmidt | 2012-09-17 |
|\ |
|
| * | Merge commit 'v3.6-rc5' into pci/gavin-window-alignment | Bjorn Helgaas | 2012-09-13 |
| |\ |
|
| * | | powerpc/PCI: Override pcibios_window_alignment() | Gavin Shan | 2012-09-11 |
* | | | powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisor | Michael Neuling | 2012-09-09 |
* | | | powerpc: Rework set_dabr so it can take a DABRX value as well | Michael Neuling | 2012-09-09 |
* | | | powerpc/eeh: Trace eeh device from I/O cache | Gavin Shan | 2012-09-09 |
* | | | powerpc/eeh: Move EEH initialization around | Gavin Shan | 2012-09-09 |
* | | | powerpc: Initialise paca.data_offset with poison | Michael Ellerman | 2012-09-09 |
* | | | powerpc: Use consistent name info for arch_hw_breakpoint | Michael Neuling | 2012-09-06 |
* | | | powerpc: Export memory limit via device tree | Suzuki Poulose | 2012-09-06 |
* | | | powerpc: Change memory_limit from phys_addr_t to unsigned long long | Suzuki Poulose | 2012-09-06 |
* | | | powerpc/pci: Save P2P bridge resource if possible | Gavin Shan | 2012-09-06 |
* | | | Merge branch 'merge' into next | Benjamin Herrenschmidt | 2012-09-06 |
|\ \ \
| | |/
| |/| |
|
| * | | powerpc: Make sure IPI handlers see data written by IPI senders | Paul Mackerras | 2012-09-05 |
| * | | powerpc: Restore correct DSCR in context switch | Anton Blanchard | 2012-09-05 |
| * | | powerpc: Fix DSCR inheritance in copy_thread() | Anton Blanchard | 2012-09-05 |
| * | | powerpc: Keep thread.dscr and thread.dscr_inherit in sync | Anton Blanchard | 2012-09-05 |
| * | | powerpc: Update DSCR on all CPUs when writing sysfs dscr_default | Anton Blanchard | 2012-09-05 |
| * | | powerpc/powernv: Always go into nap mode when CPU is offline | Paul Mackerras | 2012-09-05 |
| * | | powerpc: Give hypervisor decrementer interrupts their own handler | Paul Mackerras | 2012-09-05 |
| * | | powerpc: Fix personality handling in ppc64_personality() | Jiri Kosina | 2012-08-24 |
| * | | powerpc/dma-iommu: Fix IOMMU window check | Aaro Koskinen | 2012-08-24 |
| * | | powerpc/kgdb: Restore current_thread_info properly | Tiejun Chen | 2012-08-24 |
| * | | powerpc/kgdb: Bail out of KGDB when we've been triggered | Tiejun Chen | 2012-08-24 |
| * | | powerpc/kgdb: Do not set kgdb_single_step on ppc | Tiejun Chen | 2012-08-24 |
| * | | powerpc: Fix null pointer deref in perf hardware breakpoints | Michael Neuling | 2012-08-24 |
| |/ |
|
* | | powerpc: Restore VDSO information on critical exception om BookE | Mihai Caraman | 2012-09-06 |
* | | powerpc/booke64: Use SPRG0/3 scratch for bolted TLB miss & crit int | Mihai Caraman | 2012-09-05 |
* | | powerpc/booke64: Eemove mfspr srr1 duplicate in exception prolog | Mihai Caraman | 2012-09-05 |
* | | powerpc/booke64: Add DO_KVM kernel hooks | Mihai Caraman | 2012-09-05 |
* | | powerpc/booke64: Use GSRR registers in Guest Doorbell interrupts | Mihai Caraman | 2012-09-05 |
* | | powerpc/booke64: Fix machine check handler to use the right prolog | Mihai Caraman | 2012-09-05 |
* | | powerpc: Uprobes port to powerpc | Ananth N Mavinakayanahalli | 2012-09-05 |
* | | powerpc: Add trap_nr to thread_struct | Ananth N Mavinakayanahalli | 2012-09-05 |
* | | powerpc: Rename 64-bit PVR constants to PVR_foo | Michael Ellerman | 2012-09-05 |
* | | powerpc: Remove all includes of <asm/abs_addr.h> | Michael Ellerman | 2012-09-05 |
* | | powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs() | Michael Ellerman | 2012-09-05 |
|/ |
|
* | Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows... | Linus Torvalds | 2012-07-30 |
|\ |
|
| * | common: dma-mapping: add support for generic dma_mmap_* calls | Marek Szyprowski | 2012-07-30 |
* | | powerpc/ftrace: Trace function graph entry before updating index | Steven Rostedt | 2012-07-26 |
* | | powerpc: Lack of firmware flash support is not an error | Anton Blanchard | 2012-07-26 |
* | | powerpc: Set stack limit properly in crit_transfer_to_handler | Stuart Yoder | 2012-07-26 |
* | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-07-24 |
|\ \ |
|
| * \ | Merge branch 'pci/myron-pcibios_setup' into next | Bjorn Helgaas | 2012-07-05 |
| |\ \ |
|
| | * | | powerpc/PCI: factor out pcibios_setup() | Myron Stowe | 2012-07-05 |
| * | | | powerpc/PCI: register busn_res for root buses | Yinghai Lu | 2012-06-13 |
| * | | | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 2012-06-13 |
| |/ / |
|
* | | | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux | Linus Torvalds | 2012-07-24 |
|\ \ \ |
|
| * | | | devicetree: add helper inline for retrieving a node's full name | Grant Likely | 2012-07-06 |