aboutsummaryrefslogtreecommitdiffstats
path: root/security (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse5-15/+25
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse5-87/+9
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse4-22/+18
2013-02-23mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse1-12/+13
2013-02-23mm: use mm_populate() when adjusting brk with MCL_FUTURE in effectMichel Lespinasse1-4/+14
2013-02-23mm: use mm_populate() for blocking remap_file_pages()Michel Lespinasse1-16/+6
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse7-22/+62
2013-02-23mm: remap_file_pages() fixesMichel Lespinasse1-8/+14
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic1-4/+11
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton2-10/+7
2013-02-23mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li1-4/+101
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko1-10/+9
2013-02-23mm/ksm.c: use new hashtable implementationSasha Levin1-18/+12
2013-02-23mm/huge_memory.c: use new hashtable implementationSasha Levin1-45/+9
2013-02-23mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman1-3/+2
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton1-2/+1
2013-02-23mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton1-5/+2
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner2-7/+4
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner1-88/+91
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner1-21/+44
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner1-5/+7
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner1-9/+30
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner2-5/+7
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner1-9/+11
2013-02-23CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada1-3/+5
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton1-13/+9
2013-02-23mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton1-8/+7
2013-02-23memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2-12/+41
2013-02-23drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZEAndrew Morton1-7/+7
2013-02-21rtc: rtc-davinci: use devm_*() functionsJingoo Han1-18/+10
2013-02-21rtc: rtc-max8997: use devm_request_threaded_irq()Jingoo Han1-4/+3
2013-02-21rtc: rtc-max8907: use devm_request_threaded_irq()Jingoo Han1-3/+3
2013-02-21rtc: rtc-da9052: use devm_request_threaded_irq()Jingoo Han1-12/+6
2013-02-21rtc: rtc-wm831x: use devm_request_threaded_irq()Jingoo Han1-5/+4
2013-02-21rtc: rtc-tps80031: use devm_request_threaded_irq()Jingoo Han1-2/+2
2013-02-21rtc: rtc-lp8788: use devm_request_threaded_irq()Jingoo Han1-8/+2
2013-02-21rtc: rtc-coh901331: use devm_clk_get()Jingoo Han1-5/+2
2013-02-21rtc: rtc-vt8500: use devm_*() functionsJingoo Han1-18/+10
2013-02-21rtc: rtc-tps6586x: use devm_request_threaded_irq()Jingoo Han1-2/+2
2013-02-21rtc: rtc-imxdi: use devm_clk_get()Jingoo Han1-3/+1
2013-02-21rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()Jingoo Han1-8/+4
2013-02-21rtc: rtc-pcf8583: use dev_warn() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: rtc-sun4v: use pr_warn() instead of printk()Jingoo Han1-4/+6
2013-02-21rtc: rtc-vr41xx: use dev_info() instead of printk()Jingoo Han1-1/+1
2013-02-21rtc: rtc-rs5c313: use pr_err() instead of printk()Jingoo Han1-2/+3
2013-02-21rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug()Jingoo Han1-9/+8
2013-02-21rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()Jingoo Han1-6/+4
2013-02-21rtc: rtc-ds2404: use dev_err() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: rtc-efi: use dev_err()/dev_warn()/pr_err() instead of printk()Jingoo Han1-4/+6
2013-02-21rtc: max77686: use dev_info() instead of printk()Jingoo Han1-2/+2