summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-02-24page_alloc: add movable_memmap kernel parameterTang Chen1-0/+11
2013-02-24memory-hotplug: export the function try_offline_node()Wen Congyang1-0/+3
2013-02-24memory-hotplug: remove sysfs file of nodeTang Chen1-1/+1
2013-02-24memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+3
2013-02-24memory-hotplug: common APIs to support page tables hot-removeWen Congyang1-0/+1
2013-02-24memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2-8/+8
2013-02-24memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+1
2013-02-24memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu1-0/+6
2013-02-24memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu1-0/+1
2013-02-24mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse1-1/+1
2013-02-24mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse2-1/+4
2013-02-24mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse1-1/+0
2013-02-24mm: remove flags argument to mmap_regionMichel Lespinasse1-2/+1
2013-02-24mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-3/+15
2013-02-24mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton1-3/+2
2013-02-24mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner1-1/+1
2013-02-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds6-0/+761
2013-02-23Merge tag 'please-pull-fix-ia64-build' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+6
2013-02-23Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-108/+97
2013-02-23Merge branch 'pm-cpufreq' into fixesRafael J. Wysocki1-9/+9
2013-02-23PM / OPP: fix condition for empty of_init_opp_table()Shawn Guo1-9/+9
2013-02-22sched: move RR_TIMESLICE from sysctl.h to rt.hClark Williams2-6/+6
2013-02-22drm: Add HDMI infoframe helpersThierry Reding1-0/+6
2013-02-22video: Add generic HDMI infoframe helpersThierry Reding1-0/+231
2013-02-22drm: Add some missing forward declarationsThierry Reding1-1/+2
2013-02-22drm: Remove duplicate drm_mode_cea_vic()Thierry Reding1-2/+1
2013-02-22Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-2/+10
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-21/+17
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-4/+15
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2013-02-22Merge branch 'akpm' (incoming from Andrew)Linus Torvalds16-160/+590
2013-02-22backlight: lp855x_bl: support new LP8557 deviceKim, Milo1-0/+19
2013-02-22printk: add pr_devel_once and pr_devel_ratelimitedMikhail Gruzdev1-0/+18
2013-02-22sun.com documentation fixesChristian Kujau1-6/+6
2013-02-22smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li1-1/+2
2013-02-22block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-0/+3
2013-02-22mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-0/+1
2013-02-22bdi: allow block devices to say that they require stable page writesDarrick J. Wong1-0/+6
2013-02-22lockdep: make lockdep_assert_held() not have a return valueJohannes Berg1-1/+3
2013-02-22video: s3c-fb: fix typo in definition of VIDCON1_VSTATUS_FRONTPORCH valueTomasz Figa1-1/+1
2013-02-22video: s3c-fb: add the bit definitions for CSC EQ709 and EQ601Jingoo Han1-0/+2
2013-02-22video: s3c-fb: remove unnecessary bracketsJingoo Han1-102/+97
2013-02-22video: s3c-fb: remove duplicated S3C_FB_MAX_WINJingoo Han1-2/+0
2013-02-22drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat1-1/+0
2013-02-22video: mmp display subsystemZhou Zhu1-0/+352
2013-02-22bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos2-16/+38
2013-02-22compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos2-1/+6
2013-02-22bug.h: make BUILD_BUG_ON generate compile-time errorDaniel Santos1-13/+19
2013-02-22bug.h: prevent double evaulation of `condition' in BUILD_BUG_ONDaniel Santos1-3/+4
2013-02-22bug.h: fix BUILD_BUG_ON macro in __CHECKER__Daniel Santos1-2/+2