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
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-11
PM: Allow devices to be removed during late suspend and early resume
Rafael J. Wysocki
1
-4
/
+30
2010-10-29
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2010-10-29
PM / Runtime: Fix typo in status comparison causing warning
Kevin Winchester
1
-1
/
+1
2010-10-29
convert get_sb_single() users
Al Viro
1
-9
/
+9
2010-10-26
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2010-10-26
writeback: add /sys/devices/system/node/<node>/vmstat
Michael Rubin
1
-0
/
+14
2010-10-25
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+1
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2010-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
9
-283
/
+165
2010-10-22
PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()
Ming Lei
1
-1
/
+1
2010-10-22
driver core: Display error codes when class suspend fails
Mark Brown
1
-4
/
+4
2010-10-22
Driver core: Add section count to memory_block struct
Nathan Fontenot
1
-6
/
+11
2010-10-22
Driver core: Add mutex for adding/removing memory blocks
Nathan Fontenot
1
-0
/
+7
2010-10-22
Driver core: Move find_memory_block routine
Nathan Fontenot
1
-33
/
+33
2010-10-22
driver core: Convert link_mem_sections to use find_memory_block_hinted.
Robin Holt
1
-3
/
+5
2010-10-22
driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...
Robin Holt
1
-10
/
+18
2010-10-22
driver core: fix build for CONFIG_BLOCK not enabled
Randy Dunlap
1
-0
/
+6
2010-10-22
driver-core: base: change to new flag variable
matt mooney
1
-3
/
+1
2010-10-22
FW_LOADER: fix kconfig dependency warning on HOTPLUG
Randy Dunlap
1
-1
/
+0
2010-10-22
SYSFS: Allow boot time switching between deprecated and modern sysfs layout
Andi Kleen
2
-11
/
+19
2010-10-22
driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices
Kay Sievers
3
-210
/
+25
2010-10-22
base/platform: Simplifications for NULL platform data/resources handling
Anton Vorontsov
1
-20
/
+12
2010-10-22
base/platform: Safe handling for NULL platform data and resources
Anton Vorontsov
1
-1
/
+8
2010-10-22
driver core: platform_bus: allow runtime override of dev_pm_ops
Kevin Hilman
1
-0
/
+35
2010-10-22
driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type
Patrick Pannuto
1
-2
/
+2
2010-10-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
9
-539
/
+1927
2010-10-21
of/device: Rework to use common platform_device_alloc() for allocating devices
Grant Likely
1
-0
/
+1
2010-10-19
PM / Wakeup: Show wakeup sources statistics in debugfs
Rafael J. Wysocki
1
-0
/
+85
2010-10-17
PM: Introduce library for device-specific OPPs (v7)
Nishanth Menon
2
-0
/
+629
2010-10-17
PM: Add sysfs attr for rechecking dev hash from PM trace
James Hogan
1
-0
/
+31
2010-10-17
PM: Lock PM device list mutex in show_dev_hash()
James Hogan
1
-1
/
+4
2010-10-17
PM / Runtime: Remove idle notification after failing suspend
Rafael J. Wysocki
1
-9
/
+2
2010-10-17
PM / Runtime: Reduce code duplication in core helper functions
Rafael J. Wysocki
1
-68
/
+54
2010-10-17
PM / Runtime: Implement autosuspend support
Alan Stern
2
-7
/
+219
2010-10-17
PM / Runtime: Add no_callbacks flag
Alan Stern
3
-8
/
+103
2010-10-17
PM / Runtime: Combine runtime PM entry points
Alan Stern
1
-110
/
+64
2010-10-17
PM / Runtime: Merge synchronous and async runtime routines
Alan Stern
1
-235
/
+140
2010-10-17
PM / Runtime: Replace boolean arguments with bitflags
Alan Stern
1
-36
/
+39
2010-10-17
PM / Runtime: Move code in drivers/base/power/runtime.c
Alan Stern
1
-39
/
+38
2010-10-17
PM: Fix potential issue with failing asynchronous suspend
Rafael J. Wysocki
1
-6
/
+9
2010-10-17
PM / Wakeup: Introduce wakeup source objects and event statistics (v3)
Rafael J. Wysocki
5
-83
/
+573
2010-10-17
PM: Fix signed/unsigned warning in dpm_show_time()
Kevin Cernekee
1
-1
/
+1
2010-10-17
PM / Runtime: Lenient generic runtime pm callbacks
Ohad Ben-Cohen
1
-2
/
+2
2010-09-21
Merge commit 'v2.6.36-rc5' into sched/core
Ingo Molnar
1
-0
/
+1
2010-09-09
topology/sysfs: Provide book id and siblings attributes
Heiko Carstens
1
-1
/
+15
2010-09-09
PM: Prevent waiting forever on asynchronous resume after failing suspend
Colin Cross
1
-0
/
+1
2010-08-23
firmware_class: fix typo in error path
Johannes Berg
1
-1
/
+1
2010-08-10
Merge branch 'master' into for-next
Jiri Kosina
7
-246
/
+195
2010-08-09
drivers/base/node.c: reduce stack usage of node_read_meminfo()
KOSAKI Motohiro
1
-23
/
+23
2010-08-09
Fix spelling fuction -> function in comments
Stefan Weil
1
-1
/
+1
[next]