summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Squashfs: cody tidying, remove commented out line in MakefilePhillip Lougher2009-05-131-1/+0
* Squashfs: check page size is not larger than the filesystem block sizePhillip Lougher2009-05-131-0/+10
* Squashfs: fix breakage when page size > metadata block sizeDoug Chapman2009-05-131-0/+1
* Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds2009-05-1128-438/+217
|\
| * CRISv32: Fix typo compile error in ARTPEC-3 gpio driver.Jesper Nilsson2009-04-281-2/+2
| * CRIS: Wire up syscalls signalfd4 to writev.Jesper Nilsson2009-04-283-5/+29
| * CRISv32: Remove obsolete vcs_hook.o from MakefileJesper Nilsson2009-04-211-2/+0
| * CRIS: Merge machine dependent boot/compressed and boot/rescueJesper Nilsson2009-04-2123-429/+186
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-05-116-15/+120
|\ \
| * | ata_piix: The Sony TZ90 needs the cable type hardcodingAlan Cox2009-05-111-0/+1
| * | ata_piix: ICH7 does not support correct MWDMA timingsAlan Cox2009-05-111-3/+14
| * | Avoid world-writable sysfs files in libata driver.Vitaly Mayatskikh2009-05-111-2/+2
| * | libata: fix suspend/resume for ATA SEMB devicesBorislav Petkov2009-05-111-1/+3
| * | libata: clear ering on resumeTejun Heo2009-05-111-0/+13
| * | pata_pdc202xx_old: fix UDMA33 handlingBartlomiej Zolnierkiewicz2009-05-111-3/+3
| * | sata_mv: use new sata phy register settings for new devicesMartin Michlmayr2009-05-111-2/+67
| * | libata: fix attach error handlingTejun Heo2009-05-111-4/+17
* | | dup2: Fix return value with oldfd == newfd and invalid fdJeff Mahoney2009-05-111-2/+4
* | | intel-iommu: PAE memory corruption fixDavid Woodhouse2009-05-111-4/+9
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-05-105-42/+17
|\ \
| * | Staging: comedi: David doesn't want to get comedi patchesGreg Kroah-Hartman2009-05-081-1/+0
| * | Staging: rtl8187se: Fix compilation warnings and procfs directory leakLarry Finger2009-05-082-39/+9
| * | Staging: rt2870: new device idDave Hayes2009-05-081-0/+1
| * | Staging: w35und: unregister device from the ieee80211 stack upon ->disconnect()Pekka Enberg2009-05-081-2/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-05-106-11/+38
|\ \ \
| * | | usb-serial: ftdi_sio: fix reference counting of ftdi_privateAlan Stern2009-05-081-4/+14
| * | | USB: unusual_devs: extend nokia 6288 bcd rangePhil Dibowitz2009-05-081-2/+3
| * | | USB: Gadget: fix UTF conversion in the usbstring libraryAlan Stern2009-05-081-3/+3
| * | | USB: Fix makefile so that CONFIG_WDM and CONFIG_TMC work.Andy Lutomirski2009-05-081-0/+2
| * | | USB: ftdi_sio: add vendor/product id for the Marvell SheevaPlugNicolas Pitre2009-05-082-0/+8
| * | | USB: cxacru: Fix negative dB outputSimon Arlott2009-05-081-2/+8
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-05-105-29/+6
|\ \ \
| * | | Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman2009-05-083-11/+2
| * | | Revert driver core: fix passing platform_dataMing Lei2009-05-081-14/+1
| * | | Remove old PRINTK_DEBUG config itemJason Baron2009-05-081-1/+0
| * | | Doc/sysfs-rules: Swap the order of the words so the sentence makes more senseHenrik Austad2009-05-081-1/+1
| * | | Driver core: platform: fix kernel-doc warningsRandy Dunlap2009-05-081-3/+3
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-05-1044-382/+369
|\ \ \
| * | | Fix the race between capifs remount and node creationAl Viro2009-05-091-2/+8
| * | | Fix races around the access to ->s_optionsAl Viro2009-05-097-13/+25
| * | | switch ufs directories to ufs_sync_file()Al Viro2009-05-093-3/+3
| * | | Switch open_exec() and sys_uselib() to do_open_filp()Al Viro2009-05-095-56/+34
| * | | Make open_exec() and sys_uselib() use may_open(), instead of duplicating its ...Al Viro2009-05-091-9/+2
| * | | Reduce path_lookup() abusesAl Viro2009-05-094-25/+25
| * | | Make checkpatch.pl shut up on fs/inode.cManish Katiyar2009-05-091-46/+35
| * | | NULL noise in fs/super.c:kill_bdev_super()H Hartley Sweeten2009-05-091-1/+1
| * | | romfs: cleanup romfs_fs.hChristoph Hellwig2009-05-092-6/+1
| * | | ROMFS: romfs_dev_read() error ignoredRoel Kluin2009-05-091-1/+2
| * | | fs: dcache fix LRU orderingnpiggin@suse.de2009-05-091-1/+1
| * | | ocfs2: Use nd_set_link().Joel Becker2009-05-091-40/+37