Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
d93143539ee3c15dc1b13d29b2c19f48fca4fa83
/
drivers
/
base
2a38ada
Merge tag 'v3.4.72' into tmp
by Ethan Chen
· 13 years ago
8d4d2f9
base: genlock: Zero a structure before sending it to user space
by Jordan Crouse
· 13 years ago
92383a8
sync: signal pt before sync_timeline object gets destroyed
by Prakash Kamliya
· 13 years ago
6e99f32
drivers/base/memory.c: fix show_mem_removable() to handle missing sections
by Russ Anderson
· 13 years ago
ff289c1
regmap: silence GCC warning
by Paul Bolle
· 14 years ago
af3ebed
sync: Limit logging to particular fence on timeout and error
by Prakash Kamliya
· 13 years ago
1b430e4
sync: fix timeout = 0 wait behavior
by Jamie Gennis
· 13 years ago
a68e174
sync: don't log wait timeouts when timeout = 0
by Erik Gilling
· 14 years ago
6ec0e8e
regmap: cache Fix regcache-rbtree sync
by Lars-Peter Clausen
· 13 years ago
38bc0fe
drivercore: Fix ordering between deferred_probe and exiting initcalls
by Grant Likely
· 13 years ago
362efcc
Driver core: treat unregistered bus_types as having no devices
by Bjorn Helgaas
· 14 years ago
b549e52
sync: Fix race condition between merge and signal
by Ørjan Eide
· 14 years ago
e833aca
Update copyright to The Linux Foundation
by Duy Truong
· 13 years ago
ba1de75
regmap: debugfs: Avoid overflows for very small reads
by Mark Brown
· 14 years ago
c4e9e58
PM / QoS: fix wrong error-checking condition
by Guennadi Liakhovetski
· 14 years ago
8a5bdaf
PM: Prevent runtime suspend during system resume
by Alan Stern
· 14 years ago
0f667e8
Revert "base: sync: signal a sync pt when not adding to the active_list"
by Iliyan Malchev
· 14 years ago
111ae13
sync: Fix error paths
by Rebecca Schultz Zavin
· 14 years ago
8e0b325
sync: add tracepoint support
by Ajay Dudani
· 14 years ago
bf7a56a
sw_sync: convert to new value_str debug ops
by Ajay Dudani
· 14 years ago
41991aa
sync: refactor sync debug printing
by Ajay Dudani
· 14 years ago
f76d6d6
sync: use proper barriers when waiting indefinitely
by Ajay Dudani
· 14 years ago
cc4ce56
sync: update new fence status with sync_fence_signal_pt
by Ajay Dudani
· 14 years ago
ea12765
sync: dump sync state of fence errors
by Ajay Dudani
· 14 years ago
7a47627
sync: protect unlocked access to fence status
by Erik Gilling
· 14 years ago
24a0c20
PM / Sleep: use resume event when call dpm_resume_early
by Feng Hong
· 14 years ago
7f2e6de
PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()
by Rafael J. Wysocki
· 14 years ago
a0bfb91
PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set
by Rafael J. Wysocki
· 14 years ago
bd483da
base: sync: signal a sync pt when not adding to the active_list
by Jeff Boody
· 14 years ago
31802ec
sync: improve timeout dumps
by Ajay Dudani
· 14 years ago
93b10c9
sync: use correct signed type when handling SYNC_IOC_WAIT
by Ajay Dudani
· 14 years ago
442fff4
sync: dump sync state to console on timeout
by Ajay Dudani
· 14 years ago
4581158
sync: clean up compiler warnings
by Ajay Dudani
· 14 years ago
131ed18
sync: fix erase-o in sync_fence_wait
by Ajay Dudani
· 14 years ago
df53a2ca
sync: change wait timeout to mirror poll semantics
by Ajay Dudani
· 14 years ago
741cdde
sync: add reference counting to timelines
by Ajay Dudani
· 14 years ago
c4af266
sync: add internal refcounting to fences
by Ajay Dudani
· 14 years ago
9934319
sync: optimize fence merges
by Ajay Dudani
· 14 years ago
1ee7685
sync: reorder sync_fence_release
by Ajay Dudani
· 14 years ago
21d7afe
Merge commit '406a0a8400fd2d1d5b68c993e191f4c05a8c23a9' into android-msm-mako-3.4-wip
by Iliyan Malchev
· 14 years ago
64440f7
Merge "common: add dma_mmap_from_coherent() function" into msm-3.4
by Linux Build Service Account
· 14 years ago
9d268ac
PM / Sleep: Prevent waiting forever on asynchronous suspend after abort
by Devin Kim
· 14 years ago
a856ecf
PM / Sleep: call early resume handlers when suspend_noirq fails
by Colin Cross
· 14 years ago
b1ee3af
common: add dma_mmap_from_coherent() function
by Marek Szyprowski
· 14 years ago
6c85661
Merge commit 'ae8381a32ba8b9fc8e803a59cd7ff3a38d58d082' into android-msm-mako-3.4-wip
by Iliyan Malchev
· 14 years ago
46dbb0f
PM / Sleep: call early resume handlers when suspend_noirq fails
by Colin Cross
· 14 years ago
e3be5ca
drivers: power: fix suspend/resume lockup issue
by Jaeseong GIM
· 14 years ago
dc6023b
base: genlock: handle error while creating lock/handle inode
by Jeff Boody
· 14 years ago
3d90eea
PM / Sleep: Prevent waiting forever on asynchronous suspend after abort
by Mandeep Singh Baines
· 14 years ago
55bb033
drivers: add Contiguous Memory Allocator
by Marek Szyprowski
· 15 years ago
507a9d3
base: genlock: add magic to protect attach from non-genlock file
by Jeff Boody
· 14 years ago
d6f534f
base: genlock: protect kref counting with spinlock
by Jeff Boody
· 14 years ago
f132c6c
Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4
by Steve Muckle
· 14 years ago
49795fb
sw_sync: export sw_sync API
by Erik Gilling
· 14 years ago
4fb837a
sync: export sync API symbols
by Erik Gilling
· 14 years ago
c80114f
sync: allow async waits to be canceled
by Erik Gilling
· 14 years ago
d4e8b71
dma-buf: mmap support
by Daniel Vetter
· 14 years ago
a1eeaca
sync: add poll support
by Erik Gilling
· 14 years ago
484101e
sw_sync: add fill_driver_data support
by Erik Gilling
· 14 years ago
3913bff
sync: add ioctl to get fence data
by Erik Gilling
· 14 years ago
2c959d7
sw_sync: add debug support
by Erik Gilling
· 14 years ago
981c8a9
sync: add debugfs support
by Erik Gilling
· 14 years ago
ad433ba
sync: add timestamps to sync_pts
by Erik Gilling
· 14 years ago
560b546
sw_sync: add cpu based sync driver
by Erik Gilling
· 14 years ago
010accf
sync: Add synchronization framework
by Erik Gilling
· 14 years ago
ec0b571
Merge commit 'v3.4-rc7' into android-3.4
by Colin Cross
· 14 years ago
6560ffd
regmap: fix possible memory corruption in regmap_bulk_read()
by Laxman Dewangan
· 14 years ago
6d9076f
base: genlock: allow synchronization with a single gralloc handle
by Jeff Boody
· 14 years ago
09be5f3
iommu: Initialize domain->handler in iommu_domain_alloc()
by KyongHo Cho
· 15 years ago
48c02c9
iommu/core: let drivers know if an iommu fault handler isn't installed
by Ohad Ben-Cohen
· 15 years ago
a4d334f
iommu/core: export iommu_set_fault_handler()
by Ohad Ben-Cohen
· 15 years ago
a1c6df3
iommu/core: Add fault reporting mechanism
by Ohad Ben-Cohen
· 15 years ago
d41707f
Merge "DMM: Fix for movable bytes near end of address space" into msm-3.0
by Linux Build Service Account
· 14 years ago
ab2965e
Merge commit 'v3.4-rc3' into android-3.4
by Colin Cross
· 14 years ago
07f43dd
PM / Driver core: leave runtime PM enabled during system shutdown
by Alan Stern
· 15 years ago
28976a8
DMM: Fix for movable bytes near end of address space
by Hanumant Singh
· 14 years ago
d292ce7
PM: Limit race conditions between runtime PM and system sleep (v2)
by Rafael J. Wysocki
· 15 years ago
24e887c
drivercore: Add driver probe deferral mechanism
by Grant Likely
· 14 years ago
3a4ffe9
drivers/base: fix compiler warning in SoC export driver - idr should be ida
by Lee Jones
· 14 years ago
33cb4f3
drivers/base: Remove unneeded spin_lock_init call for soc_lock
by Axel Lin
· 14 years ago
9109a22
drivers: power: Add watchdog timer to catch drivers which lockup during suspend.
by Benoit Goby
· 17 years ago
f4e52e7
Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 14 years ago
5d32c88
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 14 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 14 years ago
c04c1b9
regmap: prevent division by zero in rbtree_show
by Stephen Warren
· 14 years ago
64ebe98
Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 14 years ago
e466de0
regmap: Export regcache_sync_region()
by Mark Brown
· 14 years ago
4b4e9e4
regmap: rbtree: Fix register default look-up in sync
by Lars-Peter Clausen
· 14 years ago
a76e99a
Merge branch 'Linux 3.0.21' into msm-3.0
by Rohit Vaswani
· 14 years ago
ed0bb8e
Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf
by Linus Torvalds
· 14 years ago
a36cf84
firmware_class: Move request_firmware_nowait() to workqueues
by Stephen Boyd
· 14 years ago
dddb554
firmware_class: Reorganize fw_create_instance()
by Stephen Boyd
· 14 years ago
9b78c1d
firmware_class: Do not warn that system is not ready from async loads
by Rafael J. Wysocki
· 14 years ago
811fa40
firmware_class: Split _request_firmware() into three functions, v2
by Rafael J. Wysocki
· 14 years ago
fe2e39d
firmware_class: Rework usermodehelper check
by Rafael J. Wysocki
· 14 years ago
f2791d7
PM / Runtime: don't forget to wake up waitqueue on failure
by Alan Stern
· 14 years ago
fc13020
dma-buf: add support for kernel cpu access
by Daniel Vetter
· 14 years ago
6b607e3
dma-buf: don't hold the mutex around map/unmap calls
by Daniel Vetter
· 14 years ago
55c1c4c
dma-buf: pass flags into dma_buf_fd.
by Dave Airlie
· 14 years ago
33ea2dc
dma-buf: add dma_data_direction to unmap dma_buf_op
by Sumit Semwal
· 15 years ago
Next »