| Commit message (Expand) | Author | Age | Files | Lines |
* | nd_blk: change aperture mapping from WC to WB | Ross Zwisler | 2015-08-27 | 11 | -36/+88 |
* | pmem, dax: have direct_access use __pmem annotation | Ross Zwisler | 2015-08-20 | 8 | -34/+41 |
* | dax: update I/O path to do proper PMEM flushing | Ross Zwisler | 2015-08-20 | 1 | -14/+25 |
* | pmem: add copy_from_iter_pmem() and clear_pmem() | Ross Zwisler | 2015-08-20 | 2 | -2/+137 |
* | pmem, x86: clean up conditional pmem includes | Ross Zwisler | 2015-08-20 | 1 | -11/+2 |
* | pmem: remove layer when calling arch_has_wmb_pmem() | Ross Zwisler | 2015-08-20 | 2 | -11/+4 |
* | pmem, x86: move x86 PMEM API to new pmem.h header | Ross Zwisler | 2015-08-20 | 4 | -72/+94 |
* | pmem: switch to devm_ allocations | Christoph Hellwig | 2015-08-14 | 4 | -53/+47 |
* | devres: add devm_memremap | Christoph Hellwig | 2015-08-14 | 2 | -0/+43 |
* | pmem: convert to generic memremap | Dan Williams | 2015-08-14 | 4 | -35/+37 |
* | visorbus: switch from ioremap_cache to memremap | Dan Williams | 2015-08-14 | 2 | -15/+18 |
* | arch: introduce memremap() | Dan Williams | 2015-08-14 | 6 | -0/+112 |
* | cleanup IORESOURCE_CACHEABLE vs ioremap() | Dan Williams | 2015-08-10 | 11 | -44/+16 |
* | arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead | Dan Williams | 2015-08-10 | 14 | -13/+14 |
* | mm: enhance region_is_ram() to region_intersects() | Dan Williams | 2015-08-10 | 2 | -26/+44 |
* | nvdimm: fix inline function return type warning | Randy Dunlap | 2015-07-31 | 1 | -1/+1 |
* | nfit: Don't check _STA on NVDIMM devices | Linda Knippers | 2015-07-27 | 1 | -18/+2 |
* | libnvdimm, pmem: Change pmem physical sector size to PAGE_SIZE | Vishal Verma | 2015-07-27 | 1 | -0/+1 |
* | libnvdimm: Add DSM support for Address Range Scrub commands | Vishal Verma | 2015-07-27 | 4 | -59/+152 |
* | libnvdimm: Update name of the ars_status_record mask field | Vishal Verma | 2015-07-27 | 1 | -1/+1 |
* | libnvdimm, btt: sparse fix | Dan Williams | 2015-07-27 | 1 | -2/+3 |
* | Linux 4.2-rc4v4.2-rc4 | Linus Torvalds | 2015-07-26 | 1 | -1/+1 |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-07-26 | 1 | -0/+8 |
|\ |
|
| * | perf/x86/intel/cqm: Return cached counter value from IRQ context | Matt Fleming | 2015-07-26 | 1 | -0/+8 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-07-26 | 11 | -59/+81 |
|\ \
| |/
|/| |
|
| * | x86/mm/pat: Revert 'Adjust default caching mode translation tables' | Thomas Gleixner | 2015-07-26 | 1 | -3/+3 |
| * | x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commit | Denys Vlasenko | 2015-07-24 | 1 | -5/+9 |
| * | x86/mm: Fix newly introduced printk format warnings | Thomas Gleixner | 2015-07-24 | 1 | -2/+2 |
| * | mm: Fix bugs in region_is_ram() | Toshi Kani | 2015-07-22 | 1 | -3/+3 |
| * | x86/mm: Remove region_is_ram() call from ioremap | Toshi Kani | 2015-07-22 | 1 | -18/+6 |
| * | x86/mm: Move warning from __ioremap_check_ram() to the call site | Toshi Kani | 2015-07-22 | 1 | -3/+4 |
| * | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 2015-07-21 | 2 | -4/+33 |
| |\ |
|
| | * | efi: Handle memory error structures produced based on old versions of standard | Luck, Tony | 2015-07-15 | 2 | -4/+33 |
| * | | 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 |
| * | | x86/mm/pat: Adjust default caching mode translation tables | Jan Beulich | 2015-07-21 | 1 | -3/+3 |
| * | | x86/fpu: Disable dependent CPU features on "noxsave" | Jan Beulich | 2015-07-21 | 1 | -0/+6 |
| * | | x86/mpx: Do not set ->vm_ops on MPX VMAs | Kirill A. Shutemov | 2015-07-21 | 2 | -21/+10 |
| * | | x86/mm: Add parenthesis for TLB tracepoint size calculation | Dave Hansen | 2015-07-21 | 1 | -1/+1 |
* | | | Merge tag 'usb-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-07-25 | 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 |