1. 93739c0 serial_core: Add wake_peer uart operation which is called before starting UART TX. The idea here is to provide a mechanism where we can wakeup our peer before sending data. by San Mehat · 15 years ago
  2. 261a799 rfkill: Introduce CONFIG_RFKILL_PM and use instead of CONFIG_PM to power down by Nick Pelly · 16 years ago
  3. 24087d7 wl127x-rfkill: Add power control driver for TI WL127X Bluetooth chips by Nick Pelly · 15 years ago
  4. 3e3d035 kernel_debugger_core: add interrupt-context debugger core by Brian Swetland · 16 years ago
  5. 0da19af printk: Fix log_buf_copy termination. by Arve Hjønnevåg · 16 years ago
  6. fc4fb28 Revert "printk: remove unused code from kernel/printk.c" by Arve Hjønnevåg · 16 years ago
  7. ebd4673 net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW). by Chia-chi Yeh · 15 years ago
  8. 622495a security: Add AID_NET_RAW and AID_NET_ADMIN capability check in cap_capable(). by Chia-chi Yeh · 15 years ago
  9. 764fc0e net: PPPoPNS and PPPoLAC fixes. by Chia-chi Yeh · 15 years ago
  10. 60df157 net: add PPP on PPTP Network Server (PPPoPNS) driver. by Chia-chi Yeh · 15 years ago
  11. 36d0074 net: add PPP on L2TP Access Concentrator (PPPoLAC) driver. by Chia-chi Yeh · 15 years ago
  12. 1d38bc7 cgroup: Add generic cgroup subsystem permission checks. by San Mehat · 15 years ago
  13. 22e9cd9 fs: yaffs: don't force YAFFS_TRACE_ALWAYS for all trace levels by Dima Zavin · 14 years ago
  14. 8237911 fs: yaffs: Import yaffs from Thu Dec 23 13:31:37 2010 +1300 by Arve Hjønnevåg · 14 years ago
  15. 4bfab3c fs: block_dump: Don't display inode changes if block_dump < 2 by San Mehat · 15 years ago
  16. 5a7cd71 tiwlan: Add abstract wifi control functions support by Dmitry Shmidt · 16 years ago
  17. 8da0417 usb: gadget: android: fix compilation on 2.6.37 by Dima Zavin · 14 years ago
  18. e6be894 USB: gadget: composite: Use separate switches for connected and config state by Mike Lockwood · 14 years ago
  19. 00bc408 USB: gadget: acm,rndis: IAD class, subclass & prot should match 1st iface by John Michelau · 14 years ago
  20. f71a394 USB: gadget: composite: Dynamically set IAD bFirstInterface by John Michelau · 14 years ago
  21. d5d2de6 USB: gadget: android Fix gadget descriptor compliance for IAD's by John Michelau · 14 years ago
  22. 677ba87 usb: gadget: Multiple ACM gadget instances by John Michelau · 14 years ago
  23. 51d5755 usb: gadget: Fixed Android gadget function discovery & product matching by John Michelau · 14 years ago
  24. ffdab0c usb: gadget: rndis: don't use dev_get_stats by Benoit Goby · 14 years ago
  25. 16c08c2 USB: gadget: f_mtp: Zero length packet fixes by Mike Lockwood · 14 years ago
  26. 3e800b6 USB: gadget: f_mtp: Support for file transfer length greater than 4 gigabytes by Mike Lockwood · 14 years ago
  27. 76ac655 USB: gadget: f_mtp: Return zero result for successful file transfer. by Mike Lockwood · 14 years ago
  28. 491d418 USB: gadget: f_mtp: MTP driver cleanup: by Mike Lockwood · 14 years ago
  29. ffab952 usb: gadget: android: Remove WAKEUP flag from bmAttributes by Benoit Goby · 14 years ago
  30. d6b1d73 USB: gadget: android: Disable MTP when RNDIS function is enabled. by Mike Lockwood · 14 years ago
  31. 1de4d4d USB: gadget: f_mtp: Add ioctl for sending events via the interrupt endpoint by Mike Lockwood · 14 years ago
  32. 7aea385 drivers: usb: gadget: rndis: Fix section mismatch warning by Dmitry Shmidt · 14 years ago
  33. d43a1a5 drivers: usb: gadget: mass_storage: Fix section mismatch warning by Dmitry Shmidt · 14 years ago
  34. 577e37a drivers: usb: gadget: Fix section mismatch warning by Dmitry Shmidt · 14 years ago
  35. 28acc1a USB: composite: Add usb_composite_force_reset utility to force enumeration by Mike Lockwood · 14 years ago
  36. 4a44144 USB: gadget: android: Remove unused function android_usb_set_connected() by Mike Lockwood · 14 years ago
  37. 8da4cc8 USB: gadget: composite: Move switch_set_state calls to a work queue by Mike Lockwood · 14 years ago
  38. ba83b01 USB: gadget: f_mtp: USB gadget function driver for MTP and PTP device support. by Mike Lockwood · 14 years ago
  39. fb52b00 USB: composite: Add support for functions overriding USB_DT_STRING descriptors by Mike Lockwood · 14 years ago
  40. e2dc503 USB: gadget: composite: Add userspace notifications for USB state changes by Mike Lockwood · 14 years ago
  41. 0de5a69 USB: gadget: f_mass_storage: Integrate android customizations by Mike Lockwood · 14 years ago
  42. efbf862 USB: android gadget: mass storage: Fix format issue for Vista Host by Velempati Chiranjeevi · 15 years ago
  43. 27d1890 USB: gadget: f_mass_storage: Defer handling interface changes until it is safe. by Mike Lockwood · 14 years ago
  44. 0130a0e6 USB: gadget: android: mass_storage: Use spin_lock_irqsave/spin_unlock_irqrestore by Arve Hjønnevåg · 16 years ago
  45. 0a4c12d USB: gadget: android: check for null _android_dev in android_register_function() by Mike Lockwood · 14 years ago
  46. f620564 USB: gadget: f_mass_storage: Flush writes after every 4 MB. by Mike Lockwood · 14 years ago
  47. 0d511c4 USB: gadget: f_rndis: Add platform data for RNDIS vendor ID and MAC address. by Mike Lockwood · 14 years ago
  48. 0f63be2 USB: gadget: composite: Don't increment interface number for alt settings. by Mike Lockwood · 14 years ago
  49. 8c6a6b2 USB: gadget: composite: Don't call set_alt() on functions that are hidden. by Mike Lockwood · 14 years ago
  50. 3522086 USB: gadget: android: Disable UMS when RNDIS ethernet is active. by Mike Lockwood · 14 years ago
  51. a83f187 usb: gadget: u_ether: Remove warning from gether_disconnect() by Mike Lockwood · 14 years ago
  52. 8f5f391 Add USB_ANDROID_RNDIS_WCEIS option. by Steve Kondik · 14 years ago
  53. da574e2 USB: gadget: android: Fix special case for RNDIS ethernet function by Mike Lockwood · 14 years ago
  54. c832ca8 USB: composite: Compute interface numbers correctly when functions are hidden. by Mike Lockwood · 14 years ago
  55. 573cea5 USB: gadget: android: Specify USB_CLASS_COMM in device descriptor if using RNDIS by Mike Lockwood · 14 years ago
  56. fe8ae89 USB: gadget: Disable RNDIS function by default if CONFIG_USB_ANDROID_RNDIS is set by Mike Lockwood · 14 years ago
  57. 0532973 USB: android: Use composite class driver for enabling and disabling functions by Mike Lockwood · 14 years ago
  58. f041ac6 USB: composite: Add class driver for enabling and disabling USB functions. by Mike Lockwood · 14 years ago
  59. 789ef23 USB: gadget: android: android USB gadget improvements: by Mike Lockwood · 15 years ago
  60. a9e8c44 USB: gadget: adb: Queue read requests with length specified by client. by Mike Lockwood · 15 years ago
  61. 83814ea USB: gadget: android: android USB gadget improvements: by Krishna, Vamsi · 15 years ago
  62. 292b1bc USB: composite: Allow configurations to handle unhandled setup requests by Joe Swantek · 15 years ago
  63. c7ba16a USB: composite: Add flag to usb_function to hide its interface during enumeration by Mike Lockwood · 15 years ago
  64. 258d103 USB: composite: Fix USB WHQL Certification Issues by Jared Suttles · 15 years ago
  65. b21ab23 drivers: usb: gadget: Add helper function for installing ACM gadget function. by Joe Swantek · 15 years ago
  66. 646bb86 drivers: usb: gadget: handle NULL descriptors in composite config_buf by Jared Suttles · 15 years ago
  67. 7f0d7bd android_usb: Composite USB gadget driver for android. by Mike Lockwood · 16 years ago
  68. 8f5ed00 mmc: sdio: Add high speed support to sdio_reset_comm() by Daniel Chen · 15 years ago
  69. 9da9109 mmc: block: Resume multi-block reads after transient read errors. by David Ding · 15 years ago
  70. 7e053b3 mmc: sdio: Claim host in sdio_reset_comm() by Dmitry Shmidt · 15 years ago
  71. c87f8d4 mmc: mmcblk: Add support for deferred SD bus resume by San Mehat · 15 years ago
  72. 10797cf mmc: core: Add deferred bus resume policy. by San Mehat · 15 years ago
  73. b2afee5 mmc: core: Hold a wake lock accross delayed work + mmc rescan by San Mehat · 15 years ago
  74. 01349cb mmc: sd: Add retries in re-detection by San Mehat · 16 years ago
  75. a166195 mmc: sd: When resuming, try a little harder to init the card by San Mehat · 16 years ago
  76. 200a8e8 mmc: Add new API call 'sdio_reset_comm' for resetting communication with an SDIO device by San Mehat · 16 years ago
  77. dc12952 trout: Add functions for WiFi by Dmitry Shmidt · 16 years ago
  78. 9a24820 mmc: Add concept of an 'embedded' SDIO device. by San Mehat · 16 years ago
  79. ae11f09 mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD detection by San Mehat · 16 years ago
  80. eca2e01 mmc: Add status IRQ and status callback function to mmc platform data by San Mehat · 16 years ago
  81. 70abd67 Input: synaptics_i2c_rmi: Add irqflags to platform data struct to pass them to driver by Rebecca Schultz Zavin · 15 years ago
  82. 90229d8 Input: synaptics_i2c_rmi: Send new multi touch events by Arve Hjønnevåg · 15 years ago
  83. 1d1ca96 Input: synaptics_i2c_rmi: Add sensitivity adjust option. by Arve Hjønnevåg · 15 years ago
  84. 3f8a4b0 Input: synaptics_i2c_rmi: Add support for panels with has-no-relative-data property. by Arve Hjønnevåg · 15 years ago
  85. 00adffd Input: synaptics_i2c_rmi: Driver for Synaptics Touchscreens using RMI over I2C. by Arve Hjønnevåg · 17 years ago
  86. 16e1bce input: keychord: Add keychord driver by Mike Lockwood · 16 years ago
  87. c167867 input: Add keyreset driver. by Arve Hjønnevåg · 16 years ago
  88. 9be7b63 Input: gpio_input: disable_irq -> disable_irq_nosync by Arve Hjønnevåg · 15 years ago
  89. 0da26bf Input: gpio_event: Allow multiple input devices per gpio_event device by Arve Hjønnevåg · 15 years ago
  90. 8f836aa Input: gpio_input: Fix keys with keycode 0x100-0x1ff by Arve Hjønnevåg · 15 years ago
  91. 72fc624 Input: Generic GPIO Input device. by Arve Hjønnevåg · 16 years ago
  92. 766e993 Grants system server access to /proc/<pid>/oom_adj for Android applications. by Mike Chan · 16 years ago
  93. ac73333 FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID. by Mike Lockwood · 16 years ago
  94. 807e5f6 misc: uidstat: Adding uid stat driver to collect network statistics. by Mike Chan · 16 years ago
  95. 9b7a3a5 sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window size by Robert Love · 16 years ago
  96. a7429e5 net: socket ioctl to reset connections matching local address by Robert Love · 16 years ago
  97. 8affb4e Paranoid network. by Robert Love · 16 years ago
  98. 6a4e643 ashmem for 2.6.27. by Robert Love · 16 years ago
  99. a7f1281 Add android_aid.h by Robert Love · 16 years ago
  100. a4ff0e8 pmem: Add pmem driver by Rebecca Schultz · 16 years ago