aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2009-04-2411-358/+1346
|\
| * m68knommu: update the default config for the ColdFire 5407C3 boardGreg Ungerer2009-04-231-81/+98
| * m68knommu: update the default config for the ColdFire 5307C3 boardGreg Ungerer2009-04-231-68/+163
| * m68knommu: update the default config for the ColdFire 5257EVB boardGreg Ungerer2009-04-221-71/+96
| * m68knommu: update the default config for the ColdFire 5249EVB.Greg Ungerer2009-04-221-59/+209
| * m68knommu: add a defconfig for the ColdFire M5272C3 boardGreg Ungerer2009-04-221-0/+645
| * m68knommu: update the defconfig for the ColdFire 5208evb boardGreg Ungerer2009-04-221-70/+93
| * m68knommu: fix DMA support for ColdFireGreg Ungerer2009-04-222-3/+35
| * m68knommu: remove unused kernel stats offsetsGreg Ungerer2009-04-221-6/+0
| * m68knommu: fix missing .data.cacheline_aligned sectionGreg Ungerer2009-04-221-0/+2
| * m68knommu: Fixed GPIO pin initialization for CONFIG_M5271 FEC.Richard Retanubun2009-04-221-0/+5
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-248-30/+46
|\ \
| * | ext4: Fix potential inode allocation soft lockup in Orlov allocatorTheodore Ts'o2009-04-221-1/+2
| * | ext4: Make the extent validity check more paranoidTheodore Ts'o2009-04-221-6/+12
| * | jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-143-11/+14
| * | jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-143-11/+16
| * | ext4: really print the find_group_flex fallback warning only onceChuck Ebbert2009-04-141-1/+2
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-04-2443-184/+326
|\ \ \
| * | | [ARM] 5460/1: Orion: reduce namespace pollutionNicolas Pitre2009-04-2329-147/+223
| * | | [ARM] 5458/1: pcmcia: pxa2xx-sharpsl: check if we do have Scoop configDmitry Baryshkov2009-04-231-0/+3
| * | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-04-2010-37/+95
| |\ \ \
| | * | | [ARM] pxa/pcm990: start external GPIOs immediately after built-in onesGuennadi Liakhovetski2009-04-191-3/+3
| | * | | [ARM] pxa/palm27x: General fix for Palm27x aSoC driverMarek Vasut2009-04-195-17/+76
| | * | | [ARM] pxa/mioa701: use GPIO95 as AC97 reset lineRobert Jarzmik2009-04-151-1/+5
| | * | | [ARM] pxa: merge AC97 platform data structuresMark Brown2009-04-153-16/+11
| | * | | [ARM] pxa/magician: remove un-necessary #include of pxa-regs.h and hardware.hEric Miao2009-04-151-2/+0
| * | | | [ARM] 5457/1: mach-imx gpio buildfixDavid Brownell2009-04-201-0/+1
| * | | | [ARM] 5456/1: add sys_preadv and sys_pwritevMikael Pettersson2009-04-202-0/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-04-2433-271/+319
|\ \ \ \ \
| * | | | | USB: pwc : do not pass stack allocated buffers to USB core.Martin Fuzzey2009-04-231-74/+164
| * | | | | USB: otg: Fix bug on remove path without transceiverRobert Jarzmik2009-04-231-1/+2
| * | | | | USB: correct error handling in cdc-wdmOliver Neukum2009-04-231-9/+18
| * | | | | USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-2318-111/+1
| * | | | | USB: serial: sierra driver bug fix for composite interfaceElina Pasheva2009-04-231-4/+17
| * | | | | USB: gadget: omap_udc uses platform_driver_probe()David Brownell2009-04-231-2/+1
| * | | | | USB: ci13xxx_udc: fix build errorMatthias Kaehlcke2009-04-231-0/+1
| * | | | | USB: musb: Prevent multiple includes of musb.hMark A. Greer2009-04-231-0/+5
| * | | | | USB: pass mem_flags to dma_alloc_coherentJohannes Berg2009-04-231-1/+1
| * | | | | USB: g_file_storage: fix use-after-free bug when closing filesAlan Stern2009-04-231-16/+4
| * | | | | USB: ehci-sched.c: EHCI SITD scheduling bugfixDan Streetman2009-04-231-1/+1
| * | | | | USB: fix mos7840 problem with minor numbersTony Cook2009-04-231-11/+19
| * | | | | USB: mos7840: add new device idTony Cook2009-04-231-0/+7
| * | | | | USB: musb: fix build when !CONFIG_PMAlexander Beregalov2009-04-231-1/+1
| * | | | | USB: musb: Remove my email address from few musb related driversJarkko Nikula2009-04-233-3/+0
| * | | | | USB: Gadget: MIPS CI13xxx UDC bugfixesDavid Lopo2009-04-231-1/+3
| * | | | | USB: Unusual Device support for Gold MP3 Player EnergyChuck Short2009-04-231-0/+6
| * | | | | USB: serial: fix lifetime and locking problemsAlan Stern2009-04-231-36/+68
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2009-04-249-143/+90
|\ \ \ \ \ \
| * | | | | | eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks2009-04-221-6/+18
| * | | | | | eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks2009-04-221-0/+4