1. d88ed62 various char drivers: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  2. a151427 char: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  3. f8885c2 drivers/char: removes unnecessary semicolon by Peter Senna Tschudin · 12 years ago
  4. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  5. 5196d20 drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.c by Michael Witten · 12 years ago
  6. a28ee47 drivers/char/rtc: use printk_ratelimited instead of printk_ratelimit by Christian Dietrich · 13 years ago
  7. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  8. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  9. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  10. 86ae13b headers: Fix build after <linux/sched.h> removal by Ingo Molnar · 15 years ago
  11. 048cd58 RTC: Remove the BKL. by David John · 16 years ago
  12. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  13. 357c6e6 rtc: use bcd2bin/bin2bcd by Adrian Bunk · 16 years ago
  14. 0f4d3fd legacy rtc: remove needless/confusing HPET_RTC_IRQ option by David Brownell · 16 years ago
  15. 7508132 sparc32: Convert PC RTC probing to pure OF driver. by David S. Miller · 16 years ago
  16. 98b0da4 drivers/char/rtc.c: removed duplicated include by Huang Weiyi · 16 years ago
  17. 9580d85 drivers/char/rtc.c: make 2 functions static by Adrian Bunk · 16 years ago
  18. c68d07b rtc: remove and clarify unneeded externs by Carlos R. Mafra · 16 years ago
  19. 53f1b14 rtc: push the BKL down into the driver ioctl method by Alan Cox · 16 years ago
  20. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  21. 61ca9da rtc: fix reported IRQ rate for when HPET is enabled by Paul Gortmaker · 16 years ago
  22. 4333dee rtc: BKL pushdown by Arnd Bergmann · 16 years ago
  23. 1b50221 drivers: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  24. dca03a5 drivers/char/rtc.c: use time_before, time_before_eq, etc by Julia Lawall · 16 years ago
  25. 32fa458 Fix hpet_(un)register_irq_handler() for emulation by David Howells · 16 years ago
  26. f8f7648 rtc: use the IRQ callback interface in (old) RTC driver by Bernhard Walle · 16 years ago
  27. 5fd1fe9 x86: clean up drivers/char/rtc.c by Ingo Molnar · 16 years ago
  28. 9626f1f1 rtc: fall back to requesting only the ports we actually use by Bjorn Helgaas · 17 years ago
  29. 4c06be1 rtc: release correct region in error path by Bjorn Helgaas · 17 years ago
  30. 55f93af x86_64: Untangle asm/hpet.h from asm/timex.h by Chris Wright · 17 years ago
  31. cdee99d [SPARC64]: Stop using drivers/char/rtc.c by David S. Miller · 17 years ago
  32. b2ff457 RTC: Ratelimit "lost interrupts" message by Ben Collins · 17 years ago
  33. cc0a8fb drivers/char: use __set_current_state() by Milind Arun Choudhary · 17 years ago
  34. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  35. 7735362 [PATCH] sysctl: remove sys_sysctl support from drivers/char/rtc.c by Eric W. Biederman · 17 years ago
  36. 40565f1 [PATCH] Char: timers cleanup by Jiri Slaby · 17 years ago
  37. 533ffc2 [PATCH] rtc warning fix by Andrew Morton · 17 years ago
  38. 9cef779 [PATCH] RTC driver init adjustment by Jan Beulich · 17 years ago
  39. f3e92d3 [PATCH] rtc: fx error case by Jan Beulich · 17 years ago
  40. 12a0a70 [RTC] Consistently use of tabs for formatting. by Ralf Baechle · 18 years ago
  41. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  42. 358333a [PATCH] remove unnecessary barrier in rtc_get_rtc_time by Steven Rostedt · 18 years ago
  43. 0b16f21 [PATCH] rtc: lockdep fix/workaround by Peter Zijlstra · 18 years ago
  44. 0f74964 [PATCH] lockdep: HPET/RTC fix by Ingo Molnar · 18 years ago
  45. 38e0e8c [PATCH] char/rtc: Handle memory-mapped chips properly by Maciej W. Rozycki · 18 years ago
  46. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  47. 0f2ed4c [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  48. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  49. 690c8fd [SPARC64]: Use in-kernel PROM tree for EBUS and ISA. by David S. Miller · 18 years ago
  50. c6387a4 [SPARC]: Kill __irq_itoa(). by David S. Miller · 18 years ago
  51. b759958 [PATCH] Allow reading CMOS day of week register by Alan Cox · 18 years ago
  52. c334876 [PATCH] Fix wrong irq enable via rtc_control() by Takashi Iwai · 19 years ago
  53. 53d0fc2 [RTC]: Use SA_SHIRQ in sparc specific code. by David S. Miller · 19 years ago
  54. 403fe5a [PATCH] rtc: msleep() cannot be used from interrupt by Petr Vandrovec · 19 years ago
  55. 47f176f [PATCH] Using msleep() instead of HZ by Luca Falavigna · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago