summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: Convert __inval_cache_range() to area-basedRobin Murphy2017-08-091-0/+1
* arm64: mm: Fix set_memory_valid() declarationRobin Murphy2017-08-091-1/+1
* arm64: Decode information from ESR upon mem faultsJulien Thierry2017-08-071-10/+29
* arm64: Abstract syscallno manipulationDave Martin2017-08-072-1/+22
* arm64: syscallno is secretly an int, make it officialDave Martin2017-08-072-2/+9
* arm64: avoid overflow in VA_START and PAGE_OFFSETNick Desaulniers2017-08-041-2/+4
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-07-283-4/+4
|\
| * arm64: sysreg: Fix unprotected macro argmuent in write_sysregDave Martin2017-07-261-2/+2
| * arm64: atomics: Remove '&' from '+&' asm constraint in lse atomicsWill Deacon2017-07-201-1/+1
| * arm64: uaccess: Remove redundant __force from addr cast in __range_okWill Deacon2017-07-201-1/+1
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-211-1/+1
|\ \ | |/ |/|
| * debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf2017-07-201-1/+1
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-4/+0Star
|\ \
| * | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-041-4/+0Star
* | | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-07-132-17/+16Star
|\ \ \
| * | | arm64: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-092-17/+16Star
* | | | arm64: ascii armor the arm64 boot init stack canaryRik van Riel2017-07-131-0/+1
* | | | include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-131-0/+5
* | | | arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook2017-07-111-6/+6
|/ / /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-071-0/+4
|\ \ \
| * | | mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V2017-07-071-0/+4
* | | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+0Star
|\ \ \ \
| * | | | kill strlen_user()Al Viro2017-05-161-1/+0Star
| | |/ / | |/| |
* | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-071-1/+0Star
|\ \ \ \
| * | | | arm64: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-1/+0Star
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-078-8/+56
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-308-6/+58
| |\ \ \ \
| | * | | | arm64: Remove a redundancy in sysreg.hStefan Traby2017-06-221-2/+2
| | * | | | arm64/kvm: vgic: use SYS_DESC()Mark Rutland2017-06-151-0/+8
| | * | | | arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland2017-06-152-3/+3
| | * | | | KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handlerMarc Zyngier2017-06-151-0/+1
| | * | | | arm64: Add workaround for Cavium Thunder erratum 30115David Daney2017-06-151-1/+2
| | * | | | arm64: Add MIDR values for Cavium cn83XX SoCsDavid Daney2017-06-151-0/+2
| | * | | | KVM: arm64: vgic-v3: Add misc Group-0 handlersMarc Zyngier2017-06-151-0/+4
| | * | | | KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handlerMarc Zyngier2017-06-151-0/+1
| | * | | | KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handlerMarc Zyngier2017-06-151-0/+1
| | * | | | KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handlerMarc Zyngier2017-06-151-0/+1
| | * | | | KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handlerMarc Zyngier2017-06-151-0/+1
| | * | | | KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier2017-06-151-0/+1
| | * | | | arm64: Add a facility to turn an ESR syndrome into a sysreg encodingMarc Zyngier2017-06-151-0/+24
| | * | | | Merge branch 'kvmarm-master/master' into HEADMarc Zyngier2017-06-151-0/+4
| | |\ \ \ \
| | * | | | | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-081-0/+3
| | * | | | | KVM: arm/arm64: use vcpu requests for irq injectionAndrew Jones2017-06-041-0/+1
| | * | | | | KVM: arm/arm64: change exit request to sleep requestAndrew Jones2017-06-041-1/+1
| | * | | | | KVM: improve arch vcpu request definingAndrew Jones2017-06-041-1/+2
| | * | | | | KVM: arm/arm64: Simplify active_change_prepare and plug raceChristoffer Dall2017-05-231-2/+0Star
| | | |_|/ / | | |/| | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-0612-9/+88
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | arm64: add missing conversion to __wsum in ip_fast_csum()Luc Van Oostenryck2017-06-291-1/+1
| * | | | | Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon2017-06-264-3/+16
| |\ \ \ \ \
| | * | | | | arm/arm64: KVM: add guest SEA supportTyler Baicar2017-06-222-0/+12