index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Lines
2012-08-16
firmware loader: cache devices firmware during suspend/resume cycle
Ming Lei
-0
/
+32
2012-08-16
firmware loader: use small timeout for cache device firmware
Ming Lei
-0
/
+14
2012-08-16
firmware: introduce device_cache/uncache_fw_images
Ming Lei
-6
/
+215
2012-08-16
driver core: devres: introduce devres_for_each_res
Ming Lei
-0
/
+42
2012-08-16
firmware loader: store firmware name into devres list
Ming Lei
-0
/
+64
2012-08-16
firmware loader: fix comments on request_firmware_nowait
Ming Lei
-3
/
+7
2012-08-16
firmware loader: fix device lifetime
Ming Lei
-0
/
+6
2012-08-16
firmware loader: introduce cache_firmware and uncache_firmware
Ming Lei
-8
/
+92
2012-08-16
firmware loader: always let firmware_buf own the pages buffer
Ming Lei
-69
/
+171
2012-08-16
firmware loader: introduce firmware_buf
Ming Lei
-78
/
+102
2012-08-16
firmware loader: fix creation failure of fw loader device
Ming Lei
-1
/
+1
2012-08-16
firmware loader: remove unnecessary wmb()
Ming Lei
-1
/
+0
2012-08-16
firmware loader: fix races during loading firmware
Ming Lei
-9
/
+11
2012-08-16
firmware loader: simplify pages ownership transfer
Ming Lei
-23
/
+39
2012-08-16
platform: Add support for automatic device IDs
Jean Delvare
-3
/
+35
2012-08-16
driver core: free devres in device_release
Ming Lei
-7
/
+11
2012-08-16
drivers-core: make structured logging play nice with dynamic-debug
Jim Cromie
-2
/
+7
2012-08-08
PM: Make dev_pm_get_subsys_data() always return 0 on success
Rafael J. Wysocki
-5
/
+2
2012-08-07
regmap: irq: Enable devices for runtime PM while handling interrupts
Mark Brown
-0
/
+25
2012-08-04
regmap: irq: initialize all irqs to wake disabled
Stephen Warren
-0
/
+16
2012-08-04
regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base
Stephen Warren
-0
/
+5
2012-08-04
regmap: name irq_chip based on regmap_irq_chip's name
Stephen Warren
-1
/
+1
2012-08-04
regmap: store irq_chip inside regmap_irq_chip_data
Stephen Warren
-2
/
+4
2012-08-04
regmap: irq: Only update mask bits when doing initial mask
Mark Brown
-1
/
+2
2012-08-04
regmap: fix some error messages to take account of irq_reg_stride
Stephen Warren
-14
/
+15
2012-08-04
regmap: Don't lock in regmap_reinit_cache()
Dimitris Papastamos
-9
/
+4
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-7
/
+2
2012-07-31
mm: factor out memory isolate functions
Minchan Kim
-0
/
+1
2012-07-30
Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...
Linus Torvalds
-0
/
+49
2012-07-30
common: dma-mapping: introduce dma_get_sgtable() function
Marek Szyprowski
-0
/
+18
2012-07-30
common: dma-mapping: add support for generic dma_mmap_* calls
Marek Szyprowski
-0
/
+31
2012-07-29
new helper: done_path_create()
Al Viro
-7
/
+2
2012-07-26
Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-37
/
+69
2012-07-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-2
/
+0
2012-07-23
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-57
/
+41
2012-07-22
Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
-83
/
+291
2012-07-22
Merge tag 'regmap-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Linus Torvalds
-37
/
+411
2012-07-22
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next
Mark Brown
-15
/
+279
2012-07-20
[SCSI] cleanup usages of scsi_complete_async_scans
Dan Williams
-2
/
+0
2012-07-19
Merge branch 'pm-sleep'
Rafael J. Wysocki
-1
/
+9
2012-07-19
PM / Sleep: call early resume handlers when suspend_noirq fails
Colin Cross
-1
/
+9
2012-07-18
Make wait_for_device_probe() also do scsi_complete_async_scans()
Linus Torvalds
-0
/
+2
2012-07-19
Merge branch 'pm-qos'
Rafael J. Wysocki
-1
/
+1
2012-07-19
Merge branch 'pm-sleep'
Rafael J. Wysocki
-6
/
+10
2012-07-19
Merge branch 'pm-domains'
Rafael J. Wysocki
-74
/
+268
2012-07-19
PM / QoS: Use NULL pointer instead of plain integer in qos.c
Sachin Kamat
-1
/
+1
2012-07-18
PM / Sleep: Add missing static storage class specifiers in main.c
Sachin Kamat
-4
/
+4
2012-07-18
regmap: Fix incorrect arguments to kzalloc() call
Dimitris Papastamos
-1
/
+1
2012-07-17
driver core: don't trigger uevent after failure
Sebastian Ott
-2
/
+3
2012-07-16
PM / Runtime: Do not increment device usage counts before probing
Rafael J. Wysocki
-4
/
+2
[prev]
[next]