Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | dma: acpi-dma: introduce ACPI DMA helpers | Andy Shevchenko | 2013-04-15 | 1 | -0/+116 | |
| * | | | | | | | | | | dma: Make the 'mask' parameter of __dma_request_channel const | Lars-Peter Clausen | 2013-04-15 | 1 | -5/+6 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2013-05-09 | 2 | -17/+23 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'cpu_cooling-doc-comments-update' of .git into next | Zhang Rui | 2013-04-27 | 1 | -8/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | thermal: cpu_cooling: improve line breaking | Eduardo Valentin | 2013-04-27 | 1 | -8/+8 | |
| * | | | | | | | | | | | Merge branch 'cpu_cooling-doc-comments-update' of .git into next | Zhang Rui | 2013-04-24 | 1 | -3/+1 | |
| |\| | | | | | | | | | | ||||||
| | * | | | | | | | | | | thermal: cpu_cooling: remove unused symbols on cpu_cooling.h | Eduardo Valentin | 2013-04-24 | 1 | -3/+0 | |
| | * | | | | | | | | | | thermal: cpu_cooling: add needed header for cpu_cooling.h | Eduardo Valentin | 2013-04-24 | 1 | -0/+1 | |
| * | | | | | | | | | | | thermal: rename notify_thermal_framework to thermal_notify_framework | Eduardo Valentin | 2013-04-24 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | thermal: expose thermal_zone_get_temp API | Eduardo Valentin | 2013-04-15 | 1 | -0/+1 | |
| * | | | | | | | | | | thermal: introduce thermal_zone_get_zone_by_name helper function | Eduardo Valentin | 2013-04-15 | 1 | -0/+1 | |
| * | | | | | | | | | | Merge branch 'thermal' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan... | Zhang Rui | 2013-04-15 | 2 | -6/+12 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Thermal: build cpu_cooling code into thermal_sys module | Zhang Rui | 2013-04-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | Thermal: build thermal governors into thermal_sys module | Zhang Rui | 2013-04-14 | 1 | -4/+0 | |
| | * | | | | | | | | | | Thermal: exynos: fix cooling state translation | Zhang Rui | 2013-03-26 | 2 | -1/+11 | |
| * | | | | | | | | | | | thermal: Fix compiler warning | Ezequiel Garcia | 2013-03-26 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-05-09 | 2 | -6/+100 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | mlx4_core: Expose a few helpers to fill DMFS HW strucutures | Hadar Hen Zion | 2013-04-25 | 1 | -1/+11 | |
| * | | | | | | | | | | | mlx4_core: Directly expose fields of DMFS HW rule control segment | Hadar Hen Zion | 2013-04-25 | 1 | -1/+3 | |
| * | | | | | | | | | | | mlx4_core: Change a few DMFS fields names to match firmare spec | Hadar Hen Zion | 2013-04-25 | 1 | -4/+4 | |
| * | | | | | | | | | | | mlx4: Match DMFS promiscuous field names to firmware spec | Hadar Hen Zion | 2013-04-25 | 1 | -5/+6 | |
| * | | | | | | | | | | | mlx4_core: Move DMFS HW structs to common header file | Hadar Hen Zion | 2013-04-25 | 1 | -0/+79 | |
| * | | | | | | | | | | | mlx4_core: Implement SRQ object lookup from srqn | Shlomo Pongratz | 2013-04-17 | 1 | -0/+2 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2013-05-09 | 2 | -8/+691 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | f2fs: add a tracepoint on f2fs_new_inode | Jaegeuk Kim | 2013-04-29 | 1 | -0/+7 | |
| * | | | | | | | | | | | f2fs: add tracepoints to debug checkpoint request | Namjae Jeon | 2013-04-23 | 1 | -0/+24 | |
| * | | | | | | | | | | | f2fs: add tracepoints for write page operations | Namjae Jeon | 2013-04-23 | 1 | -0/+67 | |
| * | | | | | | | | | | | f2fs: add tracepoints to debug the block allocation | Namjae Jeon | 2013-04-23 | 1 | -0/+64 | |
| * | | | | | | | | | | | f2fs: add tracepoints for GC threads | Namjae Jeon | 2013-04-23 | 1 | -0/+75 | |
| * | | | | | | | | | | | f2fs: add tracepoint for tracing the page i/o | Namjae Jeon | 2013-04-23 | 1 | -0/+74 | |
| * | | | | | | | | | | | f2fs: add tracepoints for truncate operation | Namjae Jeon | 2013-04-23 | 1 | -0/+176 | |
| * | | | | | | | | | | | f2fs: add tracepoints for sync & inode operations | Namjae Jeon | 2013-04-23 | 1 | -0/+195 | |
| * | | | | | | | | | | | f2fs: align f2fs maximum name length to linux based filesystem | Jaegeuk Kim | 2013-03-18 | 1 | -8/+9 | |
* | | | | | | | | | | | | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 8 | -12/+306 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | drbd: use sched_setscheduler() | Philipp Reisner | 2013-03-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | | drbd: Fix disconnect to keep the peer disk state if connection breaks during ... | Philipp Reisner | 2013-03-28 | 1 | -1/+2 | |
| * | | | | | | | | | | | | idr: document exit conditions on idr_for_each_entry better | George Spelvin | 2013-03-28 | 1 | -4/+6 | |
| * | | | | | | | | | | | | Merge branch 'bcache-for-upstream' of http://evilpiepirate.org/git/linux-bcac... | Jens Axboe | 2013-03-25 | 4 | -0/+291 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | bcache: A block layer cache | Kent Overstreet | 2013-03-24 | 3 | -0/+281 | |
| | * | | | | | | | | | | | | Revert "rw_semaphore: remove up/down_read_non_owner" | Kent Overstreet | 2013-03-23 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | drbd: adjust upper limit for activity log extents | Lars Ellenberg | 2013-03-23 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | lru_cache: introduce lc_get_cumulative() | Lars Ellenberg | 2013-03-23 | 1 | -0/+1 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 6 | -67/+115 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | block: fix max discard sectors limit | James Bottomley | 2013-04-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern... | Jens Axboe | 2013-04-02 | 42 | -84/+352 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | writeback: replace custom worker pool implementation with unbound workqueue | Tejun Heo | 2013-04-02 | 2 | -15/+5 | |
| | * | | | | | | | | | | | | | writeback: remove unused bdi_pending_list | Tejun Heo | 2013-04-02 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for... | Jens Axboe | 2013-03-25 | 3 | -50/+80 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | bio-integrity: Add explicit field for owner of bip_buf | Kent Overstreet | 2013-03-23 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | block: Add an explicit bio flag for bios that own their bvec | Kent Overstreet | 2013-03-23 | 2 | -5/+1 |