summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-2320-133/+199
|\
| * lguest: don't force VIRTIO_F_NOTIFY_ON_EMPTYRusty Russell2009-09-231-4/+21
| * lguest: cleanup for map_switcher()Xiao Guangrong2009-09-231-3/+2
| * lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSETRusty Russell2009-09-231-4/+2
| * lguest: use set_pte/set_pmd uniformly for real page table entriesRusty Russell2009-09-231-22/+17
| * lguest: move panic notifier registration to its expected place.Rusty Russell2009-09-231-6/+4
| * virtio_blk: add support for cache flushChristoph Hellwig2009-09-232-5/+40
| * virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-2314-17/+24
| * virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao2009-09-231-2/+0
| * virtio: make add_buf return capacity remainingRusty Russell2009-09-238-15/+19
| * virtio_pci: minor MSI-X cleanupsRusty Russell2009-09-231-55/+70
* | nommu: fix two build breakagesHugh Dickins2009-09-231-1/+2
* | fs: change sys_truncate length parameter typeHeiko Carstens2009-09-232-5/+3
* | Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-scoreLinus Torvalds2009-09-234-76/+21
|\ \
| * | score: update email address in MAINTAINERS.Chen Liqin2009-09-231-1/+1
| * | score: Cleanup linker script using new macros.Tim Abbott2009-09-231-68/+9
| * | score: Make THREAD_SIZE available to assembly files.Tim Abbott2009-09-231-6/+9
| * | score: Make PAGE_SIZE available to assembly.Tim Abbott2009-09-231-1/+2
* | | Merge branch 'x86/orig_ax' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2009-09-233-22/+21
|\ \ \
| * | | x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0Roland McGrath2009-09-221-1/+13
| * | | x86: ptrace: do not sign-extend orig_ax on writeRoland McGrath2009-09-221-18/+1
| * | | x86: syscall_get_nr returns intRoland McGrath2009-09-221-7/+7
| * | | asm-generic: syscall_get_nr returns intRoland McGrath2009-09-221-2/+6
| |/ /
* | | jbd.h: bitfields should be unsignedH Hartley Sweeten2009-09-231-1/+1
* | | ext2: fix format string compile warning (ino_t)Heiko Carstens2009-09-231-1/+1
* | | V3 minixfs: add missing directory type checkingDoug Graham2009-09-231-4/+18
* | | sisfb: change SiS_DDC_Port type to SISIOADDRESSAaro Koskinen2009-09-231-1/+1
* | | video: s3c_fb.c: fix build with CONFIG_HOTPLUG=nPeter Korsgaard2009-09-231-1/+1
* | | drivers/video/tmiofb.c: fix uninitialised return valueAndrew Morton2009-09-231-1/+1
* | | vgacon: prevent vgacon_deinit from touching the hardware for inactive consoles.Francisco Jerez2009-09-231-3/+5
* | | fbcon: only unbind from console if successfully registeredIan Armstrong2009-09-231-0/+10
* | | matroxfb: get rid of CONFIG_FB_MATROX_32MBJean Delvare2009-09-233-19/+0
* | | matroxfb: get rid of unneeded macro MINFO_FROMJean Delvare2009-09-236-35/+32
* | | matroxfb: get rid of unneeded macros WPMINFO and friendsJean Delvare2009-09-2315-444/+580
* | | matroxfb: get rid of unneeded macros ACCESS_FBINFO and MINFOJean Delvare2009-09-2312-842/+837
* | | matroxfb: make CONFIG_FB_MATROX_MULTIHEAD=y mandatoryJean Delvare2009-09-235-70/+1
* | | fb: do not ignore fb_set_par errorsFlorian Tobias Schandinat2009-09-232-13/+50
* | | s3c2410fb: fix clockrate calculationBen Dooks2009-09-231-1/+3
* | | video: console, use DIV_ROUND_UPJiri Slaby2009-09-231-4/+4
* | | fb: fix fb_pan_display range checkFlorian Tobias Schandinat2009-09-231-2/+2
* | | drivers/video: add kmalloc NULL testsJulia Lawall2009-09-231-2/+5
* | | drivers/video/console/newport_con.c: fix read outside array boundsRoel Kluin2009-09-231-1/+1
* | | viafb: pass reference to pci device when calling framebuffer_alloc()Harald Welte2009-09-231-2/+3
* | | viafb: make viafb a first-class citizen using pci_driverHarald Welte2009-09-233-116/+56
* | | viafb: choose acceleration engine for VX855Florian Tobias Schandinat2009-09-231-0/+1
* | | viafb: add support for the VX855 chipsetHarald Welte2009-09-237-69/+314
* | | viafb: use read-only mode parsingFlorian Tobias Schandinat2009-09-231-19/+25
* | | viafb: remove unused structure memberHarald Welte2009-09-231-1/+0
* | | viafb: make module parameters visible in sysfsHarald Welte2009-09-231-21/+22
* | | viafb: hardware acceleration initialization cleanupFlorian Tobias Schandinat2009-09-236-217/+148