1. ad8dc96 w1-gpio: add GPIO w1 bus master driver by Ville Syrjala · 16 years ago
  2. 4cdf854 rtc: at91sam9 RTC support (RTT and/or RTC) by David Brownell · 16 years ago
  3. f618258 rtc: remove more dev->power.power_state usage by David Brownell · 16 years ago
  4. 8696e70 rtc: cleanup example code by Mike Frysinger · 16 years ago
  5. 8a0ba4e rtc: update documentation wrt irq_set_freq by Mike Frysinger · 16 years ago
  6. fcd8db0 rtc ds1307: ds_1340 change init by frederic Rodo · 16 years ago
  7. 75b6102 rtc: add support for Epson RTC-9701JE V4 by Magnus Damm · 16 years ago
  8. 2805b96 rtc: add support for Epson RTC-9701JE V2 by Magnus Damm · 16 years ago
  9. 102f4a0 ip27-rtc: convert ioctl to unlocked_ioctl by Cyrill Gorcunov · 16 years ago
  10. 9d8af78 rtc: add HPET RTC emulation to RTC_DRV_CMOS by Bernhard Walle · 16 years ago
  11. 095b9d5 Blackfin RTC driver: convert sync wait to use the irq write complete notice by Mike Frysinger · 16 years ago
  12. 48c1a56 Blackfin RTC driver: shave off another memcpy() by using assignment. by Mike Frysinger · 16 years ago
  13. 68db304 Blackfin RTC driver: read_alarm() checks the enabled field, not the pending field. by Mike Frysinger · 16 years ago
  14. 5438de4 Blackfin RTC driver: use dev_dbg() rather than pr_stamp() by Mike Frysinger · 16 years ago
  15. 6406116 Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that we have MMR filesystem in sysfs) by Mike Frysinger · 16 years ago
  16. d7827d8 Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a (struct platform_device*), so fix the irq handler by Mike Frysinger · 16 years ago
  17. 5c23634 Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz by Mike Frysinger · 16 years ago
  18. 8f26795 Platform real time clock driver for Dallas 1511 chip by Andrew Sharp · 16 years ago
  19. 8a0bdfd rtc-cmos alarm acts as oneshot by David Brownell · 16 years ago
  20. 739d340 rtc: ds1302 rtc support by Paul Mundt · 16 years ago
  21. e07e232 rtc-cmos: export nvram in sysfs by David Brownell · 16 years ago
  22. 9974b6e rtc-s3c: Use is_power_of_2() macro for simplicity. by Robert P. J. Day · 16 years ago
  23. 037e291 rtc-pcf8583: Don't abuse I2C_M_NOSTART by Jean Delvare · 16 years ago
  24. 09b6bdb3b Cosmetic fixes to RTC subsystem's Kconfig by Alessandro Zummo · 16 years ago
  25. d12def1 fuse: limit queued background requests by Miklos Szeredi · 16 years ago
  26. b57d426 fuse: save space in struct fuse_req by Miklos Szeredi · 16 years ago
  27. 0952b2a fuse: fix attribute caching after create by Miklos Szeredi · 16 years ago
  28. af440f5 ecryptfs: check for existing key_tfm at mount time by Eric Sandeen · 16 years ago
  29. 19e66a6 eCryptfs: change the type of cipher_code from u16 to u8 by Trevor Highland · 16 years ago
  30. 25bd817 eCryptfs: Minor fixes to printk messages by Michael Halcrow · 16 years ago
  31. 2830bfd ecryptfs: remove debug as mount option, and warn if set via modprobe by Eric Sandeen · 16 years ago
  32. 99db6e4 ecryptfs: make show_options reflect actual mount options by Eric Sandeen · 16 years ago
  33. 8e3a6f1 eCryptfs: set inode key only once per crypto operation by Trevor Highland · 16 years ago
  34. cc11bef eCryptfs: track header bytes rather than extents by Michael Halcrow · 16 years ago
  35. 7896b63 fs/ecryptfs/: possible cleanups by Adrian Bunk · 16 years ago
  36. 162c0d9 drivers/isdn/hardware/eicon/debug.c: fix uninitialized var warning by Andrew Morton · 16 years ago
  37. 3eb1a6f drivers/isdn/hardware/eicon/message.c fix 'and' typo in eicons' AddInfo() by Roel Kluin · 16 years ago
  38. ee51ef0 ser_gigaset: convert mutex to completion by Tilman Schmidt · 16 years ago
  39. e468c04 Gigaset: permit module unload by Tilman Schmidt · 16 years ago
  40. 9d4bee2 gigaset: atomic cleanup by Tilman Schmidt · 16 years ago
  41. 1ff0a52 usb_gigaset: suspend support by Tilman Schmidt · 16 years ago
  42. 024fd29 bas_gigaset: suspend support by Tilman Schmidt · 16 years ago
  43. c652cbd gigaset: code cleanups by Tilman Schmidt · 16 years ago
  44. dbd9823 gigaset: clean up urb->status usage by Tilman Schmidt · 16 years ago
  45. f47cd9b kprobes: kretprobe user entry-handler by Abhishek Sagar · 16 years ago
  46. 5beec4a spi: remove more dev->power.power_state usage by David Brownell · 16 years ago
  47. 26fdc1f spi_bfin: headers are not for changelogs by Mike Frysinger · 16 years ago
  48. 13f3e64 spi_bfin: wait for tx to complete on write paths by Sonic Zhang · 16 years ago
  49. 4fd432d spi_bfin: wait for tx to complete on full duplex paths by Bryan Wu · 16 years ago
  50. e26aa01 spi_bfin: wait for tx to complete on some cs_chg paths by Bryan Wu · 16 years ago
  51. aab0d83 spi_bfin: use more useful GPIO labels by Bryan Wu · 16 years ago
  52. 8d20d0a spi_bfin: remove useless fault path by Bryan Wu · 16 years ago
  53. ccc7bae spi: omap2_mcspi handles omap3 too by Girish · 16 years ago
  54. 37e4664 spi: SuperH SPI using SCI by Magnus Damm · 16 years ago
  55. b359fbc spi: s3c drivers shouldn't care about spi_board_info by David Brownell · 16 years ago
  56. 8bacb21 atmel_spi: fix dmachain oops with DEBUG enabled by Haavard Skinnemoen · 16 years ago
  57. 154443c atmel_spi: chain DMA transfers by Silvester Erdeg · 16 years ago
  58. 1eed29d atmel_spi throughput improvement by Haavard Skinnemoen · 16 years ago
  59. 3c72426 spi core: stop updating dev->power.power_state by David Brownell · 16 years ago
  60. 5ceadd2 Atari floppy: Rename disk_type to atari_disk_type by Geert Uytterhoeven · 16 years ago
  61. 7129b12 W1: w1_therm.c standardize units to millidegrees C by David Fries · 16 years ago
  62. 35841f7 drivers/cdrom/cdrom.c: simplify logic in cdrom_release() by Borislav Petkov · 16 years ago
  63. 18a2354 w1: remove unused and confusing variable. by Evgeniy Polyakov · 16 years ago
  64. e1d42c9 tpm: infineon section mismatch by Randy Dunlap · 16 years ago
  65. ec03d70 speed up jiffies conversion functions if HZ==USER_HZ by Andrew Morton · 16 years ago
  66. 6ffc787 system timer: fix crash in <100Hz system timer by David Fries · 16 years ago
  67. 82f5608 phantom: don't grab other devices by Jiri Slaby · 16 years ago
  68. 2b54aae Claim maintainership for block2mtd and update email addresses by Joern Engel · 16 years ago
  69. dcc85cb Documentation: add hint about call traces & module symbols to BUG-HUNTING by Richard Kennedy · 16 years ago
  70. 844fcc5 make sys_poll() wait at least timeout ms by Karsten Wiese · 16 years ago
  71. 54d2a37 Fix IXANY and restart after signal (e.g. ctrl-C) in n_tty line discipline by Joe Peterson · 16 years ago
  72. 1373bed docs: convert kref semaphore to mutex by Daniel Walker · 16 years ago
  73. 13f14b4 Use ilog2() in fs/namespace.c by Eric Dumazet · 16 years ago
  74. b41ecbe debug_smp_processor_id() fixlets by Andrew Morton · 16 years ago
  75. 1bf4734 kernel/sys.c: get rid of expensive divides in groups_sort() by Eric Dumazet · 16 years ago
  76. 6b2fb3c idle_regs() must be __cpuinit by Adrian Bunk · 16 years ago
  77. 6c81c32 calibrate_delay() must be __cpuinit by Adrian Bunk · 16 years ago
  78. eb38a99 kernel/params.c: remove sparse-warning (different signedness) by Richard Knutsson · 16 years ago
  79. 15ae02b lib/extable.c: remove an expensive integer divide in search_extable() by Eric Dumazet · 16 years ago
  80. f63fd7e parport_pc: detection for SuperIO IT87XX POST by Petr Cvek · 16 years ago
  81. a9000d0 ik8: add Dell UK 6400 Inspiron model (MM061) by Nick Warne · 16 years ago
  82. b75cb06 partition: use DEFAULT_SGI_PARTITION for SGI_PARTION default by Thomas Bogendoerfer · 16 years ago
  83. c01106e parport_serial: netmos 9855 fix by Christian Pellegrin · 16 years ago
  84. dc99915 parport: add support for the Quatech SPPXP-100 Parallel port PCI ExpressCard by Luís P Mendes · 16 years ago
  85. a8e3eff ext2: xip check fix by Nick Piggin · 16 years ago
  86. cce992b Amiga serial driver: port_write_mutex fixup by Daniel Walker · 16 years ago
  87. 6c6080f stopmachine: semaphore to mutex by Daniel Walker · 16 years ago
  88. bcf11cb fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 16 years ago
  89. e381d1c drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 16 years ago
  90. 66656eb docs: kernel-locking: Convert semaphore references by Daniel Walker · 16 years ago
  91. ec5b115 tty: enable the echoing of ^C in the N_TTY discipline by Joe Peterson · 16 years ago
  92. 1a669c2 Add arch_ptrace_stop by Roland McGrath · 16 years ago
  93. 941d238 quota: improve inode list scanning in add_dquot_ref() by Jan Kara · 16 years ago
  94. bed9759 drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 16 years ago
  95. a18b630 uio: nopage by Nick Piggin · 16 years ago
  96. a1e0961 relay: nopage by Nick Piggin · 16 years ago
  97. f2df3f6 kallsyms should prefer non weak symbols by Paulo Marques · 16 years ago
  98. a6752f3 unix98 allocated_ptys_lock semaphore to mutex by Daniel Walker · 16 years ago
  99. 4749380 drivers/isdn/i4l/isdn_tty.c: remove write_sem by Daniel Walker · 16 years ago
  100. eb31005 drivers/char/tty_io.c: remove pty_sem by Daniel Walker · 16 years ago