Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | drivers/firmware/iscsi_ibft.c: make 3 functions static | Adrian Bunk | 2008-10-16 | 1 | -9/+9 | |
| * | | | | | | | | | driver core: make struct platform_pm_ops static | Adrian Bunk | 2008-10-16 | 1 | -1/+1 | |
| * | | | | | | | | | usb gadget: link fixes for network gadget | David Brownell | 2008-10-16 | 5 | -145/+158 | |
| * | | | | | | | | | usb gadget: link fixes for cdc composite gadget | David Brownell | 2008-10-16 | 3 | -6/+26 | |
| * | | | | | | | | | usb gadget: link fixes for storage gadget | David Brownell | 2008-10-16 | 2 | -2/+13 | |
| * | | | | | | | | | usb gadget: link fixes for printer gadget | David Brownell | 2008-10-16 | 2 | -2/+15 | |
| * | | | | | | | | | usb gadget: link fixes for MIDI gadget | David Brownell | 2008-10-16 | 2 | -1/+16 | |
| * | | | | | | | | | usb gadget: link fixes for gadget zero | David Brownell | 2008-10-16 | 3 | -17/+36 | |
| * | | | | | | | | | usb gadget: link fixes for serial gadget | David Brownell | 2008-10-16 | 2 | -1/+19 | |
| * | | | | | | | | | device create: ide: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 2 | -8/+7 | |
| * | | | | | | | | | device create: video: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 3 | -11/+7 | |
| * | | | | | | | | | device create: usb: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 8 | -23/+19 | |
| * | | | | | | | | | device create: scsi: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 5 | -18/+14 | |
| * | | | | | | | | | device create: s390: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 4 | -18/+15 | |
| * | | | | | | | | | device create: net: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 3 | -7/+7 | |
| * | | | | | | | | | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 13 | -38/+30 | |
| * | | | | | | | | | device create: infiniband: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 4 | -16/+13 | |
| * | | | | | | | | | device create: ieee1394: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 3 | -11/+10 | |
| * | | | | | | | | | device create: char: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 18 | -49/+43 | |
| * | | | | | | | | | device create: block: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 4 | -15/+11 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-10-16 | 12 | -59/+10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | remove CONFIG_KMOD from drivers | Johannes Berg | 2008-10-16 | 13 | -66/+10 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2008-10-16 | 9 | -174/+114 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | md: fix input truncation in safe_delay_store() | Dan Williams | 2008-10-16 | 1 | -5/+3 | |
| * | | | | | | | | | | md: check for memory allocation failure in faulty personality | Sven Wegener | 2008-10-16 | 1 | -0/+2 | |
| * | | | | | | | | | | md: build failure due to missing delay.h | Stephen Rothwell | 2008-10-15 | 3 | -0/+3 | |
| * | | | | | | | | | | md: Relax minimum size restrictions on chunk_size. | NeilBrown | 2008-10-13 | 3 | -8/+11 | |
| * | | | | | | | | | | md: remove space after function name in declaration and call. | NeilBrown | 2008-10-13 | 2 | -28/+28 | |
| * | | | | | | | | | | md: Remove unnecessary #includes, #defines, and function declarations. | NeilBrown | 2008-10-13 | 6 | -53/+4 | |
| * | | | | | | | | | | md: Convert remaining 1k representations in linear.c to sectors. | Andre Noll | 2008-10-13 | 1 | -18/+17 | |
| * | | | | | | | | | | md: linear.c: Make two local variables sector-based. | Andre Noll | 2008-10-13 | 1 | -10/+10 | |
| * | | | | | | | | | | md: linear: Represent dev_info->size and dev_info->offset in sectors. | Andre Noll | 2008-10-13 | 1 | -25/+29 | |
| * | | | | | | | | | | md: linear.c: Remove broken debug code. | Andre Noll | 2008-10-13 | 1 | -23/+0 | |
| * | | | | | | | | | | md: linear.c: Remove pointless initialization of curr_offset. | Andre Noll | 2008-10-13 | 1 | -1/+0 | |
| * | | | | | | | | | | md: linear.c: Fix typo in comment. | Andre Noll | 2008-10-13 | 1 | -1/+1 | |
| * | | | | | | | | | | md: Don't try to set an array to 'read-auto' if it is already in that state. | NeilBrown | 2008-10-13 | 1 | -2/+2 | |
| * | | | | | | | | | | md: Allow metadata_version to be updated for externally managed metadata. | NeilBrown | 2008-10-13 | 1 | -1/+7 | |
| * | | | | | | | | | | md: Fix rdev_size_store with size == 0 | Chris Webb | 2008-10-13 | 1 | -4/+2 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-10-16 | 44 | -518/+2229 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'next' into for-linus | Dmitry Torokhov | 2008-10-16 | 44 | -532/+2283 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Input: wm97xx - update email address for Liam Girdwood | Liam Girdwood | 2008-10-14 | 5 | -15/+10 | |
| | * | | | | | | | | | | Input: i8042 - add Thinkpad R31 to nomux list | Colin B Macdonald | 2008-10-14 | 1 | -0/+7 | |
| | * | | | | | | | | | | Input: move map_to_7segment.h to include/linux | Atsushi Nemoto | 2008-10-11 | 2 | -190/+1 | |
| | * | | | | | | | | | | Input: ads7846 - fix cache line sharing issue | Dmitry Torokhov | 2008-10-09 | 1 | -36/+51 | |
| | * | | | | | | | | | | Input: cm109 - add missing newlines to messages | Daniel Gimpelevich | 2008-10-09 | 1 | -12/+10 | |
| | * | | | | | | | | | | Input: keyboard - fix potential out of bound access to key_map | Dmitry Torokhov | 2008-10-09 | 1 | -1/+1 | |
| | * | | | | | | | | | | Input: psmouse - add OLPC touchpad driver | Andres Salomon | 2008-09-22 | 6 | -2/+560 | |
| | * | | | | | | | | | | Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacks | Andres Salomon | 2008-09-22 | 2 | -14/+23 | |
| | * | | | | | | | | | | Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use of | Andres Salomon | 2008-09-22 | 2 | -5/+13 | |
| | * | | | | | | | | | | Input: psmouse - export psmouse_set_state for ps/2 extensions to use | Andres Salomon | 2008-09-22 | 2 | -1/+2 |