summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel2021-01-222-7/+10
* crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-141-1/+0
* crypto: blake2b - sync with blake2s implementationEric Biggers2021-01-032-0/+182
* crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers2021-01-031-2/+1
* crypto: blake2s - adjust include guard namingEric Biggers2021-01-032-6/+6
* crypto: blake2s - add comment for blake2s_state fieldsEric Biggers2021-01-031-0/+1
* crypto: blake2s - optimize blake2s initializationEric Biggers2021-01-032-30/+28
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-031-5/+60
* crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-031-0/+41
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-034-202/+219
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-12-251-2/+1
|\
| * fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li2020-12-101-2/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-12-241-3/+11
|\ \
| * | jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar2020-12-171-1/+8
| * | Updated locking documentation for transaction_tAlexander Lochmann2020-12-031-2/+3
* | | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-244-25/+24
|\ \ \
| * | | genirq: Provide kstat_irqdesc_cpu()Thomas Gleixner2020-12-151-0/+6
| * | | genirq: Make kstat_irqs() staticThomas Gleixner2020-12-151-1/+0
| * | | genirq: Provide irq_get_effective_affinity()Thomas Gleixner2020-12-151-0/+7
| * | | genirq: Move irq_set_lockdep_class() to coreThomas Gleixner2020-12-151-6/+4
| * | | genirq: Move status flag checks to coreThomas Gleixner2020-12-151-12/+5
| * | | genirq: Move irq_has_action() into core codeThomas Gleixner2020-12-152-6/+2
* | | | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-7/+26
|\ \ \ \
| * | | | efi: ia64: disable the capsule loaderArd Biesheuvel2020-12-141-6/+4
| * | | | efi: generalize efi_get_securebootChester Lin2020-11-041-1/+22
* | | | | Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-241-1/+15
|\ \ \ \ \
| * | | | | blk-iocost: Add iocg idle state tracepointBaolin Wang2020-12-171-1/+15
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-12-242-19/+26
|\ \ \ \ \ \
| * | | | | | vdpa: Add missing comment for virtqueue countParav Pandit2020-12-181-0/+1
| * | | | | | uapi: virtio_ids: add missing device type IDs from OASIS specEnrico Weigelt, metux IT consult2020-12-181-0/+6
| * | | | | | uapi: virtio_ids.h: consistent indentionsEnrico Weigelt, metux IT consult2020-12-181-19/+19
* | | | | | | Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-231-0/+155
|\ \ \ \ \ \ \
| * | | | | | | platform/chrome: cros_ec: Import Type C host commandsPrashant Malani2020-11-121-0/+155
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-223-3/+22
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-223-3/+22
| |\ \ \ \ \ \ \
| | * | | | | | | cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki2020-12-152-0/+19
| | * | | | | | | cppc_cpufreq: replace per-cpu data array with a listIonela Voinescu2020-12-151-3/+3
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-227-108/+286
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kasan, mm: allow cache merging with no metadataAndrey Konovalov2020-12-221-2/+19
| * | | | | | | | | kasan, mm: rename kasan_poison_kfreeAndrey Konovalov2020-12-221-8/+8
| * | | | | | | | | kasan, mm: check kasan_enabled in annotationsAndrey Konovalov2020-12-222-53/+182
| * | | | | | | | | kasan: open-code kasan_unpoison_slabAndrey Konovalov2020-12-221-6/+0
| * | | | | | | | | kasan: inline kasan_reset_tag for tag-based modesAndrey Konovalov2020-12-221-1/+4
| * | | | | | | | | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-221-4/+6
| * | | | | | | | | kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov2020-12-223-9/+19
| * | | | | | | | | kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-224-6/+8
| * | | | | | | | | kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov2020-12-221-2/+2
| * | | | | | | | | kasan, arm64: only use kasan_depth for software modesAndrey Konovalov2020-12-222-10/+10
| * | | | | | | | | kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov2020-12-221-3/+3
| * | | | | | | | | kasan: shadow declarations only for software modesAndrey Konovalov2020-12-221-16/+32