summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-28mm/migrate: allow migrate_vma() to alloc new page on empty entry v3hmm-v24Jérôme Glisse2-6/+161
2017-06-28mm/migrate: support un-addressable ZONE_DEVICE page in migration v2Jérôme Glisse4-29/+150
2017-06-28mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse1-16/+98
2017-06-28mm/migrate: new memory migration helper for use with device memory v4Jérôme Glisse2-0/+548
2017-06-28mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse9-15/+86
2017-06-28mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v3Jérôme Glisse2-1/+109
2017-06-28mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v6Jérôme Glisse2-1/+478
2017-06-28mm/ZONE_DEVICE: special case put_page() for device private pages v2Jérôme Glisse4-10/+61
2017-06-28mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v4Jérôme Glisse11-5/+308
2017-06-28mm/memory_hotplug: introduce add_pagesMichal Hocko3-7/+30
2017-06-28mm/hmm/mirror: device page fault handlerJérôme Glisse2-12/+271
2017-06-28mm/hmm/mirror: helper to snapshot CPU page table v3Jérôme Glisse2-2/+333
2017-06-28mm/hmm/mirror: mirror process address space on device with HMM helpers v3Jérôme Glisse3-15/+275
2017-06-28mm/hmm: heterogeneous memory management (HMM for short) v4Jérôme Glisse6-1/+242
2017-06-28hmm: heterogeneous memory management documentation v2Jérôme Glisse2-0/+351
2017-06-23pci: test for unexpectedly disabled bridgesLinus Torvalds1-0/+9
2017-06-23slab-leaks3-default-yAndrew Morton1-1/+6
2017-06-23mutex subsystem, synchro-test moduleDavid Howells4-0/+660
2017-06-23kernel/fork.c: export kernel_thread() to modulesAndrew Morton1-0/+1
2017-06-23Releasing resources with childrenMatthew Wilcox1-0/+2
2017-06-23Make sure nobody's leaking resourcesMatthew Wilcox1-0/+8
2017-06-23mm: add strictlimit knobMaxim Patlasov2-0/+43
2017-06-23lib/crc-ccitt: add CCITT-FALSE CRC16 variantAndrey Vostrikov2-1/+64
2017-06-23writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov4-31/+18
2017-06-23xtensa: use generic fb.hTobias Klauser2-12/+1
2017-06-23sparc64: NG4 memset 32 bits overflowPavel Tatashin1-13/+13
2017-06-23mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko2-2/+3
2017-06-23drm/i915: use __GFP_RETRY_MAYFAILMichal Hocko1-1/+2
2017-06-23mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko1-10/+4
2017-06-23xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko1-0/+10
2017-06-23mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko23-46/+84
2017-06-23MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko1-1/+1
2017-06-23powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel1-9/+19
2017-06-23arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-06-23x86/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-06-23include/linux/string.h: add the option of fortified string.h functionsDaniel Micay11-0/+248
2017-06-23powerpc: make feature-fixup tests fortify-safeDaniel Axtens1-90/+90
2017-06-23powerpc: don't fortify prom_initDaniel Axtens1-0/+3
2017-06-23IB/rxe: do not copy extra stack memory to skbKees Cook1-1/+3
2017-06-23kexec_file: adjust declaration of kexec_purgatoryKees Cook2-7/+2
2017-06-23efi: avoid fortify checks in EFI stubKees Cook1-0/+1
2017-06-23powerpc-64s-implement-arch-specific-hardlockup-watchdog-checkpatch-fixesAndrew Morton1-2/+2
2017-06-23powerpc/64s: watchdog honor watchdog disable at boot/hotplugNicholas Piggin1-6/+6
2017-06-23powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin9-25/+460
2017-06-23kernel/watchdog: hide unused functionArnd Bergmann1-0/+4
2017-06-23watchdog-provide-watchdog_reconfigure-for-arch-watchdogs-fixNicholas Piggin1-0/+15
2017-06-23kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin1-4/+25
2017-06-23watchdog-split-up-config-options-fixNicholas Piggin1-5/+1
2017-06-23kernel/watchdog: split up config optionsNicholas Piggin11-159/+252
2017-06-23kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin9-24/+31