summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * md: write bitmap information to devices that are undergoing recovery.NeilBrown2009-03-311-1/+0
| * md: never clear bit from the write-intent bitmap when the array is degraded.NeilBrown2009-03-311-0/+3
| * md: Allow write-intent bitmaps to have chunksize < PAGE_SIZENeilBrown2009-03-311-6/+30
| * md: Fix is_mddev_idle test (again).NeilBrown2009-03-312-9/+9
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-04-0321-63/+261
|\ \
| * | [ARM] fix build-breaking 7a192ec commitRussell King2009-04-031-1/+1
| * | Merge branch 'smsc911x-armplatforms' of git://github.com/steveglen/linux-2.6Russell King2009-04-031823-57960/+132345
| |\ \
| | * | ARM: Add SMSC911X support to Overo platform (V2)Steve Sakoman2009-04-021-0/+65
| | * | arm: update omap_ldp defconfig to use smsc911xStanley.Miao2009-04-021-2/+22
| | * | arm: update realview defconfigs to use smsc911xSteve Glendinning2009-04-022-4/+44
| | * | arm: update pcm037 defconfig to use smsc911xSteve Glendinning2009-04-021-1/+22
| | * | arm: convert omap ldp platform to use smsc911xSteve Glendinning2009-04-021-18/+29
| | * | arm: convert realview platform to use smsc911xSteve Glendinning2009-04-021-8/+9
| | * | arm: convert pcm037 platform to use smsc911xSteve Glendinning2009-04-021-10/+13
| * | | [ARM] 5444/1: ARM: Realview: Fix event-device multiplicators in localtimer.cSantosh Shilimkar2009-04-021-0/+1
| * | | [ARM] 5442/1: pxa/cm-x255: fix reverse RDY gpios in PCMCIA driverMike Rapoport2009-04-021-1/+1
| * | | [ARM] 5441/1: Use pr_err on error paths in at91 pmRyan Mallon2009-04-011-4/+4
| * | | [ARM] 5440/1: Fix VFP state corruption due to preemption during VFP exceptionsGeorge G. Davis2009-04-013-6/+35
| * | | [ARM] 5439/1: Do not clear bit 10 of DFSR during abort handling on ARMv6Catalin Marinas2009-04-011-2/+2
| * | | [ARM] 5437/1: Add documentation for "nohlt" kernel parameterPaulius Zaleckas2009-04-011-1/+3
| * | | [ARM] 5436/1: ARM: OMAP: Fix compile for rx51Tony Lindgren2009-04-011-0/+2
| * | | Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2009-03-301-3/+6
| |\ \ \
| | * | | [ARM] Kirkwood: small L2 code cleanupNicolas Pitre2009-03-291-3/+1
| | * | | [ARM] Kirkwood: invalidate L2 cache before enabling itMaxime Bizon2009-03-291-0/+5
| * | | | [ARM] arch_reset() now takes a second parameterRussell King2009-03-302-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanupLinus Torvalds2009-04-036-255/+117
|\ \ \ \ \
| * | | | | remove <linux/ata.h> include from <linux/hdreg.h>Bartlomiej Zolnierkiewicz2009-04-011-4/+0
| * | | | | include/linux/hdreg.h: remove unused definesBartlomiej Zolnierkiewicz2009-04-012-58/+2
| * | | | | isd200: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2009-04-011-9/+9
| * | | | | include/linux/hdreg.h: cover WIN_* and friends with #ifndef/#endif __KERNEL__Bartlomiej Zolnierkiewicz2009-04-011-0/+2
| * | | | | aoe: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2009-04-011-11/+12
| * | | | | isd200: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2009-04-011-5/+5
| * | | | | include/linux/hdreg.h: cover struct hd_driveid with #ifndef/#endif __KERNEL__Bartlomiej Zolnierkiewicz2009-04-011-0/+2
| * | | | | xsysace: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-011-17/+13
| * | | | | ubd_kern: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-011-6/+6
| * | | | | isd200: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-011-145/+66
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-0357-268/+337
|\ \ \ \ \ \
| * | | | | | Remove two unneeded exports and make two symbols static in fs/mpage.cDmitri Vorobiev2009-04-012-14/+9
| * | | | | | Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro2009-04-014-13/+13
| * | | | | | Trim includes of fdtable.hAl Viro2009-04-013-4/+0
| * | | | | | Don't crap into descriptor table in binfmt_somAl Viro2009-04-011-7/+0
| * | | | | | Trim includes in binfmt_elfAl Viro2009-04-011-7/+0
| * | | | | | Don't mess with descriptor table in load_elf_binary()Al Viro2009-04-011-13/+2
| * | | | | | Get rid of indirect include of fs_struct.hAl Viro2009-04-0119-2/+20
| * | | | | | New helper - current_umask()Al Viro2009-04-0126-31/+39
| * | | | | | check_unsafe_exec() doesn't care about signal handlers sharingAl Viro2009-04-011-5/+2
| * | | | | | New locking/refcounting for fs_structAl Viro2009-04-017-44/+121
| * | | | | | Take fs_struct handling to new file (fs/fs_struct.c)Al Viro2009-04-019-138/+155
| * | | | | | Get rid of bumping fs_struct refcount in pivot_root(2)Al Viro2009-04-011-9/+17
| * | | | | | Kill unsharing fs_struct in __set_personality()Al Viro2009-04-011-22/+0