Age | Commit message (Expand) | Author | Files | Lines |
2018-11-20 | crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305 | Eric Biggers | 4 | -0/+200 |
2018-11-20 | crypto: arm/chacha - add XChaCha12 support | Eric Biggers | 2 | -2/+21 |
2018-11-20 | crypto: arm/chacha20 - refactor to allow varying number of rounds | Eric Biggers | 3 | -48/+56 |
2018-11-20 | crypto: arm/chacha20 - add XChaCha20 support | Eric Biggers | 3 | -49/+126 |
2018-11-20 | crypto: arm/chacha20 - limit the preemption-disabled section | Eric Biggers | 1 | -3/+3 |
2018-11-20 | crypto: chacha20-generic - refactor to allow varying number of rounds | Eric Biggers | 1 | -20/+20 |
2018-11-16 | crypto: aes-ce - Remove duplicate header | Brajeswar Ghosh | 1 | -1/+0 |
2018-11-09 | crypto: arm/aes - add some hardening against cache-timing attacks | Eric Biggers | 2 | -10/+61 |
2018-11-03 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 4 | -8/+10 |
2018-11-03 | Merge tag 'omap-for-v4.20/omap1-fix-signed' of git://git.kernel.org/pub/scm/l... | Olof Johansson | 1 | -6/+2 |
2018-11-03 | ARM: dts: stm32: update HASH1 dmas property on stm32mp157c | Alexandre Torgue | 1 | -1/+1 |
2018-11-03 | ARM: orion: avoid VLA in orion_mpp_conf | Arnd Bergmann | 1 | -1/+6 |
2018-11-02 | ARM: defconfig: Update multi_v7 to use PREEMPT | Linus Walleij | 1 | -0/+1 |
2018-10-31 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 5 | -21/+61 |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 2 | -5/+7 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 7 | -7/+2 |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 2 | -5/+5 |
2018-10-31 | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 1 | -1/+0 |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 1 | -1/+0 |
2018-10-31 | treewide: remove current_text_addr | Nick Desaulniers | 1 | -6/+0 |
2018-10-30 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 32 | -530/+365 |
2018-10-30 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -0/+34 |
2018-10-30 | Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -45/+59 |
2018-10-30 | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar... | Linus Torvalds | 325 | -3836/+12230 |
2018-10-30 | Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -4/+0 |
2018-10-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -63/+2 |
2018-10-27 | hugetlb: introduce generic version of huge_ptep_get | Alexandre Ghiti | 2 | -2/+2 |
2018-10-27 | hugetlb: introduce generic version of huge_ptep_set_access_flags() | Alexandre Ghiti | 1 | -7/+0 |
2018-10-27 | hugetlb: introduce generic version of huge_ptep_set_wrprotect() | Alexandre Ghiti | 1 | -6/+0 |
2018-10-27 | hugetlb: introduce generic version of prepare_hugepage_range | Alexandre Ghiti | 1 | -11/+0 |
2018-10-27 | hugetlb: introduce generic version of huge_pte_wrprotect | Alexandre Ghiti | 1 | -5/+0 |
2018-10-27 | hugetlb: introduce generic version of huge_pte_none() | Alexandre Ghiti | 1 | -5/+0 |
2018-10-27 | hugetlb: introduce generic version of huge_ptep_clear_flush | Alexandre Ghiti | 1 | -6/+0 |
2018-10-27 | hugetlb: introduce generic version of huge_ptep_get_and_clear() | Alexandre Ghiti | 1 | -6/+0 |
2018-10-27 | hugetlb: introduce generic version of set_huge_pte_at() | Alexandre Ghiti | 1 | -6/+0 |
2018-10-27 | hugetlb: introduce generic version of hugetlb_free_pgd_range | Alexandre Ghiti | 1 | -9/+0 |
2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 7 | -44/+9 |
2018-10-26 | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -10/+1 |
2018-10-26 | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -30/+55 |
2018-10-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 8 | -881/+275 |
2018-10-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2018-10-25 | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+3 |
2018-10-25 | Merge tag 'for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li... | Linus Torvalds | 1 | -0/+8 |
2018-10-24 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -106/+37 |
2018-10-23 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 17 | -222/+200 |
2018-10-23 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -38/+9 |
2018-10-23 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+3 |