aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-17400-3087/+17035
|\
| * Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-167-4/+1922
| |\
| | * drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse2009-06-151-0/+130
| | * drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom2009-06-155-0/+1788
| | * drm/radeon: fix mobility flags on new PCI IDs.Dave Airlie2009-06-151-4/+4
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-06-169-5/+85
| |\ \
| | * | V4L/DVB (11239): sdio: add cards ids for sms (Siano Mobile Silicon) MDTV rece...Uri Shkolnik2009-06-161-0/+8
| | * | V4L/DVB (11970): gspca - ov519: Add support for the ov518 bridge.Hans de Goede2009-06-161-1/+2
| | * | V4L/DVB (11933): tuner-simple, tveeprom: Add Philips FQ1216LME MK3 analog tunerAndy Walls2009-06-161-0/+1
| | * | V4L/DVB (11845): ir-kbd-i2c: Use initialization dataJean Delvare2009-06-161-0/+7
| | * | V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding modelJean Delvare2009-06-161-1/+1
| | * | V4L/DVB (11843): ir-kbd-i2c: Don't use i2c_client.name for our own needsJean Delvare2009-06-161-0/+1
| | * | V4L/DVB (11775): tuner: add support Philips MK5 tunerDmitri Belimov2009-06-161-0/+1
| | * | V4L/DVB (11743): Analog Devices ADV7343 video encoder driverChaithrika U S2009-06-162-0/+26
| | * | V4L/DVB (11742): TI THS7303 video amplifier driver codeChaithrika U S2009-06-161-0/+3
| | * | V4L/DVB (11705): soc-camera: prepare for the platform driver conversionGuennadi Liakhovetski2009-06-161-0/+5
| | * | V4L/DVB (11673): v4l2-device: unregister i2c_clients when unregistering the v...Hans Verkuil2009-06-161-0/+5
| | * | V4L/DVB (11671): v4l2: add v4l2_device_set_name()Hans Verkuil2009-06-161-0/+21
| | * | V4L/DVB (11609): soc-camera: remove an extra device generation from struct so...Guennadi Liakhovetski2009-06-161-2/+2
| | * | V4L/DVB (11607): soc-camera: add a free_bus method to struct soc_camera_linkGuennadi Liakhovetski2009-06-161-0/+1
| | * | V4L/DVB (11517): v4l: remove driver-core BUS_ID_SIZEKay Sievers2009-06-161-1/+1
| * | | Merge branch 'akpm'Linus Torvalds2009-06-1634-195/+498
| |\ \ \
| | * | | fbdev: blackfin has __raw I/O accessors, so use them in fb.hMike Frysinger2009-06-161-1/+1
| | * | | fbdev: s1d13xxxfb: add accelerated bitblt functionsKristoffer Ericson2009-06-161-0/+9
| | * | | fbdev: add support for handoff from firmware to hw framebuffersDave Airlie2009-06-161-1/+11
| | * | | fbdev: move logo externs to header fileGeert Uytterhoeven2009-06-162-1/+17
| | * | | lis3: add click functionDaniel Mack2009-06-161-0/+39
| | * | | drivers: add support for the TI VLYNQ busFlorian Fainelli2009-06-161-0/+161
| | * | | syscalls.h: remove duplicated declarations for sys_pipe2Masatake YAMATO2009-06-161-2/+1
| | * | | kmap_types: make most arches use generic header fileRandy Dunlap2009-06-161-1/+1
| | * | | remove put_cpu_no_resched()Thomas Gleixner2009-06-161-1/+0
| | * | | drbd: add major number to major.hPhilipp Reisner2009-06-161-0/+1
| | * | | headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod...Andrew Morton2009-06-162-12/+17
| | * | | poll: avoid extra wakeups in select/pollEric Dumazet2009-06-161-0/+3
| | * | | utsname.h: make new_utsname fields use the proper length constantDan Smith2009-06-161-6/+6
| | * | | vmscan: count the number of times zone_reclaim() scans and failsMel Gorman2009-06-161-0/+3
| | * | | vmscan: report vm_flags in page_referenced()Wu Fengguang2009-06-161-2/+3
| | * | | mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argumentSergei Trofimovich2009-06-161-1/+1
| | * | | mm: remove file argument from swap_readpage()Minchan Kim2009-06-161-1/+1
| | * | | 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