summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'jwb/jwb-next'Benjamin Herrenschmidt2008-07-1523-265/+2086
|\
| * powerpc: Fix problems with 32bit PPC's running with >= 4GB of RAMStefan Roese2008-07-093-8/+8
| * powerpc/44x: Update ppc44x_defconfigJosh Boyer2008-07-091-45/+104
| * powerpc/44x: Support NAND boot for Rev A Warp boardsSean MacLennan2008-07-091-2/+7
| * powerpc: rework 4xx PTE access and TLB missBenjamin Herrenschmidt2008-07-095-207/+180
| * Merge branch 'virtex-for-2.6.27' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer2008-07-0913-3/+1787
| |\
| | * powerpc/440: Convert Virtex ML507 device tree to dts-v1Grant Likely2008-07-091-99/+157
| | * powerpc/bootwrapper: Allow user to specify additional default targetsGrant Likely2008-07-092-0/+16
| | * powerpc/bootwrapper: add missing bit of simpleImage targetGrant Likely2008-07-041-0/+4
| | * powerpc/bootwrapper: Add documentation of boot wrapper targetsGrant Likely2008-07-042-1/+155
| | * powerpc/virtex: add defconfig for virtex 5 platformsJohn Linn2008-07-041-0/+1107
| | * powerpc/virtex: add Xilinx 440 cpu to the cputableJohn Linn2008-07-041-0/+10
| | * powerpc/virtex: add Xilinx Virtex 5 ppc440 platform supportJohn Linn2008-07-043-0/+87
| | * powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440John Linn2008-07-044-2/+112
| | * powerpc/virtex: add dts file for ML507 reference designJohn Linn2008-07-041-0/+238
* | | powerpc/fsl: update crypto node definition and device tree instancesKim Phillips2008-07-1427-143/+268
* | | powerpc/fsl: Refactor device bindingsKumar Gala2008-07-1427-1206/+1077
* | | powerpc/85xx: Minor fixes for 85xxds and 8536ds board.Jason Jin2008-07-142-2/+2
* | | powerpc: Add 82xx/83xx/86xx to 6xx MultiplatformKumar Gala2008-07-144-44/+26
* | | powerpc/85xx: publish of device for cds platformsDave Jiang2008-07-141-0/+14
* | | powerpc/booke: don't reinitialize time baseKumar Gala2008-07-141-4/+0
* | | powerpc/86xx: Refactor pic initKumar Gala2008-07-146-111/+86
* | | powerpc/CPM: Add i2c pins to dts and board setupJochen Friedrich2008-07-147-0/+86
* | | cpm_uart: Support uart_wait_until_sent()Laurent Pinchart2008-07-141-0/+6
* | | powerpc/85xx: Add support for MPC8536DSKumar Gala2008-07-147-0/+2193
* | | powerpc/85xx: minor fixes for MPC85xx DS board portKumar Gala2008-07-141-3/+3
* | | powerpc/CPM: Minor cosmetic changes to udbg_putcNye Liu2008-07-141-2/+1
* | | powerpc/85xx: TQM8548: add missing support for RTC and LM75Wolfgang Grandegger2008-07-142-6/+142
* | | powerpc/86xx: mpc8610_hpcd: fix interrupt trigger type for ULi IDEAnton Vorontsov2008-07-141-1/+1
* | | powerpc: Fix pq2fads irq handling with PREEMPT_RTRune Torgersen2008-07-141-1/+1
* | | cpm_uart: Fix cpm uart corruption with PREEMPT_RTRune Torgersen2008-07-141-0/+14
* | | powerpc/85xx: Fix KSI8560 .dtsKumar Gala2008-07-141-10/+10
* | | Merge commit 'origin/HEAD' into test-mergeBenjamin Herrenschmidt2008-07-14358-1162/+10867
|\ \ \
| * | | Linux 2.6.26v2.6.26Linus Torvalds2008-07-131-1/+1
| * | | devcgroup: fix permission check when adding entry to child cgroupLi Zefan2008-07-131-1/+1
| * | | devcgroup: always show positive major/minor numLi Zefan2008-07-131-2/+2
| * | | Documentation/HOWTO: correct wrong kernel bugzilla FAQ URLJiri Pirko2008-07-131-1/+1
| * | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-131-6/+18
| |\ \ \
| | * | | cpusets, hotplug, scheduler: fix scheduler domain breakageDmitry Adamushko2008-07-131-6/+18
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-121-2/+2
| |\ \ \ \
| | * | | | x86: fix ldt limit for 64 bitMichael Karcher2008-07-121-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-07-125-7/+31
| |\ \ \ \ \
| | * | | | | [SCSI] bsg: fix oops on removeJames Bottomley2008-07-121-1/+2
| | * | | | | [SCSI] fusion: default MSI to disabled for SPI and FC controllersJames Bottomley2008-07-121-3/+8
| | * | | | | [SCSI] ipr: Fix HDIO_GET_IDENTITY oops for SATA devicesBrian King2008-07-111-1/+5
| | * | | | | [SCSI] mptspi: fix oops in mptspi_dv_renegotiate_work()James Bottomley2008-07-081-2/+7
| | * | | | | [SCSI] erase invalid data returned by deviceAlan Stern2008-07-061-0/+9
| * | | | | | cifs: fix wksidarr declaration to be big-endian friendlyJeff Layton2008-07-121-5/+5
| * | | | | | cifs: fix inode leak in cifs_get_inode_info_unixJeff Layton2008-07-121-10/+10
| * | | | | | frv: fix irqs_disabled() to return an int, not an unsigned longDavid Howells2008-07-121-1/+1
OpenPOWER on IntegriCloud