aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16utsname.h: make new_utsname fields use the proper length constantDan Smith1-6/+6
2009-06-16vmscan: count the number of times zone_reclaim() scans and failsMel Gorman1-0/+3
2009-06-16vmscan: report vm_flags in page_referenced()Wu Fengguang1-2/+3
2009-06-16mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argumentSergei Trofimovich1-1/+1
2009-06-16mm: remove file argument from swap_readpage()Minchan Kim1-1/+1
2009-06-16mm: remove __invalidate_mapping_pages variantMike Waychison1-3/+0
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes2-1/+2
2009-06-16mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki1-5/+9
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki1-0/+7
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro6-68/+1
2009-06-16page-allocator: add inactive ratio calculation function of each zoneMinchan Kim1-0/+1
2009-06-16page-allocator: clean up functions related to pages_minMinchan Kim1-1/+1
2009-06-16page-allocator: use integer fields lookup for gfp_zone and check for errors in flags passed to the page allocatorChristoph Lameter1-15/+96
2009-06-16mm: check the argument of kunmap on architectures without highmemMatthew Wilcox1-1/+3
2009-06-16mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki1-0/+12
2009-06-16mm: introduce follow_pfn()Johannes Weiner1-0/+2
2009-06-16vmscan: cleanup the scan batching codeWu Fengguang1-2/+2
2009-06-16vmscan: evict use-once pages firstRik van Riel1-0/+7
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang1-0/+7
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in fast pathsChristoph Lameter1-3/+16
2009-06-16page allocator: use allocation flags as an index to the zone watermarkMel Gorman1-1/+15
2009-06-16page allocator: move check for disabled anti-fragmentation out of fastpathMel Gorman1-3/+0
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman2-1/+9
2009-06-16page allocator: do not sanity check order in the fast pathMel Gorman1-6/+0
2009-06-16page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Mel Gorman1-10/+2
2009-06-16cpuset,mm: update tasks' mems_allowed in timeMiao Xie2-8/+13
2009-06-16mm: clean up get_user_pages_fast() documentationNick Piggin1-15/+5
2009-06-16radix-tree: add radix_tree_prev_hole()Wu Fengguang1-0/+2
2009-06-16readahead: record mmap read-around states in file_ra_stateWu Fengguang1-2/+3
2009-06-16readahead: make mmap_miss an unsigned intWu Fengguang1-1/+1
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-12/+0
2009-06-16firmware_map: fix hang with x86/32bitYinghai Lu1-8/+4
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann1-0/+3
2009-06-16V4L/DVB (11239): sdio: add cards ids for sms (Siano Mobile Silicon) MDTV receiversUri Shkolnik1-0/+8
2009-06-16V4L/DVB (11970): gspca - ov519: Add support for the ov518 bridge.Hans de Goede1-1/+2
2009-06-16V4L/DVB (11933): tuner-simple, tveeprom: Add Philips FQ1216LME MK3 analog tunerAndy Walls1-0/+1
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-0/+358
2009-06-16V4L/DVB (11845): ir-kbd-i2c: Use initialization dataJean Delvare1-0/+7
2009-06-16V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding modelJean Delvare1-1/+1
2009-06-16V4L/DVB (11843): ir-kbd-i2c: Don't use i2c_client.name for our own needsJean Delvare1-0/+1
2009-06-16V4L/DVB (11775): tuner: add support Philips MK5 tunerDmitri Belimov1-0/+1
2009-06-16V4L/DVB (11743): Analog Devices ADV7343 video encoder driverChaithrika U S2-0/+26
2009-06-16V4L/DVB (11742): TI THS7303 video amplifier driver codeChaithrika U S1-0/+3
2009-06-16V4L/DVB (11705): soc-camera: prepare for the platform driver conversionGuennadi Liakhovetski1-0/+5
2009-06-16V4L/DVB (11673): v4l2-device: unregister i2c_clients when unregistering the v4l2_device.Hans Verkuil1-0/+5
2009-06-16V4L/DVB (11671): v4l2: add v4l2_device_set_name()Hans Verkuil1-0/+21
2009-06-16V4L/DVB (11609): soc-camera: remove an extra device generation from struct soc_camera_hostGuennadi Liakhovetski1-2/+2
2009-06-16V4L/DVB (11607): soc-camera: add a free_bus method to struct soc_camera_linkGuennadi Liakhovetski1-0/+1
2009-06-16V4L/DVB (11517): v4l: remove driver-core BUS_ID_SIZEKay Sievers1-1/+1
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds14-8/+312