1. 8fd9c72 ANDROID: sdcardfs: Change current->fs under lock by Daniel Rosenberg · 6 years ago lsk-v4.4-android
  2. 18c7d13 ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro by Daniel Rosenberg · 6 years ago
  3. 9a21ce2 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into android-4.4 by Amit Pundir · 6 years ago
  4. c4df7ba Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into android-4.4 by Amit Pundir · 6 years ago
  5. bec2911 ANDROID: restrict store of prefer_idle as boolean by Wei Wang · 6 years ago
  6. f882309 BACKPORT: arm/syscalls: Optimize address limit check by Thomas Garnier · 7 years ago
  7. 255b3ec UPSTREAM: syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_check by Thomas Garnier · 7 years ago
  8. 335f7b9 BACKPORT: arm64/syscalls: Check address limit on user-mode return by Thomas Garnier · 7 years ago
  9. 4ac94c6 BACKPORT: x86/syscalls: Check address limit on user-mode return by Thomas Garnier · 7 years ago
  10. f6e2385 BACKPORT: lkdtm: add bad USER_DS test by Kees Cook · 7 years ago
  11. 3891454 UPSTREAM: bug: switch data corruption check to __must_check by Kees Cook · 7 years ago
  12. 6fb418c BACKPORT: lkdtm: Add tests for struct list corruption by Kees Cook · 8 years ago
  13. 234c12e UPSTREAM: bug: Provide toggle for BUG on data corruption by Kees Cook · 8 years ago
  14. a54e75c UPSTREAM: list: Split list_del() debug checking into separate function by Kees Cook · 8 years ago
  15. e73afb4 UPSTREAM: rculist: Consolidate DEBUG_LIST for list_add_rcu() by Kees Cook · 8 years ago
  16. 5b182de BACKPORT: list: Split list_add() debug checking into separate function by Kees Cook · 8 years ago
  17. dde0358 FROMLIST: ANDROID: binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl. by Martijn Coenen · 6 years ago
  18. 1bf5d59 BACKPORT: arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW by Will Deacon · 7 years ago
  19. c5613bd ANDROID: arm64: mm: fix 4.4.154 merge by Greg Hackmann · 6 years ago
  20. 00d3adf BACKPORT: zsmalloc: introduce zs_huge_class_size() by Sergey Senozhatsky · 6 years ago
  21. 49c3b18 BACKPORT: zram: drop max_zpage_size and use zs_huge_class_size() by Sergey Senozhatsky · 6 years ago
  22. 4c09332 ANDROID: tracing: fix race condition reading saved tgids by Adrian Salido · 7 years ago
  23. 8459a57 ANDROID: x86_64_cuttlefish_defconfig: Enable lz4 compression for zram by Peter Kalauskas · 6 years ago
  24. 4e04ef3 UPSTREAM: drivers/block/zram/zram_drv.c: fix bug storing backing_dev by Peter Kalauskas · 6 years ago
  25. d8ea352 BACKPORT: zram: introduce zram memory tracking by Minchan Kim · 6 years ago
  26. 95986f4 BACKPORT: zram: record accessed second by Minchan Kim · 6 years ago
  27. 5df312f BACKPORT: zram: mark incompressible page as ZRAM_HUGE by Minchan Kim · 6 years ago
  28. 129dca9 UPSTREAM: zram: correct flag name of ZRAM_ACCESS by Minchan Kim · 6 years ago
  29. ccca79a UPSTREAM: zram: Delete gendisk before cleaning up the request queue by Bart Van Assche · 6 years ago
  30. 0e0c0d4 UPSTREAM: drivers/block/zram/zram_drv.c: make zram_page_end_io() static by Colin Ian King · 7 years ago
  31. 1b5beba BACKPORT: zram: set BDI_CAP_STABLE_WRITES once by Minchan Kim · 7 years ago
  32. a992749 UPSTREAM: zram: fix null dereference of handle by Minchan Kim · 7 years ago
  33. 1b89745 UPSTREAM: zram: add config and doc file for writeback feature by Minchan Kim · 7 years ago
  34. 3249ca4 BACKPORT: zram: read page from backing device by Minchan Kim · 7 years ago
  35. 46ec4c3 BACKPORT: zram: write incompressible pages to backing device by Minchan Kim · 7 years ago
  36. ca9fe02 BACKPORT: zram: identify asynchronous IO's return value by Minchan Kim · 7 years ago
  37. e75f621 BACKPORT: zram: add free space management in backing device by Minchan Kim · 7 years ago
  38. 3973f69 UPSTREAM: zram: add interface to specif backing device by Minchan Kim · 7 years ago
  39. 1e9f940 UPSTREAM: zram: rename zram_decompress_page to __zram_bvec_read by Minchan Kim · 7 years ago
  40. eda1379 UPSTREAM: zram: inline zram_compress by Minchan Kim · 7 years ago
  41. 5043699 UPSTREAM: zram: clean up duplicated codes in __zram_bvec_write by Minchan Kim · 7 years ago
  42. e4d5d60 ANDROID: x86_64_cuttlefish_defconfig: Enable zram and zstd by Peter Kalauskas · 6 years ago
  43. e9c01c2 BACKPORT: crypto: zstd - Add zstd support by Nick Terrell · 6 years ago
  44. f0b5d42 UPSTREAM: zram: add zstd to the supported algorithms list by Sergey Senozhatsky · 7 years ago
  45. e2aeff6 UPSTREAM: lib: Add zstd modules by Nick Terrell · 7 years ago
  46. 34aef16 UPSTREAM: lib: Add xxhash module by Nick Terrell · 7 years ago
  47. 0ef8976 UPSTREAM: zram: rework copy of compressor name in comp_algorithm_store() by Matthias Kaehlcke · 7 years ago
  48. ca03d6e UPSTREAM: zram: constify attribute_group structures. by Arvind Yadav · 7 years ago
  49. 2b90f2d UPSTREAM: zram: count same page write as page_stored by Minchan Kim · 7 years ago
  50. 88befba UPSTREAM: zram: reduce load operation in page_same_filled by Sangwoo Park · 7 years ago
  51. 12306d5 UPSTREAM: zram: use zram_free_page instead of open-coded by Minchan Kim · 7 years ago
  52. 84f48a8 UPSTREAM: zram: introduce zram data accessor by Minchan Kim · 7 years ago
  53. bb63c75 UPSTREAM: zram: remove zram_meta structure by Minchan Kim · 7 years ago
  54. 7fa2524 UPSTREAM: zram: use zram_slot_lock instead of raw bit_spin_lock op by Minchan Kim · 7 years ago
  55. ca119b7 BACKPORT: zram: partial IO refactoring by Minchan Kim · 7 years ago
  56. 49ab60b BACKPORT: zram: handle multiple pages attached bio's bvec by Minchan Kim · 7 years ago
  57. b200c92 UPSTREAM: zram: fix operator precedence to get offset by Minchan Kim · 7 years ago
  58. 7188698 BACKPORT: zram: extend zero pages to same element pages by zhouxianrong · 7 years ago
  59. ea83027 BACKPORT: zram: remove waitqueue for IO done by Minchan Kim · 7 years ago
  60. ff26f4e UPSTREAM: zram: remove obsolete sysfs attrs by Sergey Senozhatsky · 7 years ago
  61. 7032a283 UPSTREAM: zram: support BDI_CAP_STABLE_WRITES by Minchan Kim · 7 years ago
  62. ba6cca5 UPSTREAM: zram: revalidate disk under init_lock by Minchan Kim · 7 years ago
  63. 199c3c6 BACKPORT: mm: support anonymous stable page by Minchan Kim · 7 years ago
  64. 1cf7e4f UPSTREAM: zram: use __GFP_MOVABLE for memory allocation by Minchan Kim · 8 years ago
  65. ac99063 UPSTREAM: zram: drop gfp_t from zcomp_strm_alloc() by Sergey Senozhatsky · 8 years ago
  66. 4225fb5 UPSTREAM: zram: add more compression algorithms by Sergey Senozhatsky · 8 years ago
  67. 30a850b UPSTREAM: zram: delete custom lzo/lz4 by Sergey Senozhatsky · 8 years ago
  68. feed2aa UPSTREAM: zram: cosmetic: cleanup documentation by Sergey Senozhatsky · 8 years ago
  69. 4e6afff UPSTREAM: zram: use crypto api to check alg availability by Sergey Senozhatsky · 8 years ago
  70. 0eeffba BACKPORT: zram: switch to crypto compress API by Sergey Senozhatsky · 8 years ago
  71. a54133a UPSTREAM: zram: rename zstrm find-release functions by Sergey Senozhatsky · 8 years ago
  72. 9bf0224 UPSTREAM: zram: introduce per-device debug_stat sysfs node by Sergey Senozhatsky · 8 years ago
  73. 6cbf231 UPSTREAM: zram: remove max_comp_streams internals by Sergey Senozhatsky · 8 years ago
  74. c331c79 UPSTREAM: zram: user per-cpu compression streams by Sergey Senozhatsky · 8 years ago
  75. 0551148 BACKPORT: zsmalloc: require GFP in zs_malloc() by Sergey Senozhatsky · 8 years ago
  76. 2fafbdf UPSTREAM: zram/zcomp: do not zero out zcomp private pages by Sergey Senozhatsky · 8 years ago
  77. 711c892 UPSTREAM: zram: pass gfp from zcomp frontend to backend by Minchan Kim · 8 years ago
  78. 8e1d8cd UPSTREAM: socket: close race condition between sock_close() and sockfs_setattr() by Cong Wang · 6 years ago
  79. 688f9b4e ANDROID: Refresh x86_64_cuttlefish_defconfig by Alistair Strachan · 6 years ago
  80. 8ede64c Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into android-4.4 by Amit Pundir · 6 years ago
  81. 84e1d70 Merge commit '73450231ffff' into android-4.4 by Amit Pundir · 6 years ago
  82. 072304e ANDROID: sdcardfs: Check stacked filesystem depth by Daniel Rosenberg · 6 years ago
  83. 97b9031 x86_64_cuttlefish_defconfig: Enable android-verity by Alistair Strachan · 6 years ago
  84. dc5836a x86_64_cuttlefish_defconfig: enable verity cert by Alistair Strachan · 6 years ago
  85. c8f435d Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android by Amit Pundir · 6 years ago
  86. 78291ae Revert "f2fs: use timespec64 for inode timestamps" by Jaegeuk Kim · 6 years ago
  87. d36d92b compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations by Nick Desaulniers · 6 years ago
  88. c6ee9e7 Merge tag 'v4.4.159' into linux-linaro-lsk-v4.4 by Mark Brown · 6 years ago
  89. 9c6cd3f Linux 4.4.159 by Greg Kroah-Hartman · 6 years ago
  90. 82ea790 iw_cxgb4: only allow 1 flush on user qps by Steve Wise · 6 years ago
  91. 44c2e8a HID: sony: Support DS4 dongle by Roderick Colenbrander · 8 years ago
  92. ce144db HID: sony: Update device ids by Roderick Colenbrander · 8 years ago
  93. d2e646c arm64: Add trace_hardirqs_off annotation in ret_to_user by Catalin Marinas · 9 years ago
  94. e77dd99 ext4: don't mark mmp buffer head dirty by Li Dongyang · 6 years ago
  95. 47af997 ext4: fix online resizing for bigalloc file systems with a 1k block size by Theodore Ts'o · 6 years ago
  96. 70083af ext4: fix online resize's handling of a too-small final block group by Theodore Ts'o · 6 years ago
  97. 66671ee ext4: recalucate superblock checksum after updating free blocks/inodes by Theodore Ts'o · 6 years ago
  98. 7619c7f ext4: avoid divide by zero fault when deleting corrupted inline directories by Theodore Ts'o · 6 years ago
  99. 1aa698b tty: vt_ioctl: fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
  100. 6443671 drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect() by Lyude Paul · 6 years ago