aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-26crypto: morus - remove generic and x86 implementationsGravatar Ard Biesheuvel 3-212/+0
2019-07-26crypto: lib/aes - export sbox and inverse sboxGravatar Ard Biesheuvel 1-0/+3
2019-07-26crypto: aes-generic - unexport last-round AES tablesGravatar Ard Biesheuvel 1-2/+0
2019-07-26crypto: ctr - add helper for performing a CTR encryption walkGravatar Ard Biesheuvel 1-0/+50
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionGravatar Ard Biesheuvel 1-2/+0
2019-07-26crypto: aes - create AES library based on the fixed time AES codeGravatar Ard Biesheuvel 1-0/+34
2019-07-26crypto: fips - add FIPS test failure notification chainGravatar Gilad Ben-Yossef 1-0/+7
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbGravatar Linus Torvalds 3-3/+214
2019-07-20Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-0/+23
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-0/+11
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-0/+7
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-0/+3
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-8/+6
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2019-07-20KVM: Boost vCPUs that are delivering interruptsGravatar Wanpeng Li 1-0/+1
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptGravatar Wanpeng Li 1-0/+6
2019-07-20kbuild: update compile-test header list for v5.3-rc1Gravatar Masahiro Yamada 1-8/+6
2019-07-19Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-41/+0
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 9-172/+375
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-28/+0
2019-07-19Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 2-2/+7
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-29/+2
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+17
2019-07-19Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 8-26/+30
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-5/+6
2019-07-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-73/+130
2019-07-19Merge tag 'drm-next-5.3-2019-07-18' of git://people.freedesktop.org/~agd5f/li...Gravatar Dave Airlie 1-1/+6
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookGravatar Eric Dumazet 1-1/+2
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-0/+7
2019-07-18mm: migrate: remove unused mode argumentGravatar Keith Busch 1-2/+1
2019-07-18libnvdimm/pfn: stop padding pmem namespaces to section alignmentGravatar Dan Williams 1-0/+3
2019-07-18mm/sparsemem: support sub-section hotplugGravatar Dan Williams 1-1/+1
2019-07-18mm/sparsemem: prepare for sub-section rangesGravatar Dan Williams 1-2/+3
2019-07-18mm: kill is_dev_zone() helperGravatar Dan Williams 1-12/+0
2019-07-18mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Gravatar Dan Williams 1-2/+2
2019-07-18mm/sparsemem: add helpers track active portions of a section at bootGravatar Dan Williams 1-1/+32
2019-07-18mm/sparsemem: introduce a SECTION_IS_EARLY flagGravatar Dan Williams 1-1/+7
2019-07-18mm/sparsemem: introduce struct mem_section_usageGravatar Dan Williams 1-3/+25
2019-07-18drivers/base/memory.c: get rid of find_memory_block_hinted()Gravatar David Hildenbrand 1-2/+0
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()Gravatar David Hildenbrand 2-2/+3
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...Gravatar David Hildenbrand 1-1/+1
2019-07-18mm: make register_mem_sect_under_node() staticGravatar David Hildenbrand 1-7/+0
2019-07-18mm: section numbers use the type "unsigned long"Gravatar David Hildenbrand 1-2/+2
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPGravatar Yang Shi 2-17/+40
2019-07-18mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionGravatar David Hildenbrand 1-1/+1
2019-07-18mm/memory_hotplug: make unregister_memory_block_under_nodes() never failGravatar David Hildenbrand 1-3/+2
2019-07-18mm/memory_hotplug: remove memory block devices before arch_remove_memory()Gravatar David Hildenbrand 2-5/+3
2019-07-18mm/memory_hotplug: drop MHP_MEMBLOCK_APIGravatar David Hildenbrand 1-8/+0
2019-07-18mm/memory_hotplug: create memory block devices after arch_add_memory()Gravatar David Hildenbrand 1-1/+1