| Commit message (Expand) | Author | Age | Files | Lines |
* | libnvdimm, pmem: direct map legacy pmem by default | Dan Williams | 2015-08-29 | 5 | -8/+46 |
* | libnvdimm, pmem: 'struct page' for pmem | Dan Williams | 2015-08-29 | 4 | -17/+202 |
* | libnvdimm, pfn: 'struct page' provider infrastructure | Dan Williams | 2015-08-29 | 12 | -177/+717 |
* | x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB | Dan Williams | 2015-08-28 | 2 | -2/+3 |
* | dax: drop size parameter to ->direct_access() | Dan Williams | 2015-08-28 | 3 | -8/+4 |
* | Merge branch 'pmem-api' into libnvdimm-for-next | Dan Williams | 2015-08-28 | 23 | -111/+98 |
|\ |
|
| * | nd_blk: change aperture mapping from WC to WB | Ross Zwisler | 2015-08-28 | 3 | -29/+43 |
| * | pmem, dax: have direct_access use __pmem annotation | Ross Zwisler | 2015-08-20 | 3 | -8/+10 |
| * | pmem: switch to devm_ allocations | Christoph Hellwig | 2015-08-14 | 1 | -25/+11 |
| * | visorbus: switch from ioremap_cache to memremap | Dan Williams | 2015-08-14 | 2 | -15/+18 |
| * | cleanup IORESOURCE_CACHEABLE vs ioremap() | Dan Williams | 2015-08-11 | 6 | -26/+7 |
| * | arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead | Dan Williams | 2015-08-11 | 9 | -8/+9 |
* | | nvdimm: change to use generic kvfree() | yalin wang | 2015-08-28 | 1 | -4/+1 |
* | | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option | Dan Williams | 2015-08-19 | 2 | -0/+89 |
* | | libnvdimm, btt: write and validate parent_uuid | Vishal Verma | 2015-08-14 | 4 | -1/+37 |
* | | libnvdimm, btt: consolidate arena validation | Vishal Verma | 2015-08-14 | 3 | -36/+37 |
* | | libnvdimm, btt: clean up internal interfaces | Vishal Verma | 2015-08-14 | 1 | -10/+9 |
|/ |
|
* | nvdimm: fix inline function return type warning | Randy Dunlap | 2015-08-01 | 1 | -1/+1 |
* | nfit: Don't check _STA on NVDIMM devices | Linda Knippers | 2015-07-28 | 1 | -18/+2 |
* | libnvdimm, pmem: Change pmem physical sector size to PAGE_SIZE | Vishal Verma | 2015-07-28 | 1 | -0/+1 |
* | libnvdimm: Add DSM support for Address Range Scrub commands | Vishal Verma | 2015-07-28 | 2 | -0/+2 |
* | libnvdimm, btt: sparse fix | Dan Williams | 2015-07-28 | 1 | -2/+3 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-07-26 | 3 | -11/+25 |
|\ |
|
| * | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 2015-07-21 | 1 | -3/+12 |
| |\ |
|
| | * | efi: Handle memory error structures produced based on old versions of standard | Luck, Tony | 2015-07-15 | 1 | -3/+12 |
| * | | x86/mm/pat, drivers/media/ivtv: Move the PAT warning and replace WARN() with ... | Luis R. Rodriguez | 2015-07-21 | 1 | -6/+9 |
| * | | x86/mm/pat, drivers/infiniband/ipath: Replace WARN() with pr_warn() | Luis R. Rodriguez | 2015-07-21 | 1 | -2/+4 |
* | | | Merge tag 'usb-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-07-26 | 20 | -161/+170 |
|\ \ \ |
|
| * | | | USB: OHCI: fix bad #define in ohci-tmio.c | Alan Stern | 2015-07-22 | 1 | -1/+1 |
| * | | | cdc-acm: Destroy acm_minors IDR on module exit | Johannes Thumshirn | 2015-07-22 | 1 | -0/+1 |
| * | | | usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectors | Hans de Goede | 2015-07-22 | 1 | -0/+11 |
| * | | | usb-storage: ignore ZTE MF 823 card reader in mode 0x1225 | Oliver Neukum | 2015-07-22 | 1 | -0/+12 |
| * | | | USB: OHCI: Fix race between ED unlink and URB submission | Alan Stern | 2015-07-22 | 1 | -6/+1 |
| * | | | usb: core: lpm: set lpm_capable for root hub device | Lu Baolu | 2015-07-22 | 3 | -3/+7 |
| * | | | Merge tag 'phy-for-4.2-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k... | Greg Kroah-Hartman | 2015-07-22 | 3 | -133/+45 |
| |\ \ \ |
|
| | * | | | phy: berlin-usb: fix divider for BG2 | Thomas Hebb | 2015-07-15 | 1 | -1/+1 |
| | * | | | phy: berlin-usb: fix divider for BG2CD | Thomas Hebb | 2015-07-15 | 1 | -2/+2 |
| | * | | | phy/pxa: add HAS_IOMEM dependency | Sebastian Ott | 2015-07-15 | 1 | -0/+2 |
| | * | | | phy: ti-pipe3: fix suspend | Roger Quadros | 2015-07-15 | 1 | -131/+41 |
| * | | | | xhci: do not report PLC when link is in internal resume state | Zhuang Jin Can | 2015-07-22 | 1 | -1/+8 |
| * | | | | xhci: prevent bus_suspend if SS port resuming in phase 1 | Zhuang Jin Can | 2015-07-22 | 3 | -3/+7 |
| * | | | | xhci: report U3 when link is in resume state | Zhuang Jin Can | 2015-07-22 | 1 | -2/+5 |
| * | | | | xhci: Calculate old endpoints correctly on device reset | Brian Campbell | 2015-07-22 | 1 | -0/+3 |
| * | | | | usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function | AMAN DEEP | 2015-07-22 | 1 | -1/+1 |
| * | | | | xhci: Workaround to get D3 working in Intel xHCI | Rajmohan Mani | 2015-07-22 | 1 | -3/+37 |
| * | | | | xhci: call BIOS workaround to enable runtime suspend on Intel Braswell | Mathias Nyman | 2015-07-22 | 1 | -0/+17 |
| * | | | | usb: dwc3: Reset the transfer resource index on SET_INTERFACE | John Youn | 2015-07-22 | 1 | -0/+4 |
| * | | | | usb: gadget: udc: core: Fix argument of dma_map_single for IOMMU | Yoshihiro Shimoda | 2015-07-20 | 1 | -6/+8 |
| * | | | | usb: gadget: mv_udc_core: fix phy_regs I/O memory leak | Alexey Khoroshilov | 2015-07-20 | 1 | -1/+1 |
| * | | | | usb: ulpi: ulpi_init should be executed in subsys_initcall | Lu Baolu | 2015-07-20 | 1 | -1/+1 |
| | |/ /
| |/| | |
|