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
2007-04-27
kobject: Comment and warning fixes to kobject.c
Eric W. Biederman
1
-3
/
+10
2007-04-27
Driver core: warn when userspace writes to the uevent file in a non-supported...
Kay Sievers
1
-0
/
+3
2007-04-27
Driver core: make uevent-environment available in uevent-file
Kay Sievers
1
-1
/
+49
2007-04-27
kobject core: remove rwsem from struct subsystem
Greg Kroah-Hartman
2
-5
/
+1
2007-04-27
qeth: Remove usage of subsys.rwsem
Cornelia Huck
1
-2
/
+0
2007-04-27
PHY: remove rwsem use from phy core
Greg Kroah-Hartman
2
-14
/
+1
2007-04-27
IEEE1394: remove rwsem use from ieee1394 core
Greg Kroah-Hartman
1
-8
/
+0
2007-04-27
IDE: remove rwsem use from ide-proc core
Greg Kroah-Hartman
1
-4
/
+0
2007-04-27
Input: gameport - do not touch bus's rwsem
Dmitry Torokhov
1
-26
/
+13
2007-04-27
Input: serio - do not touch bus's rwsem
Dmitry Torokhov
1
-26
/
+15
2007-04-27
PNP: stop using the subsystem rwsem
Greg Kroah-Hartman
1
-6
/
+0
2007-04-27
USB: remove use of the bus rwsem, as it doesn't really protect anything.
Greg Kroah-Hartman
4
-22
/
+7
2007-04-27
SCSI: use the proper semaphore to protect the class lists
Greg Kroah-Hartman
1
-2
/
+2
2007-04-27
Driver core: remove use of rwsem
Greg Kroah-Hartman
1
-2
/
+0
2007-04-27
kobject: kobject_add() reference leak
Cornelia Huck
1
-0
/
+1
2007-04-27
Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)
John Anthony Kazos Jr
1
-4
/
+2
2007-04-27
Driver core: add suspend() and resume() to struct device_type
Dmitry Torokhov
3
-1
/
+26
2007-04-27
uevent: use add_uevent_var() instead of open coding it
Eric Rannaud
6
-111
/
+79
2007-04-27
Driver core: switch firmware_class to uevent_suppress.
Cornelia Huck
1
-8
/
+2
2007-04-27
Driver core: suppress uevents via filter
Cornelia Huck
1
-2
/
+3
2007-04-27
Driver core: notify userspace of network device renames
Jean Tourrilhes
2
-0
/
+41
2007-04-27
kref: fix CPU ordering with respect to krefs
Oliver Neukum
1
-0
/
+2
2007-04-27
Driver core: remove unneeded completion from driver release path
Greg Kroah-Hartman
3
-23
/
+13
2007-04-27
driver core: don't fail attaching the device if it cannot be bound
Cornelia Huck
4
-13
/
+11
2007-04-27
powerpc: make it compile for multithread change
Andrew Morton
1
-3
/
+0
2007-04-27
driver core: per-subsystem multithreaded probing
Cornelia Huck
4
-40
/
+33
2007-04-27
kobject: kobject_shadow_add cleanup
Dmitriy Monakhov
1
-2
/
+2
2007-04-27
Driver core: add name to device_type
Kay Sievers
2
-0
/
+15
2007-04-27
driver core: Use attribute groups in struct device_type
Dmitry Torokhov
2
-47
/
+70
2007-04-27
Driver core: udev triggered device-<>driver binding
Kay Sievers
2
-21
/
+97
2007-04-27
dev_printk and new-style class devices
Jean Delvare
1
-1
/
+2
2007-04-27
driver core: fix namespace issue with devices assigned to classes
Kay Sievers
6
-28
/
+89
2007-04-27
driver core: fix device_add error path
Dmitriy Monakhov
1
-9
/
+0
2007-04-27
Merge branch 'e1000-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...
Linus Torvalds
1
-46
/
+58
2007-04-27
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
47
-1002
/
+1620
2007-04-27
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
94
-8101
/
+5648
2007-04-27
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1035
-43534
/
+32695
2007-04-27
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
69
-3433
/
+675
2007-04-27
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
80
-2155
/
+5364
2007-04-27
Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32
Linus Torvalds
36
-1403
/
+3435
2007-04-27
Change default dirty-writeback limits
Linus Torvalds
1
-2
/
+2
2007-04-27
[MIPS] Don't force frame pointers for lockdep on MIPS
Franck Bui-Huu
1
-1
/
+1
2007-04-27
[MIPS] update vr41xx Kconfig
Yoichi Yuasa
1
-36
/
+56
2007-04-27
[MIPS] remove 2 select entries for VR41xx
Yoichi Yuasa
1
-2
/
+0
2007-04-27
[MIPS] rename VR41XX to VR4100 series
Yoichi Yuasa
1
-1
/
+1
2007-04-27
[MIPS] Use DEFINE_SPINLOCK instead of SPIN_LOCK_UNLOCKED.
Milind Arun Choudhary
1
-1
/
+1
2007-04-27
[MIPS] Replace old fashioned "__typeof" with "__typeof__".
Robert P. J. Day
1
-1
/
+1
2007-04-27
[MIPS] Remove unused _THREAD_SIZE_ORDER from asm-offset.c.
Ralf Baechle
1
-1
/
+0
2007-04-27
[MIPS] Change PCI host bridge setup/resources
Thomas Bogendoerfer
2
-195
/
+32
2007-04-27
[MIPS] Register PCI host bridge resource earlier
Thomas Bogendoerfer
2
-15
/
+14
[next]