1
0

Commit Graph

  • 93c9ba5ef0 ANDROID: cuttlefish_defconfig: Enable CONFIG_CRYPTO_ADIANTUM Alistair Strachan 2018-12-03 12:53:02 -08:00
  • a0f34495c8 UPSTREAM: dm crypt: don't decrease device limits Mikulas Patocka 2018-08-10 11:23:56 -04:00
  • dbdc6a29f3 BACKPORT: dm crypt: allow unaligned bv_offset Mikulas Patocka 2017-11-07 10:35:57 -05:00
  • 1af710e95b BACKPORT: dm crypt: reject sector_size feature if device length is not aligned to it Milan Broz 2017-09-13 15:45:56 +02:00
  • 3017760739 BACKPORT: dm crypt: use shifts instead of sector_div Mikulas Patocka 2017-03-23 10:23:14 -04:00
  • 9c8c397ba6 BACKPORT: dm crypt: optionally support larger encryption sector size Milan Broz 2017-03-16 15:39:44 +01:00
  • 52f29b3071 BACKPORT, FROMGIT: fscrypt: add Adiantum support Eric Biggers 2018-11-26 11:27:37 -08:00
  • e4993bd222 BACKPORT, FROMGIT: crypto: adiantum - add Adiantum support Eric Biggers 2018-11-16 17:26:31 -08:00
  • bde83bfb48 FROMGIT: crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305 Eric Biggers 2018-11-16 17:26:30 -08:00
  • 795f28b38c BACKPORT, FROMGIT: crypto: nhpoly1305 - add NHPoly1305 support Eric Biggers 2018-11-16 17:26:29 -08:00
  • 06c9dc3c41 FROMGIT: crypto: poly1305 - add Poly1305 core API Eric Biggers 2018-11-16 17:26:28 -08:00
  • e994e4e428 FROMGIT: crypto: poly1305 - use structures for key and accumulator Eric Biggers 2018-11-16 17:26:27 -08:00
  • 7c49bc3985 BACKPORT, FROMGIT: crypto: arm/chacha - add XChaCha12 support Eric Biggers 2018-11-16 17:26:26 -08:00
  • bb704f83c3 BACKPORT, FROMGIT: crypto: arm/chacha20 - refactor to allow varying number of rounds Eric Biggers 2018-11-16 17:26:25 -08:00
  • ff9b8b4573 BACKPORT, FROMGIT: crypto: arm/chacha20 - add XChaCha20 support Eric Biggers 2018-11-16 17:26:24 -08:00
  • b5c15fb362 BACKPORT, FROMGIT: crypto: arm/chacha20 - limit the preemption-disabled section Eric Biggers 2018-11-16 17:26:23 -08:00
  • 3b22304dcf BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 support Eric Biggers 2018-11-16 17:26:22 -08:00
  • 381a548680 BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying number of rounds Eric Biggers 2018-11-16 17:26:21 -08:00
  • d5c8bac5f6 BACKPORT, FROMGIT: crypto: chacha20-generic - add XChaCha20 support Eric Biggers 2018-11-16 17:26:20 -08:00
  • f36f8ba5bc FROMGIT: crypto: chacha20-generic - add HChaCha20 library function Eric Biggers 2018-11-16 17:26:18 -08:00
  • 1506b005d8 FROMGIT: crypto: arm/aes - add some hardening against cache-timing attacks Eric Biggers 2018-10-17 21:37:59 -07:00
  • 409b45c57f UPSTREAM: crypto: arm/aes-cipher - move S-box to .rodata section Jinbum Park 2018-02-12 22:52:37 +09:00
  • 15405a4104 UPSTREAM: crypto: arm/aes - avoid expanded lookup tables in the final round Ard Biesheuvel 2017-07-24 11:28:19 +01:00
  • 2ce4ca9535 UPSTREAM: crypto: arm/aes - avoid reserved 'tt' mnemonic in asm code Ard Biesheuvel 2017-01-13 08:33:26 +00:00
  • 30e7a85a09 BACKPORT: crypto: arm/aes - replace scalar AES cipher Ard Biesheuvel 2017-01-11 16:41:53 +00:00
  • 9512ec3c16 UPSTREAM: crypto: poly1305 - use unaligned access macros to output digest Eric Biggers 2017-12-29 10:10:24 -06:00
  • 0fdb22c422 UPSTREAM: crypto: poly1305 - Use unaligned access where required Jason A. Donenfeld 2016-11-07 20:47:09 +01:00
  • 640f44eb40 UPSTREAM: crypto: arm/chacha20 - faster 8-bit rotations and other optimizations Eric Biggers 2018-09-01 00:17:07 -07:00
  • 76622e3f70 UPSTREAM: crypto: arm/chacha20 - always use vrev for 16-bit rotates Eric Biggers 2018-07-24 18:29:07 -07:00
  • 5d3f4970a8 BACKPORT: crypto: arm/chacha20 - implement NEON version based on SSE3 code Ard Biesheuvel 2016-12-08 14:28:59 +00:00
  • ce3e86ceb5 BACKPORT: crypto: chacha20 - Fix chacha20_block() keystream alignment (again) Eric Biggers 2018-09-11 20:05:10 -07:00
  • 31b8b76d76 UPSTREAM: crypto: chacha20 - use rol32() macro from bitops.h Eric Biggers 2017-12-31 18:02:45 -06:00
  • 47ab78c677 BACKPORT: crypto: chacha20 - Fix keystream alignment for chacha20_block() Eric Biggers 2017-11-22 11:51:39 -08:00
  • 9504a059ab UPSTREAM: crypto: chacha20 - Use unaligned access macros when loading key and IV Eric Biggers 2017-11-22 11:51:36 -08:00
  • 7214733cf9 UPSTREAM: crypto: chacha20 - Fix unaligned access when loading constants Eric Biggers 2017-11-22 11:51:35 -08:00
  • b2e5eea636 UPSTREAM: crypto: testmgr - fix overlap in chunked tests again Ard Biesheuvel 2016-12-08 08:23:52 +00:00
  • 4e7c0dc788 UPSTREAM: crypto: testmgr - avoid overlap in chunked tests Ard Biesheuvel 2016-12-05 18:42:23 +00:00
  • fa0b3088a0 ANDROID: cuttlefish_defconfig: Enable VIRT_WIFI Alistair Strachan 2018-12-07 16:40:23 -08:00
  • b192930c56 FROMGIT, BACKPORT: mac80211-next: rtnetlink wifi simulation device Cody Schuffelen 2018-11-20 19:14:49 -08:00
  • 1482141be2 ANDROID: cuttlefish_defconfig: Enable CONFIG_ARM64_LSE_ATOMICS Alistair Strachan 2018-12-07 11:50:07 -08:00
  • 5196183305 ANDROID: Move from clang r328903 to r346389b. Alistair Strachan 2018-12-07 11:34:16 -08:00
  • 7144bbbc4a ANDROID: arm64 defconfig / build config for cuttlefish Alistair Strachan 2018-10-24 17:24:14 -07:00
  • 3af9d8c5f6 Merge 4.9.145 into android-4.9 Greg Kroah-Hartman 2018-12-13 09:39:24 +01:00
  • 844843c521 ANDROID: cpufreq: times: add /proc/uid_concurrent_{active,policy}_time Connor O'Brien 2018-10-05 19:20:54 -07:00
  • b1460b54e7 ANDROID: modpost: add an exception for CFI stubs Sami Tolvanen 2018-10-04 08:56:16 -07:00
  • c6477921d2 FROMGIT: modpost: validate symbol names also in find_elf_symbol Sami Tolvanen 2018-10-04 09:58:19 -07:00
  • 0f3faed7d2 Merge 4.9.144 into android-4.9 Greg Kroah-Hartman 2018-12-08 16:06:13 +01:00
  • ffae86cb33 kbuild: Fix 4.9.138 mismerge Artem Borisov 2018-12-07 11:20:28 +04:00
  • 55cc11bc43 Merge 4.9.143 into android-4.9 Greg Kroah-Hartman 2018-12-05 20:10:23 +01:00
  • aef3aaa18e UPSTREAM: binder: fix race that allows malicious free of live buffer Todd Kjos 2018-11-06 15:55:32 -08:00
  • e1df0ff86c Merge 4.9.142 into android-4.9 Greg Kroah-Hartman 2018-12-01 10:00:35 +01:00
  • 1023dc6de7 ANDROID: Kbuild, LLVMLinux: allow overriding clang target triple Greg Hackmann 2016-10-25 13:59:59 -07:00
  • d276393c01 Revert "ANDROID: Kbuild, LLVMLinux: allow overriding clang target triple" Alistair Strachan 2018-11-09 10:26:38 -08:00
  • 08b8e4899e arch/arm64/crypto/sha1-ce-glue.c fix 4.9.129 merge issue John Stultz 2018-11-28 09:18:37 -08:00
  • 57a8bfa452 arch/arm64/crypto/sha2-ce-glue.c: fix 4.9.129 merge issue Greg Kroah-Hartman 2018-11-28 10:08:07 +01:00
  • 3ea040a6e7 ANDROID: sdcardfs: Add option to not link obb Daniel Rosenberg 2018-10-25 16:25:15 -07:00
  • 5243eb5b3e ANDROID: sdcardfs: Add sandbox Daniel Rosenberg 2018-10-25 16:22:50 -07:00
  • b883012cef Revert "proc: Convert proc_mount to use mount_ns." Alistair Strachan 2018-06-06 13:46:44 -07:00
  • f67ec7ed1d xen: Fix 4.9.139 merge resolution Nathan Chancellor 2018-11-27 10:56:22 -07:00
  • dcd402332a efi/libstub: Fix 4.9.139 merge resolution Nathan Chancellor 2018-11-27 10:53:58 -07:00
  • 90f2be6c18 Merge 4.9.141 into android-4.9 Greg Kroah-Hartman 2018-11-27 18:57:51 +01:00
  • 57a70a5d2e Merge 4.9.140 into android-4.9 Greg Kroah-Hartman 2018-11-23 14:12:57 +01:00
  • 6eb893ee9b Merge 4.9.139 into android-4.9 Greg Kroah-Hartman 2018-11-23 12:56:11 +01:00
  • c89388d301 Merge 4.9.138 into android-4.9 Greg Kroah-Hartman 2018-11-23 11:46:13 +01:00
  • ef1453a447 Merge 4.9.137 into android-4.9 Greg Kroah-Hartman 2018-11-23 11:11:43 +01:00
  • 3063bf541a Merge 4.9.136 into android-4.9 Greg Kroah-Hartman 2018-11-23 10:47:24 +01:00
  • 1561a70ee5 ANDROID: sched/debug: Make Energy Model read-only Chris Redpath 2018-11-21 20:38:47 +00:00
  • 4c1b39a7f8 qmi_wwan: apply DTR quirk for embedded LTE module, case 14200. Vlad Starodubtsev 2019-02-11 18:11:59 +03:00
  • 58f977fab5 arch: arm64: allow configure NDM extensions Andrey Zolotarev 2018-12-07 23:12:18 +07:00
  • 527b7f619f mtd: ndmpart: support mt7622 partitions layout Andrey Zolotarev 2018-12-06 05:51:57 +07:00
  • a686af4597 drivers: misc: add set of mediatek drivers Andrey Zolotarev 2018-12-02 04:09:23 +07:00
  • 0842b8c4b3 drivers: cpufreq: hack for mt7622 Andrey Zolotarev 2018-12-03 07:10:12 +07:00
  • 2fc0055258 drivers: cpufreq: update mt8173-cpufreq from SDK & upstream Andrey Zolotarev 2018-12-03 06:46:26 +07:00
  • 0d0fdbbed0 drivers: cpuidle: add cpuidle-mt81xx Andrey Zolotarev 2018-12-03 06:28:58 +07:00
  • 956dab2ca9 hwrng: mediatek - Setup default RNG quality Sean Wang 2018-01-10 12:02:46 +08:00
  • 35cf30448c hwrng: mtk - add runtime PM support Sean Wang 2017-06-12 23:56:55 +08:00
  • 1b2b276e6e hwrng: mtk - Add driver for hardware random generator on MT7623 SoC Sean Wang 2017-04-21 00:24:26 +08:00
  • 2f6426ff0a nvmem: mtk-efuse: fix different address space warnings of sparse Masahiro Yamada 2017-10-21 01:57:40 +09:00
  • 791f61e230 nvmem: mtk-efuse: use stack for nvmem_config instead of malloc'ing it Masahiro Yamada 2017-10-21 01:57:39 +09:00
  • 760b598ba5 mtd: nand: add support mt7622 Serial NAND flash controller Andrey Zolotarev 2018-12-06 04:12:47 +07:00
  • 245dc655d7 mtd: nand: mtk: last fixes from MTK SDK Andrey Zolotarev 2018-12-05 20:41:17 +07:00
  • 58420e9024 mtd: nand: mtk: Support MT7622 NAND flash controller. RogerCC Lin 2017-11-30 22:10:45 +08:00
  • 28c7a6753f mtd: nand: mtk: Support different MTK NAND flash controller IP RogerCC Lin 2017-11-30 22:10:44 +08:00
  • 574466ff82 mtd: nand: mtk: use nand_reset() to reset NAND devices in resume function Xiaolei Li 2017-11-02 10:05:07 +08:00
  • f84eed0f5b mtd: nand: mtk: fix error return code in mtk_ecc_probe() Gustavo A. R. Silva 2017-08-09 11:35:21 -05:00
  • c4289462a5 mtd: nand: mtk: release lock on error path Dan Carpenter 2017-07-03 13:54:28 +03:00
  • 13036752bb mtd: nand: mtk: add ->setup_data_interface() hook Xiaolei Li 2017-06-23 15:12:28 +08:00
  • 4962b35765 mtd: nand: mtk: remove unneeded mtk_ecc_hw_init from mtk_ecc_resume Xiaolei Li 2017-06-23 15:12:27 +08:00
  • f93fc3d6e4 mtd: nand: mtk: remove unneeded mtk_nfc_hw_init from mtk_nfc_resume Xiaolei Li 2017-06-23 15:12:26 +08:00
  • a1c94c8289 mtd: nand: mtk: disable ecc irq when writing page with hwecc Xiaolei Li 2017-06-23 15:12:25 +08:00
  • 3bec301c8b mtd: nand: mtk: fix incorrect register setting order about ecc irq Xiaolei Li 2017-06-23 15:12:24 +08:00
  • 66b73cdd6f mtd: nand: mediatek: add support for MT2712 NAND FLASH Controller Xiaolei Li 2017-05-31 16:26:41 +08:00
  • 52125912d1 mtd: nand: mediatek: add support for different MTK NAND FLASH Controller IP Xiaolei Li 2017-05-31 16:26:40 +08:00
  • 9c74dcc69d mtd: nand: mediatek: refine register NFI_PAGEFMT setting Xiaolei Li 2017-05-31 16:26:39 +08:00
  • 7500364f06 mtd: nand: mediatek: remove redundant dev_err call in mtk_nfc_probe() Wei Yongjun 2017-01-17 14:22:46 +00:00
  • 0f10fb5ffb mtd: nand: mediatek: return error code of nand_scan_ident/tail() on error Masahiro Yamada 2016-11-04 19:43:02 +09:00
  • e0a1c45293 mtd: mtk-quadspi: support mtd parsers Andrey Zolotarev 2018-12-04 06:24:50 +07:00
  • e4f3df35d5 mtd: mtk-quadspi: Remove unneeded pinctrl header Fabio Estevam 2017-07-17 21:41:39 -03:00
  • 4b637f1b4a mtd: mtk-nor: add suspend/resume support Guochun Mao 2017-09-21 20:45:06 +08:00
  • 08d823d843 mtd: mtk-nor: set controller's address width according to nor flash Guochun Mao 2017-04-05 16:37:42 +08:00