summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-0368-1647/+835
|\
| * clocksource/drivers/mips-gic-timer: Fix an error code in 'gic_clocksource_of_...Christophe Jaillet2017-06-271-2/+3
| * clocksource/drivers/fsl_ftm_timer: Unmap region obtained by of_iomapArvind Yadav2017-06-271-2/+6
| * clocksource/drivers/tcb_clksrc: Make IO endian agnosticAlexandre Belloni2017-06-271-29/+29
| * clocksource/drivers/sun4i: Switch to the timer-of common initDaniel Lezcano2017-06-262-94/+78
| * clocksource/drivers/timer-of: Fix invalid iomap checkDaniel Lezcano2017-06-261-1/+1
| * clocksource/drivers: Fix uninitialized variable use in timer_of_initArnd Bergmann2017-06-221-3/+2
| * Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-21401-2573/+3851
| |\
| * | clocksource/drivers/fttmr010: Factor out clock read codeLinus Walleij2017-06-141-10/+6
| * | clocksource/drivers/fttmr010: Implement delay timerLinus Walleij2017-06-141-1/+34
| * | clocksource/drivers: Add timer-of common init routineDaniel Lezcano2017-06-144-0/+243
| * | clocksource/drivers/tcb_clksrc: Save timer context on suspend/resumeAlexandre Belloni2017-06-141-0/+51
| * | clocksource/drivers/fttmr010: Optimize sched_clock()Linus Walleij2017-06-141-5/+10
| * | clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPIDaniel Lezcano2017-06-141-2/+2
| * | clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano2017-06-145-33/+33
| * | clocksource/drivers: Rename clksrc table to timerDaniel Lezcano2017-06-141-9/+9
| * | clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREDaniel Lezcano2017-06-141-1/+1
| * | clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-141-1/+1
| * | clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano2017-06-1457-96/+96
| * | Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Daniel Lezcano2017-06-123-64/+0
| * | clocksource/drivers/fttmr010: Fix aspeed-2500 initializationDaniel Lezcano2017-06-121-7/+16
| * | clocksource/drivers/fttmr010: Add AST2500 compatible stringDaniel Lezcano2017-06-121-1/+2
| * | clocksource/drivers/fttmr010: Merge Moxa into FTTMR010Linus Walleij2017-06-124-301/+106
| * | clocksource/drivers/fttmr010: Switch to use TIMER2 srcLinus Walleij2017-06-121-11/+10
| * | clocksource/drivers/fttmr010: Switch to use bitopsLinus Walleij2017-06-121-21/+22
| * | clocksource/drivers/fttmr010: Use state containerLinus Walleij2017-06-121-74/+116
| * | clocksource/drivers/fttmr010: Drop Gemini specificsLinus Walleij2017-06-121-81/+22
| * | clocksource/drivers/fttmr010: Fix the clock handlingLinus Walleij2017-06-121-1/+7
| * | Merge branch 'timers/urgent' into WIP.timersThomas Gleixner2017-06-04200-1462/+2572
| |\ \
| * | | mmtimer: Remove the SGI SN2 mmtimer driverChristoph Hellwig2017-05-263-868/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-0317-745/+317
|\ \ \ \
| * | | | s390/dasd: Fix faulty ENODEV for RO sysfs attributeJan Höppner2017-06-281-1/+1
| * | | | s390/cio: introduce io_subchannel_typeSebastian Ott2017-06-123-99/+50
| * | | | s390/dasd: fix hanging safe offlineStefan Haberland2017-06-121-2/+6
| * | | | s390/dasd: fix unusable device after safe offline processingStefan Haberland2017-06-122-31/+44
| * | | | s390/dasd: Display read-only attribute correctlyJan Höppner2017-06-121-5/+14
| * | | | s390/zcrypt: Add some debug messages on failure.Harald Freudenberger2017-06-121-2/+10
| * | | | s390/zcrypt: Rework ap init in case of out of range domain param.Harald Freudenberger2017-06-121-6/+15
| * | | | s390/hvc_iucv: fix broken Kconfig select statementHeiko Carstens2017-06-121-1/+1
| * | | | s390/crypto: fix aes/paes Kconfig dependenyHarald Freudenberger2017-06-121-1/+14
| * | | | s390/zcrypt: remove unused function zcrypt_type6_mex_key_de()Harald Freudenberger2017-06-121-85/+0
| * | | | s390/zcrypt: get rid of little/big endian handlingHeiko Carstens2017-06-122-29/+11
| * | | | s390/pkey: add missing __user annotationsHeiko Carstens2017-06-121-2/+2
| * | | | s390/dasd: Remove variable sized arrayJan Höppner2017-06-121-17/+30
| * | | | s390/scm: use multiple queuesSebastian Ott2017-06-122-13/+42
| * | | | s390/scm: convert taskletSebastian Ott2017-06-122-40/+15
| * | | | s390/scm: convert to blk-mqSebastian Ott2017-06-122-65/+74
| * | | | s390/scm: remove cluster optionSebastian Ott2017-06-125-361/+3
| * | | | s390/pkey: make pkey_init() staticHeiko Carstens2017-06-121-1/+1
* | | | | Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-034-3/+34
|\ \ \ \ \