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.12.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
2009-06-16
Driver Core: input: add nodename for input drivers
Kay Sievers
1
-0
/
+6
2009-06-16
Driver Core: dvb: add nodename for dvb drivers
Kay Sievers
1
-0
/
+10
2009-06-16
Driver Core: x86: add nodename for cpuid and msr drivers.
Kay Sievers
2
-0
/
+12
2009-06-16
Driver Core: block: add nodename support for block drivers.
Kay Sievers
3
-1
/
+18
2009-06-16
Driver Core: usb: add nodename support for usb drivers.
Kay Sievers
8
-2
/
+56
2009-06-16
Driver Core: misc: add nodename support for misc devices.
Kay Sievers
6
-3
/
+17
2009-06-16
Driver Core: add nodename callbacks
Kay Sievers
2
-1
/
+53
2009-06-16
driver core: fix gcc 4.3.3 warnings about string literals
Greg Kroah-Hartman
4
-5
/
+5
2009-06-16
firmware: remove broken example files
Greg Kroah-Hartman
2
-325
/
+0
2009-06-16
firmware: FIRMWARE_NAME_MAX removal
Samuel Ortiz
1
-1
/
+0
2009-06-16
firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removal
John W. Linville
3
-10
/
+9
2009-06-16
firmware: pcmcia/ds: prepare for FIRMWARE_NAME_MAX removal
Samuel Ortiz
1
-11
/
+1
2009-06-16
firmware: dvb/dvb-usb: prepare for FIRMWARE_NAME_MAX removal
Samuel Ortiz
1
-1
/
+1
2009-06-16
firmware: tuners/xc2028: prepare for FIRMWARE_NAME_MAX removal
Samuel Ortiz
1
-1
/
+1
2009-06-16
firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removal
Samuel Ortiz
1
-4
/
+5
2009-06-16
firmware: allocate firmware id dynamically
Samuel Ortiz
1
-4
/
+12
2009-06-16
driver core: fix documentation of request_firmware_nowait
Ming Lei
2
-3
/
+5
2009-06-16
kobject: samples: make SAMPLE_KOBJECT module-only
Michal Marek
1
-1
/
+2
2009-06-16
driver core: synchronize device shutdown
Shaohua Li
1
-0
/
+2
2009-06-16
debugfs: fix docbook error
Jonathan Corbet
1
-1
/
+1
2009-06-16
driver-core: make sysdev_class_register check kobject_set_name return value
Dave Young
1
-1
/
+7
2009-06-16
kobject: make kset_create check kobject_set_name return value
Dave Young
1
-1
/
+6
2009-06-16
Driver core: fix comment for device_attach()
Dmitry Torokhov
1
-1
/
+1
2009-06-16
debugfs: dont stop on first failed recursive delete
Steven Rostedt
1
-0
/
+11
2009-06-16
driver core: Const-correct platform getbyname functions
Linus Walleij
2
-4
/
+5
2009-06-16
driver core: add BUS_NOTIFY_UNBOUND_DRIVER event
Joerg Roedel
2
-0
/
+6
2009-06-16
driver core: firmware_class: replace kfree(dev) with put_device(dev)
Ming Lei
1
-3
/
+5
2009-06-16
Sysfs: fix possible memleak in sysfs_follow_link
Armin Kuster
1
-1
/
+4
2009-06-16
Driver Core: Warn driver authors about adding device attributes
Grant Likely
1
-0
/
+32
2009-06-16
sched: delayed cleanup of user_struct
Kay Sievers
2
-29
/
+40
2009-06-16
driver core: set default SYSFS_DEPRECATED=n
Kay Sievers
1
-3
/
+3
2009-06-15
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
1
-2
/
+2
2009-06-15
Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
12
-21
/
+163
2009-06-15
Merge branch 'timers-for-linus-clockevents' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2
-1
/
+3
2009-06-15
Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
3
-1
/
+39
2009-06-15
Merge branch 'timers-for-linus-ntp' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+31
2009-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1136
-47572
/
+106185
2009-06-15
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
192
-2355
/
+6189
2009-06-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...
Linus Torvalds
14
-8
/
+1236
2009-06-15
[IA64] fix compile error in arch/ia64/mm/extable.c
Rusty Russell
1
-2
/
+2
2009-06-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
27
-861
/
+727
2009-06-15
regulator/max1586: fix V3 gain calculation integer overflow
Philipp Zabel
1
-4
/
+4
2009-06-15
regulator/max1586: support increased V3 voltage range
Philipp Zabel
2
-19
/
+63
2009-06-15
regulator: lp3971 - fix driver link error when built-in.
Liam Girdwood
1
-1
/
+1
2009-06-15
LP3971 PMIC regulator driver (updated and combined version)
Marek Szyprowski
4
-0
/
+621
2009-06-15
regulator: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-3
/
+3
2009-06-15
regulator: Set MODULE_ALIAS for regulator drivers
Mark Brown
3
-0
/
+3
2009-06-15
regulator: Support list_voltage for fixed voltage regulator
Mark Brown
1
-1
/
+14
2009-06-15
regulator: Move regulator drivers to subsys_initcall()
Mark Brown
4
-4
/
+4
2009-06-15
regulator: build fix for powerpc - renamed show_state
Liam Girdwood
1
-5
/
+5
[next]