aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-04ANDROID: sdcardfs: Change current->fs under locklsk-v4.4-androidDaniel Rosenberg
2018-10-04ANDROID: sdcardfs: Don't use OVERRIDE_CRED macroDaniel Rosenberg
2018-10-04Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into a...Amit Pundir
2018-10-04Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.4.y' into a...Amit Pundir
2018-10-04ANDROID: restrict store of prefer_idle as booleanWei Wang
2018-10-04BACKPORT: arm/syscalls: Optimize address limit checkThomas Garnier
2018-10-04UPSTREAM: syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_checkThomas Garnier
2018-10-04BACKPORT: arm64/syscalls: Check address limit on user-mode returnThomas Garnier
2018-10-04BACKPORT: x86/syscalls: Check address limit on user-mode returnThomas Garnier
2018-10-04BACKPORT: lkdtm: add bad USER_DS testKees Cook
2018-10-04UPSTREAM: bug: switch data corruption check to __must_checkKees Cook
2018-10-04BACKPORT: lkdtm: Add tests for struct list corruptionKees Cook
2018-10-04UPSTREAM: bug: Provide toggle for BUG on data corruptionKees Cook
2018-10-04UPSTREAM: list: Split list_del() debug checking into separate functionKees Cook
2018-10-04UPSTREAM: rculist: Consolidate DEBUG_LIST for list_add_rcu()Kees Cook
2018-10-04BACKPORT: list: Split list_add() debug checking into separate functionKees Cook
2018-10-04FROMLIST: ANDROID: binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen
2018-10-04BACKPORT: arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon
2018-10-04ANDROID: arm64: mm: fix 4.4.154 mergeGreg Hackmann
2018-10-04BACKPORT: zsmalloc: introduce zs_huge_class_size()Sergey Senozhatsky
2018-10-04BACKPORT: zram: drop max_zpage_size and use zs_huge_class_size()Sergey Senozhatsky
2018-10-04ANDROID: tracing: fix race condition reading saved tgidsAdrian Salido
2018-10-04ANDROID: x86_64_cuttlefish_defconfig: Enable lz4 compression for zramPeter Kalauskas
2018-10-04UPSTREAM: drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas
2018-10-04BACKPORT: zram: introduce zram memory trackingMinchan Kim
2018-10-04BACKPORT: zram: record accessed secondMinchan Kim
2018-10-04BACKPORT: zram: mark incompressible page as ZRAM_HUGEMinchan Kim
2018-10-04UPSTREAM: zram: correct flag name of ZRAM_ACCESSMinchan Kim
2018-10-04UPSTREAM: zram: Delete gendisk before cleaning up the request queueBart Van Assche
2018-10-04UPSTREAM: drivers/block/zram/zram_drv.c: make zram_page_end_io() staticColin Ian King
2018-10-04BACKPORT: zram: set BDI_CAP_STABLE_WRITES onceMinchan Kim
2018-10-04UPSTREAM: zram: fix null dereference of handleMinchan Kim
2018-10-04UPSTREAM: zram: add config and doc file for writeback featureMinchan Kim
2018-10-04BACKPORT: zram: read page from backing deviceMinchan Kim
2018-10-04BACKPORT: zram: write incompressible pages to backing deviceMinchan Kim
2018-10-04BACKPORT: zram: identify asynchronous IO's return valueMinchan Kim
2018-10-04BACKPORT: zram: add free space management in backing deviceMinchan Kim
2018-10-04UPSTREAM: zram: add interface to specif backing deviceMinchan Kim
2018-10-04UPSTREAM: zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim
2018-10-04UPSTREAM: zram: inline zram_compressMinchan Kim
2018-10-04UPSTREAM: zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim
2018-10-04ANDROID: x86_64_cuttlefish_defconfig: Enable zram and zstdPeter Kalauskas
2018-10-04BACKPORT: crypto: zstd - Add zstd supportNick Terrell
2018-10-04UPSTREAM: zram: add zstd to the supported algorithms listSergey Senozhatsky
2018-10-04UPSTREAM: lib: Add zstd modulesNick Terrell
2018-10-04UPSTREAM: lib: Add xxhash moduleNick Terrell
2018-10-04UPSTREAM: zram: rework copy of compressor name in comp_algorithm_store()Matthias Kaehlcke
2018-10-04UPSTREAM: zram: constify attribute_group structures.Arvind Yadav
2018-10-04UPSTREAM: zram: count same page write as page_storedMinchan Kim
2018-10-04UPSTREAM: zram: reduce load operation in page_same_filledSangwoo Park