summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | perf trace: Use beautifiers on syscalls:sys_enter_ handlersArnaldo Carvalho de Melo2018-08-021-3/+44
| | * | | | perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat'Arnaldo Carvalho de Melo2018-08-021-5/+8
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-269-10/+19
|\ \ \ \ \ \
| * | | | | | x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka2018-08-241-0/+4
| * | | | | | x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-08-243-3/+3
| * | | | | | x86/kvm/vmx: Remove duplicate l1d flush definitionsJosh Poimboeuf2018-08-201-3/+0
| * | | | | | x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2018-08-202-4/+4
| * | | | | | x86/process: Re-export start_thread()Rian Hunter2018-08-201-0/+1
| * | | | | | x86/mce: Add notifier_block forward declarationArnd Bergmann2018-08-201-0/+1
| * | | | | | x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski2018-08-202-2/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-266-17/+26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2018-08-246-17/+26
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | irqchip/gic-v3: Allow interrupt to be configured as wake-up sourcesMarc Zyngier2018-08-201-2/+6
| | * | | | | irqchip/tango: Set irq handler and data in one goMartin Kaiser2018-08-201-2/+1
| | * | | | | dt-bindings: irqchip: renesas-irqc: Document r8a774a1 supportFabrizio Castro2018-08-201-0/+1
| | * | | | | irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0Krzysztof Kozlowski2018-08-131-1/+1
| | * | | | | irqchip/stm32: Fix init error handlingDan Carpenter2018-08-131-12/+13
| | * | | | | irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMPJonas Gorski2018-08-131-0/+4
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-08-261-0/+2
|\ \ \ \ \ \ \
| * | | | | | | futex: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-201-0/+2
| |/ / / / / /
* | | | | | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-2617-135/+481
|\ \ \ \ \ \ \
| * | | | | | | libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams2018-08-202-0/+39
| * | | | | | | x86/memory_failure: Introduce {set, clear}_mce_nospec()Dan Williams2018-08-204-50/+59
| * | | | | | | x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addressesDan Williams2018-08-201-0/+16
| * | | | | | | mm, memory_failure: Teach memory_failure() about dev_pagemap pagesDan Williams2018-07-232-2/+124
| * | | | | | | filesystem-dax: Introduce dax_lock_mapping_entry()Dan Williams2018-07-232-6/+116
| * | | | | | | mm, memory_failure: Collect mapping size in collect_procs()Dan Williams2018-07-231-41/+40
| * | | | | | | mm, madvise_inject_error: Let memory_failure() optionally take a page referenceDan Williams2018-07-231-3/+13
| * | | | | | | mm, dev_pagemap: Do not clear ->mapping on final putDan Williams2018-07-232-1/+2
| * | | | | | | mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pagesDan Williams2018-07-201-0/+8
| * | | | | | | filesystem-dax: Set page->indexDan Williams2018-07-201-3/+13
| * | | | | | | device-dax: Set page->indexDan Williams2018-07-201-0/+4
| * | | | | | | device-dax: Enable page_mapping()Dan Williams2018-07-201-17/+38
| * | | | | | | device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-203-19/+16
* | | | | | | | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-2619-90/+270
|\ \ \ \ \ \ \ \
| * | | | | | | | libnvdimm: fix ars_status output length calculationVishal Verma2018-08-201-2/+2
| * | | | | | | | device-dax: avoid hang on error before devm_memremap_pages()Stefan Hajnoczi2018-08-011-4/+8
| * | | | | | | | tools/testing/nvdimm: improve emulation of smart injectionVishal Verma2018-08-011-31/+47
| * | | | | | | | filesystem-dax: Do not request kaddr and pfn when not requiredHuaisheng Ye2018-07-301-9/+4
| * | | | | | | | md/dm-writecache: Don't request pointer dummy_addr when not requiredHuaisheng Ye2018-07-301-2/+1
| * | | | | | | | dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye2018-07-301-2/+1
| * | | | | | | | tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-4/+8
| * | | | | | | | s390, dcssblk: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-3/+5
| * | | | | | | | libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-2/+5
| * | | | | | | | acpi/nfit: queue issuing of ars when an uc error notification comes inDave Jiang2018-07-282-3/+10
| * | | | | | | | libnvdimm: Export max available extentKeith Busch2018-07-251-0/+16
| * | | | | | | | libnvdimm: Use max contiguous area for namespace sizeKeith Busch2018-07-254-3/+66
| * | | | | | | | MAINTAINERS: Add Jan Kara for filesystem DAXRoss Zwisler2018-07-231-0/+1
| * | | | | | | | MAINTAINERS: update Ross Zwisler's email addressRoss Zwisler2018-07-232-6/+7
| * | | | | | | | tools/testing/nvdimm: Fix support for emulating controller temperatureDan Williams2018-07-141-1/+2