| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | perf trace: Use beautifiers on syscalls:sys_enter_ handlers | Arnaldo Carvalho de Melo | 2018-08-02 | 1 | -3/+44 |
| | * | | | | perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat' | Arnaldo Carvalho de Melo | 2018-08-02 | 1 | -5/+8 |
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-08-26 | 9 | -10/+19 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/speculation/l1tf: Suggest what to do on systems with too much RAM | Vlastimil Babka | 2018-08-24 | 1 | -0/+4 |
| * | | | | | | x86/speculation/l1tf: Fix off-by-one error when warning that system has too m... | Vlastimil Babka | 2018-08-24 | 3 | -3/+3 |
| * | | | | | | x86/kvm/vmx: Remove duplicate l1d flush definitions | Josh Poimboeuf | 2018-08-20 | 1 | -3/+0 |
| * | | | | | | x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit | Vlastimil Babka | 2018-08-20 | 2 | -4/+4 |
| * | | | | | | x86/process: Re-export start_thread() | Rian Hunter | 2018-08-20 | 1 | -0/+1 |
| * | | | | | | x86/mce: Add notifier_block forward declaration | Arnd Bergmann | 2018-08-20 | 1 | -0/+1 |
| * | | | | | | x86/vdso: Fix vDSO build if a retpoline is emitted | Andy Lutomirski | 2018-08-20 | 2 | -2/+8 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-08-26 | 6 | -17/+26 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Thomas Gleixner | 2018-08-24 | 6 | -17/+26 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | irqchip/gic-v3: Allow interrupt to be configured as wake-up sources | Marc Zyngier | 2018-08-20 | 1 | -2/+6 |
| | * | | | | | irqchip/tango: Set irq handler and data in one go | Martin Kaiser | 2018-08-20 | 1 | -2/+1 |
| | * | | | | | dt-bindings: irqchip: renesas-irqc: Document r8a774a1 support | Fabrizio Castro | 2018-08-20 | 1 | -0/+1 |
| | * | | | | | irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0 | Krzysztof Kozlowski | 2018-08-13 | 1 | -1/+1 |
| | * | | | | | irqchip/stm32: Fix init error handling | Dan Carpenter | 2018-08-13 | 1 | -12/+13 |
| | * | | | | | irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP | Jonas Gorski | 2018-08-13 | 1 | -0/+4 |
* | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2018-08-26 | 1 | -0/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | futex: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-08-20 | 1 | -0/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds | 2018-08-26 | 17 | -135/+481 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | libnvdimm, pmem: Restore page attributes when clearing errors | Dan Williams | 2018-08-20 | 2 | -0/+39 |
| * | | | | | | | x86/memory_failure: Introduce {set, clear}_mce_nospec() | Dan Williams | 2018-08-20 | 4 | -50/+59 |
| * | | | | | | | x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses | Dan Williams | 2018-08-20 | 1 | -0/+16 |
| * | | | | | | | mm, memory_failure: Teach memory_failure() about dev_pagemap pages | Dan Williams | 2018-07-23 | 2 | -2/+124 |
| * | | | | | | | filesystem-dax: Introduce dax_lock_mapping_entry() | Dan Williams | 2018-07-23 | 2 | -6/+116 |
| * | | | | | | | mm, memory_failure: Collect mapping size in collect_procs() | Dan Williams | 2018-07-23 | 1 | -41/+40 |
| * | | | | | | | mm, madvise_inject_error: Let memory_failure() optionally take a page reference | Dan Williams | 2018-07-23 | 1 | -3/+13 |
| * | | | | | | | mm, dev_pagemap: Do not clear ->mapping on final put | Dan Williams | 2018-07-23 | 2 | -1/+2 |
| * | | | | | | | mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages | Dan Williams | 2018-07-20 | 1 | -0/+8 |
| * | | | | | | | filesystem-dax: Set page->index | Dan Williams | 2018-07-20 | 1 | -3/+13 |
| * | | | | | | | device-dax: Set page->index | Dan Williams | 2018-07-20 | 1 | -0/+4 |
| * | | | | | | | device-dax: Enable page_mapping() | Dan Williams | 2018-07-20 | 1 | -17/+38 |
| * | | | | | | | device-dax: Convert to vmf_insert_mixed and vm_fault_t | Dan Williams | 2018-07-20 | 3 | -19/+16 |
* | | | | | | | | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern... | Linus Torvalds | 2018-08-26 | 19 | -90/+270 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | libnvdimm: fix ars_status output length calculation | Vishal Verma | 2018-08-20 | 1 | -2/+2 |
| * | | | | | | | | device-dax: avoid hang on error before devm_memremap_pages() | Stefan Hajnoczi | 2018-08-01 | 1 | -4/+8 |
| * | | | | | | | | tools/testing/nvdimm: improve emulation of smart injection | Vishal Verma | 2018-08-01 | 1 | -31/+47 |
| * | | | | | | | | filesystem-dax: Do not request kaddr and pfn when not required | Huaisheng Ye | 2018-07-30 | 1 | -9/+4 |
| * | | | | | | | | md/dm-writecache: Don't request pointer dummy_addr when not required | Huaisheng Ye | 2018-07-30 | 1 | -2/+1 |
| * | | | | | | | | dax/super: Do not request a pointer kaddr when not required | Huaisheng Ye | 2018-07-30 | 1 | -2/+1 |
| * | | | | | | | | tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access() | Huaisheng Ye | 2018-07-30 | 1 | -4/+8 |
| * | | | | | | | | s390, dcssblk: kaddr and pfn can be NULL to ->direct_access() | Huaisheng Ye | 2018-07-30 | 1 | -3/+5 |
| * | | | | | | | | libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access() | Huaisheng Ye | 2018-07-30 | 1 | -2/+5 |
| * | | | | | | | | acpi/nfit: queue issuing of ars when an uc error notification comes in | Dave Jiang | 2018-07-28 | 2 | -3/+10 |
| * | | | | | | | | libnvdimm: Export max available extent | Keith Busch | 2018-07-25 | 1 | -0/+16 |
| * | | | | | | | | libnvdimm: Use max contiguous area for namespace size | Keith Busch | 2018-07-25 | 4 | -3/+66 |
| * | | | | | | | | MAINTAINERS: Add Jan Kara for filesystem DAX | Ross Zwisler | 2018-07-23 | 1 | -0/+1 |
| * | | | | | | | | MAINTAINERS: update Ross Zwisler's email address | Ross Zwisler | 2018-07-23 | 2 | -6/+7 |
| * | | | | | | | | tools/testing/nvdimm: Fix support for emulating controller temperature | Dan Williams | 2018-07-14 | 1 | -1/+2 |