summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dynamic_debug documentation: minor fixesRandy Dunlap2017-11-171-3/+3
* dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap2017-11-171-0/+4
* kernel/umh.c: optimize 'proc_cap_handler()'Christophe JAILLET2017-11-171-2/+2
* include/linux/compiler-clang.h: handle randomizable anonymous structsSandipan Das2017-11-171-0/+3
* bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-172-3/+18
* bug: define the "cut here" string in a single placeKees Cook2017-11-174-3/+5
* lkdtm: include WARN format stringKees Cook2017-11-171-1/+3
* iopoll: avoid -Wint-in-bool-context warningArnd Bergmann2017-11-171-9/+15
* parse-maintainers: add ability to specify filenamesJoe Perches2017-11-171-5/+47
* kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-173-1/+30
* kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-175-3/+42
* sh/boot: add static stack-protector to pre-kernelKees Cook2017-11-171-0/+14
* spelling.txt: add "unnecessary" typo variantsJoe Perches2017-11-171-0/+4
* proc: use do-while in name_to_int()Alexey Dobriyan2017-11-171-2/+2
* proc: : uninline name_to_int()Alexey Dobriyan2017-11-173-22/+25
* proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2017-11-172-0/+9
* mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka2017-11-171-15/+3
* mm, compaction: split off flag for not updating skip hintsVlastimil Babka2017-11-173-1/+3
* mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka2017-11-171-11/+14
* mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes2017-11-172-12/+55
* mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes2017-11-171-2/+1
* mm: shmem: remove unused info variableCorentin Labbe2017-11-171-2/+0
* lib/dma-debug.c: fix incorrect pfn calculationMiles Chen2017-11-171-2/+18
* mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool2017-11-171-2/+8
* mm: fix nodemask printingArnd Bergmann2017-11-171-3/+10
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-1748-560/+1405
|\
| * Merge branch 'for-4.15/dax' into libnvdimm-for-nextDan Williams2017-11-15658-4541/+7338
| |\
| | * dax: fix general protection fault in dax_alloc_inodeMikulas Patocka2017-11-141-0/+3
| | * dax: fix PMD faults on zero-length filesJeff Moyer2017-11-141-3/+3
| | * dax: stop requiring a live device for dax_flush()Dan Williams2017-11-141-3/+0
| | * brd: remove dax supportDan Williams2017-11-142-77/+0
| | * dax: quiet bdev_dax_supported()Dan Williams2017-11-141-4/+4
| | * fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams2017-11-133-5/+16
| | * xfs: support for synchronous DAX faultsChristoph Hellwig2017-11-032-1/+19
| | * xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara2017-11-032-27/+4
| | * ext4: Support for synchronous DAX faultsJan Kara2017-11-034-1/+47
| | * ext4: Simplify error handling in ext4_dax_huge_fault()Jan Kara2017-11-031-6/+7
| | * dax: Implement dax_finish_sync_fault()Jan Kara2017-11-033-0/+87
| | * dax, iomap: Add support for synchronous faultsJan Kara2017-11-033-3/+47
| | * mm: Define MAP_SYNC and VM_SYNC flagsJan Kara2017-11-034-2/+9
| | * dax: Allow tuning whether dax_insert_mapping_entry() dirties entryJan Kara2017-11-031-7/+7
| | * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-035-11/+12
| | * dax: Fix comment describing dax_iomap_fault()Jan Kara2017-11-031-1/+2
| | * dax: Inline dax_pmd_insert_mapping() into the callsiteJan Kara2017-11-032-29/+19
| | * dax: Inline dax_insert_mapping() into the callsiteJan Kara2017-11-031-27/+19
| | * dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE testJan Kara2017-11-031-2/+3
| | * dax: Create local variable for VMA in dax_iomap_pte_fault()Jan Kara2017-11-031-2/+3
| | * dax: Factor out getting of pfn out of iomapJan Kara2017-11-031-40/+43
| | * dax: Simplify arguments of dax_insert_mapping()Jan Kara2017-11-031-16/+16
| | * mm: Remove VM_FAULT_HWPOISON_LARGE_MASKJan Kara2017-11-031-2/+0