summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | mm: remove __invalidate_mapping_pages variantMike Waychison2009-06-161-3/+0
| * | | | | | | | | oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-162-1/+2
| * | | | | | | | | mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki2009-06-161-5/+9
| * | | | | | | | | mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki2009-06-161-0/+7
| * | | | | | | | | mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-166-68/+1
| * | | | | | | | | page-allocator: add inactive ratio calculation function of each zoneMinchan Kim2009-06-161-0/+1
| * | | | | | | | | page-allocator: clean up functions related to pages_minMinchan Kim2009-06-161-1/+1
| * | | | | | | | | page-allocator: use integer fields lookup for gfp_zone and check for errors i...Christoph Lameter2009-06-161-15/+96
| * | | | | | | | | mm: check the argument of kunmap on architectures without highmemMatthew Wilcox2009-06-161-1/+3
| * | | | | | | | | mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki2009-06-161-0/+12
| * | | | | | | | | mm: introduce follow_pfn()Johannes Weiner2009-06-161-0/+2
| * | | | | | | | | vmscan: cleanup the scan batching codeWu Fengguang2009-06-161-2/+2
| * | | | | | | | | vmscan: evict use-once pages firstRik van Riel2009-06-161-0/+7
| * | | | | | | | | mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang2009-06-161-0/+7
| * | | | | | | | | page allocator: use a pre-calculated value instead of num_online_nodes() in f...Christoph Lameter2009-06-161-3/+16
| * | | | | | | | | page allocator: use allocation flags as an index to the zone watermarkMel Gorman2009-06-161-1/+15
| * | | | | | | | | page allocator: move check for disabled anti-fragmentation out of fastpathMel Gorman2009-06-161-3/+0
| * | | | | | | | | page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-162-1/+9
| * | | | | | | | | page allocator: do not sanity check order in the fast pathMel Gorman2009-06-161-6/+0
| * | | | | | | | | page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Mel Gorman2009-06-161-10/+2
| * | | | | | | | | cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-162-8/+13
| * | | | | | | | | mm: clean up get_user_pages_fast() documentationNick Piggin2009-06-161-15/+5
| * | | | | | | | | radix-tree: add radix_tree_prev_hole()Wu Fengguang2009-06-161-0/+2
| * | | | | | | | | readahead: record mmap read-around states in file_ra_stateWu Fengguang2009-06-161-2/+3
| * | | | | | | | | readahead: make mmap_miss an unsigned intWu Fengguang2009-06-161-1/+1
| * | | | | | | | | mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-12/+0
| * | | | | | | | | firmware_map: fix hang with x86/32bitYinghai Lu2009-06-161-8/+4
| * | | | | | | | | time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2009-06-161-0/+3
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-06-161-0/+358
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | firewire: core: use more outbound tlabelsStefan Richter2009-06-141-1/+2
| * | | | | | | | | firewire: core: don't update Broadcast_Channel if RFC 2734 conditions aren't metStefan Richter2009-06-141-0/+2
| * | | | | | | | | firewire: add parent-of-unit accessorStefan Richter2009-06-061-0/+5
| * | | | | | | | | firewire: reorganize header filesStefan Richter2009-06-051-0/+350
* | | | | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-1614-8/+312
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'linus/master' into HEADVegard Nossum2009-06-15136-608/+5820
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fs: introduce __getname_gfp()Vegard Nossum2009-06-151-2/+3
| * | | | | | | | | | | trace: annotate bitfields in struct ring_buffer_eventVegard Nossum2009-06-151-0/+4
| * | | | | | | | | | | net: annotate struct sock bitfieldVegard Nossum2009-06-151-0/+2
| * | | | | | | | | | | c2port: annotate bitfield for kmemcheckVegard Nossum2009-06-151-0/+3
| * | | | | | | | | | | net: annotate inet_timewait_sock bitfieldsVegard Nossum2009-06-151-1/+4
| * | | | | | | | | | | net: annotate bitfields in struct inet_sockVegard Nossum2009-06-151-4/+10
| * | | | | | | | | | | net: use kmemcheck bitfields API for skbuffVegard Nossum2009-06-151-0/+7
| * | | | | | | | | | | kmemcheck: introduce bitfield APIVegard Nossum2009-06-151-0/+50
| * | | | | | | | | | | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-152-6/+34
| * | | | | | | | | | | kmemcheck: add DMA hooksVegard Nossum2009-06-151-0/+16
| * | | | | | | | | | | kmemcheck: add mm functionsVegard Nossum2009-06-153-1/+62
| * | | | | | | | | | | kmemcheck: add the kmemcheck coreVegard Nossum2009-06-132-0/+25
| * | | | | | | | | | | tasklets: new tasklet scheduling functionVegard Nossum2009-06-131-0/+14
| * | | | | | | | | | | slab: move struct kmem_cache to headersPekka Enberg2009-06-131-0/+81
| * | | | | | | | | | | stacktrace: add forward-declaration struct task_structVegard Nossum2009-06-121-0/+2
OpenPOWER on IntegriCloud