1. 36aa071 FROMGIT: usb: gadget: uvc: allow changing interface name via configfs by Dan Vacura · 2 years, 9 months ago
  2. 74b5510 UPSTREAM: usb: gadget: uvc: Fix crash when encoding data for usb request by Dan Vacura · 2 years, 9 months ago
  3. 53129ac UPSTREAM: usb: gadget: uvc: test if ep->desc is valid on ep_queue by Michael Grzeschik · 3 years, 2 months ago
  4. 23cca7a UPSTREAM: usb: gadget: uvc: only pump video data if necessary by Michael Grzeschik · 3 years, 2 months ago
  5. 6692312 UPSTREAM: usb: gadget: uvc: only schedule stream in streaming state by Michael Grzeschik · 3 years, 2 months ago
  6. 1c14550 UPSTREAM: usb: dwc3: gadget: Give some time to schedule isoc by Thinh Nguyen · 2 years, 10 months ago
  7. 5d084e9 UPSTREAM: usb: gadget: uvc: make uvc_num_requests depend on gadget speed by Michael Grzeschik · 3 years, 6 months ago
  8. 15a663e UPSTREAM: usb: gadget: composite: Show warning if function driver's descriptors are incomplete. by Qihang Hu · 3 years, 2 months ago
  9. 3172c95 FROMLIST: kbuild: Add environment variables for userprogs flags by Elliot Berman · 3 years ago
  10. a07b60e ANDROID: dm-bow: Protect Ranges fetched and erased from the RB tree by Lee Jones · 2 years, 10 months ago
  11. 0d752f7 BACKPORT: staging: ion: Prevent incorrect reference counting behavour by Lee Jones · 2 years, 8 months ago
  12. 1e037dd FROMGIT: net: fix wrong network header length by Lina Wang · 2 years, 8 months ago
  13. a37eec7 UPSTREAM: mm: fix unexpected zeroed page mapping with zram swap by Minchan Kim · 2 years, 9 months ago
  14. 2f55d5c ANDROID: vendor_hooks: Add hooks for mutex by Liujie Xie · 2 years, 8 months ago
  15. 0780756 UPSTREAM: usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback by Wesley Cheng · 2 years, 9 months ago
  16. 1a73ed4 UPSTREAM: usb: dwc3: Issue core soft reset before enabling run/stop by Wesley Cheng · 2 years, 10 months ago
  17. fe513e1 UPSTREAM: usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue by Thinh Nguyen · 2 years, 10 months ago
  18. 75059d2 ANDROID: Update QCOM symbol list for trace_map/unmap by Faiyaz Mohammed · 2 years, 8 months ago
  19. 7c9d15f ANDROID: fix KCFLAGS override by __ANDROID_COMMON_KERNEL__ by Lecopzer Chen · 2 years, 8 months ago
  20. e5b4949 ANDROID: vendor_hooks: tune reclaim scan type for specified mem_cgroup by xiaofeng · 2 years, 8 months ago
  21. eb80a7e ANDROID: vendor_hooks: Add hooks for rwsem by Peifeng LI · 2 years, 8 months ago
  22. 5558db2 ANDROID: Add flag to indicate compiling against ACK by Elliot Berman · 2 years, 8 months ago
  23. bb18f81 ANDROID: GKI: build damon reclaim by Hailong Tu · 2 years, 8 months ago
  24. 0453acd FROMLIST: mm/damon/reclaim: Fix the timer always stays active by Hailong Tu · 2 years, 8 months ago
  25. 2522f6c BACKPORT: treewide: Add missing includes masked by cgroup -> bpf dependency by Jakub Kicinski · 3 years, 1 month ago
  26. 70ff0ae UPSTREAM: mm/damon: modify damon_rand() macro to static inline function by Xin Hao · 3 years ago
  27. 3ecd29b UPSTREAM: mm/damon: add 'age' of region tracepoint support by Xin Hao · 3 years ago
  28. 94006b8 UPSTREAM: mm/damon: hide kernel pointer from tracepoint event by SeongJae Park · 3 years ago
  29. 4c35006 UPSTREAM: mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure log by SeongJae Park · 3 years ago
  30. c44028a UPSTREAM: mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure logging by SeongJae Park · 3 years ago
  31. 98dcd24 UPSTREAM: mm/damon/dbgfs: remove an unnecessary variable by SeongJae Park · 3 years ago
  32. 21dc18f UPSTREAM: mm/damon: move the implementation of damon_insert_region to damon.h by Guoqing Jiang · 3 years ago
  33. 73faa85 UPSTREAM: mm/damon: add access checking for hugetlb pages by Baolin Wang · 3 years ago
  34. b0cf3ac UPSTREAM: mm/damon/dbgfs: support all DAMOS stats by SeongJae Park · 3 years ago
  35. 1c400b8 UPSTREAM: mm/damon/reclaim: provide reclamation statistics by SeongJae Park · 3 years ago
  36. f755f1a UPSTREAM: mm/damon/schemes: account how many times quota limit has exceeded by SeongJae Park · 3 years ago
  37. 7cecfab UPSTREAM: mm/damon/schemes: account scheme actions that successfully applied by SeongJae Park · 3 years ago
  38. 943c0cd1 UPSTREAM: mm/damon: convert macro functions to static inline functions by SeongJae Park · 3 years ago
  39. 947d088 UPSTREAM: mm/damon: move damon_rand() definition into damon.h by Xin Hao · 3 years ago
  40. b454231 UPSTREAM: mm/damon/schemes: add the validity judgment of thresholds by Xin Hao · 3 years ago
  41. b198e86 UPSTREAM: mm/damon/vaddr: remove swap_ranges() and replace it with swap() by Yihao Han · 3 years ago
  42. 9a8de9c UPSTREAM: mm/damon: remove some unneeded function definitions in damon.h by Xin Hao · 3 years ago
  43. 07045a0 UPSTREAM: mm/damon/core: use abs() instead of diff_of() by Xin Hao · 3 years ago
  44. 8b02bed UPSTREAM: mm/damon: unified access_check function naming rules by Xin Hao · 3 years ago
  45. d4d20c7 UPSTREAM: mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()' by SeongJae Park · 3 years ago
  46. c393903 UPSTREAM: mm/damon/dbgfs: protect targets destructions with kdamond_lock by SeongJae Park · 3 years ago
  47. 82bb332 UPSTREAM: mm/damon/vaddr-test: remove unnecessary variables by SeongJae Park · 3 years, 1 month ago
  48. 4f0e48e UPSTREAM: mm/damon/vaddr-test: split a test function having >1024 bytes frame size by SeongJae Park · 3 years, 1 month ago
  49. 90af7e3 UPSTREAM: mm/damon/vaddr: remove an unnecessary warning message by SeongJae Park · 3 years, 1 month ago
  50. 4e19846 UPSTREAM: mm/damon/core: remove unnecessary error messages by SeongJae Park · 3 years, 1 month ago
  51. a7969da UPSTREAM: mm/damon/dbgfs: remove an unnecessary error message by SeongJae Park · 3 years, 1 month ago
  52. f37ab7f UPSTREAM: mm/damon/core: use better timer mechanisms selection threshold by SeongJae Park · 3 years, 1 month ago
  53. 63e8bc8 UPSTREAM: mm/damon/core: fix fake load reports due to uninterruptible sleeps by SeongJae Park · 3 years, 1 month ago
  54. a9ec7ed BACKPORT: timers: implement usleep_idle_range() by SeongJae Park · 3 years, 1 month ago
  55. 2581464 UPSTREAM: mm/damon/dbgfs: fix missed use of damon_dbgfs_lock by SeongJae Park · 3 years, 1 month ago
  56. dbbff91 UPSTREAM: mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation by SeongJae Park · 3 years, 1 month ago
  57. 55a2d2f UPSTREAM: mm/damon: remove return value from before_terminate callback by Changbin Du · 3 years, 2 months ago
  58. b48f28f UPSTREAM: mm/damon: fix a few spelling mistakes in comments and a pr_debug message by Colin Ian King · 3 years, 2 months ago
  59. bb15a07 UPSTREAM: mm/damon: simplify stop mechanism by Changbin Du · 3 years, 2 months ago
  60. f1456aa UPSTREAM: mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on by Xin Hao · 3 years, 2 months ago
  61. 8c2db14 UPSTREAM: mm/damon: remove unnecessary variable initialization by Xin Hao · 3 years, 2 months ago
  62. 4d321b7 UPSTREAM: mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM) by SeongJae Park · 3 years, 2 months ago
  63. 57b0fb6 UPSTREAM: selftests/damon: support watermarks by SeongJae Park · 3 years, 2 months ago
  64. 88d4410 UPSTREAM: mm/damon/dbgfs: support watermarks by SeongJae Park · 3 years, 2 months ago
  65. fb7d5f3 UPSTREAM: mm/damon/schemes: activate schemes based on a watermarks mechanism by SeongJae Park · 3 years, 2 months ago
  66. d4ba529 UPSTREAM: tools/selftests/damon: update for regions prioritization of schemes by SeongJae Park · 3 years, 2 months ago
  67. eb9cf87 UPSTREAM: mm/damon/dbgfs: support prioritization weights by SeongJae Park · 3 years, 2 months ago
  68. 798e889 UPSTREAM: mm/damon/vaddr,paddr: support pageout prioritization by SeongJae Park · 3 years, 2 months ago
  69. dd19470 UPSTREAM: mm/damon/schemes: prioritize regions within the quotas by SeongJae Park · 3 years, 2 months ago
  70. 1990bcb UPSTREAM: mm/damon/selftests: support schemes quotas by SeongJae Park · 3 years, 2 months ago
  71. 8c491da UPSTREAM: mm/damon/dbgfs: support quotas of schemes by SeongJae Park · 3 years, 2 months ago
  72. 2c090a6 UPSTREAM: mm/damon/schemes: implement time quota by SeongJae Park · 3 years, 2 months ago
  73. 8c0c30e UPSTREAM: mm/damon/schemes: skip already charged targets and regions by SeongJae Park · 3 years, 2 months ago
  74. a9af000 UPSTREAM: mm/damon/schemes: implement size quota for schemes application speed control by SeongJae Park · 3 years, 2 months ago
  75. 780cd6f UPSTREAM: mm/damon/paddr: support the pageout scheme by SeongJae Park · 3 years, 2 months ago
  76. 71a2381 UPSTREAM: mm/damon/dbgfs: remove unnecessary variables by Rongwei Wang · 3 years, 2 months ago
  77. 1d68b96 UPSTREAM: mm/damon/vaddr: constify static mm_walk_ops by Rikard Falkeborn · 3 years, 2 months ago
  78. 932c8c6 UPSTREAM: mm/damon/dbgfs: support physical memory monitoring by SeongJae Park · 3 years, 2 months ago
  79. f348ba2 UPSTREAM: mm/damon: implement primitives for physical address space monitoring by SeongJae Park · 3 years, 2 months ago
  80. 3c4a2c1 UPSTREAM: mm/damon/vaddr: separate commonly usable functions by SeongJae Park · 3 years, 2 months ago
  81. c7f64c7 UPSTREAM: mm/damon/dbgfs-test: add a unit test case for 'init_regions' by SeongJae Park · 3 years, 2 months ago
  82. 27b2b8d UPSTREAM: mm/damon/dbgfs: allow users to set initial monitoring target regions by SeongJae Park · 3 years, 2 months ago
  83. cc2e33f UPSTREAM: selftests/damon: add 'schemes' debugfs tests by SeongJae Park · 3 years, 2 months ago
  84. ef67835 UPSTREAM: mm/damon/schemes: implement statistics feature by SeongJae Park · 3 years, 2 months ago
  85. 5203491 UPSTREAM: mm/damon/dbgfs: support DAMON-based Operation Schemes by SeongJae Park · 3 years, 2 months ago
  86. cad23cd UPSTREAM: mm/damon/vaddr: support DAMON-based Operation Schemes by SeongJae Park · 3 years, 2 months ago
  87. 2a43737 UPSTREAM: mm/damon/core: implement DAMON-based Operation Schemes (DAMOS) by SeongJae Park · 3 years, 2 months ago
  88. 3d9ce6d UPSTREAM: mm/damon/core: account age of target regions by SeongJae Park · 3 years, 2 months ago
  89. b1209ff UPSTREAM: mm/damon/core: nullify pointer ctx->kdamond with a NULL by Colin Ian King · 3 years, 2 months ago
  90. e0fad2f UPSTREAM: mm/damon: needn't hold kdamond_lock to print pid of kdamond by Changbin Du · 3 years, 2 months ago
  91. bcf5bbc UPSTREAM: mm/damon: remove unnecessary do_exit() from kdamond by Changbin Du · 3 years, 2 months ago
  92. 526b502 UPSTREAM: mm/damon/core: print kdamond start log in debug mode only by SeongJae Park · 3 years, 2 months ago
  93. 6239bbb UPSTREAM: include/linux/damon.h: fix kernel-doc comments for 'damon_callback' by SeongJae Park · 3 years, 2 months ago
  94. 8c5ef4d UPSTREAM: mm/damon: grammar s/works/work/ by Geert Uytterhoeven · 3 years, 2 months ago
  95. e31da16 UPSTREAM: mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()' by SeongJae Park · 3 years, 2 months ago
  96. b25e76d UPSTREAM: mm/damon: don't use strnlen() with known-bogus source length by Adam Borowski · 3 years, 3 months ago
  97. c1a4fca UPSTREAM: mm/damon: add kunit tests by SeongJae Park · 3 years, 4 months ago
  98. b5131d9 UPSTREAM: mm/damon: add user space selftests by SeongJae Park · 3 years, 4 months ago
  99. fe62a24 UPSTREAM: mm/damon/dbgfs: support multiple contexts by SeongJae Park · 3 years, 4 months ago
  100. 562b676 UPSTREAM: mm/damon/dbgfs: export kdamond pid to the user space by SeongJae Park · 3 years, 4 months ago