summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20180911next-20180911Stephen Rothwell2018-09-115-0/+5315
* Merge branch 'akpm/master'Stephen Rothwell2018-09-112-3/+5
|\
| * drivers/media/platform/sti/delta/delta-ipc.c: fix read buffer overflowAndi Kleen2018-09-111-2/+2
| * vfs: replace current_kernel_time64 with ktime equivalentArnd Bergmann2018-09-111-1/+3
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2018-09-1194-901/+1296
|\
| * bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-09-111-3/+6
| * reiserfs: propagate errors from fill_with_dentries() properlyJann Horn2018-09-111-0/+7
| * hfs: prevent btree data loss on ENOSPCErnesto A. Fernández2018-09-114-15/+45
| * hfs: fix BUG on bnode parent updateErnesto A. Fernández2018-09-111-0/+1
| * hfs: prevent btree data loss on root splitErnesto A. Fernández2018-09-111-0/+4
| * hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández2018-09-115-15/+67
| * hfsplus: fix BUG on bnode parent updateErnesto A. Fernández2018-09-111-0/+1
| * hfsplus: prevent btree data loss on root splitErnesto A. Fernández2018-09-111-0/+4
| * init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss2018-09-111-0/+31
| * checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy2018-09-111-11/+0
| * lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers2018-09-111-4/+1
| * lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers2018-09-111-5/+1
| * lib/bitmap.c: simplify bitmap_print_to_pagebuf()Rasmus Villemoes2018-09-111-5/+2
| * lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fix-fixAndrew Morton2018-09-111-0/+1
| * lib-bitmapc-fix-remaining-space-computation-in-bitmap_print_to_pagebuf-fixAndrew Morton2018-09-111-1/+1
| * lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes2018-09-111-4/+5
| * linux/bitmap.h: relax comment on compile-time constant nbitsRasmus Villemoes2018-09-111-2/+2
| * linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes2018-09-111-1/+1
| * linux/bitmap.h: remove redundant uses of small_const_nbits()Rasmus Villemoes2018-09-111-18/+6
| * linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes2018-09-111-1/+6
| * lib/bitmap.c: remove wrong documentationRasmus Villemoes2018-09-111-5/+0
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2018-09-113-2/+61
| * mm/page_owner: align with pageblock_nr pageszhong jiang2018-09-111-1/+1
| * mm/page_owner: align with pageblock_nr_pagesMarc-André Lureau2018-09-111-1/+1
| * mm: don't expose page to fast gup before it's readyYu Zhao2018-09-112-3/+3
| * mm: add strictlimit knobMaxim Patlasov2018-09-112-0/+43
| * list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fixAndrew Morton2018-09-111-3/+2
| * mm/list_lru.c: prefetch neighboring list entries before acquiring lockWaiman Long2018-09-111-1/+9
| * mm: fix race between swapoff and mincoreHuang Ying2018-09-111-2/+10
| * mm, swap: fix race between swapoff and some swap operationsHuang Ying2018-09-112-1/+24
| * mm, swap: fix race between swapoff and some swap operationsHuang Ying2018-09-114-37/+123
| * mm-move-mirrored-memory-specific-code-outside-of-memmap_init_zone-v2Pavel Tatashin2018-09-111-1/+2
| * mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin2018-09-111-40/+33
| * mm-calculate-deferred-pages-after-skipping-mirrored-memory-fixAndrew Morton2018-09-111-1/+2
| * mm-calculate-deferred-pages-after-skipping-mirrored-memory-v2Pavel Tatashin2018-09-111-0/+4
| * mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin2018-09-111-20/+20
| * mm: make memmap_init a proper functionPavel Tatashin2018-09-112-5/+5
| * mm/z3fold.c: fix wrong handling of headless pagesJongseok Kim2018-09-111-2/+6
| * mm: page_alloc: reduce unnecessary binary search in early_pfn_valid()Jia He2018-09-111-2/+7
| * mm/memblock: introduce pfn_valid_region()Jia He2018-09-111-0/+24
| * mm-memblock-introduce-memblock_search_pfn_regions-fixAndrew Morton2018-09-111-4/+1
| * mm/memblock: introduce memblock_search_pfn_regions()Jia He2018-09-112-0/+11
| * mm-page_alloc-reduce-unnecessary-binary-search-in-memblock_next_valid_pfn-fix...Andrew Morton2018-09-111-1/+1
| * mm-page_alloc-reduce-unnecessary-binary-search-in-memblock_next_valid_pfn-fixAndrew Morton2018-09-112-4/+4
| * mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()Jia He2018-09-111-8/+29