Age | Commit message (Expand) | Author | Files | Lines |
2011-12-15 | driver-core: implement 'sysdev' functionality for regular devices and buses | Kay Sievers | 7 | -62/+431 |
2011-12-14 | kref: fix up the kfree build problems | Greg Kroah-Hartman | 1 | -5/+10 |
2011-12-13 | kref: Remove the memory barriers | Peter Zijlstra | 1 | -2/+0 |
2011-12-13 | kref: Implement kref_put in terms of kref_sub | Peter Zijlstra | 1 | -18/+10 |
2011-12-13 | kref: Inline all functions | Peter Zijlstra | 3 | -103/+76 |
2011-12-13 | Drivers: hv: Get rid of an unnecessary check in hv.c | K. Y. Srinivasan | 1 | -5/+0 |
2011-12-13 | Drivers: hv: Make the vmbus driver unloadable | K. Y. Srinivasan | 4 | -0/+26 |
2011-12-13 | Drivers: hv: Fix a memory leak | K. Y. Srinivasan | 1 | -0/+1 |
2011-12-13 | Documentation: Update stable address | Joe Perches | 2 | -6/+6 |
2011-12-13 | MAINTAINERS: stable: Update address | Joe Perches | 1 | -1/+1 |
2011-12-10 | w1: add fast search for single slave bus | Evgeniy Polyakov | 1 | -0/+10 |
2011-12-10 | driver-core: skip uevent generation when nobody is listening | Kay Sievers | 1 | -0/+3 |
2011-12-10 | drivers: hv: Don't OOPS when you cannot init vmbus | K. Y. Srinivasan | 1 | -0/+16 |
2011-12-10 | firmware: google: fix gsmi.c build warning | Maxin B. John | 1 | -1/+2 |
2011-12-10 | drivers_base: make argument to platform_device_register_full const | Uwe Kleine-König | 2 | -2/+2 |
2011-11-27 | uio: convert drivers/uio/* to use module_platform_driver() | Axel Lin | 3 | -36/+3 |
2011-11-27 | topology: Provide CPU topology in sysfs in !SMP configurations | Ben Hutchings | 1 | -2/+2 |
2011-11-27 | debugfs: remove unneeded cast in debugfs_print_regs32() | Dan Carpenter | 1 | -1/+1 |
2011-11-27 | hv: Add Kconfig menu entry | Bart Van Assche | 1 | -1/+3 |
2011-11-27 | Staging: hv: vmbus: Support building the vmbus driver as part of the kernel | K. Y. Srinivasan | 1 | -1/+1 |
2011-11-27 | hv: Move Kconfig menu entry | Bart Van Assche | 1 | -2/+2 |
2011-11-22 | debugfs: bugfix: include <linux/io.h> in file.c | Alessandro Rubini | 1 | -0/+1 |
2011-11-19 | usb: dwc3: fix a warning | Alessandro Rubini | 1 | -1/+0 |
2011-11-19 | debugfs: print_regs32: make regs array a const pointer | Alessandro Rubini | 2 | -2/+2 |
2011-11-18 | usb: dwc3: use debugfs_print_regs32() | Alessandro Rubini | 1 | -12/+3 |
2011-11-18 | debugfs: add tools to printk 32-bit registers | Alessandro Rubini | 3 | -1/+147 |
2011-11-18 | USB: convert some miscellanies drivers to use module_usb_driver() | Greg Kroah-Hartman | 12 | -216/+12 |
2011-11-18 | USB: convert sound/* to use module_usb_driver() | Greg Kroah-Hartman | 5 | -63/+6 |
2011-11-18 | USB: convert drivers/hid/* to use module_usb_driver() | Greg Kroah-Hartman | 2 | -32/+2 |
2011-11-18 | USB: convert drivers/input/* to use module_usb_driver() | Greg Kroah-Hartman | 14 | -227/+14 |
2011-11-18 | USB: convert drivers/bluetooth/* to use module_usb_driver() | Greg Kroah-Hartman | 5 | -81/+5 |
2011-11-18 | USB: convert drivers/media/* to use module_usb_driver() | Greg Kroah-Hartman | 97 | -1635/+97 |
2011-11-18 | USB: convert drivers/net/* to use module_usb_driver() | Greg Kroah-Hartman | 44 | -668/+50 |
2011-11-18 | USB: convert drivers/staging/* to use module_usb_driver() | Greg Kroah-Hartman | 13 | -268/+13 |
2011-11-18 | USB: convert drivers/usb/* to use module_usb_driver() | Greg Kroah-Hartman | 40 | -675/+40 |
2011-11-18 | USB: Add helper macro for usb_driver boilerplate | Greg Kroah-Hartman | 1 | -0/+12 |
2011-11-18 | staging:iio: Use module_spi_driver to register SPI driver | Lars-Peter Clausen | 47 | -567/+47 |
2011-11-18 | staging:iio: Use module_i2c_driver to register I2C drivers | Lars-Peter Clausen | 16 | -207/+16 |
2011-11-18 | SPI: Add helper macro for spi_driver boilerplate | Lars-Peter Clausen | 1 | -0/+11 |
2011-11-18 | I2C: Add helper macro for i2c_driver boilerplate | Lars-Peter Clausen | 1 | -0/+13 |
2011-11-18 | drivercore: Generalize module_platform_driver | Lars-Peter Clausen | 2 | -10/+23 |
2011-11-17 | W1: w1_therm: release the bus during conversion on externally powered devices | Maciej Szmigiero | 1 | -5/+31 |
2011-11-16 | devtmpfsd: fix task state handling | Kautuk Consul | 1 | -2/+1 |
2011-11-16 | lib: devres: add convenience function to remap a resource | Wolfram Sang | 3 | -0/+55 |
2011-11-16 | lib: devres: add annotations for #endif | Wolfram Sang | 1 | -2/+2 |
2011-11-08 | Linux 3.2-rc1 | Linus Torvalds | 1 | -3/+3 |
2011-11-08 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/... | Linus Torvalds | 42 | -402/+345 |
2011-11-08 | VFS: we need to set LOOKUP_JUMPED on mountpoint crossing | Al Viro | 1 | -1/+15 |
2011-11-08 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 31 | -288/+624 |
2011-11-08 | Merge branch 'fixes-modulesplit' into fixes | Tony Lindgren | 3863 | -39041/+82624 |