Age | Commit message (Expand) | Author |
2021-08-27 | crypto: x86/sm4 - export reusable AESNI/AVX functions | Tianjia Zhang |
2021-07-30 | crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementation | Tianjia Zhang |
2021-07-30 | crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic | Tianjia Zhang |
2021-07-23 | crypto: x86/aes-ni - add missing error checks in XTS code | Ard Biesheuvel |
2021-07-16 | crypto: arm/curve25519 - rename 'mod_init' & 'mod_exit' functions to be modul... | Randy Dunlap |
2021-07-11 | Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-07-11 | Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-07-11 | Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-07-10 | Merge tag 's390-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds |
2021-07-10 | Merge tag 'mips_5.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips... | Linus Torvalds |
2021-07-10 | Merge tag 'arm-defconfig-5.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-07-10 | Merge tag 'arm-dt-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds |
2021-07-10 | Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds |
2021-07-10 | Merge tag 'fixes-2021-07-09' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-07-09 | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-07-09 | Merge branch 'arm/fixes' into arm/soc | Olof Johansson |
2021-07-09 | Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-07-09 | Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2021-07-09 | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-07-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-07-09 | Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel... | Thomas Gleixner |
2021-07-09 | MIPS: vdso: Invalid GIC access through VDSO | Martin Fäcknitz |
2021-07-09 | irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entry | Marc Zyngier |
2021-07-08 | s390: preempt: Fix preempt_count initialization | Valentin Schneider |
2021-07-08 | s390/linkage: increase asm symbols alignment to 16 | Vasily Gorbik |
2021-07-08 | s390: rename CALL_ON_STACK_NORETURN() to call_on_stack_noreturn() | Heiko Carstens |
2021-07-08 | s390: add type checking to CALL_ON_STACK_NORETURN() macro | Heiko Carstens |
2021-07-08 | s390: remove old CALL_ON_STACK() macro | Heiko Carstens |
2021-07-08 | s390/softirq: use call_on_stack() macro | Heiko Carstens |
2021-07-08 | s390/lib: use call_on_stack() macro | Heiko Carstens |
2021-07-08 | s390/smp: use call_on_stack() macro | Heiko Carstens |
2021-07-08 | s390/kexec: use call_on_stack() macro | Heiko Carstens |
2021-07-08 | s390/irq: use call_on_stack() macro | Heiko Carstens |
2021-07-08 | s390/mm: use call_on_stack() macro | Heiko Carstens |
2021-07-08 | s390: introduce proper type handling call_on_stack() macro | Heiko Carstens |
2021-07-08 | s390/irq: simplify on_async_stack() | Heiko Carstens |
2021-07-08 | s390/irq: inline do_softirq_own_stack() | Heiko Carstens |
2021-07-08 | s390/irq: simplify do_softirq_own_stack() | Heiko Carstens |
2021-07-08 | s390/ap: get rid of register asm in ap_dqap() | Harald Freudenberger |
2021-07-08 | s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTART | Sven Schnelle |
2021-07-08 | s390: move restart of execve() syscall | Sven Schnelle |
2021-07-08 | s390/signal: remove sigreturn on stack | Sven Schnelle |
2021-07-08 | s390/signal: switch to using vdso for sigreturn and syscall restart | Sven Schnelle |
2021-07-08 | Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-07-08 | powerpc/mm: enable HAVE_MOVE_PMD support | Aneesh Kumar K.V |
2021-07-08 | powerpc/book3s64/mm: update flush_tlb_range to flush page walk cache | Aneesh Kumar K.V |
2021-07-08 | mm/mremap: allow arch runtime override | Aneesh Kumar K.V |
2021-07-08 | mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t * | Aneesh Kumar K.V |
2021-07-08 | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * | Aneesh Kumar K.V |