summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* drivers: add support for the TI VLYNQ busFlorian Fainelli2009-06-171-0/+161
* syscalls.h: remove duplicated declarations for sys_pipe2Masatake YAMATO2009-06-171-2/+1Star
* kmap_types: make most arches use generic header fileRandy Dunlap2009-06-171-1/+1
* remove put_cpu_no_resched()Thomas Gleixner2009-06-171-1/+0Star
* drbd: add major number to major.hPhilipp Reisner2009-06-171-0/+1
* headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod...Andrew Morton2009-06-172-12/+17
* poll: avoid extra wakeups in select/pollEric Dumazet2009-06-171-0/+3
* utsname.h: make new_utsname fields use the proper length constantDan Smith2009-06-171-6/+6
* vmscan: count the number of times zone_reclaim() scans and failsMel Gorman2009-06-171-0/+3
* vmscan: report vm_flags in page_referenced()Wu Fengguang2009-06-171-2/+3
* mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argumentSergei Trofimovich2009-06-171-1/+1
* mm: remove file argument from swap_readpage()Minchan Kim2009-06-171-1/+1
* mm: remove __invalidate_mapping_pages variantMike Waychison2009-06-171-3/+0Star
* oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-172-1/+2
* mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki2009-06-171-5/+9
* mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki2009-06-171-0/+7
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-176-68/+1Star
* page-allocator: add inactive ratio calculation function of each zoneMinchan Kim2009-06-171-0/+1
* page-allocator: clean up functions related to pages_minMinchan Kim2009-06-171-1/+1
* page-allocator: use integer fields lookup for gfp_zone and check for errors i...Christoph Lameter2009-06-171-15/+96
* mm: check the argument of kunmap on architectures without highmemMatthew Wilcox2009-06-171-1/+3
* mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki2009-06-171-0/+12
* mm: introduce follow_pfn()Johannes Weiner2009-06-171-0/+2
* vmscan: cleanup the scan batching codeWu Fengguang2009-06-171-2/+2
* vmscan: evict use-once pages firstRik van Riel2009-06-171-0/+7
* mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang2009-06-171-0/+7
* page allocator: use a pre-calculated value instead of num_online_nodes() in f...Christoph Lameter2009-06-171-3/+16
* page allocator: use allocation flags as an index to the zone watermarkMel Gorman2009-06-171-1/+15
* page allocator: move check for disabled anti-fragmentation out of fastpathMel Gorman2009-06-171-3/+0Star
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-172-1/+9
* page allocator: do not sanity check order in the fast pathMel Gorman2009-06-171-6/+0Star
* page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Mel Gorman2009-06-171-10/+2Star
* cpuset,mm: update tasks' mems_allowed in timeMiao Xie2009-06-172-8/+13
* mm: clean up get_user_pages_fast() documentationNick Piggin2009-06-171-15/+5Star
* radix-tree: add radix_tree_prev_hole()Wu Fengguang2009-06-171-0/+2
* readahead: record mmap read-around states in file_ra_stateWu Fengguang2009-06-171-2/+3
* readahead: make mmap_miss an unsigned intWu Fengguang2009-06-171-1/+1
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-171-12/+0Star
* firmware_map: fix hang with x86/32bitYinghai Lu2009-06-171-8/+4Star
* time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2009-06-171-0/+3
* Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-154-2/+30
|\
| * timers: Logic to move non pinned timersArun R Bharadwaj2009-05-132-0/+21
| * timers: /proc/sys sysctl hook to enable timer migrationArun R Bharadwaj2009-05-131-0/+1
| * timers: Framework for identifying pinned timersArun R Bharadwaj2009-05-132-2/+8
* | Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-151-0/+3
|\ \
| * | clocksource: prevent selection of low resolution clocksourse also for nohz=onThomas Gleixner2009-06-132-1/+4
| * | clocksource: sanity check sysfs clocksource changesjohn stultz2009-06-111-1/+1
* | | Merge branch 'timers-for-linus-ntp' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-151-11/+31
|\ \ \
| * | | ntp: fix comment typosjohn stultz2009-05-121-2/+2
| * | | ntp: adjust SHIFT_PLL to improve NTP convergencejohn stultz2009-05-061-11/+31