summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [IA64] machvec support for SGI UV platformJack Steiner2008-05-149-2/+182
| * | | | | | [IA64] Add header files for SGI UV platformJack Steiner2008-05-142-0/+575
* | | | | | | tty: fix BKL related leak and crashIngo Molnar2008-05-151-3/+10
* | | | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-05-1513-82/+46
|\ \ \ \ \ \ \
| * | | | | | | [S390] show_interrupts: prevent cpu hotplug when walking cpu_online_map.Heiko Carstens2008-05-151-1/+2
| * | | | | | | [S390] smp: __smp_call_function_map vs cpu_online_map fix.Heiko Carstens2008-05-151-8/+8
| * | | | | | | [S390] tape: Use ccw_dev_id to build cdev_id.Cornelia Huck2008-05-151-26/+5
| * | | | | | | [S390] dasd: fix timeout handling in interrupt handlerStefan Weinhuber2008-05-151-2/+3
| * | | | | | | [S390] s390dbf: Use const char * for dbf name.Cornelia Huck2008-05-152-12/+12
| * | | | | | | [S390] dasd: Use const in busid functions.Cornelia Huck2008-05-152-6/+6
| * | | | | | | [S390] blacklist.c: removed duplicated includeHuang Weiyi2008-05-151-1/+0
| * | | | | | | [S390] vmlogrdr: module initialization function should return negative errorsMarcin Slusarz2008-05-151-1/+1
| * | | | | | | [S390] sparsemem vmemmap: initialize memmap.Heiko Carstens2008-05-151-13/+6
| * | | | | | | [S390] Remove last traces of cio_msg=.Cornelia Huck2008-05-151-3/+0
| * | | | | | | [S390] cio: Remove CCW_CMD_SUSPEND_RECONN in front of CCW_CMD_SET_PGID.Michael Ernst2008-05-151-9/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2008-05-1531-210/+167
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | arch/parisc/kernel/perf_asm.S: build fixKyle McMartin2008-05-151-0/+2
| * | | | | | parisc: remove -traditional from assembler flagsKyle McMartin2008-05-151-3/+0
| * | | | | | parisc: use conditional macro for 64-bit wide opsKyle McMartin2008-05-153-66/+56
| * | | | | | parisc: Remove ioctl.h content picked up from <asm-generic/ioctl.h>.Robert P. J. Day2008-05-151-50/+1
| * | | | | | arch/parisc/kernel/unaligned.c: use time_* macrosS.Caglar Onur2008-05-151-1/+2
| * | | | | | parisc: remove redundant display of free swap space in show_mem()Johannes Weiner2008-05-151-2/+0
| * | | | | | drivers/parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-159-63/+63
| * | | | | | parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-154-4/+4
| * | | | | | parisc: new termios definitionsAlan Cox2008-05-153-3/+12
| * | | | | | parisc: fix trivial section name warningsHelge Deller2008-05-1511-18/+27
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2008-05-1423-215/+1014
|\ \ \ \ \ \ \
| * | | | | | | 9p: fix error path during early mountEric Van Hensbergen2008-05-148-45/+47
| * | | | | | | 9p: make cryptic unknown error from server less scaryEric Van Hensbergen2008-05-141-2/+2
| * | | | | | | 9p: fix flags length in netSteven Rostedt2008-05-142-3/+3
| * | | | | | | 9p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek2008-05-141-1/+1
| * | | | | | | 9p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek2008-05-141-9/+9
| * | | | | | | 9p: propagate parse_option changes to client and transportsEric Van Hensbergen2008-05-142-14/+45
| * | | | | | | fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. N...Jim Meyering2008-05-141-6/+34
| * | | | | | | 9p: Documentation updatesEric Van Hensbergen2008-05-1418-124/+854
| * | | | | | | add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster2008-05-143-15/+23
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-1410-151/+89
|\ \ \ \ \ \ \
| * | | | | | | sparc64: Use a TS_RESTORE_SIGMASKDavid S. Miller2008-05-124-24/+44
| * | | | | | | lmb: Make lmb debugging more useful.David S. Miller2008-05-121-11/+22
| * | | | | | | lmb: Fix inconsistent alignment of size argument.David S. Miller2008-05-121-4/+8
| * | | | | | | sparc: Fix mremap address range validation.David S. Miller2008-05-125-112/+15
| | |_|/ / / / | |/| | | | |
* | | | | | | net/irda/irnet/irnet_irda.c needs unaligned.hAndrew Morton2008-05-141-0/+1
* | | | | | | tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lockAndrew Morton2008-05-141-2/+5
* | | | | | | Remove blkdev warning triggered by using mdNeil Brown2008-05-148-6/+19
* | | | | | | char: select fw_loader by moxaJiri Slaby2008-05-141-0/+1
* | | | | | | memory_hotplug: always initialize pageblock bitmapHeiko Carstens2008-05-142-41/+45
* | | | | | | mprotect: prevent alteration of the PAT bitsVenki Pallipadi2008-05-142-4/+23
* | | | | | | per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modulesEric Dumazet2008-05-141-1/+7
* | | | | | | memory_hotplug: check for walk_memory_resource() failure in online_pages()Geoff Levand2008-05-141-1/+8
* | | | | | | lib: create common ascii hex arrayHarvey Harrison2008-05-145-23/+20
OpenPOWER on IntegriCloud