| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | parport: add support for the Quatech SPPXP-100 Parallel port PCI ExpressCard | Luís P Mendes | 2008-02-06 | 2 | -0/+6 |
* | ext2: xip check fix | Nick Piggin | 2008-02-06 | 1 | -2/+1 |
* | Amiga serial driver: port_write_mutex fixup | Daniel Walker | 2008-02-06 | 1 | -1/+1 |
* | stopmachine: semaphore to mutex | Daniel Walker | 2008-02-06 | 1 | -3/+3 |
* | fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 2008-02-06 | 1 | -1/+1 |
* | drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 2008-02-06 | 1 | -1/+1 |
* | docs: kernel-locking: Convert semaphore references | Daniel Walker | 2008-02-06 | 1 | -16/+16 |
* | tty: enable the echoing of ^C in the N_TTY discipline | Joe Peterson | 2008-02-06 | 1 | -1/+15 |
* | Add arch_ptrace_stop | Roland McGrath | 2008-02-06 | 2 | -1/+67 |
* | quota: improve inode list scanning in add_dquot_ref() | Jan Kara | 2008-02-06 | 1 | -5/+10 |
* | drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 2008-02-06 | 3 | -4/+4 |
* | uio: nopage | Nick Piggin | 2008-02-06 | 1 | -8/+6 |
* | relay: nopage | Nick Piggin | 2008-02-06 | 1 | -15/+9 |
* | kallsyms should prefer non weak symbols | Paulo Marques | 2008-02-06 | 1 | -3/+34 |
* | unix98 allocated_ptys_lock semaphore to mutex | Daniel Walker | 2008-02-06 | 1 | -10/+10 |
* | drivers/isdn/i4l/isdn_tty.c: remove write_sem | Daniel Walker | 2008-02-06 | 2 | -2/+0 |
* | drivers/char/tty_io.c: remove pty_sem | Daniel Walker | 2008-02-06 | 2 | -2/+0 |
* | Documentation about unaligned memory access | Daniel Drake | 2008-02-06 | 1 | -0/+226 |
* | inotify: remove debug code | Nick Piggin | 2008-02-06 | 2 | -15/+5 |
* | inotify: fix race | Nick Piggin | 2008-02-06 | 1 | -3/+10 |
* | SC26XX: New serial driver for SC2681 uarts | Thomas Bogendoerfer | 2008-02-06 | 3 | -0/+771 |
* | char: use SGI_HAS_DS1286 for SGI_DS1286 depends | Thomas Bogendoerfer | 2008-02-06 | 1 | -1/+1 |
* | serial: use SGI_HAS_ZILOG for IP22_ZILOG depends | Thomas Bogendoerfer | 2008-02-06 | 1 | -4/+4 |
* | Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.c | Robert P. J. Day | 2008-02-06 | 1 | -5/+0 |
* | Remove rcu_assign_pointer() penalty for NULL pointers | Paul E. McKenney | 2008-02-06 | 1 | -4/+7 |
* | kill an unused PTR_ERR in bdev_cache_init() | Qi Yong | 2008-02-06 | 1 | -1/+0 |
* | drivers/char/random.c:write_pool() cond_resched() needed | Matt Mackall | 2008-02-06 | 1 | -0/+1 |
* | Fix __const_udelay declaration and definition mismatches | Jeff Dike | 2008-02-06 | 4 | -4/+4 |
* | synclink_gt fix missed serial input signal changes | Paul Fulghum | 2008-02-06 | 1 | -31/+37 |
* | synclink: standardize format of linux header file include's with "<>" | Robert P. J. Day | 2008-02-06 | 4 | -8/+4 |
* | get rid of NR_OPEN and introduce a sysctl_nr_open | Eric Dumazet | 2008-02-06 | 11 | -10/+41 |
* | reiserfs: complement va_start() with va_end(). | Richard Knutsson | 2008-02-06 | 1 | -0/+2 |
* | via-rng: enable secondary noise source on CPUs where it is present | Dave Jones | 2008-02-06 | 1 | -0/+14 |
* | inotify: send IN_ATTRIB events when link count changes | Jan Kara | 2008-02-06 | 2 | -1/+24 |
* | MAINTAINERS, order AUERSWALD alphabetically | Jiri Slaby | 2008-02-06 | 1 | -6/+6 |
* | hfs: update comment to reflect actual init and exit routines | Robert P. J. Day | 2008-02-06 | 1 | -1/+1 |
* | address hfs on-disk corruption robustness review comments | Eric Sandeen | 2008-02-06 | 4 | -18/+25 |
* | NCPFS: update diagnostic strings to match routine names. | Robert P. J. Day | 2008-02-06 | 1 | -2/+2 |
* | fs: use list_for_each_entry_reverse and kill sb_entry | Akinobu Mita | 2008-02-06 | 2 | -6/+2 |
* | fs: use hlist_unhashed | Akinobu Mita | 2008-02-06 | 1 | -1/+1 |
* | proc: loadavg reading race | Michal Schmidt | 2008-02-06 | 1 | -3/+8 |
* | do_wait: remove one "else if" branch | Oleg Nesterov | 2008-02-06 | 1 | -3/+1 |
* | Avoid divide in IS_ALIGN | Herbert Xu | 2008-02-06 | 1 | -1/+1 |
* | vt: bitlock fix | Nick Piggin | 2008-02-06 | 1 | -3/+5 |
* | tpm.c: fix crash during device removal | Richard MUSIL | 2008-02-06 | 2 | -17/+29 |
* | printk.c: use unsigned ints instead of longs for logbuf index | Denys Vlasenko | 2008-02-06 | 1 | -18/+18 |
* | PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storage | Eric Dumazet | 2008-02-06 | 2 | -2/+2 |
* | Document I_SYNC and I_DATASYNC | Joern Engel | 2008-02-06 | 1 | -4/+4 |
* | alpha/parisc: remove config variable DEBUG_RWLOCK | Jiri Olsa | 2008-02-06 | 4 | -20/+0 |
* | fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol | Jiri Olsa | 2008-02-06 | 2 | -57/+0 |