1. 709107f char: rocket.c: fix sparse variable shadowing and int as NULL pointer by Harvey Harrison · 17 years ago
  2. d3ceb65 char: esp.c: fix possible double-unlock by Harvey Harrison · 17 years ago
  3. f559226 char: fix sparse shadowed variable warnings in esp.c by Harvey Harrison · 17 years ago
  4. ec09cd5 Char: moxa, add firmware loading fix by Jiri Slaby · 17 years ago
  5. b9705b6 Char: moxa, update credits by Jiri Slaby · 17 years ago
  6. bb9f910 Char: moxa, notify about board readiness by Jiri Slaby · 17 years ago
  7. 08d01c7 Char: moxa, introduce MOXA_IS_320 macro by Jiri Slaby · 17 years ago
  8. 92d30a9 Char: moxa, remove useless tty functions by Jiri Slaby · 17 years ago
  9. eaa95a8 Char: moxa, little cleanup by Jiri Slaby · 17 years ago
  10. a8f5cda Char: moxa, rework open/close by Jiri Slaby · 17 years ago
  11. 2a54134 Char: moxa, serialise timer by Jiri Slaby · 17 years ago
  12. 2108eba Char: moxa, cleanup rx/tx by Jiri Slaby · 17 years ago
  13. 7bcf97d Char: moxa, merge 2 poll functions by Jiri Slaby · 17 years ago
  14. 74d7d97 Char: moxa, ioctl cleanup by Jiri Slaby · 17 years ago
  15. 0bcc4ca Char: moxa, timer cleanup by Jiri Slaby · 17 years ago
  16. 810ab09 Char: moxa, centralize board readiness by Jiri Slaby · 17 years ago
  17. 9750605 Char: moxa, remove unused port entries by Jiri Slaby · 17 years ago
  18. b4173f4 Char: moxa, remove port->port by Jiri Slaby · 17 years ago
  19. 5292bcd Char: moxa, merge c2xx and c320 firmware loading by Jiri Slaby · 17 years ago
  20. 0371823 Char: moxa, add firmware loading by Jiri Slaby · 17 years ago
  21. 9e9fc31 Char: moxa, fix TIOC(G/S)SOFTCAR param by Jiri Slaby · 17 years ago
  22. e46a5e3 Char: moxa, pci io space fixup by Jiri Slaby · 17 years ago
  23. d353eca Char: moxa, cleanup module-param passed isa init by Jiri Slaby · 17 years ago
  24. 3779495 Char: moxa, remove static isa support by Jiri Slaby · 17 years ago
  25. cbacdd9 SGI Altix mmtimer: allow larger number of timers per node by Dimitri Sivanich · 17 years ago
  26. d17468c tty: drop the BKL for driver/ldisc ioctl methods by Alan Cox · 17 years ago
  27. 1c2630c tty_ioctl: soft carrier handling by Alan Cox · 17 years ago
  28. 0ee9cbb tty_ioctl: locking for tty_wait_until_sent by Alan Cox · 17 years ago
  29. 5d0fdf1 tty_io: fix remaining pid struct locking by Alan Cox · 17 years ago
  30. 575537b3 Resume TTY on SUSP and fix CRNL order in N_TTY line discipline by Joe Peterson · 17 years ago
  31. 47f8683 redo locking of tty->pgrp by Alan Cox · 17 years ago
  32. 04f378b tty: BKL pushdown by Alan Cox · 17 years ago
  33. 9cc3c22 vt_ioctl: Prepare for BKL push down by Alan Cox · 17 years ago
  34. dd9a451 viocons: BKL locking by Alan Cox · 17 years ago
  35. 1f8cabb synclink series: Prepare for BKL pushdown by Alan Cox · 17 years ago
  36. 341339e sx: prepare for BKL pushdown by Alan Cox · 17 years ago
  37. f433c65 stallion: Prepare for BKL push down by Alan Cox · 17 years ago
  38. b190e17 specialix: Prepare for BKL pushdown by Alan Cox · 17 years ago
  39. 638157b serial167: prepare to push BKL down into drivers by Alan Cox · 17 years ago
  40. bdf183a rocket: Prepare for BKL pushdown by Alan Cox · 17 years ago
  41. eb17455 riscom8: Prepare for BKL pushdown by Alan Cox · 17 years ago
  42. 9d6d162 mxser: prepare for BKL pushdown by Alan Cox · 17 years ago
  43. 3736113 isicom: istallion prepare for lock_kernel pushdown by Alan Cox · 17 years ago
  44. 1eac494 isicom: prepare for lock_kernel push down by Alan Cox · 17 years ago
  45. 5a4bc8c1 esp: lock_kernel push down by Alan Cox · 17 years ago
  46. 37925e0 epca: lock_kernel push down by Alan Cox · 17 years ago
  47. 7b130c0 cyclades: Prepare for relaxed locking in callers by Alan Cox · 17 years ago
  48. e18ce49 amiserial: prepare for locking relaxation in caller by Alan Cox · 17 years ago
  49. e4a064d [IA64] allocate multiple contiguous pages via uncached allocator by Dean Nelson · 17 years ago
  50. 9781db7 Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
  51. 973ea70 char: use get_unaligned_* helpers by Harvey Harrison · 17 years ago
  52. cedb27d tpm: change Kconfig dependencies from PNPACPI to PNP by Bjorn Helgaas · 17 years ago
  53. 4821cd1 tpm: fix section mismatch warning by Sam Ravnborg · 17 years ago
  54. 9a6f70b random: add async notification support to /dev/random by Jeff Dike · 17 years ago
  55. adc782d random: simplify and rename credit_entropy_store by Matt Mackall · 17 years ago
  56. e68e5b6 random: make mixing interface byte-oriented by Matt Mackall · 17 years ago
  57. 993ba21 random: simplify add_ptr logic by Matt Mackall · 17 years ago
  58. 6d38b82 random: remove some prefetch logic by Matt Mackall · 17 years ago
  59. feee769 random: eliminate redundant new_rotate variable by Matt Mackall · 17 years ago
  60. 4335820 random: remove cacheline alignment for locks by Matt Mackall · 17 years ago
  61. 1c0ad3d random: make backtracking attacks harder by Matt Mackall · 17 years ago
  62. ffd8d3f random: improve variable naming, clear extract buffer by Matt Mackall · 17 years ago
  63. 53c3f63 random: reuse rand_initialize by Matt Mackall · 17 years ago
  64. 43ae486 random: use unlocked_ioctl by Matt Mackall · 17 years ago
  65. 88c730d random: consolidate wakeup logic by Matt Mackall · 17 years ago
  66. 90b75ee random: clean up checkpatch complaints by Matt Mackall · 17 years ago
  67. 1b50221 drivers: use non-racy method for proc entries creation by Denis V. Lunev · 17 years ago
  68. 4a5cdb5 proc: switch /proc/ip2mem to seq_file interface by Alexey Dobriyan · 17 years ago
  69. 647634d proc: switch /proc/apm to seq_file interface by Alexey Dobriyan · 17 years ago
  70. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 17 years ago
  71. adf535e ipmi: fix return from atca_oem_poweroff_hook by Adrian Bunk · 17 years ago
  72. 7400630 ipmi: make alloc_recv_msg static by Adrian Bunk · 17 years ago
  73. fa68be0 ipmi: remove ->write_proc code by Alexey Dobriyan · 17 years ago
  74. 95c0ba8 ipmi: remove unused target and action in Makefile by Denis Cheng · 17 years ago
  75. 36c7dc4 IPMI: Style fixes in the misc code by Corey Minyard · 17 years ago
  76. c305e3d IPMI: Style fixes in the system interface code by Corey Minyard · 17 years ago
  77. c70d749 ipmi: style fixes in the base code by Corey Minyard · 17 years ago
  78. ba8ff1c IPMI: Convert system interface defines to an enum by Corey Minyard · 17 years ago
  79. 64959e2 ipmi: convert locked counters to atomics in the system interface by Corey Minyard · 17 years ago
  80. 73f2bdb IPMI: convert message handler defines to an enum by Corey Minyard · 17 years ago
  81. b2655f2 ipmi: convert locked counters to atomics by Konstantin Baydarov · 17 years ago
  82. f7caa1b ipmi: update driver version by Corey Minyard · 17 years ago
  83. 87ebd06 ipmi: don't print event queue full on every event by Corey Minyard · 17 years ago
  84. 5956dce ipmi: don't grab locks in run-to-completion mode by Konstantin Baydarov · 17 years ago
  85. bda4c30 ipmi: run to completion fixes by Corey Minyard · 17 years ago
  86. 4ea1842 ipmi: hold ATTN until upper layer ready by Corey Minyard · 17 years ago
  87. c9e587ab vt: fix background color on line feed by Jan Engelhardt · 17 years ago
  88. 5045bca sysrq: add show-backtrace-on-all-cpus function by Rik van Riel · 17 years ago
  89. 4aacd47 ipwireless: remove dead code by Jiri Kosina · 17 years ago
  90. b781ecb make /dev/kmem a config option by Arjan van de Ven · 17 years ago
  91. a01e035 drivers: fix integer as NULL pointer warnings by Harvey Harrison · 17 years ago
  92. 8da5630 drivers: atm, char fix integer as NULL pointer warnings by Harvey Harrison · 17 years ago
  93. 0341a4d VT notifier extension for accessibility by Karl Dahlke · 17 years ago
  94. ce9f9f73 char: make functions static in synclinkmp.c by Harvey Harrison · 17 years ago
  95. 0fab6de synclink drivers bool conversion by Joe Perches · 17 years ago
  96. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 17 years ago
  97. dca03a5 drivers/char/rtc.c: use time_before, time_before_eq, etc by Julia Lawall · 17 years ago
  98. c750090 rtc: avoid legacy drivers with generic framework by David Brownell · 17 years ago
  99. 4112622 [patch 1/2] audit: let userspace fully control TTY input auditing by Miloslav Trmac · 17 years ago
  100. b556f8a Audit: standardize string audit interfaces by Eric Paris · 17 years ago