index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-25
drivers/base: Platform notify needs to occur before drivers attach to the device
Brian Walsh
1
-4
/
+4
2006-09-25
v4l-dev2: handle __must_check
Andrew Morton
1
-1
/
+1
2006-09-25
add CONFIG_ENABLE_MUST_CHECK
Andrew Morton
2
-0
/
+12
2006-09-25
add __must_check to device management code
Andrew Morton
4
-55
/
+66
2006-09-25
Driver core: fixed add_bind_files() definition
Yoichi Yuasa
1
-1
/
+1
2006-09-25
Driver core: fix comments in drivers/base/power/resume.c
Dmitry Torokhov
1
-4
/
+4
2006-09-25
sysfs_remove_bin_file: no return value, dump_stack on error
Randy.Dunlap
5
-13
/
+19
2006-09-25
kobject: must_check fixes
Randy Dunlap
1
-1
/
+8
2006-09-25
Driver core: add ability for devices to create and remove bin files
Greg Kroah-Hartman
2
-0
/
+30
2006-09-25
Class: add support for class interfaces for devices
Greg Kroah-Hartman
3
-1
/
+25
2006-09-25
Driver core: create devices/virtual/ tree
Greg Kroah-Hartman
3
-1
/
+28
2006-09-25
Driver core: add device_rename function
Greg Kroah-Hartman
2
-0
/
+56
2006-09-25
Driver core: add ability for classes to handle devices properly
Greg Kroah-Hartman
2
-0
/
+57
2006-09-25
Driver core: allow devices in classes to have no parent
Greg Kroah-Hartman
1
-10
/
+11
2006-09-25
Driver core: add groups support to struct device
Greg Kroah-Hartman
2
-0
/
+35
2006-09-25
PM: platform_bus and late_suspend/early_resume
David Brownell
2
-2
/
+30
2006-09-25
PM: device_suspend/resume may sleep
Pavel Machek
2
-0
/
+2
2006-09-25
PM: add /sys/power documentation to Documentation/ABI
Rafael J. Wysocki
1
-0
/
+88
2006-09-25
PM: no suspend_prepare() phase
David Brownell
5
-47
/
+0
2006-09-25
PM: schedule /sys/devices/.../power/state for removal
Pavel Machek
1
-0
/
+15
2006-09-25
PM: add kconfig option for deprecated .../power/state files
David Brownell
2
-0
/
+17
2006-09-25
PM: update docs for writing .../power/state
David Brownell
1
-10
/
+19
2006-09-25
updated Documentation/power/devices.txt
David Brownell
1
-190
/
+535
2006-09-25
PM: issue PM_EVENT_PRETHAW
David Brownell
4
-4
/
+12
2006-09-25
PM: USB HCDs use PM_EVENT_PRETHAW
David Brownell
5
-3
/
+23
2006-09-25
PM: video drivers and PM_EVENT_PRETHAW
David Brownell
4
-24
/
+30
2006-09-25
PM: PCI and IDE handle PM_EVENT_PRETHAW
David Brownell
2
-3
/
+7
2006-09-25
PM: define PM_EVENT_PRETHAW
David Brownell
1
-15
/
+47
2006-09-25
fix broken/dubious driver suspend() methods
David Brownell
3
-11
/
+20
2006-09-25
make suspend quieter
David Brownell
1
-5
/
+0
2006-09-25
Suspend changes for PCI core
Linus Torvalds
2
-1
/
+43
2006-09-25
Suspend infrastructure cleanup and extension
Linus Torvalds
5
-36
/
+130
2006-09-25
SYSFS: allow sysfs_create_link to create symlinks in the root of sysfs
Greg Kroah-Hartman
1
-2
/
+12
2006-09-25
Debugfs: kernel-doc fixes for debugfs
Randy Dunlap
2
-40
/
+31
2006-09-25
sysfs: Make poll behaviour consistent
Juha Yrjölä
1
-1
/
+1
2006-09-25
Driver core: add const to class_create
Miguel Ojeda Sandonis
2
-2
/
+2
2006-09-25
device_create(): make fmt argument 'const char *'
Greg Kroah-Hartman
2
-2
/
+2
2006-09-25
class_device_create(): make fmt argument 'const char *'
Dmitry Torokhov
2
-2
/
+3
2006-09-25
deprecate PHYSDEV* keys
Kay Sievers
3
-4
/
+20
2006-09-25
Documentation/ABI: devfs is not obsolete, but removed!
jens m. noedler
1
-3
/
+2
2006-09-25
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
32
-1505
/
+1389
2006-09-25
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
4
-35
/
+21
2006-09-25
[PATCH] VIDIOC_ENUMSTD bug
Jonathan Corbet
1
-1
/
+1
2006-09-25
[PATCH] load_module: no BUG if module_subsys uninitialized
Ed Swierk
1
-0
/
+6
2006-09-25
[PATCH] i386: fix flat mode numa on a real numa system
keith mannthey
1
-1
/
+5
2006-09-25
[PATCH] cpu to node relationship fixup: map cpu to node
KAMEZAWA Hiroyuki
3
-4
/
+40
2006-09-25
[PATCH] cpu to node relationship fixup: acpi_map_cpu2node
KAMEZAWA Hiroyuki
1
-5
/
+8
2006-09-25
[PATCH] backlight: fix oops in __mutex_lock_slowpath during head /sys/class/g...
Michael Hanselmann
1
-0
/
+12
2006-09-25
[PATCH] do not free non slab allocated per_cpu_pageset
David Rientjes
1
-1
/
+3
2006-09-25
[PATCH] i386 bootioremap / kexec fix
keith mannthey
1
-2
/
+5
[next]