| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-07-26 | 47 | -227/+2159 |
|\ |
|
| * | printk: Export struct log size and member offsets through vmcoreinfo | Vivek Goyal | 2012-07-19 | 1 | -0/+9 |
| * | Drivers: hv: Change the hex constant to a decimal constant | K. Y. Srinivasan | 2012-07-19 | 1 | -1/+1 |
| * | driver core: don't trigger uevent after failure | Sebastian Ott | 2012-07-17 | 1 | -2/+3 |
| * | extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC d... | Chanwoo Choi | 2012-07-17 | 3 | -0/+790 |
| * | sysfs: fail dentry revalidation after namespace change fix | Andrew Morton | 2012-07-17 | 1 | -3/+5 |
| * | sysfs: fail dentry revalidation after namespace change | Glauber Costa | 2012-07-17 | 1 | -0/+8 |
| * | extcon: spelling of detach in function doc | Peter Meerwald | 2012-07-17 | 1 | -1/+1 |
| * | extcon: arizona: Stop microphone detection if we give up on it | Mark Brown | 2012-07-17 | 1 | -0/+2 |
| * | extcon: arizona: Update cable reporting calls and split headset | Mark Brown | 2012-07-17 | 1 | -22/+19 |
| * | PM / Runtime: Do not increment device usage counts before probing | Rafael J. Wysocki | 2012-07-16 | 1 | -4/+2 |
| * | kmsg - do not flush partial lines when the console is busy | Kay Sievers | 2012-07-16 | 1 | -25/+68 |
| * | kmsg - export "continuation record" flag to /dev/kmsg | Kay Sievers | 2012-07-16 | 2 | -11/+41 |
| * | kmsg - avoid warning for CONFIG_PRINTK=n compilations | Kay Sievers | 2012-07-16 | 1 | -2/+9 |
| * | kmsg - properly print over-long continuation lines | Kay Sievers | 2012-07-16 | 1 | -14/+19 |
| * | Merge 3.5-rc7 into driver-core-next | Greg Kroah-Hartman | 2012-07-16 | 41 | -173/+1213 |
| |\ |
|
| | * | driver-core: Use kobj_to_dev instead of re-implementing it | Lars-Peter Clausen | 2012-07-16 | 2 | -13/+10 |
| | * | driver-core: Move kobj_to_dev from genhd.h to device.h | Lars-Peter Clausen | 2012-07-16 | 2 | -1/+5 |
| | * | driver core: Move deferred devices to the end of dpm_list before probing | Mark Brown | 2012-07-16 | 1 | -0/+12 |
| | * | driver core: move uevent call to driver_register | Sebastian Ott | 2012-07-16 | 2 | -1/+3 |
| | * | driver core: fix shutdown races with probe/remove(v3) | Ming Lei | 2012-07-16 | 1 | -0/+18 |
| | * | Merge v3.5-rc5 into driver-core-next | Greg Kroah-Hartman | 2012-07-05 | 848 | -4086/+8116 |
| | |\ |
|
| | * | | Extcon: Arizona: Add driver for Wolfson Arizona class devices | Mark Brown | 2012-06-26 | 3 | -0/+500 |
| | * | | MAINTAINERS: Add entries for extcon (external connector) subsystem. | MyungJoo Ham | 2012-06-26 | 1 | -0/+8 |
| | * | | stable: Allow merging of backports for serious user-visible performance issues | Mel Gorman | 2012-06-25 | 1 | -0/+6 |
| | * | | w1: Fix a typo in 'hardware' word | Otavio Salvador | 2012-06-18 | 1 | -1/+1 |
| | * | | extcon: Convert extcon_gpio to devm_gpio_request_one | Axel Lin | 2012-06-18 | 1 | -12/+5 |
| | * | | extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leak | Axel Lin | 2012-06-18 | 1 | -0/+2 |
| | * | | driver core: fix some kernel-doc warnings in dma*.c | Randy Dunlap | 2012-06-14 | 2 | -0/+2 |
| | * | | Extcon: Staticise extcon_class | Mark Brown | 2012-06-14 | 1 | -1/+1 |
| | * | | stable: update references to older 2.6 versions for 3.x | Paul Gortmaker | 2012-06-14 | 1 | -5/+14 |
| | * | | w1: Add 1-wire slave device driver for DS28E04-100 | Markus Franke | 2012-06-13 | 6 | -0/+535 |
| | * | | debugfs: change parameter check in debugfs_remove() functions | Arend van Spriel | 2012-06-13 | 1 | -2/+2 |
| | * | | device-core: Ensure drvdata = NULL when no driver is bound | Hans de Goede | 2012-06-13 | 1 | -0/+2 |
| | * | | W1: split master mutex to avoid deadlocks. | NeilBrown | 2012-06-13 | 17 | -95/+57 |
| | * | | w1: omap_hdq: use wait_event_timeout to wait for read to complete. | NeilBrown | 2012-06-13 | 1 | -9/+6 |
| | * | | w1: omap_hdq: Fix some error/debug handling. | NeilBrown | 2012-06-13 | 1 | -7/+8 |
| | * | | Revert "w1: introduce a slave mutex for serializing IO" | Greg Kroah-Hartman | 2012-06-13 | 3 | -4/+2 |
| | * | | w1: cleanup w1_uevent | Devendra Naga | 2012-06-12 | 1 | -8/+6 |
| | * | | w1: introduce a slave mutex for serializing IO | NeilBrown | 2012-06-12 | 3 | -2/+4 |
| | * | | driver core: always handle dpm_order | Rabin Vincent | 2012-06-11 | 1 | -18/+18 |
* | | | | Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-07-26 | 660 | -25313/+121095 |
|\ \ \ \ |
|
| * | | | | staging: csr: delete a bunch of unused library functions | Greg Kroah-Hartman | 2012-07-20 | 6 | -616/+1 |
| * | | | | staging: csr: remove csr_utf16.c | Greg Kroah-Hartman | 2012-07-20 | 10 | -1155/+28 |
| * | | | | staging: csr: remove csr_pmem.h | Greg Kroah-Hartman | 2012-07-20 | 36 | -134/+1 |
| * | | | | staging: csr: remove CsrPmemAlloc | Greg Kroah-Hartman | 2012-07-20 | 26 | -605/+534 |
| * | | | | staging: csr: remove CsrPmemFree() | Greg Kroah-Hartman | 2012-07-20 | 23 | -303/+282 |
| * | | | | staging: csr: remove CsrMemAllocDma() | Greg Kroah-Hartman | 2012-07-20 | 5 | -53/+4 |
| * | | | | staging: csr: remove CsrMemCalloc() | Greg Kroah-Hartman | 2012-07-20 | 2 | -52/+0 |
| * | | | | staging: csr: remove CsrMemAlloc() | Greg Kroah-Hartman | 2012-07-20 | 7 | -62/+12 |