summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-02-14fs/exec.c: make bprm_mm_init() staticYuanhan Liu
2013-02-14coredump: remove redundant defines for dumpable statesKees Cook
2013-02-14signalfd: add ability to return siginfo in a raw formatAndrey Vagin
2013-02-14fat: mark fs as dirty on mount and clean on umountOleksij Rempel
2013-02-14fat: add extended fileds to struct fat_boot_sectorOleksij Rempel
2013-02-14hfsplus: add osx.* prefix for handling namespace of Mac OS X extended attributesVyacheslav Dubeyko
2013-02-14drivers/rtc/rtc-pxa.c: fix set time sync time issueLeo Song
2013-02-14epoll: support for disabling items, and a self-test appPaton J. Lewis
2013-02-14backlight-add-new-lp8788-backlight-driver-checkpatch-fixesAndrew Morton
2013-02-14backlight: add new lp8788 backlight driverKim, Milo
2013-02-14include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du
2013-02-14smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li
2013-02-14block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong
2013-02-14mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2013-02-14bdi: allow block devices to say that they require stable page writesDarrick J. Wong
2013-02-14mm: add vm event counters for balloon pages compactionRafael Aquini
2013-02-14net: change type of netns_ipvs->sysctl_sync_qlen_maxZhang Yanfei
2013-02-14vmscan: change type of vm_total_pages to unsigned longZhang Yanfei
2013-02-14mm: fix return type for functions nr_free_*_pagesZhang Yanfei
2013-02-14include-linux-mmzoneh-cleanups-fixAndrew Morton
2013-02-14include/linux/mmzone.h: cleanupsAndrew Morton
2013-02-14mm: remove free_area_cacheMichel Lespinasse
2013-02-14mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate.Cody P Schafer
2013-02-14mm: add zone_is_empty() and zone_is_initialized()Cody P Schafer
2013-02-14mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer
2013-02-14mm: add SECTION_IN_PAGE_FLAGSCody P Schafer
2013-02-14mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner
2013-02-14mm: remove offlining arg to migrate_pagesHugh Dickins
2013-02-14ksm: remove old stable nodes more thoroughlyHugh Dickins
2013-02-14mm: rename page struct field helpersMel Gorman
2013-02-14mm: uninline page_xchg_last_nid()Mel Gorman
2013-02-14page-writebackc-subtract-min_free_kbytes-from-dirtyable-memory-fixAndrew Morton
2013-02-14mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov
2013-02-14swap: add per-partition lock for swapfileShaohua Li
2013-02-14swap: make each swap partition have one address_spaceShaohua Li
2013-02-14mm: don't inline page_mapping()Shaohua Li
2013-02-14mm: Fold page->_last_nid into page->flags where possiblePeter Zijlstra
2013-02-14mm: move page flags layout to separate headerPeter Zijlstra
2013-02-14mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALA...Mel Gorman
2013-02-14mm: numa: fix minor typo in numa_next_scanMel Gorman
2013-02-14mm: remove unused memclear_highpage_flush()Kirill A. Shutemov
2013-02-14pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei
2013-02-14mm: teach mm by current context info to not do I/O during memory allocationMing Lei
2013-02-14mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic
2013-02-14memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu
2013-02-14mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim
2013-02-14mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...Tang Chen
2013-02-14acpi, memory-hotplug: support getting hotplug info from SRATTang Chen
2013-02-14acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen
2013-02-14acpi, memory-hotplug: parse SRAT before memblock is ready fixMichal Hocko