- bf9d892 drivers/char: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
- f7511d5 Basic braille screen reader support by Samuel Thibault · 17 years ago
- 148ff86 mxser: convert large macros to functions by Christoph Hellwig · 17 years ago
- 718a916 devpts: factor out PTY index allocation by Sukadev Bhattiprolu · 17 years ago
- 4f8f9d6 devpts: propagate error code from devpts_pty_new by Sukadev Bhattiprolu · 17 years ago
- 86a9653 tty: fix routine name in ptmx_open() by Hiroshi Shimamoto · 17 years ago
- 24cb233 char serial: switch drivers to ioremap_nocache by Alan Cox · 17 years ago
- a6fc819 ip2: switch remaining direct call of ops->flush_buffer by Alan Cox · 17 years ago
- 39c2e60 tty: add throttle/unthrottle helpers by Alan Cox · 17 years ago
- 8cd6451 isicom: fix buffer allocation by Alan Cox · 17 years ago
- fb100b6 esp: clean up to modern coding style by Alan Cox · 17 years ago
- 191260a epca: coding style by Alan Cox · 17 years ago
- 9492e13 riscom8: coding style by Alan Cox · 17 years ago
- f34d7a5 tty: The big operations rework by Alan Cox · 17 years ago
- 251b8dd isicom: bring into coding style by Alan Cox · 17 years ago
- 3e8e88c pty: prepare for tty->ops changes by Alan Cox · 17 years ago
- 5d19f54 consoles: switch to int put_char method by Alan Cox · 17 years ago
- 55da778 synclink series: switch to int put_char method by Alan Cox · 17 years ago
- 6ae04576 specialix: Switch to int put_char method by Alan Cox · 17 years ago
- a5b08c6 serial167: switch to int put_char method by Alan Cox · 17 years ago
- bbbbb96 riscom/rocket: switch to int put_char method by Alan Cox · 17 years ago
- d7e752e pcmcia: serial to int put_char method by Alan Cox · 17 years ago
- 0be2ead mxser: switch to put_char being int by Alan Cox · 17 years ago
- 76b25a5 char: switch gs, cyclades and esp to return int for put_char by Alan Cox · 17 years ago
- 257afa3 amiserial: Switch put char to return success/fail by Alan Cox · 17 years ago
- 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 17 years ago
- ac0e4b7 drivers/char/ds1286.c: use time_before, time_before_eq, etc by Julia Lawall · 17 years ago
- d6f6341 Char: rio, fix cirrus defines by Jiri Slaby · 17 years ago
- cd989b3 cyclades: use ioremap_nocache for clarity as proposed by Alan Cox · 17 years ago
- 15ed6cc cyclades: coding style & review by Alan Cox · 17 years ago
- e5b393e istallion: TIOCG/SSOFTCAR handling removal by Alan Cox · 17 years ago
- cf1c63c Char: ip2, macros cleanup by Jiri Slaby · 17 years ago
- 83e422b drivers/char/ip2/ip2main.c: replace init_module&cleanup_module with module_init&module_exit by Jon Schindler · 17 years ago
- 11fb09b epca.c: static functions and integer as NULL pointer fixes by Harvey Harrison · 17 years ago
- 1a4e235 cyclades.c: fix sparse shadowed variable warnings by Harvey Harrison · 17 years ago
- 709107f char: rocket.c: fix sparse variable shadowing and int as NULL pointer by Harvey Harrison · 17 years ago
- d3ceb65 char: esp.c: fix possible double-unlock by Harvey Harrison · 17 years ago
- f559226 char: fix sparse shadowed variable warnings in esp.c by Harvey Harrison · 17 years ago
- ec09cd5 Char: moxa, add firmware loading fix by Jiri Slaby · 17 years ago
- b9705b6 Char: moxa, update credits by Jiri Slaby · 17 years ago
- bb9f910 Char: moxa, notify about board readiness by Jiri Slaby · 17 years ago
- 08d01c79 Char: moxa, introduce MOXA_IS_320 macro by Jiri Slaby · 17 years ago
- 92d30a9 Char: moxa, remove useless tty functions by Jiri Slaby · 17 years ago
- eaa95a8 Char: moxa, little cleanup by Jiri Slaby · 17 years ago
- a8f5cda Char: moxa, rework open/close by Jiri Slaby · 17 years ago
- 2a54134 Char: moxa, serialise timer by Jiri Slaby · 17 years ago
- 2108eba Char: moxa, cleanup rx/tx by Jiri Slaby · 17 years ago
- 7bcf97d Char: moxa, merge 2 poll functions by Jiri Slaby · 17 years ago
- 74d7d97 Char: moxa, ioctl cleanup by Jiri Slaby · 17 years ago
- 0bcc4ca Char: moxa, timer cleanup by Jiri Slaby · 17 years ago
- 810ab09 Char: moxa, centralize board readiness by Jiri Slaby · 17 years ago
- 9750605 Char: moxa, remove unused port entries by Jiri Slaby · 17 years ago
- b4173f4 Char: moxa, remove port->port by Jiri Slaby · 17 years ago
- 5292bcd Char: moxa, merge c2xx and c320 firmware loading by Jiri Slaby · 17 years ago
- 0371823 Char: moxa, add firmware loading by Jiri Slaby · 17 years ago
- 9e9fc31 Char: moxa, fix TIOC(G/S)SOFTCAR param by Jiri Slaby · 17 years ago
- e46a5e3 Char: moxa, pci io space fixup by Jiri Slaby · 17 years ago
- d353eca Char: moxa, cleanup module-param passed isa init by Jiri Slaby · 17 years ago
- 3779495 Char: moxa, remove static isa support by Jiri Slaby · 17 years ago
- cbacdd9 SGI Altix mmtimer: allow larger number of timers per node by Dimitri Sivanich · 17 years ago
- d17468c tty: drop the BKL for driver/ldisc ioctl methods by Alan Cox · 17 years ago
- 1c2630c tty_ioctl: soft carrier handling by Alan Cox · 17 years ago
- 0ee9cbb tty_ioctl: locking for tty_wait_until_sent by Alan Cox · 17 years ago
- 5d0fdf1 tty_io: fix remaining pid struct locking by Alan Cox · 17 years ago
- 575537b3 Resume TTY on SUSP and fix CRNL order in N_TTY line discipline by Joe Peterson · 17 years ago
- 47f8683 redo locking of tty->pgrp by Alan Cox · 17 years ago
- 04f378b tty: BKL pushdown by Alan Cox · 17 years ago
- 9cc3c22 vt_ioctl: Prepare for BKL push down by Alan Cox · 17 years ago
- dd9a451 viocons: BKL locking by Alan Cox · 17 years ago
- 1f8cabb synclink series: Prepare for BKL pushdown by Alan Cox · 17 years ago
- 341339e sx: prepare for BKL pushdown by Alan Cox · 17 years ago
- f433c65 stallion: Prepare for BKL push down by Alan Cox · 17 years ago
- b190e17 specialix: Prepare for BKL pushdown by Alan Cox · 17 years ago
- 638157b serial167: prepare to push BKL down into drivers by Alan Cox · 17 years ago
- bdf183a rocket: Prepare for BKL pushdown by Alan Cox · 17 years ago
- eb17455 riscom8: Prepare for BKL pushdown by Alan Cox · 17 years ago
- 9d6d162 mxser: prepare for BKL pushdown by Alan Cox · 17 years ago
- 3736113 isicom: istallion prepare for lock_kernel pushdown by Alan Cox · 17 years ago
- 1eac494 isicom: prepare for lock_kernel push down by Alan Cox · 17 years ago
- 5a4bc8c1 esp: lock_kernel push down by Alan Cox · 17 years ago
- 37925e0 epca: lock_kernel push down by Alan Cox · 17 years ago
- 7b130c0 cyclades: Prepare for relaxed locking in callers by Alan Cox · 17 years ago
- e18ce49 amiserial: prepare for locking relaxation in caller by Alan Cox · 17 years ago
- e4a064d [IA64] allocate multiple contiguous pages via uncached allocator by Dean Nelson · 17 years ago
- 9781db7 Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
- 973ea70 char: use get_unaligned_* helpers by Harvey Harrison · 17 years ago
- cedb27d tpm: change Kconfig dependencies from PNPACPI to PNP by Bjorn Helgaas · 17 years ago
- 4821cd1 tpm: fix section mismatch warning by Sam Ravnborg · 17 years ago
- 9a6f70b random: add async notification support to /dev/random by Jeff Dike · 17 years ago
- adc782d random: simplify and rename credit_entropy_store by Matt Mackall · 17 years ago
- e68e5b6 random: make mixing interface byte-oriented by Matt Mackall · 17 years ago
- 993ba21 random: simplify add_ptr logic by Matt Mackall · 17 years ago
- 6d38b82 random: remove some prefetch logic by Matt Mackall · 17 years ago
- feee769 random: eliminate redundant new_rotate variable by Matt Mackall · 17 years ago
- 4335820 random: remove cacheline alignment for locks by Matt Mackall · 17 years ago
- 1c0ad3d random: make backtracking attacks harder by Matt Mackall · 17 years ago
- ffd8d3f random: improve variable naming, clear extract buffer by Matt Mackall · 17 years ago
- 53c3f63 random: reuse rand_initialize by Matt Mackall · 17 years ago
- 43ae486 random: use unlocked_ioctl by Matt Mackall · 17 years ago
- 88c730d random: consolidate wakeup logic by Matt Mackall · 17 years ago