index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-20
Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"
Greg Kroah-Hartman
1
-20
/
+12
2010-01-20
driver-core: fix devtmpfs crash on s390
Heiko Carstens
1
-1
/
+2
2010-01-16
sysdev: fix prototype for memory_sysdev_class show/store functions
Wu Fengguang
1
-12
/
+20
2010-01-16
memory-hotplug: add 0x prefix to HEX block_size_bytes
Wu Fengguang
1
-1
/
+1
2010-01-11
power: fix kernel-doc notation
Randy Dunlap
1
-4
/
+5
2009-12-23
devtmpfs: unlock mutex in case of string allocation error
Kay Sievers
1
-2
/
+5
2009-12-23
Driver core: export platform_device_register_data as a GPL symbol
Michael Hennerich
1
-0
/
+1
2009-12-23
driver core: Prevent reference to freed memory on error path
Phil Carmody
1
-1
/
+1
2009-12-23
Driver-core: Fix bogus 0 error return in device_add()
Thomas Gleixner
1
-1
/
+3
2009-12-23
Driver core: driver_attribute parameters can often be const*
Phil Carmody
1
-2
/
+2
2009-12-23
Driver core: bin_attribute parameters can often be const*
Phil Carmody
1
-2
/
+4
2009-12-23
Driver core: device_attribute parameters can often be const*
Phil Carmody
1
-2
/
+4
2009-12-23
devtmpfs: Convert dirlock to a mutex
Thomas Gleixner
1
-7
/
+5
2009-12-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-22
/
+151
2009-12-22
PM / Runtime: Use device type and device class callbacks
Rafael J. Wysocki
1
-0
/
+45
2009-12-21
PM: Use pm_runtime_put_sync in system resume
Alan Stern
1
-2
/
+2
2009-12-18
mm: Add notifier in pageblock isolation for balloon drivers
Robert Jennings
1
-0
/
+19
2009-12-18
PM: Measure device suspend and resume times
Rafael J. Wysocki
1
-0
/
+27
2009-12-18
PM: Make the initcall_debug style timing for suspend/resume complete
Rafael J. Wysocki
1
-20
/
+77
2009-12-16
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
1
-0
/
+61
2009-12-16
HWPOISON: Add soft page offline support
Andi Kleen
1
-0
/
+61
2009-12-15
PM: rwsem.h need not be included into main.c
Rafael J. Wysocki
1
-1
/
+0
2009-12-15
PM: Remove unnecessary goto from device_resume_noirq()
Rafael J. Wysocki
1
-9
/
+3
2009-12-15
PM: Add initcall_debug style timing for suspend/resume
Arjan van de Ven
1
-0
/
+31
2009-12-15
PM: allow for usage_count > 0 in pm_runtime_get()
Alan Stern
1
-5
/
+5
2009-12-15
mm: slab-allocate memory section nodemask for large systems
David Rientjes
1
-4
/
+9
2009-12-15
mm: add numa node symlink for cpu devices in sysfs
Alex Chiang
1
-1
/
+10
2009-12-15
mm: refactor unregister_cpu_under_node()
Alex Chiang
1
-6
/
+12
2009-12-15
mm: refactor register_cpu_under_node()
Alex Chiang
1
-9
/
+11
2009-12-15
mm: add numa node symlink for memory section in sysfs
Alex Chiang
1
-1
/
+10
2009-12-15
hugetlb: offload per node attribute registrations
Lee Schermerhorn
1
-10
/
+47
2009-12-15
hugetlb: handle memory hot-plug events
Lee Schermerhorn
1
-5
/
+48
2009-12-15
hugetlb: add per node hstate attributes
Lee Schermerhorn
1
-0
/
+39
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-1
/
+1
2009-12-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-0
/
+34
2009-12-11
Driver core: fix race in dev_driver_string
Alan Stern
1
-1
/
+8
2009-12-11
Driver Core: Early platform driver buffer
Magnus Damm
1
-7
/
+22
2009-12-11
Driver core: Don't remove kobjects in device_shutdown.
Eric W. Biederman
1
-3
/
+0
2009-12-11
firmware_class: make request_firmware_nowait more useful
Johannes Berg
1
-8
/
+6
2009-12-11
Driver-Core: devtmpfs - set root directory mode to 0755
Kay Sievers
1
-1
/
+1
2009-12-11
Driver Core: devtmpfs: cleanup node on device creation error
Kay Sievers
1
-0
/
+2
2009-12-11
Driver Core: devtmpfs: do not remove non-kernel-created directories
Kay Sievers
1
-23
/
+16
2009-12-11
Driver Core: devtmpfs: use sys_mount()
Kay Sievers
1
-7
/
+2
2009-12-11
Driver core: devtmpfs: prevent concurrent subdirectory creation and removal
Kay Sievers
1
-10
/
+16
2009-12-11
Driver Core: devtmpfs: ignore umask while setting file mode
Kay Sievers
1
-10
/
+16
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-09
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
1
-15
/
+18
2009-12-09
powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...
Gautham R Shenoy
1
-0
/
+2
2009-12-09
sysfs/cpu: Add probe/release files
Nathan Fontenot
1
-0
/
+32
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
[next]