summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20170515next-20170515Stephen Rothwell2017-05-155-0/+2512
* Merge branch 'akpm/master'Stephen Rothwell2017-05-1511-57/+120
|\
| * lib/crc-ccitt: add CCITT-FALSE CRC16 variantAndrey Vostrikov2017-05-152-1/+64
| * mm: adaptive hash table scalingPavel Tatashin2017-05-154-2/+22
| * mm: update callers to use HASH_ZERO flagPavel Tatashin2017-05-155-40/+12
| * mm: zero hash tables in allocatorPavel Tatashin2017-05-152-3/+10
| * sparc64: NG4 memset 32 bits overflowPavel Tatashin2017-05-151-13/+13
| * imx7: fix Kconfig warning and build errorsRandy Dunlap2017-05-151-0/+1
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2017-05-1559-289/+2038
|\
| * ipc/sem: avoid indexing past end of sem_arrayKees Cook2017-05-141-5/+7
| * fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2017-05-142-1/+3
| * fault-inject: don't convert unsigned type value as signed intAkinobu Mita2017-05-141-1/+1
| * fault-inject: simplify access check for fail-nthAkinobu Mita2017-05-141-14/+8
| * fault-inject: make fail-nth read/write interface symmetricAkinobu Mita2017-05-142-14/+13
| * fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita2017-05-143-10/+8
| * fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita2017-05-141-1/+1
| * fault-inject-support-systematic-fault-injection-fixAndrew Morton2017-05-141-1/+1
| * fault-inject: support systematic fault injectionDmitry Vyukov2017-05-145-0/+142
| * kernel-reboot-add-devm_register_reboot_notifier-fixAndrew Morton2017-05-141-1/+2
| * kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2017-05-142-0/+30
| * kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-05-144-0/+112
| * procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov2017-05-142-3/+11
| * scripts/gdb: add lx-fdtdump commandPeter Griffin2017-05-142-0/+80
| * bfs: fix sanity checks for empty filesRakesh Pandit2017-05-141-1/+1
| * uapi: fix linux/sysctl.h userspace compilation errorsDmitry V. Levin2017-05-141-0/+4
| * kdump, vmcoreinfo: report actual value of phys_baseHATAYAMA Daisuke2017-05-142-0/+3
| * kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-05-146-2/+74
| * powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-05-143-5/+2
| * kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-05-148-21/+29
| * fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes2017-05-141-0/+10
| * mm/vmstat.c: walk the zone in pageblock_nr_pages stepszhong jiang2017-05-141-1/+1
| * mm/page_owner: align with pageblock_nr pageszhong jiang2017-05-141-1/+1
| * mm: vmscan: do not pass reclaimed slab to vmpressureVinayak Menon2017-05-141-5/+12
| * mm/page_alloc: return 0 in case this node has no page within the zoneWei Yang2017-05-141-0/+5
| * mm/vmstat.c: standardize file operations variable namesAnshuman Khandual2017-05-141-8/+8
| * zram: compare all the entries with same checksum for deduplicationJoonsoo Kim2017-05-141-12/+47
| * zram: make deduplication feature optionalJoonsoo Kim2017-05-148-12/+144
| * zram: implement deduplication in zramJoonsoo Kim2017-05-146-7/+278
| * zram: introduce zram_entry to prepare dedup functionalityJoonsoo Kim2017-05-142-35/+66
| * ksm: fix use after free with merge_across_nodes = 0Andrea Arcangeli2017-05-141-11/+55
| * ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli2017-05-142-66/+730
| * mm/nobootmem.c: return 0 when start_pfn equals end_pfnWei Yang2017-05-141-1/+1
| * mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers2017-05-141-7/+6
| * mm/mmap.c: mark protection_map as __ro_after_initDaniel Micay2017-05-141-1/+1
| * mm, sparsemem: break out of loops earlyDave Hansen2017-05-143-14/+52
| * mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIALWei Yang2017-05-142-31/+51
| * mm-slub-wrap-cpu_slab-partial-in-config_slub_cpu_partial-fixAndrew Morton2017-05-141-4/+6
| * mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIALWei Yang2017-05-142-7/+28
| * mm/slub.c: pack red_left_pad with another int to save a wordWei Yang2017-05-141-1/+1
| * mm/slub: reset cpu_slab's pointer in deactivate_slab()Wei Yang2017-05-141-13/+8