| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-04-27 | 1 | -0/+1 |
|\ |
|
| * | powerpc: fix system.h fallout in sysdev/scom.c [chroma_defconfig] | Paul Gortmaker | 2012-04-18 | 1 | -0/+1 |
* | | powerpc/mpic: Properly set default triggers | Benjamin Herrenschmidt | 2012-04-23 | 2 | -30/+30 |
* | | powerpc/mpic: Fix confusion between hw_irq and virq | Benjamin Herrenschmidt | 2012-04-23 | 1 | -8/+4 |
* | | powerpc/pmac: Don't add_timer() twice | Benjamin Herrenschmidt | 2012-04-23 | 1 | -0/+9 |
* | | powerpc/eeh: Fix crash caused by null eeh_dev | Gavin Shan | 2012-04-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'kumar/merge' into merge | Benjamin Herrenschmidt | 2012-04-23 | 9 | -33/+71 |
|\ \
| |/
|/| |
|
| * | powerpc/mpc85xx: add MPIC message dts node | Mingkai Hu | 2012-04-19 | 2 | -0/+53 |
| * | powerpc/mpic_msgr: fix offset error when setting mer register | Mingkai Hu | 2012-04-19 | 1 | -1/+1 |
| * | powerpc/mpic_msgr: add lock for MPIC message global variable | Mingkai Hu | 2012-04-19 | 1 | -5/+5 |
| * | powerpc/mpic_msgr: fix compile error when SMP disabled | Mingkai Hu | 2012-04-19 | 1 | -0/+1 |
| * | powerpc: fix build when CONFIG_BOOKE_WDT is enabled | Baruch Siach | 2012-04-19 | 2 | -5/+3 |
| * | powerpc/85xx: don't call of_platform_bus_probe() twice | Timur Tabi | 2012-04-19 | 3 | -22/+8 |
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-04-12 | 6 | -13/+4 |
|\ \ |
|
| * | | irq_domain: Move irq_virq_count into NOMAP revmap | Grant Likely | 2012-04-12 | 4 | -5/+4 |
| * | | irq: Kill pointless irqd_to_hw export | Grant Likely | 2012-04-10 | 2 | -8/+0 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2012-04-11 | 2 | -20/+23 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | powerpc: Fix typo in runlatch code | Benjamin Herrenschmidt | 2012-04-11 | 1 | -2/+2 |
| * | powerpc: Fix page fault with lockdep regression | Benjamin Herrenschmidt | 2012-04-10 | 1 | -18/+21 |
* | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-04-07 | 5 | -11/+29 |
|\ \ |
|
| * | | KVM: PPC: Book3S: PR: Fix preemption | Alexander Graf | 2012-04-03 | 1 | -2/+1 |
| * | | KVM: PPC: Save/Restore CR over vcpu_run | Alexander Graf | 2012-04-03 | 2 | -1/+13 |
| * | | KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry | Paul Mackerras | 2012-04-03 | 1 | -2/+6 |
| * | | KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist | Paul Mackerras | 2012-04-03 | 1 | -4/+5 |
| * | | KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access code | Alexander Graf | 2012-04-03 | 1 | -2/+4 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2012-04-04 | 8 | -41/+60 |
|\ \
| |/
|/| |
|
| * | PowerPC: adapt for dma_map_ops changes | Andrzej Pietrasiewicz | 2012-03-28 | 8 | -41/+60 |
* | | powerpc/eeh: Fix use of set_current_state() in eeh event handling set_current... | Andrew Morton | 2012-04-02 | 1 | -1/+1 |
* | | powerpc/eeh: Remove eeh_event_handler()->daemonize() | Oleg Nesterov | 2012-04-02 | 1 | -1/+1 |
* | | powerpc/kvm: Fallout from system.h disintegration | Benjamin Herrenschmidt | 2012-04-02 | 3 | -0/+3 |
* | | powerpc: Fix fallout from system.h split up | Stephen Rothwell | 2012-04-02 | 2 | -0/+3 |
* | | powerpc: Mark const init data with __initconst instead of __initdata | Uwe Kleine-König | 2012-04-02 | 3 | -3/+3 |
* | | Merge remote-tracking branch 'kumar/next' into merge | Benjamin Herrenschmidt | 2012-04-02 | 22 | -45/+688 |
|\ \ |
|
| * | | powerpc/qe: Update the SNUM table for MPC8569 Rev2.0 | Dave Liu | 2012-03-29 | 1 | -2/+20 |
| * | | powerpc/dts: Removed fsl,msi property from dts. | Diana CRACIUN | 2012-03-29 | 5 | -16/+0 |
| * | | powerpc/epapr: add "memory" as a clobber to all hypercalls | Timur Tabi | 2012-03-29 | 1 | -1/+6 |
| * | | powerpc/85xx: Enable I2C_CHARDEV and I2C_MPC options in defconfigs | Shaveta Leekha | 2012-03-29 | 4 | -0/+5 |
| * | | powerpc/85xx: add the P1020UTM-PC DTS support | Jerry Huang | 2012-03-29 | 3 | -0/+318 |
| * | | powerpc/85xx: add the P1020MBG-PC DTS support | Jerry Huang | 2012-03-29 | 3 | -0/+329 |
| * | | powerpc/8xxx: remove 85xx/86xx restrictions from fsl_guts.h | Timur Tabi | 2012-03-29 | 5 | -26/+10 |
* | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 | 2 | -110/+10 |
|\ \ \ |
|
| * | | | Wrap accesses to the fd_sets in struct fdtable | David Howells | 2012-02-19 | 1 | -1/+1 |
| * | | | powerpc: Use generic posix_types.h | H. Peter Anvin | 2012-02-14 | 1 | -109/+9 |
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-29 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | irq: make SPARSE_IRQ an optionally hidden option | Rob Herring | 2012-01-25 | 1 | -1/+1 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2012-03-29 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | [PATCH v3] ipc: provide generic compat versions of IPC syscalls | Chris Metcalf | 2012-03-15 | 1 | -0/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | irqdomain/powerpc: updated defconfigs for VIRQ_DEBUG rename | Grant Likely | 2012-03-29 | 7 | -7/+7 |
* | | | | | irqdomain: Remove powerpc dependency from debugfs file | Grant Likely | 2012-03-29 | 1 | -10/+0 |
* | | | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 131 | -700/+680 |
|\ \ \ \ \ |
|