1. 86a1e18 watchdog: nowayout is bool by Wim Van Sebroeck · 12 years ago
  2. 27c766a watchdog: Use pr_<fmt> and pr_<level> by Joe Perches · 12 years ago
  3. 7cbc353 watchdog: pnx4008: don't use __raw_-accessors by Wolfram Sang · 12 years ago
  4. 19f505f watchdog: pnx4008: cleanup resource handling using managed devices by Wolfram Sang · 12 years ago
  5. 16ac4ab watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernation by Viresh Kumar · 12 years ago
  6. 474ef12 watchdog: make imx2_wdt report boot status correctly by Oskar Schirmer · 12 years ago
  7. 0d19eac Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  8. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  9. 9e5ed09 ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver by viresh kumar · 12 years ago
  10. 330bbf4 powerpc: Add GE FPGA config option by Martyn Welch · 12 years ago
  11. 741b9c7 watchdog: fix GETTIMEOUT ioctl in booke_wdt by Dmitry Artamonow · 13 years ago
  12. 7ec0f04 watchdog: Fix typo in pnx4008_wdt.c by Masanari Iida · 12 years ago
  13. e1d1d68 watchdog: Fix typo in Kconfig by Masanari Iida · 12 years ago
  14. 78d3e00 watchdog: fix error in probe() of s3c2410_wdt (reset at booting) by MyungJoo Ham · 13 years ago
  15. 97d2a10 watchdog: hpwdt: clean up set_memory_x call for 32 bit by Maxim Uvarov · 13 years ago
  16. 84e83c2 watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDs by Seth Heasley · 13 years ago
  17. f6dd94f watchdog: via_wdt: Set min_timeout and max_timeout for wdt_dev by Axel Lin · 13 years ago
  18. b1785df watchdog: Fix typo "unexpectdly" by Masanari Iida · 13 years ago
  19. 8a062ac watchdog: wafer5823wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD options by Axel Lin · 13 years ago
  20. ebe06e8 watchdog: wm8350_wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD options by Axel Lin · 13 years ago
  21. 2865e77 watchdog: Return proper error in nuc900wdt_probe if misc_register fails by Axel Lin · 13 years ago
  22. e352829 watchdog: Staticise nuc900_wdt by Axel Lin · 13 years ago
  23. 0318e28 watchdog: via_wdt: Staticise wdt_pci_table by Axel Lin · 13 years ago
  24. 12c583d watchdog: omap_wdt.c: Fix the mismatch of pm_runtime enable and disable by Shubhrajyoti D · 13 years ago
  25. 52ea9a7 watchdog: dw_wdt.c: use devm_request_and_ioremap by Julia Lawall · 13 years ago
  26. 5d32d48 watchdog: imx2_wdt.c: use devm_request_and_ioremap by Julia Lawall · 13 years ago
  27. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  28. 8826691 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  29. acc952c Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  30. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  31. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  32. d3d0b02 Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  33. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  34. e2bf7c4 watchdog: omap_wdt.c: fix the WDIOC_GETBOOTSTATUS ioctl if not implemented. by Shubhrajyoti D · 13 years ago
  35. dc3c56b watchdog: new driver for VIA chipsets by Marc Vertes · 13 years ago
  36. 86955e2 watchdog: ath79_wdt: flush register writes by Gabor Juhos · 13 years ago
  37. 60daac4 drivers/watchdog/lantiq_wdt.c: drop iounmap for devm_ allocated data by Julia Lawall · 13 years ago
  38. 7b9bb6d watchdog: Convert wm831x driver to devm_kzalloc() by Mark Brown · 13 years ago
  39. ff0b3cd watchdog: add nowayout helpers to Watchdog Timer Driver Kernel API by Wim Van Sebroeck · 13 years ago
  40. b8ec611 watchdog: convert drivers/watchdog/* to use module_platform_driver() by Axel Lin · 13 years ago
  41. 1334f32 watchdog: Use DEFINE_SPINLOCK() for static spinlocks by Axel Lin · 13 years ago
  42. 216f3ad watchdog: Convert Wolfson drivers to module_platform_driver by Mark Brown · 13 years ago
  43. d36b691 misc latin1 to utf8 conversions by Al Viro · 13 years ago
  44. 0d09858 watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing (part 2) by Wim Van Sebroeck · 13 years ago
  45. e67d668 watchdog: hpwdt: Changes to handle NX secure bit in 32bit path by Mingarelli, Thomas · 13 years ago
  46. bb558da watchdog: sp805: Fix section mismatch in ID table. by Nick Bowler · 13 years ago
  47. 452190c watchdog: move coh901327 state holders by Linus Walleij · 13 years ago
  48. c1c30a2 ARM: at91: make watchdog drivers soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  49. 17885b0 watchdog: sp805: Enable module alias autogeneration for AMBA drivers by Dave Martin · 13 years ago
  50. fe74848 USB: convert some miscellanies drivers to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  51. 20403e8 watchdog: fix initialisation printout in s3c2410_wdt by Dmitry Artamonow · 13 years ago
  52. f984910 watchdog: Don't overwrite error value in wm831x_wdt_set_timeout() by Mark Brown · 13 years ago
  53. 943ef2e watchdog: adx_wdt.c: remove driver by Wim Van Sebroeck · 13 years ago
  54. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  55. 00411ee watchdog: Convert wm831x driver to watchdog core by Mark Brown · 13 years ago
  56. 25dc46e watchdog: s3c2410: convert to use the watchdog framework by Wolfram Sang · 13 years ago
  57. deb9197 watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing by Wim Van Sebroeck · 13 years ago
  58. c63b6d0 watchdog: Add WDIOC_GETTIMELEFT ioctl support to w83627 watchdog driver by Greg Lee · 13 years ago
  59. 86b5912 watchdog: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  60. 47bfd05 watchdog: Octeon: Mark octeon_wdt interrupt as IRQF_NO_THREAD by Venkat Subbiah · 13 years ago
  61. cef153a watchdog: sc520_wdt: Remove unnecessary cast. by Sean Young · 13 years ago
  62. de0a534 Merge branch 'for-linus' of git://github.com/richardweinberger/linux by Linus Torvalds · 13 years ago
  63. 3369465 um: switch to use of drivers/Kconfig by Al Viro · 13 years ago
  64. d805a78 um: clean Kconfig up a bit by Al Viro · 13 years ago
  65. e7455b7a watchdog: Add module.h to drivers/watchdog/stmp3xxx_wdt.c by Paul Gortmaker · 13 years ago
  66. 7115e3f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  67. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  68. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  69. d48b0e1 x86, nmi, drivers: Fix nmi splitup build bug by Ingo Molnar · 13 years ago
  70. 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 13 years ago
  71. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  72. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  73. 4e8858d watchdog: Initconst section fixes for watchdog by Andi Kleen · 13 years ago
  74. 9cfce47 watchdog: lantiq: fix watchdogs timeout handling by John Crispin · 13 years ago
  75. dbc018e watchdog: hpwdt: prevent multiple "NMI occurred" messages by Naga Chumbalkar · 13 years ago
  76. cb7efc0 watchdog: WatchDog Timer Driver Core - use passed watchdog_device by H Hartley Sweeten · 13 years ago
  77. b38d355 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  78. c1d1c5d bcm47xx: add support for bcma bus by Hauke Mehrtens · 13 years ago
  79. a656ffc bcm47xx: make it possible to build bcm47xx without ssb. by Hauke Mehrtens · 13 years ago
  80. 08ccf572 bcm47xx: prepare to support different buses by Hauke Mehrtens · 13 years ago
  81. 7abdd34d watchdog: Cleanup WATCHDOG_CORE help text by Josh Boyer · 13 years ago
  82. 6b01d30 watchdog: Fix POST failure on ASUS P5N32-E SLI and similar boards by Mart Gerrits · 13 years ago
  83. bea1906 watchdog: shwdt: fix usage of mod_timer by David Engraf · 13 years ago
  84. 2313bcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-watchdog by Linus Torvalds · 13 years ago
  85. 3f43f68 watchdog: WatchDog Timer Driver Core - Add minimum and max timeout by Wim Van Sebroeck · 13 years ago
  86. 78d88fc watchdog: WatchDog Timer Driver Core - Add ioctl call by Wim Van Sebroeck · 13 years ago
  87. 7e192b9 watchdog: WatchDog Timer Driver Core - Add nowayout feature by Wim Van Sebroeck · 13 years ago
  88. 017cf08 watchdog: WatchDog Timer Driver Core - Add Magic Close feature by Wim Van Sebroeck · 13 years ago
  89. 014d694 watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIMEOUT ioctl by Wim Van Sebroeck · 13 years ago
  90. 234445b watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctl by Wim Van Sebroeck · 13 years ago
  91. c2dc00e watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctl by Wim Van Sebroeck · 13 years ago
  92. 2fa0356 watchdog: WatchDog Timer Driver Core - Add basic ioctl functionality by Wim Van Sebroeck · 13 years ago
  93. 4331604 watchdog: WatchDog Timer Driver Core - Add basic framework by Wim Van Sebroeck · 13 years ago
  94. 5efc7a6 watchdog: hpwdt: add next gen HP servers by Thomas Mingarelli · 13 years ago
  95. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  96. 2260286 watchdog: it8712f_wdt.c: improve includes by Wim Van Sebroeck · 13 years ago
  97. e7b3914 watchdog: at91sam9/wdt: move register header to drivers by Jean-Christophe Plagniol-Villard · 13 years ago
  98. e9659e6 watchdog: Add Xilinx watchdog timer driver by Alejandro Cabrera · 13 years ago
  99. 2fc5d52 watchdog: remove empty pm-functions by Wolfram Sang · 13 years ago
  100. 081d83a watchdog: sp805: Flush posted writes in enable/disable. by Nick Bowler · 13 years ago