summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * drivers/gpio: Altera soft IP GPIO driver device tree bindingTien Hock Loh2015-03-071-0/+43
| * drivers/gpio: Altera soft IP GPIO driverTien Hock Loh2015-03-074-0/+391
| * gpio: vf610: Replaces comma between expression statements by semicolonAxel Lin2015-03-061-8/+8
| * gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsRojhalat Ibrahim2015-03-053-2/+131
| * gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-03-055-3/+312
| * gpiolib: define gpio suffixes globallyRojhalat Ibrahim2015-03-052-8/+9
| * gpio: add parameter to allow the use named gpiosOlliver Schinagl2015-03-044-3/+20
| * gpio: pcf857x: Propagate wake-up setting to parent irq controllerGeert Uytterhoeven2015-03-041-3/+34
| * gpio: pcf857x: Switch to use gpiolib irqchip helpersGeert Uytterhoeven2015-03-042-94/+28
| * gpio: Document GPIO hogging mechanismBenoit Parrot2015-03-041-0/+30
| * gpio: add GPIO hogging mechanismBenoit Parrot2015-03-043-19/+219
| * gpio: max732x: convert to GPIOLIB_IRQCHIPLinus Walleij2015-03-022-93/+43
| * gpio: mb86s70: Return error if requesting an already assigned gpioAxel Lin2015-03-021-0/+5
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-182-0/+4
|\ \
| * | i2c: core: Export bus recovery functionsMark Brown2015-04-151-0/+3
| * | i2c: jz4780: Fix build for m68k and sparc64Guenter Roeck2015-04-151-0/+1
* | | Merge tag 'dm-4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-04-1824-343/+1928
|\ \ \
| * | | dm crypt: fix missing error code return from crypt_ctr error pathWei Yongjun2015-04-161-0/+1
| * | | dm crypt: fix deadlock when async crypto algorithm returns -EBUSYBen Collins2015-04-151-6/+6
| * | | dm crypt: leverage immutable biovecs when decrypting on readMike Snitzer2015-04-151-5/+5
| * | | dm crypt: update URLs to new cryptsetup project pageMilan Broz2015-04-153-5/+5
| * | | dm: add log writes targetJosef Bacik2015-04-154-0/+982
| * | | dm table: use bool function return values of true/false not 1/0Joe Perches2015-04-151-10/+10
| * | | dm verity: add error handling modes for corrupted blocksSami Tolvanen2015-04-153-12/+153
| * | | dm thin: remove stale 'trim' message documentationMike Snitzer2015-04-151-3/+0
| * | | dm delay: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-04-151-1/+1
| * | | dm log userspace base: fix compile warningNicholas Mc Guire2015-04-151-4/+3
| * | | dm log userspace transfer: match wait_for_completion_timeout return typeNicholas Mc Guire2015-04-151-2/+3
| * | | dm table: fall back to getting device using name_to_dev_t()Dan Ehrenberg2015-04-151-12/+8
| * | | init: stricter checking of major:minor root= valuesDan Ehrenberg2015-04-151-1/+2
| * | | init: export name_to_dev_t and mark name argument as constDan Ehrenberg2015-04-152-2/+3
| * | | dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attrMike Snitzer2015-04-156-16/+76
| * | | dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mqMike Snitzer2015-04-152-16/+50
| * | | dm: add full blk-mq support to request-based DMMike Snitzer2015-04-154-73/+261
| * | | dm: impose configurable deadline for dm_request_fn's merge heuristicMike Snitzer2015-04-154-4/+73
| * | | dm sysfs: introduce ability to add writable attributesMike Snitzer2015-04-151-5/+27
| * | | dm: don't start current request if it would've merged with the previousMike Snitzer2015-04-151-0/+12
| * | | dm: reduce the queue delay used in dm_request_fn from 100ms to 10msMike Snitzer2015-04-151-1/+1
| * | | dm: don't schedule delayed run of the queue if nothing to doMike Snitzer2015-04-151-1/+1
| * | | dm: only run the queue on completion if congested or no requests pendingMike Snitzer2015-04-151-3/+9
| * | | dm: remove request-based logic from make_request_fn wrapperMike Snitzer2015-04-151-17/+12
| * | | dm: remove request-based DM queue's lld_busy_fn hookMike Snitzer2015-03-313-32/+0
| * | | dm: remove unnecessary wrapper around blk_lld_busyMike Snitzer2015-03-313-12/+1
| * | | dm: rename __dm_get_reserved_ios() helper to __dm_get_module_param()Mike Snitzer2015-03-311-13/+13
| * | | dm switch: fix Documentation to use plain textMike Snitzer2015-03-311-2/+2
| * | | dm cache policy mq: try not to writeback data that changed in the last secondJoe Thornber2015-03-311-1/+93
| * | | dm cache policy mq: remove unused generation member of struct entryJoe Thornber2015-03-311-5/+0
| * | | dm cache policy mq: track entries hit this 'tick' via sentinel objectsJoe Thornber2015-03-311-35/+82
| * | | dm cache policy mq: remove queue_shift_down()Joe Thornber2015-03-311-16/+0
| * | | dm cache policy mq: keep track of the number of entries in a multiqueueJoe Thornber2015-03-311-13/+12
OpenPOWER on IntegriCloud