| Commit message (Expand) | Author | Age | Files | Lines |
* | libnvdimm, nd_blk: remove mmio_flush_range() | Robin Murphy | 2017-08-31 | 8 | -24/+19 |
* | libnvdimm, btt: rework error clearing | Vishal Verma | 2017-08-31 | 3 | -19/+111 |
* | libnvdimm: fix potential deadlock while clearing errors | Vishal Verma | 2017-08-31 | 1 | -0/+6 |
* | libnvdimm, btt: cache sector_size in arena_info | Vishal Verma | 2017-08-31 | 2 | -0/+3 |
* | libnvdimm, btt: ensure that flags were also unchanged during a map_read | Vishal Verma | 2017-08-31 | 1 | -3/+7 |
* | libnvdimm, btt: refactor map entry operations with macros | Vishal Verma | 2017-08-31 | 2 | -4/+8 |
* | libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write path | Vishal Verma | 2017-08-31 | 2 | -1/+3 |
* | libnvdimm, nfit: export an 'ecc_unit_size' sysfs attribute | Dan Williams | 2017-08-31 | 1 | -0/+11 |
* | libnvdimm, btt: check memory allocation failure | Christophe Jaillet | 2017-08-30 | 1 | -0/+2 |
* | libnvdimm, label: fix index block size calculation | Dan Williams | 2017-08-29 | 2 | -15/+17 |
* | libnvdimm, pfn, dax: limit namespace alignments to the supported set | Dan Williams | 2017-08-15 | 1 | -21/+2 |
* | libnvdimm, pfn, dax: show supported dax/pfn region alignments in sysfs | Oliver O'Halloran | 2017-08-11 | 1 | -0/+31 |
* | libnvdimm: rename nd_sector_size_{show,store} to nd_size_select_{show,store} | Dan Williams | 2017-08-11 | 4 | -13/+13 |
* | nfit: cleanup long de-reference chains in acpi_nfit_init_interleave_set | Dan Williams | 2017-08-07 | 1 | -12/+11 |
* | nfit, libnvdimm, region: export 'position' in mapping info | Dan Williams | 2017-08-04 | 4 | -2/+30 |
* | libnvdimm: Stop using HPAGE_SIZE | Oliver O'Halloran | 2017-07-25 | 2 | -4/+12 |
* | Linux 4.13-rc2v4.13-rc2 | Linus Torvalds | 2017-07-23 | 1 | -1/+1 |
* | Properly alphabetize MAINTAINERS file | Linus Torvalds | 2017-07-23 | 2 | -1741/+1815 |
* | Fix up MAINTAINERS file problems | Linus Torvalds | 2017-07-23 | 1 | -13/+4 |
* | Merge tag 'for-linus-4.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-07-23 | 6 | -13/+33 |
|\ |
|
| * | xen/balloon: don't online new memory initially | Juergen Gross | 2017-07-23 | 3 | -10/+23 |
| * | xen/x86: fix cpu hotplug | Juergen Gross | 2017-07-23 | 1 | -1/+2 |
| * | xen/grant-table: log the lack of grants | Wengang Wang | 2017-07-23 | 1 | -1/+8 |
| * | xen/x86: Don't BUG on CPU0 offlining | Vitaly Kuznetsov | 2017-07-23 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'hwmon-for-linus-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-22 | 1 | -4/+9 |
|\ |
|
| * | hwmon: (applesmc) Avoid buffer overruns | Guenter Roeck | 2017-07-15 | 1 | -4/+9 |
* | | Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-07-22 | 14 | -84/+83 |
|\ \ |
|
| * | | tty: Fix TIOCGPTPEER ioctl definition | Gleb Fotengauer-Malinovskiy | 2017-07-17 | 8 | -8/+8 |
| * | | tty: hide unused pty_get_peer function | Arnd Bergmann | 2017-07-17 | 1 | -43/+42 |
| * | | tty: serial: lpuart: Fix the logic for detecting the 32-bit type UART | Fabio Estevam | 2017-07-17 | 1 | -9/+15 |
| * | | serial: imx: Prevent TX buffer PIO write when a DMA has been started | Ian Jamison | 2017-07-17 | 1 | -1/+1 |
| * | | Revert "serial: imx-serial - move DMA buffer configuration to DT" | Greg Kroah-Hartman | 2017-07-17 | 2 | -19/+8 |
| * | | serial: sh-sci: Uninitialized variables in sysfs files | Dan Carpenter | 2017-07-17 | 1 | -4/+8 |
| * | | serial: st-asc: Potential error pointer dereference | Dan Carpenter | 2017-07-17 | 1 | -0/+1 |
| |/ |
|
* | | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-07-22 | 13 | -44/+55 |
|\ \ |
|
| * | | w1: omap-hdq: fix error return code in omap_hdq_probe() | Gustavo A. R. Silva | 2017-07-17 | 1 | -1/+2 |
| * | | regmap: regmap-w1: Fix build troubles | Alex A. Mihaylov | 2017-07-17 | 1 | -2/+2 |
| * | | w1: Fix slave count on 1-Wire bus (resend) | Alex A. Mihaylov | 2017-07-17 | 1 | -2/+2 |
| * | | mux: mux-core: unregister mux_class in mux_exit() | Kuppuswamy Sathyanarayanan | 2017-07-17 | 1 | -1/+1 |
| * | | mux: remove the Kconfig question for the subsystem | Peter Rosin | 2017-07-17 | 1 | -14/+5 |
| * | | nvmem: rockchip-efuse: amend compatible rk322x-efuse to rk3228-efuse | Frank Wang | 2017-07-17 | 2 | -2/+2 |
| * | | drivers/fsi: fix fsi_slave_mode prototype | Arnd Bergmann | 2017-07-17 | 1 | -1/+1 |
| * | | fsi: core: register with postcore_initcall | Joel Stanley | 2017-07-17 | 1 | -3/+2 |
| * | | thunderbolt: Correct access permissions for active NVM contents | Mika Westerberg | 2017-07-17 | 1 | -1/+2 |
| * | | vmbus: re-enable channel tasklet | Stephen Hemminger | 2017-07-17 | 1 | -0/+2 |
| * | | spmi: pmic-arb: Always allocate ppid_to_apid table | Stephen Boyd | 2017-07-17 | 1 | -10/+7 |
| * | | MAINTAINERS: Add entry for SPMI subsystem | Stephen Boyd | 2017-07-17 | 1 | -0/+9 |
| * | | spmi: Include OF based modalias in device uevent | Bjorn Andersson | 2017-07-17 | 1 | -0/+12 |
| * | | binder: Use wake up hint for synchronous transactions. | Riley Andrews | 2017-07-17 | 1 | -2/+6 |
| * | | binder: use group leader instead of open thread | Todd Kjos | 2017-07-17 | 1 | -2/+2 |