1. e413b210 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 17 years ago
  2. acd15a8 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  3. 72f22b1 rtc-cmos: look for PNP RTC first, then for platform RTC by Bjorn Helgaas · 17 years ago
  4. 758a7f7 x86: register a platform RTC device if PNP doesn't describe it by Bjorn Helgaas · 17 years ago
  5. a474aae rtc-cmos: move wake setup from ACPI glue into RTC driver by Bjorn Helgaas · 17 years ago
  6. 9be7bbd HID: build drivers for all quirky devices by default by Jiri Kosina · 17 years ago
  7. df9bcac HID: add missing blacklist entry for Apple ATV ircontrol by Jiri Kosina · 17 years ago
  8. a48c65b HID: add support for Bright ABNT2 brazilian device by Mauro Carvalho Chehab · 17 years ago
  9. ffcf70f HID: Don't let Avermedia Radio FM800 be handled by usb hid drivers by Mauro Carvalho Chehab · 17 years ago
  10. 0dc4916 HID: fix numlock led on Dell device 0x413c/0x2105 by Mauro Carvalho Chehab · 17 years ago
  11. 7d89fe1 HID: remove warn() macro from usb hid drivers by From: Greg Kroah-Hartman · 17 years ago
  12. ddbe324 HID: remove info() macro from usb HID drivers by Greg Kroah-Hartman · 17 years ago
  13. 0f492f2 HID: add appletv IR receiver quirk by Peter Korsgaard · 17 years ago
  14. f129ea6 HID: fix a lockup regression when using force feedback on a PID device by Anssi Hannula · 17 years ago
  15. dded364 HID: hiddev.h: Fix example code. by Antonio Ospite · 17 years ago
  16. 34a5cee HID: hiddev.h: Fix mixed space and tabs in example code. by Antonio Ospite · 17 years ago
  17. 7957501 HID: convert to dev_* prints by Jiri Slaby · 17 years ago
  18. 76483cf HID: remove hid-ff by Jiri Slaby · 17 years ago
  19. 987fbc1 HID: move zeroplus FF processing by Jiri Slaby · 17 years ago
  20. 10e41a7 HID: move thrustmaster FF processing by Jiri Slaby · 17 years ago
  21. 5f02229 HID: move pantherlord FF processing by Jiri Slaby · 17 years ago
  22. 2b107d6 HID: fix incorrent length condition in hidraw_write() by Jiri Kosina · 17 years ago
  23. d92870d HID: fix tty<->hid deadlock by Jiri Slaby · 17 years ago
  24. d1d3a5f HID: ignore iBuddy devices by Remi Cattiau · 17 years ago
  25. 1f93445 HID: report descriptor fix for remaining MacBook JIS keyboards by Tomoya Adachi · 17 years ago
  26. e36153f HID: fix gyration build error by Randy Dunlap · 17 years ago
  27. 2bea94d HID: Autocentering support for Logitech MOMO Racing Wheel by Sergey Belyashov · 17 years ago
  28. 6f3c0e5 HID: fix grammo in HID_COMPAT Kconfig help text by Alex Chiang · 17 years ago
  29. 66ebf66 HID: add support for Super Dual Box Pro USB PS2/PS2 adapter by Jiri Kosina · 17 years ago
  30. c0bd6a4 HID: remove ignore quirk for MGE UPS devices by Richard Hughes · 17 years ago
  31. 0f37cd0 HID: introduce list for hiddev creation forcing by Jiri Kosina · 17 years ago
  32. 606bd0a HID: move logitech FF processing by Jiri Slaby · 17 years ago
  33. 6edfa8d HID: move reset leds quirk by Jiri Slaby · 17 years ago
  34. 93c1013 HID: move connect quirks by Jiri Slaby · 17 years ago
  35. fea6f18 HID: move dell quirks by Jiri Slaby · 17 years ago
  36. bd28ce0 HID: move sony quirks by Jiri Slaby · 17 years ago
  37. 2b88b80 HID: remove rdesc quirk support by Jiri Slaby · 17 years ago
  38. 3715ade HID: remove hid-input-quirks by Jiri Slaby · 17 years ago
  39. 980a3da HID: move samsung quirks by Jiri Slaby · 17 years ago
  40. 949f8fe HID: move gyration quirks by Jiri Slaby · 17 years ago
  41. 3b8006e HID: move monterey quirks by Jiri Slaby · 17 years ago
  42. 1e76253 HID: move petalynx quirks by Jiri Slaby · 17 years ago
  43. b5635b1 HID: move belkin quirks by Jiri Slaby · 17 years ago
  44. fcfacfd HID: move chicony quirks by Jiri Slaby · 17 years ago
  45. 1f243e3 HID: move ezkey quirks by Jiri Slaby · 17 years ago
  46. 3b239cd HID: move cherry quirks by Jiri Slaby · 17 years ago
  47. 14a21cd HID: move a4tech quirks by Jiri Slaby · 17 years ago
  48. 0f22132 HID: move cypress quirks by Jiri Slaby · 17 years ago
  49. 90231e7 HID: move sunplus quirks by Jiri Slaby · 17 years ago
  50. 78a849a68 HID: move microsoft quirks by Jiri Slaby · 17 years ago
  51. 880d29f HID: indent switches/cases by Jiri Slaby · 17 years ago
  52. 02ae9a1 HID: add compat support by Jiri Slaby · 17 years ago
  53. 8c19a51 HID: move apple quirks by Jiri Slaby · 17 years ago
  54. d458a9d HID: move ignore quirks by Jiri Slaby · 17 years ago
  55. 5f22a79 HID: move logitech quirks by Jiri Slaby · 17 years ago
  56. 022e8c4 HID: move usage input mapping to hid.h by Jiri Slaby · 17 years ago
  57. 990436a HID: move ids into separate file by Jiri Slaby · 17 years ago
  58. c500c97 HID: hid, make parsing event driven by Jiri Slaby · 17 years ago
  59. 85cdaf5 HID: make a bus from hid code by Jiri Slaby · 17 years ago
  60. e8c84f9 modpost: add support for hid by Jiri Slaby · 17 years ago
  61. 8acd3a6 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  62. c269bc0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 17 years ago
  63. 2d51b753 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-fastboot by Linus Torvalds · 17 years ago
  64. 93f78da Revert "vt: fix background color on line feed" by Linus Torvalds · 17 years ago
  65. d4a8c93 ocfs2: Make cached block reads the common case. by Joel Becker · 17 years ago
  66. 5e0b3de ocfs2: Kill the last naked wait_on_buffer() for cached reads. by Joel Becker · 17 years ago
  67. 07446dc ocfs2: Move ocfs2_bread() into dir.c by Joel Becker · 17 years ago
  68. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 17 years ago
  69. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 17 years ago
  70. da1e909 ocfs2: Separate out sync reads from ocfs2_read_blocks() by Joel Becker · 17 years ago
  71. 4309659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  72. 79aa79b arch/m68k/mm/kmap.c: introduce missing kfree by Julia Lawall · 17 years ago
  73. 56f26f7 net/rfkill/rfkill-input.c needs <linux/sched.h> by Geert Uytterhoeven · 17 years ago
  74. fff11c0 m68k: Atari SCSI needs NVRAM by Geert Uytterhoeven · 17 years ago
  75. da9870e m68k: init_irq_proc depends on CONFIG_PROC_FS by Geert Uytterhoeven · 17 years ago
  76. 2171a19 m68k: remove the dead PCI code by Adrian Bunk · 17 years ago
  77. 29c8a24 m68k: Remove the broken Hades support by Adrian Bunk · 17 years ago
  78. 7477fb6 HP input: kill warnings due to suseconds_t differences by Geert Uytterhoeven · 17 years ago
  79. 998aaf0 m68k: <asm/pci.h> needs <asm-generic/pci-dma-compat.h> by Geert Uytterhoeven · 17 years ago
  80. dec6d14 m68k: Add missing dma_sync_single_range_for_{cpu,device}() by Geert Uytterhoeven · 17 years ago
  81. 7ae4833 m68k: Define rtc_lock on Atari by Geert Uytterhoeven · 17 years ago
  82. 3e24fc9 m68k: Remove unused atari_kbd_translate() by Geert Uytterhoeven · 17 years ago
  83. 39d2d99 m68k: Modular Amiga keyboard needs key_maps by Geert Uytterhoeven · 17 years ago
  84. 8c68383 m68k: Reverse platform MMU logic so Sun 3 is last by Geert Uytterhoeven · 17 years ago
  85. 08a3db9 m68k: Add NOTES to init data so its discarded at boot by Roman Zippel · 17 years ago
  86. 68abcee m68k: Put .bss at the end of the data section by Roman Zippel · 17 years ago
  87. 8fbbae6 m68k: Use new printk() extension %pS to print symbols by Geert Uytterhoeven · 17 years ago
  88. 5b1d5f9 m68k: use bcd2bin/bin2bcd by Adrian Bunk · 17 years ago
  89. 4aba41ea 8250: Fix lock warning (and possible crash) by Alan Cox · 17 years ago
  90. 4850137 qlge: Fix page size ifdef test. by Ron Mercer · 17 years ago
  91. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 17 years ago
  92. 510149e dsa: fix compile bug on s390 by Heiko Carstens · 17 years ago
  93. e7dc849 netns: mib6 section fixlet by Alexey Dobriyan · 17 years ago
  94. eb8a4cb enic: Fix Kconfig headline description by Roland Dreier · 17 years ago
  95. bc0da3f de2104x: wrong MAC address fix by Martin Langer · 17 years ago
  96. ebe05d0 s390: claw compile fixlet by Alexey Dobriyan · 17 years ago
  97. 892871d net: export genphy_restart_aneg by Adrian Bunk · 17 years ago
  98. a02d44a cxgb3: extend copyrights to 2008 by Divy Le Ray · 17 years ago
  99. fe642eb cxgb3: update driver version by Divy Le Ray · 17 years ago
  100. 78c36b1 net/phy: add missing kernel-doc by Randy Dunlap · 17 years ago