aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/sem.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25hangcheck-timer: fix x86_32 bugsYury Polyanskiy1-6/+14
2010-05-25endian: #define __BYTE_ORDERJoakim Tjernlund9-31/+8
2010-05-25err.h: add __must_check to error pointer handlersJani Nikula1-5/+5
2010-05-25cpuidle: add a repeating pattern detector to the menu governorArjan van de Ven1-1/+59
2010-05-25mn10300: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori1-0/+2
2010-05-25mn10300: use generic atomic.hMathieu Desnoyers1-157/+1
2010-05-25m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driverGreg Ungerer1-1/+1
2010-05-25frv: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori1-0/+2
2010-05-25frv: extend gdbstub to support more features of gdbDavid Howells3-2/+70
2010-05-25mm: make lowmem_page_address() use PFN_PHYS() for improved portabilityChris Metcalf1-1/+2
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li4-10/+22
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li5-12/+29
2010-05-25mem-hotplug: separate setup_per_cpu_pageset() into separate functionsWu Fengguang1-17/+20
2010-05-25mm: fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme.Marcelo Roberto Jimenez1-1/+1
2010-05-25highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_atomic()Akinobu Mita2-2/+2
2010-05-25include/linux/gfp.h: fix coding stylematt mooney1-5/+5
2010-05-25include/linux/gfp.h: spelling fixesmatt mooney1-4/+4
2010-05-25cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo3-0/+49
2010-05-25vmscan: remove isolate_pages callback scan controlJohannes Weiner2-30/+35
2010-05-25vmscan: remove all_unreclaimable scan controlJohannes Weiner1-8/+6
2010-05-25mm: document follow_page()Johannes Weiner1-2/+11
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy1-2/+2
2010-05-25mm: introduce free_pages_prepare()KOSAKI Motohiro1-19/+21
2010-05-25vmscan: page_check_references(): check low order lumpy reclaim properlyKOSAKI Motohiro1-15/+26
2010-05-25readahead.c: fix commentHuang Shijie1-1/+1
2010-05-25vmscan: prevent get_scan_ratio() rounding errorsShaohua Li1-52/+55
2010-05-25mm: consider the entire user address space during node migrationGreg Thelen1-1/+1
2010-05-25mm: compaction: defer compaction using an exponential backoff when compaction failsMel Gorman3-1/+52
2010-05-25mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimedMel Gorman4-1/+44
2010-05-25mm: compaction: direct compact when a high-order allocation failsMel Gorman5-6/+215
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionMel Gorman4-0/+49
2010-05-25mm: compaction: add /proc trigger for memory compactionMel Gorman4-0/+88
2010-05-25mm: compaction: memory compaction coreMel Gorman10-1/+472
2010-05-25mm: move definition for LRU isolation modes to a headerMel Gorman2-5/+5
2010-05-25mm: export fragmentation index via debugfsMel Gorman1-0/+84
2010-05-25mm: export unusable free space index via debugfsMel Gorman1-1/+149
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacksMel Gorman3-2/+38
2010-05-25mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-removeMel Gorman1-3/+14
2010-05-25mm: migration: allow the migration of PageSwapCache pagesMel Gorman1-17/+36
2010-05-25mm: migration: do not try to migrate unmapped anonymous pagesMel Gorman1-0/+11
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman4-40/+24
2010-05-25mm: migration: take a reference to the anon_vma before migratingMel Gorman3-5/+40
2010-05-25mm: default to node zonelist ordering when nodes have only lowmemDavid Rientjes1-1/+10
2010-05-25pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi1-0/+4
2010-05-25mincore: do nested page table walksJohannes Weiner1-17/+58
2010-05-25mincore: pass ranges as start,end address pairsJohannes Weiner1-30/+27
2010-05-25mincore: break do_mincore() into logical piecesJohannes Weiner1-74/+97
2010-05-25mincore: cleanupsJohannes Weiner1-49/+27
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie11-20/+148
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie3-24/+119