index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
v3.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
2011-11-08
ARM: OMAP: Fix export.h or module.h includes
Tony Lindgren
4
-0
/
+4
2011-11-08
ARM: OMAP: omap_device: Include linux/export.h
Axel Lin
1
-0
/
+1
2011-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
43
-267
/
+325
2011-11-07
vfs: d_invalidate() should leave mountpoints alone
Al Viro
1
-2
/
+4
2011-11-07
forcedeth: fix a few sparse warnings (variable shadowing)
david decotigny
1
-17
/
+17
2011-11-07
forcedeth: Improve stats counters
Mandeep Baines
1
-0
/
+4
2011-11-07
forcedeth: remove unneeded stats updates
david decotigny
1
-34
/
+1
2011-11-07
forcedeth: Acknowledge only interrupts that are being processed
Mike Ditto
1
-5
/
+8
2011-11-07
forcedeth: fix race when unloading module
david decotigny
1
-1
/
+1
2011-11-07
device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.h
Stephen Rothwell
1
-0
/
+1
2011-11-07
device-mapper: dm-bufio.c needs to include module.h
Stephen Rothwell
1
-0
/
+1
2011-11-07
drivers/md: change module.h -> export.h in persistent-data/dm-*
Paul Gortmaker
4
-4
/
+4
2011-11-07
arm: Add export.h to recently added files for EXPORT_SYMBOL
Paul Gortmaker
2
-0
/
+2
2011-11-07
MAINTAINERS/rds: update maintainer
Or Gerlitz
1
-1
/
+1
[next]