aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [S390] Remove open-coded mem_map usage.Heiko Carstens2006-10-045-19/+17
* [S390] Have s390 use add_active_range() and free_area_init_nodes.Heiko Carstens2006-10-044-67/+27
* [S390] Remove crept in whitespace from head*.S again.Heiko Carstens2006-10-042-10/+10
* [S390] incorrect placement of include.Martin Schwidefsky2006-10-041-2/+2
* [S390] Wire up sys_getcpu system call.Heiko Carstens2006-10-043-1/+12
* [S390] zcrypt device registration/unregistration race.Ralph Wuerthner2006-10-041-11/+12
* [S390] Add timeouts during sense PGID, path verification and disband PGID.Cornelia Huck2006-10-043-0/+13
* [S390] user-copy optimization fallout.Martin Schwidefsky2006-10-041-10/+7
* [S390] update default configurationMartin Schwidefsky2006-10-041-12/+44
* Merge branch 'for-2.6.19' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-10-045-8/+36
|\
| * [PATCH] Document bi_sector and sector_tRoger Gammans2006-10-042-2/+7
| * [PATCH] helper function for retrieving scsi_cmd given host based block layer tagDavid C Somayajulu2006-10-043-6/+29
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-047-19/+26
|\ \
| * | [MIPS] Remove remaining reference to ite_gpio.h from KbuildDavid Woodhouse2006-10-041-1/+0
| * | [MIPS] PNX8550 fixupsVitaly Wool2006-10-046-18/+26
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2006-10-0413-77/+202
|\ \
| * | V4L/DVB (4712): Fix warning when compiling on x86_i64Mauro Carvalho Chehab2006-10-041-2/+3
| * | V4L/DVB (4711): Radio: No need to return voidTobias Klauser2006-10-041-1/+1
| * | V4L/DVB (4708): Add tveeprom support for Philips FM1236/FM1216ME MK5Hans Verkuil2006-10-041-2/+2
| * | V4L/DVB (4707): 4linux: complete conversion to hotplug safe PCI APIAlan Cox2006-10-042-13/+18
| * | V4L/DVB (4706): Do not enable VIDEO_V4L2 unconditionallyMaciej W. Rozycki2006-10-041-0/+1
| * | V4L/DVB (4704): SAA713x: fixed compile warning in SECAM fixupHartmut Hackmann2006-10-041-3/+6
| * | V4L/DVB (4703): Add support for the ASUS EUROPA2 OEM boardHartmut Hackmann2006-10-044-0/+49
| * | V4L/DVB (4702): Fix: set antenna input for DVB-T for Asus P7131 Dual hybridHermann Pitton2006-10-041-2/+30
| * | V4L/DVB (4701): Saa713x audio fixesHartmut Hackmann2006-10-043-56/+95
| * | V4L/DVB (4676a): Remove Kconfig item for DiB7000M supportMauro Carvalho Chehab2006-10-041-1/+0
* | | [PATCH] atmel_serial: Fix roundoff error in atmel_console_get_optionsHaavard Skinnemoen2006-10-041-1/+7
* | | [PATCH] AVR32: Allow renumbering of serial devicesHaavard Skinnemoen2006-10-046-18/+26
* | | [PATCH] atmel_serial: Support AVR32Haavard Skinnemoen2006-10-042-12/+16
* | | [PATCH] atmel_serial: Pass fixed register mappings through platform_dataHaavard Skinnemoen2006-10-045-8/+37
* | | [PATCH] atmel_serial: Rename at91_register_uart_fnsHaavard Skinnemoen2006-10-043-15/+15
* | | [PATCH] serial: Rename PORT_AT91 -> PORT_ATMELHaavard Skinnemoen2006-10-042-5/+5
* | | [PATCH] at91_serial -> atmel_serial: Internal namesHaavard Skinnemoen2006-10-042-346/+346
* | | [PATCH] at91_serial -> atmel_serial: Public definitionsHaavard Skinnemoen2006-10-046-25/+25
* | | [PATCH] at91_serial -> atmel_serial: Platform device nameHaavard Skinnemoen2006-10-043-26/+26
* | | [PATCH] at91_serial -> atmel_serial: Kconfig symbolsHaavard Skinnemoen2006-10-0416-42/+42
* | | [PATCH] at91_serial -> atmel_serial: at91_serial.cHaavard Skinnemoen2006-10-042-1/+1
* | | [PATCH] at91_serial -> atmel_serial: at91rm9200_usart.hHaavard Skinnemoen2006-10-043-125/+3
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2006-10-04165-180/+4
|\ \ \ | |_|/ |/| |
| * | Remove all inclusions of <linux/config.h>Dave Jones2006-10-04177-199/+11
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6Linus Torvalds2006-10-04126-6/+40197
|\ \
| * | [GFS2] Fix endian bug for de_typeSteven Whitehouse2006-10-031-2/+2
| * | [GFS2] Initialize SELinux extended attributes at inode creation time.Ryan O'Hara2006-10-031-0/+38
| * | [GFS2] Move logging code into log.c (mostly)Steven Whitehouse2006-10-034-169/+165
| * | [GFS2] Mark nlink cleared so VFS sees it happenSteven Whitehouse2006-10-021-0/+1
| * | [GFS2] Two redundant casts removedSteven Whitehouse2006-10-021-2/+2
| * | [GFS2] Remove uneeded endian conversionSteven Whitehouse2006-10-023-14/+25
| * | [GFS2] Remove duplicate sb reading codeSteven Whitehouse2006-10-023-30/+16
| * | [GFS2] Mark metadata reads for blktraceSteven Whitehouse2006-10-022-4/+6
| * | [GFS2] Remove iflags.h, use FS_Steven Whitehouse2006-10-024-130/+49