| Commit message (Expand) | Author | Age | Files | Lines |
* | driver-core: skip uevent generation when nobody is listening | Kay Sievers | 2011-12-09 | 1 | -0/+3 |
* | drivers: hv: Don't OOPS when you cannot init vmbus | K. Y. Srinivasan | 2011-12-09 | 1 | -0/+16 |
* | firmware: google: fix gsmi.c build warning | Maxin B. John | 2011-12-09 | 1 | -1/+2 |
* | drivers_base: make argument to platform_device_register_full const | Uwe Kleine-König | 2011-12-09 | 2 | -2/+2 |
* | uio: convert drivers/uio/* to use module_platform_driver() | Axel Lin | 2011-11-26 | 3 | -36/+3 |
* | topology: Provide CPU topology in sysfs in !SMP configurations | Ben Hutchings | 2011-11-26 | 1 | -2/+2 |
* | debugfs: remove unneeded cast in debugfs_print_regs32() | Dan Carpenter | 2011-11-26 | 1 | -1/+1 |
* | hv: Add Kconfig menu entry | Bart Van Assche | 2011-11-26 | 1 | -1/+3 |
* | Staging: hv: vmbus: Support building the vmbus driver as part of the kernel | K. Y. Srinivasan | 2011-11-26 | 1 | -1/+1 |
* | hv: Move Kconfig menu entry | Bart Van Assche | 2011-11-26 | 1 | -2/+2 |
* | debugfs: bugfix: include <linux/io.h> in file.c | Alessandro Rubini | 2011-11-22 | 1 | -0/+1 |
* | usb: dwc3: fix a warning | Alessandro Rubini | 2011-11-18 | 1 | -1/+0 |
* | debugfs: print_regs32: make regs array a const pointer | Alessandro Rubini | 2011-11-18 | 2 | -2/+2 |
* | usb: dwc3: use debugfs_print_regs32() | Alessandro Rubini | 2011-11-18 | 1 | -12/+3 |
* | debugfs: add tools to printk 32-bit registers | Alessandro Rubini | 2011-11-18 | 3 | -1/+147 |
* | USB: convert some miscellanies drivers to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 12 | -216/+12 |
* | USB: convert sound/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 5 | -63/+6 |
* | USB: convert drivers/hid/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 2 | -32/+2 |
* | USB: convert drivers/input/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 14 | -227/+14 |
* | USB: convert drivers/bluetooth/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 5 | -81/+5 |
* | USB: convert drivers/media/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 97 | -1635/+97 |
* | USB: convert drivers/net/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 44 | -668/+50 |
* | USB: convert drivers/staging/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 13 | -268/+13 |
* | USB: convert drivers/usb/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 40 | -675/+40 |
* | USB: Add helper macro for usb_driver boilerplate | Greg Kroah-Hartman | 2011-11-17 | 1 | -0/+12 |
* | staging:iio: Use module_spi_driver to register SPI driver | Lars-Peter Clausen | 2011-11-17 | 47 | -567/+47 |
* | staging:iio: Use module_i2c_driver to register I2C drivers | Lars-Peter Clausen | 2011-11-17 | 16 | -207/+16 |
* | SPI: Add helper macro for spi_driver boilerplate | Lars-Peter Clausen | 2011-11-17 | 1 | -0/+11 |
* | I2C: Add helper macro for i2c_driver boilerplate | Lars-Peter Clausen | 2011-11-17 | 1 | -0/+13 |
* | drivercore: Generalize module_platform_driver | Lars-Peter Clausen | 2011-11-17 | 2 | -10/+23 |
* | W1: w1_therm: release the bus during conversion on externally powered devices | Maciej Szmigiero | 2011-11-17 | 1 | -5/+31 |
* | devtmpfsd: fix task state handling | Kautuk Consul | 2011-11-15 | 1 | -2/+1 |
* | lib: devres: add convenience function to remap a resource | Wolfram Sang | 2011-11-15 | 3 | -0/+55 |
* | lib: devres: add annotations for #endif | Wolfram Sang | 2011-11-15 | 1 | -2/+2 |
* | Linux 3.2-rc1v3.2-rc1 | Linus Torvalds | 2011-11-07 | 1 | -3/+3 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/... | Linus Torvalds | 2011-11-07 | 42 | -402/+345 |
|\ |
|
| * | Merge branch 'fixes-modulesplit' into fixes | Tony Lindgren | 2011-11-07 | 3863 | -39041/+82624 |
| |\ |
|
| | * | ARM: OMAP: Fix export.h or module.h includes | Tony Lindgren | 2011-11-07 | 4 | -0/+4 |
| | * | ARM: OMAP: omap_device: Include linux/export.h | Axel Lin | 2011-11-07 | 1 | -0/+1 |
| * | | ARM: OMAP2: Fix H4 matrix keyboard warning | Tony Lindgren | 2011-11-04 | 1 | -53/+69 |
| * | | ARM: OMAP1: Remove unused omap-alsa.h | Jarkko Nikula | 2011-11-04 | 2 | -124/+0 |
| * | | ARM: OMAP1: Fix warnings about enabling 32 KiHz timer | Tony Lindgren | 2011-11-04 | 1 | -1/+1 |
| * | | ARM: OMAP2+: timer: Remove omap_device_pm_latency | Benoit Cousson | 2011-11-04 | 1 | -11/+1 |
| * | | ARM: OMAP2+: clock data: Remove redundant timer clkdev | Benoit Cousson | 2011-11-04 | 4 | -47/+0 |
| * | | ARM: OMAP: Devkit8000: Remove double omap_mux_init_gpio | Thomas Weber | 2011-11-04 | 1 | -1/+0 |
| * | | ARM: OMAP: usb: musb: OMAP: Delete unused function | Bjarne Steinsbo | 2011-11-04 | 1 | -38/+0 |
| * | | MAINTAINERS: Update linux-omap git repository | Jarkko Nikula | 2011-11-04 | 1 | -1/+1 |
| * | | ARM: OMAP: change get_context_loss_count ret value to int | Tomi Valkeinen | 2011-11-04 | 9 | -20/+36 |
| * | | ARM: OMAP4: hsmmc: configure SDMMC1_DR0 properly | Balaji T K | 2011-11-04 | 1 | -1/+1 |
| * | | ARM: OMAP4: hsmmc: Fix Pbias configuration on regulator OFF | Balaji T K | 2011-11-04 | 1 | -12/+2 |