Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7216ddc6b61040d7bfdf44713ea94f6d845553b2
/
drivers
/
base
4f01a75
Driver core: fix deprectated sysfs structure for nested class devices
by Dmitry Torokhov
· 17 years ago
9eb3ff4
CPU online file permission
by Ulrich Drepper
· 17 years ago
2790768
driver core: revert "device" link creation check
by Cornelia Huck
· 17 years ago
42e61f4
kernel-doc fixes for PCI and drivers/base/
by Randy Dunlap
· 17 years ago
ff2ee8c
kobject: put kobject_actions in kobject.h
by Greg Kroah-Hartman
· 23 years ago
296699d
Introduce CONFIG_SUSPEND for suspend-to-Ram and standby
by Rafael J. Wysocki
· 17 years ago
58b3b71
Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_off_prepare"
by Rafael J. Wysocki
· 17 years ago
44bf4ce
x86: PM_TRACE support
by Nigel Cunningham
· 17 years ago
a034982
PM: Do not require dev spew to get PM_DEBUG
by Ben Collins
· 17 years ago
2ee97ca
Driver core: check return code of sysfs_create_link()
by Cornelia Huck
· 17 years ago
3f8df78
PM: remove deprecated dpm_runtime_* routines
by Alan Stern
· 17 years ago
471d055
PM: Remove deprecated sysfs files
by Alan Stern
· 17 years ago
60a96a5
Driver core: accept all valid action-strings in uevent-trigger
by Kay Sievers
· 17 years ago
2618c60
dma: make dma pool to use kmalloc_node
by Yinghai Lu
· 17 years ago
91a6902
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes
by Zhang Rui
· 17 years ago
ad6a1e1
driver-core: make devt_attr and uevent_attr static
by Tejun Heo
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 years ago
dc0afa8
Driver core: coding style cleanup
by Cornelia Huck
· 17 years ago
43a49f8
PM: Do not check parent state in suspend and resume core code
by Rafael J. Wysocki
· 17 years ago
1c3f7d1
PM: Remove power_state.event checks from suspend core code
by Rafael J. Wysocki
· 17 years ago
515c535
PM: Remove prev_state from struct dev_pm_info
by Rafael J. Wysocki
· 17 years ago
2a01345
Driver core: fix devres_release_all() return value
by Adrian Bunk
· 17 years ago
ab71c6f
driver core: fix kernel doc of device_release_driver
by Stefan Richter
· 17 years ago
1f5681a
driver core: properly get driver in device_release_driver
by Stefan Richter
· 17 years ago
f8916c1
Driver core: include linux/mutex.h from attribute_container.c
by Michael S. Tsirkin
· 17 years ago
9e584a4
PM: Simplify suspend_device
by Rafael J. Wysocki
· 17 years ago
9cddad7
PM: Remove pm_parent from struct dev_pm_info
by Rafael J. Wysocki
· 17 years ago
11048dc
Power Management: use mutexes instead of semaphores
by Matthias Kaehlcke
· 17 years ago
9f3f776
sysdev: use mutex instead of semaphore
by Matthias Kaehlcke
· 17 years ago
80f03e3
Driver core: add missing kset uevent
by Kay Sievers
· 17 years ago
87d37a4
firmware: remove orphaned Email
by Markus Rechberger
· 17 years ago
475c5a1
Driver core: kill unused code
by Stephen Hemminger
· 17 years ago
2c7afd1
Driver core: keep PHYSDEV for old struct class_device
by Kay Sievers
· 18 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 17 years ago
9a9136e2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 17 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 17 years ago
01afd80
drivers/base/platform.c: fix small typo in doc
by Márton Németh
· 17 years ago
d3e6975
devres: kernel-doc and DocBook
by Randy Dunlap
· 17 years ago
49a4ec1
fix hotplug for legacy platform drivers
by David Brownell
· 17 years ago
411f0f3
Introduce CONFIG_HAS_DMA
by Heiko Carstens
· 18 years ago
5b33991
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 18 years ago
5adc55d
PCI: remove the broken PCI_MULTITHREAD_PROBE option
by Adrian Bunk
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
dc4c15d
platform: reorder platform_device_del
by Jean Delvare
· 18 years ago
c7308c8
Driver core: fix show_uevent from taking up way too much stack
by Greg Kroah-Hartman
· 18 years ago
61a2f59
drivers/base/attribute_container.c: use mutex instead of binary semaphore
by Matthias Kaehlcke
· 18 years ago
075c177
define platform wakeup hook, use in pci_enable_wake()
by David Brownell
· 18 years ago
523ded7
device_schedule_callback() needs a module reference
by Alan Stern
· 18 years ago
b2366d6
Driver core: use mutex instead of semaphore in DMA pool handler
by Matthias Kaehlcke
· 18 years ago
4f6e194
driver core: bus_add_driver should return an error if no bus
by Greg Kroah-Hartman
· 18 years ago
22af74f
Driver core: warn when userspace writes to the uevent file in a non-supported way
by Kay Sievers
· 18 years ago
16574dc
Driver core: make uevent-environment available in uevent-file
by Kay Sievers
· 18 years ago
49f019d
Driver core: remove use of rwsem
by Greg Kroah-Hartman
· 18 years ago
f89cbc3
Driver core: add suspend() and resume() to struct device_type
by Dmitry Torokhov
· 18 years ago
bdc4960
Driver core: switch firmware_class to uevent_suppress.
by Cornelia Huck
· 18 years ago
83b5fb4c
Driver core: suppress uevents via filter
by Cornelia Huck
· 18 years ago
74e9f5f
Driver core: remove unneeded completion from driver release path
by Greg Kroah-Hartman
· 23 years ago
c6a4669
driver core: don't fail attaching the device if it cannot be bound
by Cornelia Huck
· 18 years ago
21c7f30
driver core: per-subsystem multithreaded probing
by Cornelia Huck
· 18 years ago
414264f
Driver core: add name to device_type
by Kay Sievers
· 18 years ago
621a167
driver core: Use attribute groups in struct device_type
by Dmitry Torokhov
· 18 years ago
b8c5cec
Driver core: udev triggered device-<>driver binding
by Kay Sievers
· 18 years ago
a456b70
dev_printk and new-style class devices
by Jean Delvare
· 18 years ago
8640624
driver core: fix namespace issue with devices assigned to classes
by Kay Sievers
· 18 years ago
00ed8e3
driver core: fix device_add error path
by Dmitriy Monakhov
· 18 years ago
c48ea60
[PATCH] PM: use kobject_name() to access kobject names
by Dmitry Torokhov
· 18 years ago
2363cc0
[PATCH] remove protection of LANANA-reserved majors
by Andrew Morton
· 18 years ago
f5ef2ab
driver core: do not wait unnecessarily in driver_unregister()
by Linus Torvalds
· 18 years ago
d9a9cdf
[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390
by Alan Stern
· 18 years ago
a2807db
driver core: export device_rename
by Johannes Berg
· 18 years ago
f7f3461
Driver core: add device symlink back to sysfs
by Greg Kroah-Hartman
· 18 years ago
2f8d16a
devres: release resources on device_del()
by Tejun Heo
· 18 years ago
82f0cf9
Driver core: fix error by cleanup up symlinks properly
by James Simmons
· 18 years ago
40cf67c5
Driver core: remove class_device_rename
by Greg Kroah-Hartman
· 18 years ago
b446b60
[PATCH] rework reserved major handling
by Andrew Morton
· 18 years ago
874ff01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
405ae7d
Replace remaining references to "driverfs" with "sysfs".
by Robert P. J. Day
· 18 years ago
4aca67e
Driver core: device_add_attrs() cleanup
by Andrew Morton
· 18 years ago
b92be9f
Driver: remove redundant kobject_unregister checks
by Mariusz Kozlowski
· 18 years ago
05a0416
[PATCH] Drop __get_zone_counts()
by Christoph Lameter
· 18 years ago
9ac7849
devres: device resource management
by Tejun Heo
· 18 years ago
2f65168
Driver Core: Increase the default timeout value of the firmware subsystem
by Dave Jones
· 18 years ago
b7a3e81
Driver core: allow to delay the uevent at device creation time
by Kay Sievers
· 18 years ago
f9f852d
Driver core: add device_type to struct device
by Kay Sievers
· 18 years ago
239378f
Driver core: add uevent vars for devices of a class
by Kay Sievers
· 18 years ago
cb986b7
driver core: Change function call order in device_bind_driver().
by Cornelia Huck
· 18 years ago
c578abb
driver core: Don't stop probing on ->probe errors.
by Cornelia Huck
· 18 years ago
fbfb144
driver core fixes: device_register() retval check in platform.c
by Cornelia Huck
· 18 years ago
cb360bb
driver core fixes: make_class_name() retval checks
by Cornelia Huck
· 18 years ago
c744aeae
driver core: Allow device_move(dev, NULL).
by Cornelia Huck
· 18 years ago
717e48c
driver core: Remove device_is_registered() in device_move().
by Cornelia Huck
· 18 years ago
af9997e
[PATCH] fix kernel-doc warnings in 2.6.20-rc1
by Randy Dunlap
· 18 years ago
6eefd34
Driver core: Make platform_device_add_data accept a const pointer
by Scott Wood
· 18 years ago
c63e078
Driver core: "platform_driver_probe() can save codespace": save codespace
by Andrew Morton
· 18 years ago
44c53c4
driver core: delete virtual directory on class_unregister()
by Akinobu Mita
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
4522d58
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
02316067
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
by Ingo Molnar
· 18 years ago
28ec24e
[PATCH] driver/base/memory.c: handle errors properly
by Andrew Morton
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
Next »