summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds149-1170/+2664
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds45-1958/+1573
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds133-2131/+12275
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds47-2770/+1347
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds5-43/+42
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds415-9680/+20387
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds61-264/+5506
2009-03-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds30-995/+1372
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds63-626/+8818
2009-03-26Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds5-19/+20
2009-03-26writeback: double the dirty thresholdsWu Fengguang1-2/+2
2009-03-26Make relatime defaultMatthew Garrett1-2/+3
2009-03-26Add a strictatime mount optionMatthew Garrett3-1/+7
2009-03-26Allow relatime to update atime once a dayMatthew Garrett1-9/+38
2009-03-24Dynamic debug: fix pr_fmt() build errorGreg Banks2-3/+4
2009-03-24Dynamic debug: allow simple quoting of wordsGreg Banks2-26/+47
2009-03-24dynamic debug: update docsJason Baron2-31/+273
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron13-543/+867
2009-03-24sysfs: fix some bin_vm_ops errorsHugh Dickins1-10/+79
2009-03-24kobject: don't block for each kobject_ueventArjan van de Ven1-1/+1
2009-03-24sysfs: only allow one scheduled removal callback per kobjAlex Chiang2-5/+26
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck8-9/+92
2009-03-24Driver core: some cleanup on drivers/base/sys.cZhenwen Xu1-27/+27
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei11-18/+33
2009-03-24vcs: hook sysfs devices into object lifetime instead of "binding"Kay Sievers3-12/+13
2009-03-24driver core: fix passing platform_dataMing Lei1-1/+14
2009-03-24driver core: move platform_data into platform_deviceMing Lei3-2/+11
2009-03-24sysfs: don't block indefinitely for unmapped files.Eric W. Biederman3-13/+174
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman3-14/+31
2009-03-24driver core: move knode_driver into private structureGreg Kroah-Hartman4-9/+22
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman3-16/+31
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman3-0/+24
2009-03-24driver core: remove polling for driver_probe_done(v5)Ming Lei2-7/+3
2009-03-24sysfs: reference sysfs_dirent from sysfs inodesEric W. Biederman3-0/+19
2009-03-24sysfs: sysfs_add_one WARNs with full path to duplicate filenameAlex Chiang1-2/+30
2009-03-24driver-core: do not register a driver with bus_type not registeredDave Young2-0/+4
2009-03-24scsi/m68k: Kill NCR_700_detect() warningsGeert Uytterhoeven3-3/+6
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Ming Lei21-250/+371
2009-03-24UIO: Take offset into account when determining number of pages that can be ma...Ian Abbott1-1/+2
2009-03-24uio: add the uio_aec driverBrandon Philips3-0/+194
2009-03-24UIO: Add name attributes for mappings and port regionsHans J. Koch3-4/+51
2009-03-24platform: introduce module id table for platform devicesEric Miao4-1/+49
2009-03-24platform: make better use of to_platform_{device,driver}() macrosEric Miao3-16/+11
2009-03-24driver core: check bus->match without holding device lockMing Lei3-13/+13
2009-03-24sysfs: Take sysfs_mutex when fetching the root inode.Eric W. Biederman1-0/+2
2009-03-24SYSFS: use standard magic.h for sysfsQinghuang Feng1-2/+1
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers4-24/+23
2009-03-24USB: FHCI: use dev_name() in place of bus_id.Sachin Sant2-3/+3
2009-03-24PS3: replace bus_id usageGreg Kroah-Hartman1-2/+2
2009-03-24usb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-3/+3