Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
edee39321be9f88c47627379e8abadfce0508768
/
drivers
/
base
8e9394c
Driver core: create lock/unlock functions for struct device
by Greg Kroah-Hartman
· 15 years ago
2354dcc
driver core: Use sysfs_rename_link in device_rename
by Eric W. Biederman
· 15 years ago
3c31f07
Driver core: Fix first line of kernel-doc for a few functions
by Ben Hutchings
· 15 years ago
831fad2
Driver core: make struct platform_driver.id_table const
by Uwe Kleine-König
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
6c1733a
sysdev: fix up the probe/release attributes
by Greg Kroah-Hartman
· 15 years ago
9cd4361
kobject: Constify struct kset_uevent_ops
by Emese Revfy
· 15 years ago
985fc17
driver-core: firmware_class: remove base.h header inclusion
by Luis R. Rodriguez
· 15 years ago
3f5468c
Driver-Core: require valid action string in uevent trigger
by Kay Sievers
· 15 years ago
7934779
Driver-Core: disable /sbin/hotplug by default
by Kay Sievers
· 15 years ago
4237e5f
Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the description
by Kay Sievers
· 15 years ago
5e31d76
Driver-Core: devtmpfs - reset inode permissions before unlinking
by Kay Sievers
· 15 years ago
869dfc8
driver core: Add class_attr_string for simple read-only string
by Andi Kleen
· 15 years ago
28812fe
driver-core: Add attribute argument to class_attribute show/store
by Andi Kleen
· 15 years ago
8564a6c
sysdev: Fix type of sysdev class attribute in memory driver
by Andi Kleen
· 15 years ago
3701cde
sysdev: Use sysdev_class attribute arrays in node driver
by Andi Kleen
· 15 years ago
e1a7e29
sysdev: Convert node driver
by Andi Kleen
· 15 years ago
38457ab
sysfs: Add attribute array to sysdev classes
by Andi Kleen
· 15 years ago
265d2e2
sysdev: Convert cpu driver sysdev class attributes
by Andi Kleen
· 15 years ago
b15f562
sysdev: Convert node driver class attributes to be data driven
by Andi Kleen
· 15 years ago
c9be0a3
sysdev: Pass attribute in sysdev_class attributes show/store
by Andi Kleen
· 15 years ago
ecdf6ce
Driver core: add platform_create_bundle() helper
by Dmitry Torokhov
· 15 years ago
77d3d7c
driver-core: fix race condition in get_device_parent()
by Tejun Heo
· 15 years ago
d690b2c
PM: Provide generic subsystem-level callbacks
by Rafael J. Wysocki
· 15 years ago
f8824ce
PM: Allow device drivers to use dpm_wait()
by Rafael J. Wysocki
· 15 years ago
97df8c1
PM: Start asynchronous resume threads upfront
by Rafael J. Wysocki
· 15 years ago
5a2eb85
PM: Add facility for advanced testing of async suspend/resume
by Rafael J. Wysocki
· 15 years ago
0e06b4a
PM: Add a switch for disabling/enabling asynchronous suspend/resume
by Rafael J. Wysocki
· 15 years ago
5af84b8
PM: Asynchronous suspend and resume of devices
by Rafael J. Wysocki
· 15 years ago
8cc6b39
PM: Add parent information to timing messages
by Rafael J. Wysocki
· 15 years ago
5382363
PM / Runtime: Add sysfs switch for disabling device run-time PM
by Rafael J. Wysocki
· 15 years ago
18d19c9
class: Free the class private data in class_release
by Laurent Pinchart
· 15 years ago
bd79667
Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"
by Greg Kroah-Hartman
· 15 years ago
f776c5e
driver-core: fix devtmpfs crash on s390
by Heiko Carstens
· 15 years ago
8ff410d
sysdev: fix prototype for memory_sysdev_class show/store functions
by Wu Fengguang
· 15 years ago
ba168fc
memory-hotplug: add 0x prefix to HEX block_size_bytes
by Wu Fengguang
· 15 years ago
0a88422
power: fix kernel-doc notation
by Randy Dunlap
· 15 years ago
8042273
devtmpfs: unlock mutex in case of string allocation error
by Kay Sievers
· 15 years ago
0787fdf
Driver core: export platform_device_register_data as a GPL symbol
by Michael Hennerich
· 15 years ago
99b28f1
driver core: Prevent reference to freed memory on error path
by Phil Carmody
· 15 years ago
e6309e7
Driver-core: Fix bogus 0 error return in device_add()
by Thomas Gleixner
· 15 years ago
099c2f2
Driver core: driver_attribute parameters can often be const*
by Phil Carmody
· 15 years ago
66ecb92
Driver core: bin_attribute parameters can often be const*
by Phil Carmody
· 15 years ago
26579ab
Driver core: device_attribute parameters can often be const*
by Phil Carmody
· 15 years ago
f1f76f8
devtmpfs: Convert dirlock to a mutex
by Thomas Gleixner
· 15 years ago
2218a4f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 15 years ago
a6ab7aa
PM / Runtime: Use device type and device class callbacks
by Rafael J. Wysocki
· 15 years ago
aa0baae
PM: Use pm_runtime_put_sync in system resume
by Alan Stern
· 15 years ago
925cc71
mm: Add notifier in pageblock isolation for balloon drivers
by Robert Jennings
· 15 years ago
ecf762b
PM: Measure device suspend and resume times
by Rafael J. Wysocki
· 15 years ago
875ab0b
PM: Make the initcall_debug style timing for suspend/resume complete
by Rafael J. Wysocki
· 15 years ago
d4220f9
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
facb601
HWPOISON: Add soft page offline support
by Andi Kleen
· 15 years ago
d8bed5a
PM: rwsem.h need not be included into main.c
by Rafael J. Wysocki
· 15 years ago
33c3374
PM: Remove unnecessary goto from device_resume_noirq()
by Rafael J. Wysocki
· 15 years ago
f251177
PM: Add initcall_debug style timing for suspend/resume
by Arjan van de Ven
· 15 years ago
1d531c1
PM: allow for usage_count > 0 in pm_runtime_get()
by Alan Stern
· 15 years ago
9ae49fa
mm: slab-allocate memory section nodemask for large systems
by David Rientjes
· 15 years ago
1830794
mm: add numa node symlink for cpu devices in sysfs
by Alex Chiang
· 15 years ago
b9d52da
mm: refactor unregister_cpu_under_node()
by Alex Chiang
· 15 years ago
f8246f3
mm: refactor register_cpu_under_node()
by Alex Chiang
· 15 years ago
dee5d0d
mm: add numa node symlink for memory section in sysfs
by Alex Chiang
· 15 years ago
39da08c
hugetlb: offload per node attribute registrations
by Lee Schermerhorn
· 15 years ago
4faf8d9
hugetlb: handle memory hot-plug events
by Lee Schermerhorn
· 15 years ago
9a30523
hugetlb: add per node hstate attributes
by Lee Schermerhorn
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
09cea96
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 15 years ago
3589972
Driver core: fix race in dev_driver_string
by Alan Stern
· 15 years ago
c60e050
Driver Core: Early platform driver buffer
by Magnus Damm
· 15 years ago
18ef545
Driver core: Don't remove kobjects in device_shutdown.
by Eric W. Biederman
· 15 years ago
9ebfbd4
firmware_class: make request_firmware_nowait more useful
by Johannes Berg
· 15 years ago
03d673e
Driver-Core: devtmpfs - set root directory mode to 0755
by Kay Sievers
· 15 years ago
ad72956
Driver Core: devtmpfs: cleanup node on device creation error
by Kay Sievers
· 15 years ago
015bf43
Driver Core: devtmpfs: do not remove non-kernel-created directories
by Kay Sievers
· 15 years ago
073120c
Driver Core: devtmpfs: use sys_mount()
by Kay Sievers
· 15 years ago
ed413ae
Driver core: devtmpfs: prevent concurrent subdirectory creation and removal
by Kay Sievers
· 15 years ago
0092699
Driver Core: devtmpfs: ignore umask while setting file mode
by Kay Sievers
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
bcd6acd
Merge commit 'origin/master' into next
by Benjamin Herrenschmidt
· 15 years ago
51badeb
powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallocate
by Gautham R Shenoy
· 15 years ago
12633e8
sysfs/cpu: Add probe/release files
by Nathan Fontenot
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
965c4ac
PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()
by Rafael J. Wysocki
· 15 years ago
0ddf0ed
PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()
by Rafael J. Wysocki
· 15 years ago
63c9480
PM / Runtime: Use deferred_resume flag in pm_request_resume
by Alan Stern
· 15 years ago
bab636b
PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
by Rafael J. Wysocki
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
862f89b
PM: fix irq enable/disable in runtime PM code
by Alan Stern
· 15 years ago
3b034b0
percpu: Fix kdump failure if booted with percpu_alloc=page
by Vivek Goyal
· 15 years ago
2ddac2a
PM: Remove some debug messages producing too much noise
by Pavel Machek
· 15 years ago
e528e87
PM: Fix warning on suspend errors
by Romit Dasgupta
· 15 years ago
1a6f2a7
Driver core: allow certain drivers prohibit bind/unbind via sysfs
by Dmitry Torokhov
· 15 years ago
39acbc1
Driver core: fix driver_register() return value
by Stas Sergeev
· 15 years ago
4b02108
mm: oom analysis: add shmem vmstat
by KOSAKI Motohiro
· 15 years ago
c6a7f57
mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output
by KOSAKI Motohiro
· 15 years ago
e454cea
Driver-Core: extend devnode callbacks to provide permissions
by Kay Sievers
· 15 years ago
2b2af54
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
by Kay Sievers
· 16 years ago
daa4122
driver core: platform_device_add_data(): use kmemdup()
by Andrew Morton
· 15 years ago
4622709
Driver core: Add support for compatibility classes
by Jean Delvare
· 15 years ago
a56af87
driver-core: move dma-coherent.c from kernel to driver/base
by Ming Lei
· 15 years ago
Next »