Age | Commit message (Expand) | Author | Files | Lines |
2009-07-03 | Update Yoichi Yuasa's e-mail address | Yoichi Yuasa | 1 | -2/+2 |
2009-07-03 | MIPS: Update VR41xx GPIO driver to use gpiolib | Yoichi Yuasa | 3 | -685/+0 |
2009-06-29 | tty: Fix the leak in tty_ldisc_release | Alan Cox | 1 | -4/+11 |
2009-06-26 | powerpc/BSR: Fix BSR to allow mmap of small BSR on 64k kernel | Sonny Rao | 1 | -6/+19 |
2009-06-26 | powerpc/BSR: add 4096 byte BSR size | Sonny Rao | 1 | -7/+10 |
2009-06-24 | Remove low_latency flag setting from nozomi and mxser drivers | Chuck Ebbert | 2 | -4/+0 |
2009-06-24 | tty: fix tty_port_block_til_ready waiting | Jiri Slaby | 1 | -1/+1 |
2009-06-24 | synclink_gt: fix transmit race and timeout | Paul Fulghum | 1 | -42/+30 |
2009-06-22 | tty: n_hdlc add buffer flushing | Paul Fulghum | 1 | -9/+37 |
2009-06-22 | vt_ioctl: fix lock imbalance | Jiri Slaby | 1 | -1/+2 |
2009-06-22 | pcmcia/cm4000: fix lock imbalance | Jiri Slaby | 1 | -1/+2 |
2009-06-22 | n_r3964: fix lock imbalance | Jiri Slaby | 1 | -12/+14 |
2009-06-22 | bfin_jtag_comm: clean up printk usage | Mike Frysinger | 1 | -15/+15 |
2009-06-22 | Revert "char: moxa, prevent opening unavailable ports" | Linus Torvalds | 1 | -6/+1 |
2009-06-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -2/+0 |
2009-06-20 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 16 | -143/+174 |
2009-06-20 | agp/intel: Make intel_i965_mask_memory use dma_addr_t for physical addresses | Pierre Willenbrock | 1 | -1/+1 |
2009-06-19 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 3 | -3/+3 |
2009-06-19 | char: moxa, prevent opening unavailable ports | Dirk Eibach | 1 | -1/+6 |
2009-06-19 | istallion: add missing __devexit marking | Mike Frysinger | 1 | -1/+1 |
2009-06-19 | dtlk: off by one in {read,write}_tts() | Roel Kluin | 1 | -3/+3 |
2009-06-19 | agp: add user mapping support to ATI AGP bridge. | Dave Airlie | 1 | -4/+14 |
2009-06-19 | agp: switch AGP to use page array instead of unsigned long array | Dave Airlie | 16 | -136/+143 |
2009-06-19 | agpgart: detected ALi M???? chipset with M1621 | Ondrej Zary | 1 | -1/+1 |
2009-06-19 | agp/uninorth: Handle user memory types. | Michel Dänzer | 1 | -2/+16 |
2009-06-18 | kexec: sysrq: simplify sysrq-c handler | Neil Horman | 1 | -9/+6 |
2009-06-18 | ppdev: reduce kernel log spam | Michael Buesch | 1 | -18/+11 |
2009-06-18 | Char: isicom: fix build warning | Jiri Slaby | 1 | -1/+1 |
2009-06-18 | drivers/char/mem.c: memory_open() cleanup: lookup minor device number from de... | Adriano dos Santos Fernandes | 1 | -70/+45 |
2009-06-18 | drivers/char/rtc: disable legacy RTC driver on Blackfin systems | Mike Frysinger | 1 | -1/+1 |
2009-06-18 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 9 | -14/+229 |
2009-06-17 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 1 | -2/+3 |
2009-06-17 | Pull for-2.6.31 into release | Tony Luck | 1 | -2/+3 |
2009-06-17 | [IA64] Convert ia64 to use int-ll64.h | Matthew Wilcox | 1 | -2/+3 |
2009-06-17 | MIPS: hwrng: Add TX4939 RNG driver | Atsushi Nemoto | 3 | -0/+198 |
2009-06-16 | Merge branch 'akpm' | Linus Torvalds | 1 | -6/+7 |
2009-06-16 | console: make blank timeout value a boot option | Daniel Mack | 1 | -6/+7 |
2009-06-17 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 5 | -60/+213 |
2009-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 5 | -8/+24 |
2009-06-16 | Merge branch 'serial' | Linus Torvalds | 4 | -17/+50 |
2009-06-16 | tty: fix sanity check | Alan Cox | 1 | -0/+2 |
2009-06-16 | pty: Narrow the race on ldisc locking | Alan Cox | 1 | -13/+40 |
2009-06-16 | tty: fix unused warning when TCGETX is not defined | Mike Frysinger | 1 | -2/+3 |
2009-06-16 | ldisc: debug aids | Alan Cox | 1 | -0/+1 |
2009-06-16 | ldisc: Make sure the ldisc isn't active when we close it | Alan Cox | 1 | -0/+2 |
2009-06-16 | tty: Fix leaks introduced by the shift to separate ldisc objects | Alan Cox | 1 | -2/+4 |
2009-06-16 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -43/+161 |
2009-06-16 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 1 | -132/+164 |
2009-06-16 | tty: Fix leaks introduced by the shift to separate ldisc objects | Alan Cox | 1 | -2/+4 |
2009-06-16 | pty: Narrow the race on ldisc locking | Alan Cox | 1 | -3/+3 |