summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | cpufreq: acpi-cpufreq: Clean up hot plug notifier callbackRichard Cochran2016-03-201-2/+4
| | * | | | | | | | | | | | | intel_pstate: Do not call wrmsrl_on_cpu() with disabled interruptsRafael J. Wysocki2016-03-201-30/+43
| | * | | | | | | | | | | | | cpufreq: Make cpufreq_quick_get() safe to callRichard Cochran2016-03-181-2/+10
* | | | | | | | | | | | | | | Merge tag 'rtc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds2016-03-258-16/+316
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | rtc: abx80x: handle the oscillator failure bitMylène Josserand2016-03-251-2/+31
| * | | | | | | | | | | | | | | rtc: abx80x: handle autocalibrationMylène Josserand2016-03-251-0/+219
| * | | | | | | | | | | | | | | rtc: rv8803: workaround i2c HW issueAlexandre Belloni2016-03-251-6/+22
| * | | | | | | | | | | | | | | rtc: mcp795: add devicetree supportEmil Bartczak2016-03-212-0/+21
| * | | | | | | | | | | | | | | rtc: asm9260: remove incorrect __init/__exit annotationsArnd Bergmann2016-03-191-2/+2
| * | | | | | | | | | | | | | | rtc: m41t80: avoid out of range year valuesStefan Christ2016-03-191-0/+6
| * | | | | | | | | | | | | | | rtc: s3c: Don't print an error on probe deferralJavier Martinez Canillas2016-03-191-5/+14
| * | | | | | | | | | | | | | | rtc: rv3029: stop mentioning rv3029c2Alexandre Belloni2016-03-151-1/+1
* | | | | | | | | | | | | | | | Merge tag 'hwmon-for-linus-v4.6-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-251-48/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | MAINTAINERS: Update mailing list and web page for hwmon subsystemGuenter Roeck2016-03-241-48/+48
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-2514-78/+251
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | nvme: avoid cqe corruption when update at the same time as readMarta Rybczynska2016-03-221-11/+13
| * | | | | | | | | | | | | | | | | writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeTejun Heo2016-03-201-10/+19
| * | | | | | | | | | | | | | | | | writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Tejun Heo2016-03-201-3/+5
| * | | | | | | | | | | | | | | | | blk-mq: Use proper cpumask iteratorThomas Gleixner2016-03-203-17/+6
| * | | | | | | | | | | | | | | | | mtip32xx: fix checks for dma mapping errorsAlexey Khoroshilov2016-03-191-2/+2
| * | | | | | | | | | | | | | | | | lightnvm: do not load L2P table if not supportedJavier González2016-03-191-1/+1
| * | | | | | | | | | | | | | | | | lightnvm: do not reserve lun on l2p loadingJavier González2016-03-191-3/+0
| * | | | | | | | | | | | | | | | | nvme: lightnvm: return ppa completion statusMatias Bjorling2016-03-192-2/+16
| * | | | | | | | | | | | | | | | | lightnvm: add a bitmap of lunsWenwei Tao2016-03-194-29/+74
| * | | | | | | | | | | | | | | | | lightnvm: specify target's logical address areaWenwei Tao2016-03-196-2/+116
| * | | | | | | | | | | | | | | | | null_blk: add lightnvm null_blk device to the nullb_listWenwei Tao2016-03-191-1/+2
* | | | | | | | | | | | | | | | | | Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-2561-592/+3524
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | mtd: nand: remove kerneldoc for removed function parameterBrian Norris2016-03-111-1/+0
| * | | | | | | | | | | | | | | | | | mtd: nand: Qualcomm NAND controller driverArchit Taneja2016-03-103-0/+2231
| * | | | | | | | | | | | | | | | | | dt/bindings: qcom_nandc: Add DT bindingsArchit Taneja2016-03-101-0/+86
| * | | | | | | | | | | | | | | | | | mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja2016-03-105-26/+23
| * | | | | | | | | | | | | | | | | | mtd: spi-nor: support lock/unlock for a few Winbond chipsBrian Norris2016-03-081-3/+15
| * | | | | | | | | | | | | | | | | | mtd: spi-nor: add TB (Top/Bottom) protect supportBrian Norris2016-03-082-7/+65
| * | | | | | | | | | | | | | | | | | mtd: spi-nor: add SPI_NOR_HAS_LOCK flagBrian Norris2016-03-081-2/+5
| * | | | | | | | | | | | | | | | | | mtd: spi-nor: use BIT() for flash_info flagsBrian Norris2016-03-081-8/+8
| * | | | | | | | | | | | | | | | | | mtd: spi-nor: disallow further writes to SR if WP# is lowBrian Norris2016-03-081-0/+7
| * | | | | | | | | | | | | | | | | | mtd: spi-nor: make lock/unlock bounds checks more obvious and robustBrian Norris2016-03-081-18/+50
| * | | | | | | | | | | | | | | | | | mtd: spi-nor: silently drop lock/unlock for already locked/unlocked regionBrian Norris2016-03-081-2/+10
| * | | | | | | | | | | | | | | | | | mtd: spi-nor: wait for SR_WIP to clear on initial unlockBrian Norris2016-03-081-0/+1
| * | | | | | | | | | | | | | | | | | mtd: nand: simplify nand_bch_init() usageBoris BREZILLON2016-03-084-36/+33
| * | | | | | | | | | | | | | | | | | mtd: mtdswap: remove useless if (!mtd->ecclayout) testBoris BREZILLON2016-03-081-8/+0
| * | | | | | | | | | | | | | | | | | mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON2016-03-084-32/+13
| * | | | | | | | | | | | | | | | | | mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-0811-65/+53
| * | | | | | | | | | | | | | | | | | mtd: nand: check status before reporting timeoutBrian Norris2016-03-071-2/+2
| * | | | | | | | | | | | | | | | | | mtd: bcm63xxpart: give width specifier an 'int', not 'size_t'Brian Norris2016-03-071-4/+4
| * | | | | | | | | | | | | | | | | | mtd: mtdram: Add parameter for setting writebuf sizeAlexander Stein2016-03-071-1/+4
| * | | | | | | | | | | | | | | | | | mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd'Brian Norris2016-03-071-10/+0
| * | | | | | | | | | | | | | | | | | Documentation: fsl-quadspi: Add optional propertiesYao Yuan2016-03-071-0/+1
| * | | | | | | | | | | | | | | | | | Documentation: fsl-quadspi: Add fsl, ls2080a-qspi compatible stringYao Yuan2016-03-071-1/+3
| * | | | | | | | | | | | | | | | | | mtd: spi-nor: fsl-quadspi: add support for layerscapeYao Yuan2016-03-071-1/+1