- d148eac Kbuild: rename HAVE_CC_STACKPROTECTOR config variable by Masahiro Yamada · 7 years ago
- be779f0 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
- b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
- 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- f3a53f7 arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig by Masahiro Yamada · 7 years ago
- 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
- a725e3d arm64: Add ARCH_WORKAROUND_2 probing by Marc Zyngier · 7 years ago
- 85acda3 KVM: arm64: Save host SVE context as appropriate by Dave Martin · 7 years ago
- 7bd99b4 arm64: Kconfig: Enable LSE atomics by default by Will Deacon · 7 years ago
- 0ce8223 ACPI: Enable PPTT support on ARM64 by Jeremy Linton · 7 years ago
- e75bef2 arm64: Select ARCH_HAS_FAST_MULTIPLIER by Robin Murphy · 7 years ago
- 09230cb swiotlb: move the SWIOTLB config symbol to lib/Kconfig by Christoph Hellwig · 7 years ago
- 4965a68 arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig by Christoph Hellwig · 7 years ago
- d4a451d arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol by Christoph Hellwig · 7 years ago
- f616ab5 dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig by Christoph Hellwig · 7 years ago
- 86596f0 scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig by Christoph Hellwig · 7 years ago
- 79c1879 iommu-helper: mark iommu_is_span_boundary as inline by Christoph Hellwig · 7 years ago
- 6e88628 dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG by Christoph Hellwig · 7 years ago
- d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
- 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- 667b24d arm64: Set CONFIG_MULTI_IRQ_HANDLER by Palmer Dabbelt · 7 years ago
- 3f251cf Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)" by Will Deacon · 7 years ago
- ece1397 arm64: Add work around for Arm Cortex-A55 Erratum 1024718 by Suzuki K Poulose · 7 years ago
- 5043694 arm64/sve: Document firmware support requirements in Kconfig by Dave Martin · 7 years ago
- dee3924 arm64: KVM: Allow mapping of vectors outside of the RAM region by Marc Zyngier · 7 years ago
- a257e02 arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419 by Ard Biesheuvel · 7 years ago
- f2b9ba8 arm64/kernel: kaslr: reduce module randomization range to 4 GB by Ard Biesheuvel · 7 years ago
- 1f85b42 arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size) by Catalin Marinas · 7 years ago
- 8284507 Merge branch 'linus' into sched/urgent, to resolve conflicts by Ingo Molnar · 7 years ago
- f1e3a12 membarrier/arm64: Provide core serializing command by Mathieu Desnoyers · 7 years ago
- 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
- 0aebc6a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- 64c0272 arm64: cpufeature: Detect CPU RAS Extentions by Xie XiuQi · 7 years ago
- 9e8084d arm64: Implement thread_struct whitelist for hardened usercopy by Kees Cook · 7 years ago
- 0d8488a arm64: use swiotlb_alloc and swiotlb_free by Christoph Hellwig · 7 years ago
- ad67f5a arm64: replace ZONE_DMA with ZONE_DMA32 by Christoph Hellwig · 7 years ago
- 0f15adb arm64: Add skeleton to harden the branch predictor against aliasing attacks by Will Deacon · 7 years ago
- 0617052 arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry by Will Deacon · 7 years ago
- 1f911c3 Merge branch 'for-next/52-bit-pa' into for-next/core by Catalin Marinas · 7 years ago
- f77d281 arm64: enable 52-bit physical address support by Kristina Martsenko · 7 years ago
- 982aa7c arm64: add kconfig symbol to configure physical address size by Kristina Martsenko · 7 years ago
- 932b50c arm64: Add software workaround for Falkor erratum 1041 by Shanker Donthineni · 7 years ago
- 084eb77 arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0 by Will Deacon · 7 years ago
- d1777e6 arm64: erratum: Work around Falkor erratum #E1003 in trampoline code by Will Deacon · 7 years ago
- 27a921e arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN by Will Deacon · 7 years ago
- 376133b arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN by Will Deacon · 7 years ago
- e17d802 arm64/mm/kasan: don't use vmemmap_populate() to initialize shadow by Will Deacon · 7 years ago
- c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
- 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
- 670310d Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 6cfa7cc arm64: Make ARMV8_DEPRECATED depend on SYSCTL by Dave Martin · 7 years ago
- ddd25ad arm64/sve: Kconfig update and conditional compilation support by Dave Martin · 7 years ago
- b472db6 arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON by Dave Martin · 7 years ago
- 087133a locking/qrwlock, arm64: Move rwlock implementation over to qrwlocks by Will Deacon · 7 years ago
- 5c9a882 irqchip/gic-v3-its: Workaround HiSilicon Hip07 redistributor addressing by Marc Zyngier · 7 years ago
- 558b016 irqchip/gic-v3: Add workaround for Synquacer pre-ITS by Ard Biesheuvel · 7 years ago
- 83fc61a treewide: Fix typos in Kconfig by Masanari Iida · 7 years ago
- 396a5d4 arm64: Unconditionally support {ARCH_}HAVE_NMI{_SAFE_CMPXCHG} by Stephen Boyd · 7 years ago
- 4adcec1 arm64: Always use REFCOUNT_FULL by Kees Cook · 7 years ago
- df5b95b Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/core by Catalin Marinas · 7 years ago
- e306786 arm64: add basic VMAP_STACK support by Mark Rutland · 7 years ago
- 5d7bdeb arm64: uaccess: Implement *_flushcache variants by Robin Murphy · 7 years ago
- d50e071 arm64: Implement pmem API support by Robin Murphy · 7 years ago
- 6974f0c include/linux/string.h: add the option of fortified string.h functions by Daniel Micay · 7 years ago
- 9f45efb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- c136b84 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
- e1073d1 mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGE by Aneesh Kumar K.V · 8 years ago
- 55a7b21 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
- 9746684 Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
- 3edb1dd Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core by Will Deacon · 8 years ago
- 7edda08 acpi: apei: handle SEA notification type for ARMv8 by Tyler Baicar · 8 years ago
- a4eb8b9 Merge branch 'linus' into x86/mm, to pick up fixes by Ingo Molnar · 8 years ago
- 8f36094 arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT by Ard Biesheuvel · 8 years ago
- c6bb8f89 ARM64/irqchip: Update ACPI_IORT symbol selection logic by Lorenzo Pieralisi · 8 years ago
- 690a341 arm64: Add workaround for Cavium Thunder erratum 30115 by David Daney · 8 years ago
- e585513 x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation by Kirill A. Shutemov · 8 years ago
- c484f25 arm64: kconfig: allow support for memory failure handling by Jonathan (Zhixiong) Zhang · 8 years ago
- 47b2c3f security/keys: add CONFIG_KEYS_COMPAT to Kconfig by Bilal Amarni · 8 years ago
- e71a4e1b arm64: ftrace: add support for far branches to dynamic ftrace by Ard Biesheuvel · 8 years ago
- 2ef7a29 arm, arm64: factorize common cpu capacity default code by Juri Lelli · 8 years ago
- ab182e6 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
- 174ddfd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 2fefc97 HAVE_ARCH_HARDENED_USERCOPY is unconditional now by Al Viro · 8 years ago
- 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 8 years ago
- eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
- 5f1ae4e acpi/arm64: Add GTDT table parse driver by Fu Wei · 8 years ago
- e62aaea arm64: kdump: provide /proc/vmcore file by AKASHI Takahiro · 8 years ago
- 92430da arm64: switch to RAW_COPY_USER by Al Viro · 8 years ago
- 325513d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
- 5c2a625 arm64: support keyctl() system call in 32-bit mode by Eric Biggers · 8 years ago
- 90922a2 irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065 by Shanker Donthineni · 8 years ago
- ca78d31 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
- 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
- 7bb0338 Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
- d2852a2 arch: add ARCH_HAS_SET_MEMORY config by Daniel Borkmann · 8 years ago
- 38fd94b arm64: Work around Falkor erratum 1003 by Christopher Covington · 8 years ago
- ad21fc4 arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common by Laura Abbott · 8 years ago
- 6d526ee arm64: mm: enable CONFIG_HOLES_IN_ZONE for NUMA by Ard Biesheuvel · 8 years ago
- cd1ee3b kprobes/arm64: Remove a redundant dependency from the Kconfig by Masami Hiramatsu · 8 years ago