1. 3055103 ANDROID: sdcardfs: Use per mount permissions by Daniel Rosenberg · 8 years ago
  2. 424d3c9 ANDROID: sdcardfs: Add gid and mask to private mount data by Daniel Rosenberg · 8 years ago
  3. bcc8f0a ANDROID: sdcardfs: User new permission2 functions by Daniel Rosenberg · 8 years ago
  4. 8fa5220 ANDROID: sdcardfs: Move directory unlock before touch by Daniel Rosenberg · 8 years ago
  5. a812e72 ANDROID: sdcardfs: fix external storage exporting incorrect uid by alvin_liang · 8 years ago
  6. 22d5fcb ANDROID: sdcardfs: Added top to sdcardfs_inode_info by Daniel Rosenberg · 9 years ago
  7. 02685970 ANDROID: sdcardfs: Switch package list to RCU by Daniel Rosenberg · 9 years ago
  8. 5910366 ANDROID: sdcardfs: Fix locking for permission fix up by Daniel Rosenberg · 8 years ago
  9. 4401aac ANDROID: sdcardfs: Check for other cases on path lookup by Daniel Rosenberg · 9 years ago
  10. d2c1c16 ANDROID: sdcardfs: override umask on mkdir and create by Daniel Rosenberg · 9 years ago
  11. 64a0022 ANDROID: sdcardfs: fix itnull.cocci warnings by Julia Lawall · 9 years ago
  12. 6897986 ANDROID: sdcardfs: Truncate packages_gid.list on overflow by Daniel Rosenberg · 9 years ago
  13. eb268d0 ANDROID: sdcardfs: remove unneeded __init and __exit by Daniel Rosenberg · 9 years ago
  14. a5a236a ANDROID: sdcardfs: Remove unused code by Daniel Rosenberg · 9 years ago
  15. 2286cd5 ANDROID: sdcardfs: remove effectless config option by Daniel Rosenberg · 9 years ago
  16. 3b38b64 ANDROID: sdcardfs: Add support for d_canonical_path by Daniel Rosenberg · 9 years ago
  17. da3341e ANDROID: sdcardfs: Bring up to date with Android M permissions: by Daniel Rosenberg · 9 years ago
  18. ca27551 ANDROID: Changed type-casting in packagelist management by Daniel Campello · 9 years ago
  19. 71b8d35 ANDROID: Port of sdcardfs to 4.4 by Daniel Campello · 9 years ago
  20. a5a95f6 ANDROID: xattr: Pass EOPNOTSUPP to permission2 by Daniel Rosenberg · 7 years ago
  21. 9d80678 RFC: ANDROID: vfs: Add permission2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  22. 45c4108 ANDROID: vfs: Add setattr2 for filesystems with per mount permissions by Daniel Rosenberg · 8 years ago
  23. 5d21232 ANDROID: vfs: Allow filesystems to access their private mount data by Daniel Rosenberg · 8 years ago
  24. dd73e5e ANDROID: fuse: Add support for d_canonical_path by Daniel Rosenberg · 9 years ago
  25. 154c0f4 ANDROID: mnt: Add filesystem private data to mount points by Daniel Rosenberg · 8 years ago
  26. 3522bcc ANDROID: vfs: add d_canonical_path for stacked filesystem support by Daniel Rosenberg · 9 years ago
  27. ab2d369 ANDROID: Included sdcardfs source code for kernel 3.0 by Daniel Campello · 9 years ago
  28. 14fc61e ANDROID: Fix script to fetch android kernel config fragments for 4.14 by Dmitry Shmidt · 7 years ago
  29. 3211a0b ANDROID: uid_sys_stats: fix the comment by Artem Borisov · 7 years ago
  30. aa589ed ANDROID: initramfs: call free_initrd() when skipping init by Nick Bray · 7 years ago
  31. 8009515 ANDROID: memory_state_time: fix undefined behavior with missing DT properties by Arnd Bergmann · 8 years ago
  32. 73580d0 ANDROID: memory_state_time: Implement memory_state_time, used by qcom,cpubw by James Carr · 8 years ago
  33. c77ac56 ANDROID: uid_sys_stats: log task io with a debug flag by Yang Jin · 7 years ago
  34. 84118cd ANDROID: uid_sys_stats: check previous uid_entry before call find_or_register_uid by Ganesh Mahendran · 8 years ago
  35. 62726d0 ANDROID: uid_sys_stats: Kconfig: add depends for UID_SYS_STATS by Ganesh Mahendran · 8 years ago
  36. 87ff693 ANDROID: uid_sys_stats: defer io stats calulation for dead tasks by Jin Qian · 8 years ago
  37. 825dfe6 ANDROID: uid_sys_stats: fix access of task_uid(task) by Ganesh Mahendran · 8 years ago
  38. a29fcfb ANDROID: uid_sys_stats: reduce update_io_stats overhead by Jin Qian · 8 years ago
  39. f99c355 ANDROID: uid_sys_stats: change to use rt_mutex by Wei Wang · 8 years ago
  40. 16d838d ANDROID: uid_sys_stats: account for fsync syscalls by Jin Qian · 8 years ago
  41. 0d1e81f ANDROID: uid_sys_stats: fix negative write bytes. by Jin Qian · 8 years ago
  42. 396f015 ANDROID: uid_sys_stats: allow writing same state by Jin Qian · 8 years ago
  43. b66fd44 ANDROID: uid_sys_stats: rename uid_cputime.c to uid_sys_stats.c by Jin Qian · 8 years ago
  44. 9b7e95b ANDROID: uid_cputime: add per-uid IO usage accounting by Jin Qian · 8 years ago
  45. 35174db ANDROID: uid_cputime: Check for the range while removing range of UIDs. by Ruchi Kandoi · 9 years ago
  46. 0dd39de ANDROID: uid_cputime: Iterates over all the threads instead of processes. by Ruchi Kandoi · 9 years ago
  47. 83401a9 ANDROID: uid_cputime: fix cputime overflow by Jin Qian · 10 years ago
  48. b63b0a7 ANDROID: uid_cputime: Adds accounting for the cputimes per uid. by jinqian · 10 years ago
  49. 2f0d9d7 CHROMIUM: usb: gadget: f_accessory: add .raw_request callback by Mark Kuo · 9 years ago
  50. 53cb011 CHROMIUM: usb: gadget: f_audio_source: add .free_func callback by Mark Kuo · 9 years ago
  51. 89d9bd3 ANDROID: usb: gadget: f_midi: set fi->f to NULL when free f_midi function by Winter Wang · 9 years ago
  52. a781e55 ANDROID: usb: gadget: f_midi: create F_midi device by Badhri Jagan Sridharan · 9 years ago
  53. 73e51ff ANDROID: usb: gadget: f_accessory: assign no-op request complete callbacks by Badhri Jagan Sridharan · 7 years ago
  54. f7adc63 ANDROID: usb: gadget: f_accessory: Fix for UsbAccessory clean unbind. by Anson Jacob · 8 years ago
  55. 0900cbb ANDROID: usb: gadget: f_accessory: fix false disconnect due to a signal sent to the reading process by keunyoung · 11 years ago
  56. c655b60 ANDROID: usb: gadget: f_accessory: Move gadget functions code by Badhri Jagan Sridharan · 10 years ago
  57. fef9e66 ANDROID: usb: gadget: f_accessory: Migrate to USB_FUNCTION API by Badhri Jagan Sridharan · 10 years ago
  58. 8b992ab ANDROID: usb: gadget: f_audio_source: disable the CPU C-states upon playback by Konrad Leszczynski · 9 years ago
  59. a440d38 ANDROID: usb: gadget: f_audio_source: Move gadget functions code by Badhri Jagan Sridharan · 10 years ago
  60. 4f5452d ANDROID: usb: gadget: f_audio_source: Move to USB_FUNCTION API by Badhri Jagan Sridharan · 10 years ago
  61. 4503b04 ANDROID: usb: gadget: configfs: fix null ptr in android_disconnect by Danilo Krummrich · 7 years ago
  62. 25c8c11 ANDROID: usb: gadget: configfs: Add device attribute to determine gadget state by Badhri Jagan Sridharan · 9 years ago
  63. abfef25 ANDROID: usb: gadget: configfs: Add "state" attribute to android_device by Badhri Jagan Sridharan · 10 years ago
  64. 94ad0c4 ANDROID: usb: gadget: configfs: Add function devices to the parent by Badhri Jagan Sridharan · 10 years ago
  65. 5454394 ANDROID: usb: gadget: configfs: Add Uevent to notify userspace by Badhri Jagan Sridharan · 10 years ago
  66. 07f8c5a ANDROID: usb: gadget: configfs: Add usb_function ptr to fi struct by Badhri Jagan Sridharan · 10 years ago
  67. 9d8ad91 ANDROID: usb: gadget: f_audio_source: Fixed USB Audio Class Interface Descriptor by Anson Jacob · 11 years ago
  68. 5ccaa7f ANDROID: usb: gadget: f_audio_source: change max ISO packet size by Anson Jacob · 11 years ago
  69. d20bd7b ANDROID: usb: gadget: f_audio_source: New gadget driver for audio output by Mike Lockwood · 13 years ago
  70. d25f086 ANDROID: usb: gadget: f_accessory: check for accessory device before disconnecting HIDs by Amit Pundir · 10 years ago
  71. 47f4f3f ANDROID: usb: gadget: f_accessory: Enabled Zero Length Packet (ZLP) for acc_write by Anson Jacob · 11 years ago
  72. 45cb8c7 ANDROID: usb: gadget: f_accessory: move userspace interface to uapi by Colin Cross · 11 years ago
  73. be8b40c ANDROID: usb: gadget: f_accessory: Add support for HID input devices by Mike Lockwood · 13 years ago
  74. a7325e5 ANDROID: usb: gadget: f_accessory: Add ACCESSORY_SET_AUDIO_MODE control request and ioctl by Mike Lockwood · 13 years ago
  75. bd433eb ANDROID: usb: gadget: f_accessory: Add Android Accessory function by Benoit Goby · 13 years ago
  76. 8a0d35f ANDROID: trace: sched: add sched blocked tracepoint which dumps out context of sleep. by Riley Andrews · 9 years ago
  77. 3d07cba ANDROID: security,perf: Allow further restriction of perf_event_open by Jeff Vander Stoep · 9 years ago
  78. 53dd961 ANDROID: power: wakeup: Add the guard condition for len in pm_get_active_wakeup_sources by Ruchi Kandoi · 9 years ago
  79. 5b961f8 ANDROID: power: wakeup: Add last wake up source logging for suspend abort reason. by Ruchi Kandoi · 10 years ago
  80. b8bd2e4 ANDROID: power: wakeup_reason: fix suspend time reporting by Amit Pundir · 10 years ago
  81. acccb4c ANDROID: power: wakeup_reason: Report suspend times from last_suspend_time by jinqian · 10 years ago
  82. ba32dd1 ANDROID: power: wakeup_reason: Adds functionality to log the last suspend abort reason. by Ruchi Kandoi · 10 years ago
  83. 01fea29 ANDROID: power: wakeup_reason: Avoids bogus error messages for the suspend aborts. by Ruchi Kandoi · 10 years ago
  84. 0bce146 ANDROID: power: wakeup_reason: Add guard condition for maximum wakeup reasons by Ruchi Kandoi · 11 years ago
  85. 4de3785 ANDROID: power: wakeup_reason: add an API to log wakeup reasons by Ruchi Kandoi · 11 years ago
  86. 6a42773 ANDROID: power: power_supply: Add property CHARGE_COUNTER_EXT and 64-bit precision properties by Todd Poynor · 11 years ago
  87. 10152c2 ANDROID: power: power_supply: add POWER_SUPPLY_PROP_CHARGE_ENABLED by Todd Poynor · 13 years ago
  88. cd934f0 ANDROID: power: power_supply: add POWER_SUPPLY_PROP_USB_OTG by Todd Poynor · 13 years ago
  89. 314f5bb ANDROID: power: power_supply: Add custom property for USB High Current mode by Todd Poynor · 13 years ago
  90. 2c3988d ANDROID: arm64: copy CONFIG_CMDLINE_EXTEND from ARM by Colin Cross · 11 years ago
  91. eb69992 ANDROID: of: Support CONFIG_CMDLINE_EXTEND config option by Doug Anderson · 13 years ago
  92. 8b67012 ANDROID: NFC: st21nfca: Fix memory OOB and leak issues in connectivity events handler by Suren Baghdasaryan · 7 years ago
  93. 4818d4b ANDROID: NFC: Fix possible memory corruption when handling SHDLC I-Frame commands by Suren Baghdasaryan · 7 years ago
  94. 74f0695 ANDROID: nfc: fdp: Fix possible buffer overflow in WCS4000 NFC driver by Suren Baghdasaryan · 7 years ago
  95. 51d5dae ANDROID: NFC: st21nfca: Fix out of bounds kernel access when handling ATR_REQ by Suren Baghdasaryan · 7 years ago
  96. 9d30b77 ANDROID: netfilter: xt_IDLETIMER: Use fullsock when querying uid by Subash Abhinov Kasiviswanathan · 8 years ago
  97. 09535b8 ANDROID: netfilter: xt_IDLETIMER: Fix use after free condition during work by Subash Abhinov Kasiviswanathan · 8 years ago
  98. c3cdced ANDROID: netfilter: xt_IDLETIMER: Adds the uid field in the msg by Ruchi Kandoi · 10 years ago
  99. 5044acd ANDROID: netfilter: xt_IDLETIMER: time-stamp and suspend/resume handling. by Ruchi Kandoi · 11 years ago
  100. 1b292cb ANDROID: netfilter: xt_IDLETIMER: Add new netlink msg type by JP Abgrall · 13 years ago