summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fs/dlm: Drop unnecessary null testJulia Lawall2010-08-051-1/+1
* dlm: use genl_register_family_with_ops()Changli Gao2010-08-051-14/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-05137-1065/+8141
|\
| * Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2010-08-0536-186/+3185
| |\
| | * powerpc/8xx: Add support for the MPC8xx based boards from TQCHeiko Schocher2010-08-045-0/+1269
| | * powerpc/85xx: Introduce support for the Freescale P1022DS reference boardTimur Tabi2010-08-046-44/+814
| | * powerpc/85xx: Adding DTS for the STx GP3-SSA MPC8555 boardBradley Hughes2010-08-041-0/+380
| | * powerpc/85xx: Change deprecated binding for 85xx-based boardsBradley Hughes2010-08-047-14/+14
| | * powerpc/tqm85xx: add a quirk for ti1520 PCMCIA bridgeDmitry Eremin-Solenikov2010-08-041-0/+21
| | * powerpc/tqm85xx: update PCI interrupt-map attributeDmitry Eremin-Solenikov2010-08-046-6/+48
| | * powerpc/mpc8308rdb: support for MPC8308RDB board from FreescaleIlya Yanok2010-08-044-0/+406
| | * powerpc/fsl_pci: add quirk for mpc8308 pcie bridgeIlya Yanok2010-08-042-0/+2
| | * powerpc/85xx: Cleanup QE initialization for MPC85xxMDS boardsAnton Vorontsov2010-08-041-129/+143
| | * powerpc/85xx: Fix booting for P1021MDS boardsAnton Vorontsov2010-08-042-6/+38
| | * powerpc/85xx: Fix SWIOTLB initalization for MPC85xxMDS boardsAnton Vorontsov2010-08-041-8/+8
| | * powerpc/85xx: kexec for SMP 85xx BookE systemsMatthew McClintock2010-08-022-5/+68
| * | Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-04505-197378/+5760
| |\ \ | | |/ | |/|
| | * powerpc/5200/i2c: improve i2c bus error recoveryAlbrecht Dreß2010-08-012-22/+49
| | * of/xilinxfb: update tft compatible versionsAdrian Alonso2010-08-011-0/+2
| | * powerpc/fsl-diu-fb: Support setting display mode using EDIDAnatolij Gustschin2010-08-013-6/+81
| | * powerpc/5121: doc/dts-bindings: update doc of FSL DIU bindingsAnatolij Gustschin2010-08-011-2/+12
| | * powerpc/5121: shared DIU framebuffer supportAnatolij Gustschin2010-08-017-2/+338
| | * powerpc/5121: move fsl-diu-fb.h to include/linuxAnatolij Gustschin2010-08-012-1/+1
| | * powerpc/5121: fsl-diu-fb: fix issue with re-enabling DIU area descriptorAnatolij Gustschin2010-08-011-15/+23
| | * powerpc/512x: add clock structure for Video-IN (VIU) unitAnatolij Gustschin2010-08-011-0/+18
| | * powerpc/5121: add initial support for PDM360NG boardAnatolij Gustschin2010-08-014-0/+547
| | * powerpc/512x: Group mpc512x board's selection menuAnatolij Gustschin2010-08-011-9/+4
| | * powerpc/5200: improve uart baud rate calculation (reach high baud rates, bett...Albrecht Dreß2010-07-241-29/+116
| * | powerpc/kexec: Fix orphaned offline CPUs across kexecMatt Evans2010-07-311-1/+25
| * | powerpc/kexec: Add to and tidy debug/comments in machine_kexec64.cMatt Evans2010-07-311-5/+24
| * | powerpc: Print decimal values in prom_init.cMichael Neuling2010-07-311-9/+35
| * | powerpc: ONLINE to OFFLINE CPU state transition during removalRobert Jennings2010-07-311-0/+1
| * | powerpc/powermac: Add PowerMac10,2 machine descriptorBenjamin Herrenschmidt2010-07-311-1/+5
| * | powerpc/pseries: Increase cpu die timeoutBenjamin Herrenschmidt2010-07-311-2/+2
| * | powerpc/smp: remove the incorrect decrementer initial codes for APTiejun Chen2010-07-311-8/+0
| * | powerpc: Fix GENERIC_ISA_DMA dependencyAnton Vorontsov2010-07-311-1/+1
| * | powerpc: Remove redundant xics badness warningBrian King2010-07-311-2/+0
| * | powerpc: Add vmcoreinfo symbols to allow makdumpfile to filter core files pro...Neil Horman2010-07-311-0/+12
| * | powerpc: Remove unnecessary casts of private_dataJoe Perches2010-07-311-1/+1
| * | powerpc/crashdump: Fix issues with kexec and 36bit physical addrMatthew McClintock2010-07-312-7/+7
| * | powerpc/kexec: Switch to a static PACA on the way outMatt Evans2010-07-314-11/+31
| * | Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2010-07-308-109/+117
| |\ \
| | * | powerpc/40x: Distinguish AMCC PowerPC 405EX and 405EXr correctlyLee Nipper2010-07-261-7/+111
| | * | powerpc/44x: Fix UART2/3 interrupt assignment in PPC460EX/GT dts filesStefan Roese2010-07-262-4/+4
| | * | Remove REDWOOD_[456] config options and conditional codeChristian Dietrich2010-07-265-98/+2
| * | | powerpc/oprofile: Don't build server oprofile drivers on 64-bit BookEBenjamin Herrenschmidt2010-07-142-2/+2
| * | | powerpc/book3e: Adjust the page sizes list based on MMU configBenjamin Herrenschmidt2010-07-143-32/+109
| * | | powerpc/book3e: Add TLB dump in xmon for Book3EBenjamin Herrenschmidt2010-07-141-0/+152
| * | | powerpc/book3e: Fix single step when using HW page tablesBenjamin Herrenschmidt2010-07-142-4/+15
| * | | powerpc/book3e: Add generic 64-bit idle powersave supportBenjamin Herrenschmidt2010-07-144-1/+111