summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-04-244-97/+225
|\
| * sparc: Fix bus type probing for ESP and LE devices.David S. Miller2009-04-222-4/+38
| * sparc32: Update defconfig.David S. Miller2009-04-171-30/+68
| * sparc64: Update defconfig.David S. Miller2009-04-171-63/+119
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2009-04-2419-5360/+795
|\ \
| * | powerpc/pasemi: Fix build error on UPGeoff Levand2009-04-221-4/+0
| * | powerpc/ps3: Fix CONFIG_PS3_FLASH=n build warningGeoff Levand2009-04-221-1/+1
| * | powerpc/32: Don't clobber personality flags on execAndreas Schwab2009-04-221-1/+2
| * | powerpc: Fix crash on CPU hotplugMichael Ellerman2009-04-221-1/+1
| * | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 into mergePaul Mackerras2009-04-22588-937/+36155
| |\ \
| | * | powerpc: Fix of_node_put() exit path in of_irq_map_one()Ilpo Järvinen2009-04-201-6/+5
| | * | powerpc/5200: defconfig updatesGrant Likely2009-04-206-125/+428
| | * | powerpc/5200: Add FLASH nodes to lite5200 device treeGrant Likely2009-04-161-0/+39
| * | | powerpc/85xx: Remove defconfigs that mpc85xx_{smp_}defconfig coverKumar Gala2009-04-214-6707/+0
| * | | powerpc/85xx: Added SMP defconfigKumar Gala2009-04-211-0/+1829
| * | | powerpc/85xx: Enabled a bunch of FSL specific drivers/optionsKumar Gala2009-04-211-16/+27
| * | | powerpc/85xx: Updated generic mpc85xx_defconfigKumar Gala2009-04-211-125/+88
| * | | powerpc: don't disable SATA interrupts on Freescale MPC8610 HPCDTimur Tabi2009-04-211-5/+0
| * | | fsl_rio: Pass the proper device to dma mapping routinesAnton Vorontsov2009-04-211-11/+17
* | | | FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2009-04-216-8/+8
* | | | uml: kill a kconfig warningWANG Cong2009-04-211-1/+1
* | | | frv: insert PCI root bus resources for the MB93090 devel motherboardDavid Howells2009-04-211-13/+50
* | | | clocksource: pass clocksource to read() callbackMagnus Damm2009-04-2146-61/+76
* | | | Merge branch 'sh/for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-04-213-2/+9
|\ \ \ \
| * \ \ \ Merge branch 'sh/stable-updates' into sh/for-2.6.30Paul Mundt2009-04-21191-2868/+12158
| |\ \ \ \
| | * | | | sh: Fix mmap2 for handling differing PAGE_SIZEs.Toshinobu Sugioka2009-04-211-0/+9
| * | | | | sh: sh7723: Don't default enable the RTC clock.Paul Mundt2009-04-161-1/+0
| * | | | | sh: sh7722: Don't default enable the RTC clock.Paul Mundt2009-04-161-1/+0
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-214-55/+20
|\ \ \ \ \ \
| * | | | | | Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-204-55/+20
* | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-04-202-10/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [IA64] fix allmodconfig compilation breakage.Isaku Yamahata2009-04-201-2/+0
| * | | | | | [IA64] smp_flush_tlb_mm() should only send IPI's to cpus in cpu_vm_maskDimitri Sivanich2009-04-161-8/+5
| * | | | | | [IA64] export smp_send_rescheduleMarcelo Tosatti2009-04-161-0/+1
* | | | | | | FRV: Don't attempt to #include <linux/blk.h> as it doesn't existDavid Howells2009-04-201-1/+0
* | | | | | | lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell2009-04-192-8/+10
| |_|/ / / / |/| | | | |
* | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-04-1736-2470/+2142
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'defconfig-s3c2410' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2009-04-171-182/+930
| |\ \ \ \ \ \
| | * | | | | | [ARM] s3c2410_defconfig: Update miscellaneous driversBen Dooks2009-04-161-27/+97
| | * | | | | | [ARM] s3c2410_defconfig: Update USB device driversBen Dooks2009-04-161-31/+41
| | * | | | | | [ARM] s3c2410_defconfig: Update filesystem optionsBen Dooks2009-04-161-10/+31
| | * | | | | | [ARM] s3c2410_defconfig: Add video/radio driversBen Dooks2009-04-161-4/+179
| | * | | | | | [ARM] s3c2410_defconfig: Add sound driversBen Dooks2009-04-161-1/+49
| | * | | | | | [ARM] s3c2410_defconfig: Add MMC/SD core and driversBen Dooks2009-04-151-2/+20
| | * | | | | | [ARM] s3c2410_defconfig: Update machine configurationBen Dooks2009-04-151-9/+10
| | * | | | | | [ARM] s3c2410_defconfig: Update network optionsBen Dooks2009-04-151-13/+206
| | * | | | | | [ARM] s3c2410_defconfig: update to 2.6.30-rc2Ben Dooks2009-04-151-107/+319
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'v2630-rc2-fixes' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2009-04-178-7/+30
| |\ \ \ \ \ \
| | * | | | | | [ARM] S3C24XX: ADC: Check pending queue before freeing adc clientRamax Lo2009-04-171-0/+17
| | * | | | | | [ARM] S3C: Fix ADC driver sparse warningBen Dooks2009-04-171-1/+1
OpenPOWER on IntegriCloud