summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* acpi, memory-hotplug: support getting hotplug info from SRATTang Chen2013-02-231-0/+2
* acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen2013-02-231-0/+5
* acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2013-02-231-0/+8
* page_alloc: bootmem limit with movablecore_mapTang Chen2013-02-231-0/+1
* page_alloc: add movable_memmap kernel parameterTang Chen2013-02-231-0/+11
* memory-hotplug: export the function try_offline_node()Wen Congyang2013-02-231-0/+3
* memory-hotplug: remove sysfs file of nodeTang Chen2013-02-231-1/+1
* memory-hotplug: remove memmap of sparse-vmemmapTang Chen2013-02-231-0/+3
* memory-hotplug: common APIs to support page tables hot-removeWen Congyang2013-02-231-0/+1
* memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2013-02-232-8/+8
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-231-0/+1
* memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu2013-02-231-0/+6
* memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu2013-02-231-0/+1
* mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-231-1/+1
* mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse2013-02-232-1/+4
* mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse2013-02-231-1/+0
* mm: remove flags argument to mmap_regionMichel Lespinasse2013-02-231-2/+1
* mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-231-3/+15
* mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton2013-02-231-3/+2
* mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner2013-02-231-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-215-2/+10
|\
| * x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-291-1/+1
| * mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu2013-01-291-0/+5
| * x86: Add Crash kernel low reservationYinghai Lu2013-01-291-0/+3
| * memblock: Add memblock_mem_size()Yinghai Lu2013-01-291-0/+1
| * Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-29593-5536/+17765
| |\
| * | x86, mm: Move after_bootmem to mm_internel.hYinghai Lu2012-11-171-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-213-21/+17
|\ \ \
| * | | s390/mm: implement software dirty bitsMartin Schwidefsky2013-02-142-18/+0
| * | | asm-generic/io.h: convert readX defines to functionsHeiko Carstens2013-02-141-3/+17
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-212-4/+15
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'for-3.9/logitech', 'for-3.9/multitouch', 'for-3.9/ntrig', 'fo...Jiri Kosina2013-02-212-4/+15
| |\ \ \ \ \
| | | * | | | HID: uhid: use __packed__ for uhid_feature_answer_reqDavid Herrmann2013-01-031-1/+1
| | | * | | | HID: hid.h: remove unused hid_generic_{init,exit} prototypesH Hartley Sweeten2013-01-031-3/+0
| | | * | | | HID: introduce helper for hid_driver boilerplateH Hartley Sweeten2013-01-031-0/+12
| | * | | | | HID: core: add "report" hook, called once the report has been parsedBenjamin Tissoires2013-02-051-0/+2
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-214-4/+4
|\ \ \ \ \ \
| * | | | | | percpu_counter.h: comment code for better readabilityJesper Dangaard Brouer2013-02-051-1/+1
| * | | | | | Merge branch 'master' into for-nextJiri Kosina2013-01-29605-5740/+18347
| |\ \ \ \ \ \
| * | | | | | | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
| * | | | | | | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-032-2/+2
* | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-2116-160/+590
|\ \ \ \ \ \ \ \
| * | | | | | | | backlight: lp855x_bl: support new LP8557 deviceKim, Milo2013-02-211-0/+19
| * | | | | | | | printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev2013-02-211-0/+18
| * | | | | | | | sun.com documentation fixesChristian Kujau2013-02-211-6/+6
| * | | | | | | | smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li2013-02-211-1/+2
| * | | | | | | | block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-211-0/+3
| * | | | | | | | mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-211-0/+1
| * | | | | | | | bdi: allow block devices to say that they require stable page writesDarrick J. Wong2013-02-211-0/+6
| * | | | | | | | lockdep: make lockdep_assert_held() not have a return valueJohannes Berg2013-02-211-1/+3