aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers
2021-01-03crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers
2021-01-03crypto: blake2s - add comment for blake2s_state fieldsEric Biggers
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-12-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-12-23Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-12-22Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-12-22kasan, mm: allow cache merging with no metadataAndrey Konovalov
2020-12-22kasan, mm: rename kasan_poison_kfreeAndrey Konovalov
2020-12-22kasan, mm: check kasan_enabled in annotationsAndrey Konovalov
2020-12-22kasan: open-code kasan_unpoison_slabAndrey Konovalov
2020-12-22kasan: inline kasan_reset_tag for tag-based modesAndrey Konovalov
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov
2020-12-22kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov
2020-12-22kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov
2020-12-22kasan, arm64: only use kasan_depth for software modesAndrey Konovalov
2020-12-22kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov
2020-12-22kasan: shadow declarations only for software modesAndrey Konovalov
2020-12-22kasan: group vmalloc codeAndrey Konovalov
2020-12-22Merge branch 'pm-cpufreq'Rafael J. Wysocki
2020-12-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-12-20Merge branches 'clk-ingenic', 'clk-vc5', 'clk-cleanup', 'clk-canaan' and 'clk...Stephen Boyd
2020-12-20Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silab...Stephen Boyd
2020-12-20Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-...Stephen Boyd
2020-12-20Merge branches 'clk-amlogic', 'clk-rockchip', 'clk-of', 'clk-freescale' and '...Stephen Boyd
2020-12-20Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas'...Stephen Boyd
2020-12-20dt-binding: clock: Document canaan,k210-clk bindingsDamien Le Moal
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-20Merge tag 'rtc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2020-12-19Merge tag 'for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds
2020-12-19Merge tag 'pwm/for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-19clk: at91: sama7g5: register cpu clockClaudiu Beznea
2020-12-19dt-bindings: clock: at91: add sama7g5 pll definesEugen Hristev
2020-12-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn