1. d2df4e4 libpayload: Don't try to free individual xhci device slots by Patrick Georgi · 9 years ago
  2. 536e560 libpayload: Improve sanity checking in UHCI driver by Patrick Georgi · 9 years ago
  3. a6c7ae7 libpayload: avoid use-after-free in OHCI driver by Patrick Georgi · 9 years ago
  4. ab69984 libpayload: Add Rock Chip drivers by huang lin · 10 years ago
  5. 3343473 libpayload: Fix baseaddr access in serial/tegra.c by Furquan Shaikh · 10 years ago
  6. 897123a libpayload: ipq808x: introduce uart driver by Vadim Bendebury · 10 years ago
  7. 11aaf1f ipq8064: Add work around for slow timer clock by Vadim Bendebury · 10 years ago
  8. 8ec74a3 libpayload: ipq8064: Add rudimentary timer driver by Vadim Bendebury · 10 years ago
  9. ab639bf libpayload: don't test for unsigned >= 0 by Patrick Georgi · 10 years ago
  10. 3cb56e9 libpayload: avoid memory overflows by Patrick Georgi · 10 years ago
  11. 79a591f libpayload: Fix pointer related casts by Furquan Shaikh · 10 years ago
  12. d6fb32b libpayload: usb: xhci: Fix TD size if it overflows 5 bits by Rajmohan Mani · 10 years ago
  13. 1c8e91f libpayload: video: Check for 'console' pointer before dereferencing it by Julius Werner · 10 years ago
  14. 86127c7 libpayload: Clean up USB build warnings by Marc Jones · 10 years ago
  15. b4fbee9 libpayload: video: Make cursor fixup independent of visibility by Julius Werner · 10 years ago
  16. e30e4e7 libpayload: usbmsc: Implement limited LUN support by Julius Werner · 10 years ago
  17. 7124788 libpayload: usbmsc: Set correct allocation length for REQUEST SENSE by Julius Werner · 10 years ago
  18. 6af4380 libpayload: usb: Try to avoid reusing device addresses by Julius Werner · 10 years ago
  19. 2fe505b libpayload: console: Allow output drivers to print whole strings at once by Julius Werner · 10 years ago
  20. 7faff54 libpayload: usb: Detach unused USB devices by Shawn Nematbakhsh · 10 years ago
  21. 558e9b5 libpayload: Add minimal support for PL011 UART by Marcelo Povoa · 10 years ago
  22. d4d29a1 libpayload: timer: Move the timer drivers from depthcharge to libpayload. by Gabe Black · 10 years ago
  23. ab41b9d libpayload: usb: Remove automatic clear_stall() calls from transfers by Julius Werner · 10 years ago
  24. 7234d60 libpayload: usb: Fix up usb_shutdown() code paths by Julius Werner · 10 years ago
  25. a6aecc4 libpayload: serial: Move the depthcharge serial drivers into libpayload. by Gabe Black · 10 years ago
  26. 1c6d919 libpayload: usb: ehci: Honor 10ms reset recovery period by Julius Werner · 10 years ago
  27. 3b9795b libpayload: usb: Make OHCI work with ARM systems by Julius Werner · 10 years ago
  28. c666e55 libpayload: usb: xhci: Fix STALL endpoint handling by Shawn Nematbakhsh · 10 years ago
  29. cbe3c70 libpayload: Fix missed CONFIG_ -> CONFIG_LP_ substitutions by Nico Huber · 10 years ago
  30. e1dad0c libpayload: usb: xhci: Treat port reset as a port status change by Shawn Nematbakhsh · 10 years ago
  31. a16029a libpayload: usb: Remove generic roothub reset port function by Shawn Nematbakhsh · 10 years ago
  32. 5c85e66 libpayload: usbhid: Fix typo on descriptor parsing by Julius Werner · 11 years ago
  33. 8e7a9e1 libpayload: ehci: Fix byte count in dump_td() by Julius Werner · 11 years ago
  34. d13e2c4 libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices by Julius Werner · 11 years ago
  35. e00ba21 libpayload: usb: Unify USB speed between XHCI stack and USB core by Julius Werner · 11 years ago
  36. 49ba283 libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints by Julius Werner · 11 years ago
  37. 9135cb4 libpayload: Change CONFIG_X86_SERIAL_CONSOLE to CONFIG_8250_SERIAL_CONSOLE by Gabe Black · 11 years ago
  38. d7c25b3 libpayload: usb: Allow direct instantiation of MMIO host controllers by Julius Werner · 11 years ago
  39. d609e89 libpayload: usb: Fix several minor USB stack bugs by Julius Werner · 11 years ago
  40. b59e850 libpayload: usbmsc: Remove DETACHED state from MSC device structure by Julius Werner · 11 years ago
  41. 1f86434 libpayload: xhci: Make XHCI stack usable on ARM by Julius Werner · 11 years ago
  42. 509c37e libpayload: Make EHCI driver cache-aware by Julius Werner · 11 years ago
  43. e8eb86f libpayload: Add in a missing "static". by Gabe Black · 11 years ago
  44. df6d09d libpayload: Reduce media init timeout to 5 seconds. by Shawn Nematbakhsh · 11 years ago
  45. 7ecc912 libpayload: Increase accuracy of timeout period for media init. by Shawn Nematbakhsh · 11 years ago
  46. 3a65d85 libpayload: usbmsc: Split transfers into 64KB chunks by Duncan Laurie · 11 years ago
  47. 4498f6a libpayload: usbhub: Don't clear PSC unless it was set by Julius Werner · 11 years ago
  48. 4610f0e libpayload: ehci: Set explicit terminate bits in dummy_qh next pointers. by Julius Werner · 11 years ago
  49. e9738db libpayload: Make USB transfer functions return amount of bytes by Julius Werner · 11 years ago
  50. 83da501 libpayload: xhci: Use Event Data TRBs for transfer event generation by Julius Werner · 11 years ago
  51. 9ed8a82 serial: Separate the serial hardware init and the serial console init. by Gabe Black · 11 years ago
  52. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  53. 562db3b libpayload: find source of input characters by Luigi Semenzato · 11 years ago
  54. 5b9e6f1 libpayload: Drop obsolete setting of reg_base in [oex]hci by Nico Huber · 10 years ago
  55. f4316f8 libpayload: Catch null-pointer dereference in xHCI by Nico Huber · 10 years ago
  56. 8b8e963 libpayload: xHCI: Always initialize controller->pcidev by Nico Huber · 10 years ago
  57. 6e23066 libpayload: Use unsigned long for BARs in *hci_init() by Nico Huber · 10 years ago
  58. 3227942 libpayload: Keep physical addresses in console drivers by Nico Huber · 10 years ago
  59. 6a05890 libpayload: Remove redundant phys_to_virt() from xHCI driver by Nico Huber · 10 years ago
  60. 48e9eb8 libpayload: Fix to properly disable serial console by Kyösti Mälkki · 10 years ago
  61. efc5841 libpayload/ahci: Fix a warning by decompartmentalise the AHCI driver. by Edward O'Callaghan · 11 years ago
  62. 7ea0015 libpayload/options: Fix out of array read. by Vladimir Serbinenko · 11 years ago
  63. fd5b370 libpayload: Bring keyboard_wait_write() back by Patrick Georgi · 11 years ago
  64. fdb348a libpayload: reintroduce optional PCI in XHCI driver by Patrick Georgi · 11 years ago
  65. 3ee59f7 Libpayload: Add keyboard-disable function. by Martin Roth · 11 years ago
  66. 52e3f44 libpayload: Increase USB EHCI transfer timeout by Julius Werner · 11 years ago
  67. 1c20e38 libpayload: usb mass storage card hot plug by Aaron Durbin · 11 years ago
  68. a967f41 libpayload: usb mass storage detect empty media by Aaron Durbin · 11 years ago
  69. 8992e53 libpayload: Add USB support for non-PCI controllers by Stefan Reinauer · 11 years ago
  70. 441a4ba libpayload (EHCI): correctly align PORTSC by Stefan Reinauer · 11 years ago
  71. c371442 libpayload: Switch xHCI shared ports back to EHCI on shutdown by Nico Huber · 11 years ago
  72. dd6c4ec libpayload: Remove unnecessary keyboard mode setting code by Shawn Nematbakhsh · 11 years ago
  73. 354066e libpayload: ahci: Increase timeout for signature reading by Nico Huber · 11 years ago
  74. a00f983 libpayload: ahci: Fix command engine shutdown by Nico Huber · 11 years ago
  75. 9029265 libpayload: Fill gaps in the xHCI driver by Nico Huber · 11 years ago
  76. 5736fab libpayload: Port usb hub driver to use the generic code by Nico Huber · 11 years ago
  77. 0b78de2 libpayload: Add a generic driver for usb hubs by Nico Huber · 11 years ago
  78. aee44fa libpayload: usb: Add interval attribute to endpoints by Nico Huber · 11 years ago
  79. 482af6d libpayload: Redirect USB slave init through controller driver by Patrick Georgi · 11 years ago
  80. 735f55c libpayload: usb: Skip non-endpoint descriptors during init by Nico Huber · 11 years ago
  81. 5d1edf6 libpayload: Whitelist Mobile Panther Point AHCI controller by Nico Huber · 11 years ago
  82. adc300d libpayload: Fix the logic for hardware-less serial consoles by Dave Frodin · 11 years ago
  83. 109a710 libpayload: storage.c: Fix typo in st*orage in comment by Paul Menzel · 11 years ago
  84. 9e8af58 libpayload: Handle multifunction bridge devices better. by Gabe Black · 12 years ago
  85. d5c79f9 libpayload: Fix unused function warning in EHCI stack by Stefan Reinauer · 11 years ago
  86. 59c020a libpayload: fix use-after-free in usb_exit() by Mathias Krause · 11 years ago
  87. 7a9da71 libpayload: EHCI - detach controller in ehci_shutdown() by Mathias Krause · 11 years ago
  88. a2d786f libpayload: Make keycode constants available outside of curses.h. by Gabe Black · 11 years ago
  89. 6a0b361 libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUG by Gabe Black · 12 years ago
  90. dc9e77f libpayload: Add usb_generic_(create|remove) functions for unrecognized devices by Gabe Black · 12 years ago
  91. 69eea7c libpayload: Split EHCI bulk transfers on packet boundaries over qTDs by Julius Werner · 12 years ago
  92. 716375d libpayload: add support for 64-bit EHCI controllers by Vincent Palatin · 12 years ago
  93. 1617e1f libpayload: If no video drivers initialize in video_init, return 1. by Gabe Black · 12 years ago
  94. b7b57d9 libpayload: If there's no IO address space, don't try to use it for serial by Gabe Black · 12 years ago
  95. d8d4d11 libpayload: If there's no IO space, complain if the serial claims to use it by Gabe Black · 12 years ago
  96. 1c11712 libpayload: Consolidate io vs. mem mapped serial into accessor functions by Gabe Black · 12 years ago
  97. e0c9741 libpayload: Remove unnecessary include of arch/msr.h by Gabe Black · 12 years ago
  98. 2c2c4fa libpayload: In the USBMSC read_capacity function, make buf an array of u32. by Gabe Black · 12 years ago
  99. ef650a5 libpayload: Check for completion more often in ehci_set_periodic_schedule. by Gabe Black · 12 years ago
  100. 37ef52d libpayload: Correct a constant used for scanning for USB controllers. by Gabe Black · 12 years ago