summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-1/+2
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang1-1/+5
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan2-12/+11
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich1-3/+2
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-0/+1
2009-09-22mm: return boolean from page_has_private()Johannes Weiner1-5/+8
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner1-6/+2
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner1-4/+19
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil1-8/+2
2009-09-22tracing, page-allocator: add trace event for page traffic related to the budd...Mel Gorman1-0/+51
2009-09-22tracing, page-allocator: add trace events for anti-fragmentation falling back...Mel Gorman1-0/+38
2009-09-22tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman1-0/+74
2009-09-22page-allocator: remove dead function free_cold_page()Mel Gorman1-1/+0
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins1-1/+1
2009-09-22ksm: clean up obsolete referencesHugh Dickins1-20/+0
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-7/+4
2009-09-22ksm: fix oom deadlockHugh Dickins1-4/+27
2009-09-22ksm: identify PageKsm pagesHugh Dickins1-0/+29
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins1-5/+1
2009-09-22ksm: the mm interface to ksmHugh Dickins3-0/+58
2009-09-22ksm: define MADV_MERGEABLE and MADV_UNMERGEABLEHugh Dickins1-0/+3
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus1-0/+34
2009-09-22mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner1-3/+9
2009-09-22mm: count only reclaimable lru pagesWu Fengguang1-9/+2
2009-09-22mm: remove __{add,sub}_zone_page_state()KOSAKI Motohiro1-5/+0
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro1-0/+2
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+1
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-1/+2
2009-09-22hugetlb: balance freeing of huge pages across nodesLee Schermerhorn1-1/+2
2009-09-22memory hotplug: update zone pcp at memory onlineShaohua Li1-0/+2
2009-09-22mm: make swap token dummies static inlinesJohannes Weiner1-4/+16
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-22const: make lock_manager_operations constAlexey Dobriyan2-2/+2
2009-09-22const: make file_lock_operations constAlexey Dobriyan1-1/+1
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan2-2/+2
2009-09-22const: make struct super_block::dq_op constAlexey Dobriyan2-2/+2
2009-09-22regulator/driver: be more specific in nanodoc for is_enabledWolfram Sang1-1/+2
2009-09-22regulator: fix typosWolfram Sang2-5/+5
2009-09-22regulator: Add GPIO enable control to fixed voltage regulator driverRoger Quadros1-0/+24
2009-09-22regulator: Add regulator voltage range check APIMark Brown1-0/+2
2009-09-22regulator: Add regulator_get_exclusive() APIMark Brown2-0/+4
2009-09-22regulator: add initialization macro of regulator supplyroald1-0/+7
2009-09-22regulator: add buck3 in da903x driverHaojian Zhuang1-1/+3
2009-09-22regulator: Define full constraints function with REGULATOR disabledMark Brown1-0/+6
2009-09-22regulator: Allow consumer supplies to be set up with dev_name()Mark Brown1-1/+6
2009-09-22kmemcheck: add missing braces to do-while in kmemcheck_annotate_bitfieldJohannes Berg1-1/+4
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds8-482/+923
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-26/+12
2009-09-21Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-17/+0
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3