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.13.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
2006-09-26
drivers/base: check errors
Andrew Morton
4
-50
/
+104
2006-09-26
drivers/base: Platform notify needs to occur before drivers attach to the device
Brian Walsh
1
-4
/
+4
2006-09-26
v4l-dev2: handle __must_check
Andrew Morton
1
-1
/
+1
2006-09-26
add CONFIG_ENABLE_MUST_CHECK
Andrew Morton
2
-0
/
+12
2006-09-26
add __must_check to device management code
Andrew Morton
4
-55
/
+66
2006-09-26
Driver core: fixed add_bind_files() definition
Yoichi Yuasa
1
-1
/
+1
2006-09-26
Driver core: fix comments in drivers/base/power/resume.c
Dmitry Torokhov
1
-4
/
+4
2006-09-26
sysfs_remove_bin_file: no return value, dump_stack on error
Randy.Dunlap
5
-13
/
+19
2006-09-26
kobject: must_check fixes
Randy Dunlap
1
-1
/
+8
2006-09-26
Driver core: add ability for devices to create and remove bin files
Greg Kroah-Hartman
2
-0
/
+30
2006-09-26
Class: add support for class interfaces for devices
Greg Kroah-Hartman
3
-1
/
+25
2006-09-26
Driver core: create devices/virtual/ tree
Greg Kroah-Hartman
3
-1
/
+28
2006-09-26
Driver core: add device_rename function
Greg Kroah-Hartman
2
-0
/
+56
2006-09-26
Driver core: add ability for classes to handle devices properly
Greg Kroah-Hartman
2
-0
/
+57
2006-09-26
Driver core: allow devices in classes to have no parent
Greg Kroah-Hartman
1
-10
/
+11
2006-09-26
Driver core: add groups support to struct device
Greg Kroah-Hartman
2
-0
/
+35
2006-09-26
PM: platform_bus and late_suspend/early_resume
David Brownell
2
-2
/
+30
2006-09-26
PM: device_suspend/resume may sleep
Pavel Machek
2
-0
/
+2
2006-09-26
PM: add /sys/power documentation to Documentation/ABI
Rafael J. Wysocki
1
-0
/
+88
2006-09-26
PM: no suspend_prepare() phase
David Brownell
5
-47
/
+0
2006-09-26
PM: schedule /sys/devices/.../power/state for removal
Pavel Machek
1
-0
/
+15
2006-09-26
PM: add kconfig option for deprecated .../power/state files
David Brownell
2
-0
/
+17
2006-09-26
PM: update docs for writing .../power/state
David Brownell
1
-10
/
+19
2006-09-26
updated Documentation/power/devices.txt
David Brownell
1
-190
/
+535
2006-09-26
PM: issue PM_EVENT_PRETHAW
David Brownell
4
-4
/
+12
2006-09-26
PM: USB HCDs use PM_EVENT_PRETHAW
David Brownell
5
-3
/
+23
2006-09-26
PM: video drivers and PM_EVENT_PRETHAW
David Brownell
4
-24
/
+30
2006-09-26
PM: PCI and IDE handle PM_EVENT_PRETHAW
David Brownell
2
-3
/
+7
2006-09-26
PM: define PM_EVENT_PRETHAW
David Brownell
1
-15
/
+47
2006-09-26
fix broken/dubious driver suspend() methods
David Brownell
3
-11
/
+20
2006-09-26
make suspend quieter
David Brownell
1
-5
/
+0
2006-09-26
Suspend changes for PCI core
Linus Torvalds
2
-1
/
+43
2006-09-26
Suspend infrastructure cleanup and extension
Linus Torvalds
5
-36
/
+130
2006-09-26
SYSFS: allow sysfs_create_link to create symlinks in the root of sysfs
Greg Kroah-Hartman
1
-2
/
+12
2006-09-26
Debugfs: kernel-doc fixes for debugfs
Randy Dunlap
2
-40
/
+31
2006-09-26
sysfs: Make poll behaviour consistent
Juha Yrjölä
1
-1
/
+1
2006-09-26
Driver core: add const to class_create
Miguel Ojeda Sandonis
2
-2
/
+2
2006-09-26
device_create(): make fmt argument 'const char *'
Greg Kroah-Hartman
2
-2
/
+2
2006-09-26
class_device_create(): make fmt argument 'const char *'
Dmitry Torokhov
2
-2
/
+3
2006-09-26
deprecate PHYSDEV* keys
Kay Sievers
3
-4
/
+20
2006-09-26
Documentation/ABI: devfs is not obsolete, but removed!
jens m. noedler
1
-3
/
+2
2006-09-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
32
-1505
/
+1389
2006-09-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
4
-35
/
+21
2006-09-26
[PATCH] VIDIOC_ENUMSTD bug
Jonathan Corbet
1
-1
/
+1
2006-09-26
[PATCH] load_module: no BUG if module_subsys uninitialized
Ed Swierk
1
-0
/
+6
2006-09-26
[PATCH] i386: fix flat mode numa on a real numa system
keith mannthey
1
-1
/
+5
2006-09-26
[PATCH] cpu to node relationship fixup: map cpu to node
KAMEZAWA Hiroyuki
3
-4
/
+40
2006-09-26
[PATCH] cpu to node relationship fixup: acpi_map_cpu2node
KAMEZAWA Hiroyuki
1
-5
/
+8
2006-09-26
[PATCH] backlight: fix oops in __mutex_lock_slowpath during head /sys/class/g...
Michael Hanselmann
1
-0
/
+12
2006-09-26
[PATCH] do not free non slab allocated per_cpu_pageset
David Rientjes
1
-1
/
+3
[next]