summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALA...Mel Gorman2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: numa: fix minor typo in numa_next_scanMel Gorman2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: remove unused memclear_highpage_flush()Kirill A. Shutemov2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: teach mm by current context info to not do I/O during memory allocationMing Lei2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...Tang Chen2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acpi, memory-hotplug: support getting hotplug info from SRATTang Chen2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | page_alloc: bootmem limit with movablecore_mapTang Chen2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | page_alloc: add movable_memmap kernel parameterTang Chen2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory-hotplug: export the function try_offline_node()Wen Congyang2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory-hotplug: remove sysfs file of nodeTang Chen2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory-hotplug: remove memmap of sparse-vmemmapTang Chen2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory-hotplug: common APIs to support page tables hot-removeWen Congyang2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: remove flags argument to mmap_regionMichel Lespinasse2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton2013-02-23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner2013-02-23
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2013-02-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dmaPhilippe De Muyter2013-01-03
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'please-pull-fix-ia64-build' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-02-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched: move RR_TIMESLICE from sysctl.h to rt.hClark Williams2013-02-22
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generic: Use raw local irq variant for generic cmpxchgIngo Molnar2013-02-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seqlock: Use seqcount infrastructureThomas Gleixner2013-02-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seqlock: Remove unused functionsThomas Gleixner2013-02-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locking: Various static lock initializer fixesThomas Gleixner2013-02-19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lockdep: Silence warning if CONFIG_LOCKDEP isn't setPaul Bolle2013-02-19
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu2013-01-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86: Add Crash kernel low reservationYinghai Lu2013-01-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memblock: Add memblock_mem_size()Yinghai Lu2013-01-29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | x86, mm: Move after_bootmem to mm_internel.hYinghai Lu2012-11-17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | s390/mm: implement software dirty bitsMartin Schwidefsky2013-02-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | asm-generic/io.h: convert readX defines to functionsHeiko Carstens2013-02-14
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |