summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-111-1/+1
* mm: check __highest_present_section_nr directly in memory_dev_init()Wei Yang2018-04-111-5/+2
* Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-04-102-15/+4
|\
| * FIRMWARE: bcm47xx_nvram: Replace mac address parsingAndy Shevchenko2018-03-092-15/+4
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-1031-581/+700
|\ \
| * \ Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-099-56/+87
| |\ \
| | * | dax, dm: allow device-mapper to operate without dax supportDan Williams2018-04-035-50/+69
| | * | dax: introduce CONFIG_DAX_DRIVERDan Williams2018-04-033-3/+6
| | * | dax: store pfns in the radixDan Williams2018-03-301-3/+12
| * | | Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams2018-04-0923-525/+613
| |\ \ \
| | * | | libnvdimm, of_pmem: workaround OF_NUMA=n build errorDan Williams2018-04-091-1/+2
| | * | | nfit, address-range-scrub: add module option to skip initial arsDan Williams2018-04-071-0/+7
| | * | | nfit, address-range-scrub: rework and simplify ARS state machineDan Williams2018-04-072-268/+218
| | * | | nfit, address-range-scrub: determine one platform max_ars valueDan Williams2018-04-072-39/+41
| | * | | libnvdimm: Add device-tree based driverOliver O'Halloran2018-04-073-0/+130
| | * | | libnvdimm: Add of_node to region and bus descriptorsOliver O'Halloran2018-04-072-0/+2
| | * | | libnvdimm, region: quiet region probeDan Williams2018-04-071-2/+2
| | * | | libnvdimm, namespace: use a safe lookup for dimm device nameDan Williams2018-04-061-2/+2
| | * | | libnvdimm, dimm: fix dpa reservation vs uninitialized label areaDan Williams2018-04-061-3/+5
| | * | | nfit, address-range-scrub: introduce nfit_spa->ars_stateDan Williams2018-04-052-9/+18
| | * | | libnvdimm: add an api to cast a 'struct nd_region' to its 'struct device'Dan Williams2018-04-032-1/+8
| | * | | nfit, address-range-scrub: fix scrub in-progress reportingDan Williams2018-04-031-1/+4
| | * | | nfit: fix region registration vs block-data-window rangesDan Williams2018-04-021-8/+14
| | * | | acpi, nfit: rework NVDIMM leaf method detectionDan Williams2018-03-282-23/+23
| | * | | nfit: skip region registration for incomplete control regionsDan Williams2018-03-211-7/+6
| | * | | libnvdimm, label: change nvdimm_num_label_slots per UEFI 2.7Toshi Kani2018-03-151-10/+24
| | * | | libnvdimm, label: change min label storage size per UEFI 2.7Toshi Kani2018-03-151-1/+1
| | * | | device-dax: use module_nd_driverJohannes Thumshirn2018-03-151-11/+1
| | * | | libnvdimm, pmem: use module_nd_driverJohannes Thumshirn2018-03-151-11/+1
| | * | | device-dax: remove redundant __func__ in dev_dbgDan Williams2018-03-062-24/+20
| | * | | libnvdimm: remove redundant __func__ in dev_dbgDan Williams2018-03-0610-93/+77
| | * | | acpi, nfit: remove redundant __func__ in dev_dbgJohannes Thumshirn2018-03-052-42/+38
* | | | | Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-04-10116-1058/+1542
|\ \ \ \ \
| * | | | | rtc: snvs: Fix usage of snvs_rtc_enableBryan O'Donoghue2018-04-031-4/+11
| * | | | | rtc: mt7622: fix module autoloading for OF platform driversSean Wang2018-04-031-0/+1
| * | | | | rtc: isl12022: use true and false for boolean valuesGustavo A. R. Silva2018-04-031-1/+1
| * | | | | rtc: ab8500: Drop AB8540 supportLinus Walleij2018-03-271-55/+0
| * | | | | rtc: remove a warning during scripts/kernel-doc stepMathieu Malaterre2018-03-271-1/+1
| * | | | | rtc: 88pm860x: remove artificial limitationAlexandre Belloni2018-03-271-2/+2
| * | | | | rtc: 88pm80x: remove artificial limitationAlexandre Belloni2018-03-271-2/+2
| * | | | | rtc: st-lpc: remove artificial limitationAlexandre Belloni2018-03-271-16/+0
| * | | | | rtc: mrst: remove artificial limitationAlexandre Belloni2018-03-271-1/+1
| * | | | | rtc: mv: remove artificial limitationAlexandre Belloni2018-03-271-12/+0
| * | | | | rtc: hctosys: Ensure system time doesn't overflow time_tAlexandre Belloni2018-03-271-0/+5
| * | | | | rtc: pcf85063: fix clearing bits in pcf85063_start_clockMichael McCormick2018-03-171-1/+1
| * | | | | rtc: at91sam9: Set name of regmap_configJeffy Chen2018-03-171-0/+1
| * | | | | rtc: s5m: Remove VLA usageGustavo A. R. Silva2018-03-171-6/+8
| * | | | | rtc: s5m: Move enum from rtc.h to rtc-s5m.cGustavo A. R. Silva2018-03-171-0/+11
| * | | | | rtc: remove VLA usageGustavo A. R. Silva2018-03-172-2/+6
| * | | | | rtc: Add one offset seconds to expand RTC rangeBaolin Wang2018-03-172-1/+128