summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk14-28/+9
2008-02-06kernel/params.c: remove sparse-warning (different signedness)Richard Knutsson1-1/+1
2008-02-06lib/extable.c: remove an expensive integer divide in search_extable()Eric Dumazet1-3/+3
2008-02-06parport_pc: detection for SuperIO IT87XX POSTPetr Cvek1-6/+39
2008-02-06ik8: add Dell UK 6400 Inspiron model (MM061)Nick Warne1-0/+7
2008-02-06partition: use DEFAULT_SGI_PARTITION for SGI_PARTION defaultThomas Bogendoerfer1-1/+1
2008-02-06parport_serial: netmos 9855 fixChristian Pellegrin1-2/+2
2008-02-06parport: add support for the Quatech SPPXP-100 Parallel port PCI ExpressCardLuís P Mendes2-0/+6
2008-02-06ext2: xip check fixNick Piggin1-2/+1
2008-02-06Amiga serial driver: port_write_mutex fixupDaniel Walker1-1/+1
2008-02-06stopmachine: semaphore to mutexDaniel Walker1-3/+3
2008-02-06fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2008-02-06drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2008-02-06docs: kernel-locking: Convert semaphore referencesDaniel Walker1-16/+16
2008-02-06tty: enable the echoing of ^C in the N_TTY disciplineJoe Peterson1-1/+15
2008-02-06Add arch_ptrace_stopRoland McGrath2-1/+67
2008-02-06quota: improve inode list scanning in add_dquot_ref()Jan Kara1-5/+10
2008-02-06drivers/char: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng3-4/+4
2008-02-06uio: nopageNick Piggin1-8/+6
2008-02-06relay: nopageNick Piggin1-15/+9
2008-02-06kallsyms should prefer non weak symbolsPaulo Marques1-3/+34
2008-02-06unix98 allocated_ptys_lock semaphore to mutexDaniel Walker1-10/+10
2008-02-06drivers/isdn/i4l/isdn_tty.c: remove write_semDaniel Walker2-2/+0
2008-02-06drivers/char/tty_io.c: remove pty_semDaniel Walker2-2/+0
2008-02-06Documentation about unaligned memory accessDaniel Drake1-0/+226
2008-02-06inotify: remove debug codeNick Piggin2-15/+5
2008-02-06inotify: fix raceNick Piggin1-3/+10
2008-02-06SC26XX: New serial driver for SC2681 uartsThomas Bogendoerfer3-0/+771
2008-02-06char: use SGI_HAS_DS1286 for SGI_DS1286 dependsThomas Bogendoerfer1-1/+1
2008-02-06serial: use SGI_HAS_ZILOG for IP22_ZILOG dependsThomas Bogendoerfer1-4/+4
2008-02-06Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.cRobert P. J. Day1-5/+0
2008-02-06Remove rcu_assign_pointer() penalty for NULL pointersPaul E. McKenney1-4/+7
2008-02-06kill an unused PTR_ERR in bdev_cache_init()Qi Yong1-1/+0
2008-02-06drivers/char/random.c:write_pool() cond_resched() neededMatt Mackall1-0/+1
2008-02-06Fix __const_udelay declaration and definition mismatchesJeff Dike4-4/+4
2008-02-06synclink_gt fix missed serial input signal changesPaul Fulghum1-31/+37
2008-02-06synclink: standardize format of linux header file include's with "<>"Robert P. J. Day4-8/+4
2008-02-06get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet11-10/+41
2008-02-06reiserfs: complement va_start() with va_end().Richard Knutsson1-0/+2
2008-02-06via-rng: enable secondary noise source on CPUs where it is presentDave Jones1-0/+14
2008-02-06inotify: send IN_ATTRIB events when link count changesJan Kara2-1/+24
2008-02-06MAINTAINERS, order AUERSWALD alphabeticallyJiri Slaby1-6/+6
2008-02-06hfs: update comment to reflect actual init and exit routinesRobert P. J. Day1-1/+1
2008-02-06address hfs on-disk corruption robustness review commentsEric Sandeen4-18/+25
2008-02-06NCPFS: update diagnostic strings to match routine names.Robert P. J. Day1-2/+2
2008-02-06fs: use list_for_each_entry_reverse and kill sb_entryAkinobu Mita2-6/+2
2008-02-06fs: use hlist_unhashedAkinobu Mita1-1/+1
2008-02-06proc: loadavg reading raceMichal Schmidt1-3/+8
2008-02-06do_wait: remove one "else if" branchOleg Nesterov1-3/+1
2008-02-06Avoid divide in IS_ALIGNHerbert Xu1-1/+1