summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arm64: Add a helper for PARange to physical shift conversionSuzuki K Poulose2018-10-011-0/+20
| * | | | kvm: arm64: Add helper for loading the stage2 setting for a VMSuzuki K Poulose2018-10-011-0/+9
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-254-23/+8
|\ \ \ \ \
| * | | | | y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-0/+1
| * | | | | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0
| * | | | | asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2018-08-291-18/+2
| * | | | | y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
| * | | | | y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-272-4/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-244-27/+6
|\ \ \ \ \
| * | | | | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-032-24/+1
| * | | | | signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman2018-09-271-0/+1
| * | | | | signal/arm64: Remove arm64_force_sig_infoEric W. Biederman2018-09-271-1/+0
| * | | | | signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman2018-09-271-0/+1
| * | | | | signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman2018-09-271-0/+1
| * | | | | signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman2018-09-271-2/+1
| * | | | | signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman2018-09-271-1/+2
| |/ / / /
* | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-2/+7
|\ \ \ \ \
| * | | | | x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-2/+7
| |/ / / /
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-231-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-10-021-2/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | sched/topology, arch/arm64: Rebuild the sched_domain hierarchy when the CPU c...Morten Rasmussen2018-09-101-0/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-20/+18
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | arm64/kernel: jump_label: Switch to relative referencesArd Biesheuvel2018-09-271-20/+18
| | |/ / | |/| |
* | | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-221-9/+0
|\ \ \ \
| * | | | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-012-5/+3
| |\| | |
| * | | | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-261-2/+0
| * | | | block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-261-3/+0
| * | | | xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig2018-09-261-3/+0
| * | | | block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-241-3/+2
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-2228-141/+347
|\ \ \ \ | |_|/ / |/| | |
| * | | arm64: cpufeature: Fix handling of CTR_EL0.IDC fieldSuzuki K Poulose2018-10-161-0/+40
| * | | Revert "arm64: uaccess: implement unsafe accessors"James Morse2018-10-101-46/+15
| * | | arm64: mm: Use #ifdef for the __PAGETABLE_P?D_FOLDED definesJames Morse2018-10-051-2/+6
| * | | arm64: xen: Use existing helper to check interrupt statusJulien Thierry2018-10-031-1/+1
| * | | arm64: daifflags: Use irqflags functions for daifflagsJulien Thierry2018-10-031-10/+5
| * | | arm64: Trap WFI executed in userspaceMarc Zyngier2018-10-012-2/+7
| * | | arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier2018-10-012-1/+4
| * | | arm64: compat: Add CNTFRQ trap handlerMarc Zyngier2018-10-011-0/+3
| * | | arm64: compat: Add CNTVCT trap handlerMarc Zyngier2018-10-011-0/+3
| * | | arm64: Add decoding macros for CP15_32 and CP15_64 trapsMarc Zyngier2018-10-011-0/+52
| * | | arm64: remove unused asm/compiler.h header fileArd Biesheuvel2018-10-013-32/+0
| * | | arm64: compat: Provide definition for COMPAT_SIGMINSTKSZWill Deacon2018-10-011-0/+1
| * | | arm64/mm: use fixmap to modify swapper_pg_dirJun Yao2018-09-251-6/+29
| * | | arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao2018-09-253-2/+6
| * | | arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse2018-09-211-2/+0
| * | | arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISSAnshuman Khandual2018-09-211-0/+12
| * | | arm64/cpufeatures: Factorize emulate_mrs()Anshuman Khandual2018-09-211-0/+1
| * | | arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual2018-09-212-1/+3
| * | | arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZEWill Deacon2018-09-192-7/+5
| * | | arm64: KVM: Enable Common Not Private translationsVladimir Murzin2018-09-182-0/+6