1. 61fde51 [ARM] Fix more apm-emulation.h by Russell King · 18 years ago
  2. eafb4f1 [PATCH] Fix oops in pata_pcmcia by Alan · 18 years ago
  3. 8cd0ae0 [PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQ by Rusty Russell · 18 years ago
  4. 843613b IPoIB: Correct debugging output when path record lookup fails by Roland Dreier · 18 years ago
  5. 62fa4dc [PATCH] Fix build-failure in drivers/video/s3fb.c by Ondrej Zajicek · 18 years ago
  6. 2516512 [PATCH] x86: add -freg-struct-return to CFLAGS by Ingo Molnar · 18 years ago
  7. 38bed54 [PATCH] add MAINTAINERS entry for high-res timers, clockevents, dynticks by Ingo Molnar · 18 years ago
  8. b0138a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 18 years ago
  9. 6572d6d [PATCH] CREDITS: update my email address by Mikael Pettersson · 18 years ago
  10. f15e66b [PATCH] drivers/mfd/sm501.c: Replace pci_module_init with pci_register_driver by Richard Knutsson · 18 years ago
  11. 5d5dde2 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  12. aef8811 [XFRM]: Fix oops in xfrm4_dst_destroy() by Bernhard Walle · 18 years ago
  13. dafdcfb Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 18 years ago
  14. c90c69a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  15. 6842ac6 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 18 years ago
  16. 60f29b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 18 years ago
  17. 4f4acf3 Always initialize scontext and scontext_len by Stephen Smalley · 18 years ago
  18. fadcdb4 Reassign printk levels in selinux kernel code by Eric Paris · 18 years ago
  19. e4396b5 [XFRM_TUNNEL]: Reload header pointer after pskb_may_pull/pskb_expand_head by Arnaldo Carvalho de Melo · 18 years ago
  20. 4c3ae4d [IPV4]: Use random32() in net/ipv4/multipath by Joe Perches · 18 years ago
  21. 269def7 [BRIDGE]: eliminate workqueue for carrier check by Stephen Hemminger · 18 years ago
  22. ac062e8 [BRIDGE]: get rid of miscdevice include by Stephen Hemminger · 18 years ago
  23. 7401055 [IPV6]: Fix __ipv6_addr_type() export in correct place. by David S. Miller · 18 years ago
  24. 8030f54 [IPV4] devinet: Register inetdev earlier. by Herbert Xu · 18 years ago
  25. 45ba9dd [IPV6] ADDRCONF: Register inet6_dev earlier. by YOSHIFUJI Hideaki · 18 years ago
  26. 46d4804 [IPV6] ADDRCONF: Manage prefix route corresponding to address manually added. by YOSHIFUJI Hideaki · 18 years ago
  27. 2689205 [IPV6] IP6TUNNEL: Use update_pmtu() of dst on xmit. by Yasuyuki Kozakai · 18 years ago
  28. 8c14b7c [IPV6] ADDRCONF: Statically link __ipv6_addr_type() for sunrpc subsystem. by YOSHIFUJI Hideaki · 18 years ago
  29. f4b9479 [IPV4]: Correct links in net/ipv4/Kconfig by Baruch Even · 18 years ago
  30. 1845a57 [SCTP]: Strike the transport before updating rto. by Vlad Yasevich · 18 years ago
  31. 8c4a2d4 [SCTP]: Fix connection hang/slowdown with PR-SCTP by Vlad Yasevich · 18 years ago
  32. 2c4f621 [TCP]: Fix MD5 signature pool locking. by David S. Miller · 18 years ago
  33. 7f62ad5 [TG3]: TSO workaround fixes. by Michael Chan · 18 years ago
  34. ad93065 [AF_PACKET]: Remove unnecessary casts. by Jason Lunz · 18 years ago
  35. ca17c23 [IPV6]: Adjust inet6_exit() cleanup sequence against inet6_init() by Joe Jin · 18 years ago
  36. d3f23df [IPSEC]: More fix is needed for __xfrm6_bundle_create(). by Noriaki TAKAMIYA · 18 years ago
  37. a39a219 [IRDA] net/irda/: proper prototypes by Adrian Bunk · 18 years ago
  38. 2312119 [Bluetooth] Make use of MODULE_FIRMWARE by Marcel Holtmann · 18 years ago
  39. c1a3313 [Bluetooth] Make use of device_move() for RFCOMM TTY devices by Marcel Holtmann · 18 years ago
  40. f5ffd46 [Bluetooth] Add open and close callbacks for HID device by Marcel Holtmann · 18 years ago
  41. e1aaadd [Bluetooth] Add support for using the HID subsystem by Marcel Holtmann · 18 years ago
  42. a83d6c0d [Bluetooth] Fix wrong put_user() from HIDP compat ioctl patch by Marcel Holtmann · 18 years ago
  43. 5313a20 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/tick-2.6 by Linus Torvalds · 18 years ago
  44. a7538a7 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  45. 92320ce Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 18 years ago
  46. 63ae0e5 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 18 years ago
  47. a22a0fa Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart by Linus Torvalds · 18 years ago
  48. 19ba1b1 [SPARC] uctrl: Check request_irq() return value. by David S. Miller · 18 years ago
  49. c5b002c [SPARC64]: Update defconfig. by David S. Miller · 18 years ago
  50. 3b36fb8 [SPARC64] bbc_i2c: Fix kenvctrld eating %100 cpu. by David S. Miller · 18 years ago
  51. abfd336 [SPARC64]: Fix arch_teardown_msi_irq(). by David S. Miller · 18 years ago
  52. 5746c99 [SPARC64]: virt_irq_free only needed when CONFIG_PCI_MSI by David S. Miller · 18 years ago
  53. cacfd56 [SPARC]: Remove the broken SUN_AURORA driver. by Adrian Bunk · 18 years ago
  54. 3494c16 [TICK] tick-common: Fix one-shot handling in tick_handle_periodic(). by David S. Miller · 18 years ago
  55. 9e203bc [TIME] tick-sched: Add missing asm/irq_regs.h include. by David S. Miller · 18 years ago
  56. 2a786b4 [PATCH] genirq: Mask irqs when migrating them. by Eric W. Biederman · 18 years ago
  57. 6101429 [PATCH] x86_64 irq: Safely cleanup an irq after moving it. by Eric W. Biederman · 18 years ago
  58. bc5e81a [PATCH] x86_64 irq: Add constants for the reserved IRQ vectors. by Eric W. Biederman · 18 years ago
  59. b93179b [PATCH] x86_64 irq: Remove unnecessary irq 0 setup. by Eric W. Biederman · 18 years ago
  60. dfbffdd [PATCH] x86_64 irq: Simplify assign_irq_vector's arguments. by Eric W. Biederman · 18 years ago
  61. 13a7950 [PATCH] x86_64 irq: Begin consolidating per_irq data in structures. by Eric W. Biederman · 18 years ago
  62. e273d14 [PATCH] x86_64 irq: Use NR_IRQS not NR_IRQ_VECTORS by Eric W. Biederman · 18 years ago
  63. f45bcd7 [PATCH] x86_64 irq: In __DO_ACTION perform the FINAL action for every entry. by Eric W. Biederman · 18 years ago
  64. 5ff5115 [PATCH] x86_64 irq: Simplfiy the set_affinity logic. by Eric W. Biederman · 18 years ago
  65. a8c8a36 [PATCH] x86_64 irq: Refactor setup_IO_APIC_irq by Eric W. Biederman · 18 years ago
  66. a27bc06 [PATCH] x86_64 irq: Remove the unused vector parameter from ioapic_register_intr by Eric W. Biederman · 18 years ago
  67. e560c8b [PATCH] x86_64 irq: Kill declaration of removed array, interrupt by Eric W. Biederman · 18 years ago
  68. 9f0a5ba [PATCH] irq: Remove set_native_irq_info by Eric W. Biederman · 18 years ago
  69. fc5d56f [PATCH] x86_64 irq: Simplfy __assign_irq_vector by Eric W. Biederman · 18 years ago
  70. ea3d522 Revert "[PATCH] i386: add idle notifier" by Linus Torvalds · 18 years ago
  71. cb48cab [libata] bump versions by Jeff Garzik · 18 years ago
  72. a84471f [libata] Trim trailing whitespace. by Jeff Garzik · 18 years ago
  73. fb621e2 [libata] sata_mv: Fix 50xx irq mask by Jeff Garzik · 18 years ago
  74. e728eab [libata] sata_mv: don't touch reserved bits in EDMA config register by Jeff Garzik · 18 years ago
  75. 616ece2 libata: Use new id_to_dma_mode function to tidy reporting in more drivers (minimally tested) by Alan · 18 years ago
  76. cc70991 pata_pcmcia: Fix oops in 2.6.21-rc1 by Alan · 18 years ago
  77. 10305f0 Add id_to_dma_mode function for printing DMA modes by Alan · 18 years ago
  78. 098cdff sata_promise: simplify port setup by Mikael Pettersson · 18 years ago
  79. 540477b sata_promise: fix 20619 new EH merge error by Mikael Pettersson · 18 years ago
  80. 8748415 [ARM] 4234/1: Introduce get_irqnr_preamble and arch_ret_to_user for ns9xxx. by Uwe Kleine-König · 18 years ago
  81. dff5e44 [ARM] 4233/1: nand/s3c2410.c: warning fix by Arnaud Patard · 18 years ago
  82. ec3622d [ARM] 4226/1: initial .data and .bss mappings of XIP kernel should be TEXT_OFFSET by Nicolas Pitre · 18 years ago
  83. e98ff7f [ARM] 4224/2: allow XIP kernel to boot again by Nicolas Pitre · 18 years ago
  84. fc16c25 [libata] ACPI: remove needless ->qc_issue hook existence test by Jeff Garzik · 18 years ago
  85. ea34e45 sata_vsc: refactor vsc_sata_interrupt and hook up error handling by Dan Williams · 18 years ago
  86. e2f8fb7 sata_sil: ignore and clear spurious IRQs while executing commands by polling by Tejun Heo · 18 years ago
  87. 6a59dcf sata_mv: fix pci_enable_msi() error handling by Tejun Heo · 18 years ago
  88. f1da66e pata_amd: fix an obvious bug in cable detection by Tejun Heo · 18 years ago
  89. 19c2623 USB: export autosuspend delay in sysfs by Alan Stern · 18 years ago
  90. dfa87c8 sysfs: allow attributes to be added to groups by Alan Stern · 18 years ago
  91. b5e795f USB: make autosuspend delay a module parameter by Alan Stern · 18 years ago
  92. aa084f3 USB: minor cleanups for sysfs.c by Alan Stern · 18 years ago
  93. 7ceec1f USB: add a blacklist for devices that can't handle some things we throw at them. by Oliver Neukum · 18 years ago
  94. bb41702 USB: refactor usb device matching and create usb_device_match by Greg Kroah-Hartman · 18 years ago
  95. 80d4e8e USB: Wacom driver updates by Ping Cheng · 18 years ago
  96. 50f97a1 gadgetfs: Fixed bug in ep_aio_read_retry. by Sarah Bailey · 18 years ago
  97. 4ef2e23 USB: Use USB defines in usbmouse.c and usbkbd.c by Michael Opdenacker · 18 years ago
  98. 672027a USB: add rationale on why usb descriptor structures have to be packed by Inaky Perez-Gonzalez · 18 years ago
  99. 822c7ef USB: ftdi_sio: Adding VID and PID for Tellstick by Micke Prag · 18 years ago
  100. 17230ac UHCI: Eliminate asynchronous skeleton Queue Headers by Alan Stern · 18 years ago