| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | [S390] smp: __smp_call_function_map vs cpu_online_map fix. | Heiko Carstens | 2008-05-15 | 1 | -8/+8 |
| * | | | | [S390] tape: Use ccw_dev_id to build cdev_id. | Cornelia Huck | 2008-05-15 | 1 | -26/+5 |
| * | | | | [S390] dasd: fix timeout handling in interrupt handler | Stefan Weinhuber | 2008-05-15 | 1 | -2/+3 |
| * | | | | [S390] s390dbf: Use const char * for dbf name. | Cornelia Huck | 2008-05-15 | 2 | -12/+12 |
| * | | | | [S390] dasd: Use const in busid functions. | Cornelia Huck | 2008-05-15 | 2 | -6/+6 |
| * | | | | [S390] blacklist.c: removed duplicated include | Huang Weiyi | 2008-05-15 | 1 | -1/+0 |
| * | | | | [S390] vmlogrdr: module initialization function should return negative errors | Marcin Slusarz | 2008-05-15 | 1 | -1/+1 |
| * | | | | [S390] sparsemem vmemmap: initialize memmap. | Heiko Carstens | 2008-05-15 | 1 | -13/+6 |
| * | | | | [S390] Remove last traces of cio_msg=. | Cornelia Huck | 2008-05-15 | 1 | -3/+0 |
| * | | | | [S390] cio: Remove CCW_CMD_SUSPEND_RECONN in front of CCW_CMD_SET_PGID. | Michael Ernst | 2008-05-15 | 1 | -9/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2008-05-15 | 31 | -210/+167 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | arch/parisc/kernel/perf_asm.S: build fix | Kyle McMartin | 2008-05-15 | 1 | -0/+2 |
| * | | | parisc: remove -traditional from assembler flags | Kyle McMartin | 2008-05-15 | 1 | -3/+0 |
| * | | | parisc: use conditional macro for 64-bit wide ops | Kyle McMartin | 2008-05-15 | 3 | -66/+56 |
| * | | | parisc: Remove ioctl.h content picked up from <asm-generic/ioctl.h>. | Robert P. J. Day | 2008-05-15 | 1 | -50/+1 |
| * | | | arch/parisc/kernel/unaligned.c: use time_* macros | S.Caglar Onur | 2008-05-15 | 1 | -1/+2 |
| * | | | parisc: remove redundant display of free swap space in show_mem() | Johannes Weiner | 2008-05-15 | 1 | -2/+0 |
| * | | | drivers/parisc: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-05-15 | 9 | -63/+63 |
| * | | | parisc: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-05-15 | 4 | -4/+4 |
| * | | | parisc: new termios definitions | Alan Cox | 2008-05-15 | 3 | -3/+12 |
| * | | | parisc: fix trivial section name warnings | Helge Deller | 2008-05-15 | 11 | -18/+27 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2008-05-15 | 23 | -215/+1014 |
|\ \ \ \ |
|
| * | | | | 9p: fix error path during early mount | Eric Van Hensbergen | 2008-05-15 | 8 | -45/+47 |
| * | | | | 9p: make cryptic unknown error from server less scary | Eric Van Hensbergen | 2008-05-15 | 1 | -2/+2 |
| * | | | | 9p: fix flags length in net | Steven Rostedt | 2008-05-15 | 2 | -3/+3 |
| * | | | | 9p: Correct fidpool creation failure in p9_client_create | Josef 'Jeff' Sipek | 2008-05-15 | 1 | -1/+1 |
| * | | | | 9p: use struct mutex instead of struct semaphore | Josef 'Jeff' Sipek | 2008-05-15 | 1 | -9/+9 |
| * | | | | 9p: propagate parse_option changes to client and transports | Eric Van Hensbergen | 2008-05-15 | 2 | -14/+45 |
| * | | | | fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. N... | Jim Meyering | 2008-05-15 | 1 | -6/+34 |
| * | | | | 9p: Documentation updates | Eric Van Hensbergen | 2008-05-15 | 18 | -124/+854 |
| * | | | | add match_strlcpy() us it to make v9fs make uname and remotename parsing more... | Markus Armbruster | 2008-05-15 | 3 | -15/+23 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-05-15 | 10 | -151/+89 |
|\ \ \ \ |
|
| * | | | | sparc64: Use a TS_RESTORE_SIGMASK | David S. Miller | 2008-05-13 | 4 | -24/+44 |
| * | | | | lmb: Make lmb debugging more useful. | David S. Miller | 2008-05-13 | 1 | -11/+22 |
| * | | | | lmb: Fix inconsistent alignment of size argument. | David S. Miller | 2008-05-13 | 1 | -4/+8 |
| * | | | | sparc: Fix mremap address range validation. | David S. Miller | 2008-05-13 | 5 | -112/+15 |
| | |_|/
| |/| | |
|
* | | | | net/irda/irnet/irnet_irda.c needs unaligned.h | Andrew Morton | 2008-05-15 | 1 | -0/+1 |
* | | | | tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lock | Andrew Morton | 2008-05-15 | 1 | -2/+5 |
* | | | | Remove blkdev warning triggered by using md | Neil Brown | 2008-05-15 | 8 | -6/+19 |
* | | | | char: select fw_loader by moxa | Jiri Slaby | 2008-05-15 | 1 | -0/+1 |
* | | | | memory_hotplug: always initialize pageblock bitmap | Heiko Carstens | 2008-05-15 | 2 | -41/+45 |
* | | | | mprotect: prevent alteration of the PAT bits | Venki Pallipadi | 2008-05-15 | 2 | -4/+23 |
* | | | | per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modules | Eric Dumazet | 2008-05-15 | 1 | -1/+7 |
* | | | | memory_hotplug: check for walk_memory_resource() failure in online_pages() | Geoff Levand | 2008-05-15 | 1 | -1/+8 |
* | | | | lib: create common ascii hex array | Harvey Harrison | 2008-05-15 | 5 | -23/+20 |
* | | | | video/logo: add support for Blackfin/Linux logo for framebuffer console | Robin Getz | 2008-05-15 | 5 | -0/+2276 |
* | | | | ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle() | Tiger Yang | 2008-05-15 | 2 | -0/+10 |
* | | | | cgroups: fix compile warning | Mirco Tischler | 2008-05-15 | 1 | -1/+1 |
* | | | | asm-{alpha,h8300,um,v850,xtensa}/param.h: unbreak HZ for userspace | Mike Frysinger | 2008-05-15 | 5 | -5/+13 |
* | | | | jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT | Mingming Cao | 2008-05-15 | 1 | -0/+2 |