summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | libnvdimm: fix nvdimm_bus_lock() vs device_lock() orderingDan Williams2017-05-014-11/+18
| * | | | | | libnvdimm: rework region badblocks clearingDan Williams2017-04-303-57/+59
| * | | | | | acpi, nfit: kill ACPI_NFIT_DEBUGDan Williams2017-04-292-25/+8
| * | | | | | libnvdimm: fix clear length of nvdimm_forget_poison()Toshi Kani2017-04-291-1/+3
| * | | | | | libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notifyToshi Kani2017-04-281-12/+25
| * | | | | | libnvdimm, region: sysfs trigger for nvdimm_flush()Dan Williams2017-04-281-0/+41
| * | | | | | libnvdimm: fix phys_addr for nvdimm_clear_poisonToshi Kani2017-04-271-1/+2
| * | | | | | libnvdimm, region: fix flush hint detection crashDan Williams2017-04-251-4/+7
| * | | | | | acpi, nfit: fix module unload vs workqueue shutdown raceDan Williams2017-04-182-30/+47
| * | | | | | acpi, nfit: limit ->flush_probe() to initialization workDan Williams2017-04-172-0/+8
| * | | | | | acpi, nfit: collate health state flagsDan Williams2017-04-171-2/+14
| * | | | | | acpi, nfit: support "map failed" dimmsDan Williams2017-04-172-13/+42
| * | | | | | acpi, nfit: add support for acpi 6.1 dimm state flagsDan Williams2017-04-141-2/+4
| * | | | | | Revert "libnvdimm: band aid btt vs clear poison locking"Dan Williams2017-04-141-9/+1
| * | | | | | libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocationDave Jiang2017-04-133-26/+38
| * | | | | | device-dax, tools/testing/nvdimm: enable device-dax with mock resourcesDave Jiang2017-04-132-46/+67
| * | | | | | libnvdimm: add support for clear poison list and badblocks for device daxDave Jiang2017-04-133-13/+112
| * | | | | | libnvdimm: Add 'resource' sysfs attribute to regionsDave Jiang2017-04-131-0/+13
| * | | | | | libnvdimm: add mechanism to publish badblocks at the region levelDave Jiang2017-04-133-0/+44
| * | | | | | acpi, nfit: fix acpi_get_table leakDan Williams2017-04-131-0/+9
| * | | | | | acpi, nfit: remove unnecessary newlineLinda Knippers2017-04-131-1/+1
| * | | | | | acpi, nfit: allow specifying a default DSM familyLinda Knippers2017-04-131-2/+9
| * | | | | | acpi, nfit: allow override of built-in bitmasks for nvdimm DSMsLinda Knippers2017-04-131-1/+7
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-061754-15210/+358735
|\ \ \ \ \ \
| * | | | | | staging: fsl-mc/dpio: add cpu <--> LE conversion for dpaa2_fdHoria Geantă2017-04-281-21/+24
| * | | | | | staging: ks7010: remove line continuations in quoted stringsIlia Sergachev2017-04-281-6/+24
| * | | | | | staging: vt6656: use tabs instead of spacesJuan Antonio Pedreira Martos2017-04-281-16/+16
| * | | | | | staging: android: ion: Fix unnecessary initialization of static variableFabrizio Perria2017-04-281-1/+1
| * | | | | | staging: media: atomisp: fix range checking on clk_numColin Ian King2017-04-281-4/+4
| * | | | | | staging: media: atomisp: fix misspelled word in commentLuis Oliveira2017-04-281-1/+1
| * | | | | | staging: media: atomisp: kmap() can't failFabian Frederick2017-04-281-17/+2
| * | | | | | staging: atomisp: remove #ifdef for runtime PM functionsArnd Bergmann2017-04-281-11/+3
| * | | | | | staging: atomisp: satm include directory is goneArnd Bergmann2017-04-281-1/+0
| * | | | | | atomisp: remove some more unused filesAlan Cox2017-04-284-563/+0
| * | | | | | atomisp: remove hmm_load/store/clear indirectionsAlan Cox2017-04-286-61/+15
| * | | | | | atomisp: kill off mmgr_freeAlan Cox2017-04-2814-49/+30
| * | | | | | atomisp: clean up the hmm init/cleanup indirectionsAlan Cox2017-04-286-39/+8
| * | | | | | atomisp: handle allocation calls before init in the hmm layerAlan Cox2017-04-281-0/+5
| * | | | | | staging: fsl-dpaa2/eth: Add TODO fileIoana Radulescu2017-04-281-0/+18
| * | | | | | staging: fsl-dpaa2/eth: Add trace pointsIoana Radulescu2017-04-284-0/+211
| * | | | | | staging: fsl-dpaa2/eth: Add driver specific statsIoana Radulescu2017-04-283-4/+123
| * | | | | | staging: fsl-dpaa2/eth: Add ethtool supportIoana Radulescu2017-04-284-1/+247
| * | | | | | staging: fsl-dpaa2/eth: Add Freescale DPAA2 Ethernet driverIoana Radulescu2017-04-283-1/+2760
| * | | | | | staging: fsl-dpaa2/eth: Add APIs for DPNI objectsIoana Radulescu2017-04-2810-0/+3656
| * | | | | | staging: fsl-dpaa2/eth: Add Ethernet driver overview documentIoana Radulescu2017-04-281-0/+186
| * | | | | | staging: fsl-mc: bus: add DPCON object APIsIoana Radulescu2017-04-284-24/+480
| * | | | | | staging: fsl-mc: bus: dpio: fix alter FQ state commandHoria Geantă2017-04-281-1/+1
| * | | | | | staging: rtl8723bs: declare private function as staticKenneth Hsu2017-04-281-1/+2
| * | | | | | staging: gdm724x: gdm_mux: fix use-after-free on module unloadJohan Hovold2017-04-281-2/+1
| * | | | | | staging: rtl8723bs: Fix assignment in if condition in os_dep/sdio_intf.cBingyu Zhou2017-04-281-5/+10