summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-251-0/+1
|\
| * Merge tag 'irqchip-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-10-061-0/+1
| |\
| | * arm64: marvell: Enable SEI driverMiquel Raynal2018-10-021-0/+1
* | | 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 tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-3/+2
|\ \ \ \
| * | | | arm64: PCI: Remove node-local allocations when initialising host controllerPunit Agrawal2018-09-171-3/+2
| | |/ / | |/| |
* | | | Merge tag 'edac_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2018-10-251-1/+36
|\ \ \ \
| * | | | Merge branch 'tip-x86-hygon' into edac-for-4.20Borislav Petkov2018-09-2712-31/+64
| |\| | |
| * | | | arm64: dts: stratix10: Add peripheral EDAC nodesThor Thayer2018-09-251-1/+26
| * | | | arm64: dts: stratix10: Add SDRAM nodeThor Thayer2018-09-251-0/+6
| * | | | arm64: dts: stratix10: Additions to EDAC System ManagerThor Thayer2018-09-251-0/+4
| | |/ / | |/| |
* | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+0
|\ \ \ \
| * | | | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-1/+0
* | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-2410-153/+91
|\ \ \ \ \
| * | | | | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-032-24/+1
| * | | | | signal/arm64: Use send_sig_fault where appropriateEric W. Biederman2018-09-271-7/+3
| * | | | | signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman2018-09-273-1/+11
| * | | | | signal/arm64: In ptrace_hbptriggered name the signal description stringEric W. Biederman2018-09-271-1/+2
| * | | | | signal/arm64: Remove arm64_force_sig_infoEric W. Biederman2018-09-272-7/+0
| * | | | | signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman2018-09-273-7/+10
| * | | | | signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman2018-09-275-51/+25
| * | | | | signal/arm64: Only call set_thread_esr once in do_page_faultEric W. Biederman2018-09-271-3/+1
| * | | | | signal/arm64: Only perform one esr_to_fault_info call in do_page_faultEric W. Biederman2018-09-271-3/+5
| * | | | | signal/arm64: Expand __do_user_fault and remove itEric W. Biederman2018-09-271-10/+8
| * | | | | signal/arm64: For clarity separate the 3 signal sending cases in do_page_faultEric W. Biederman2018-09-271-4/+9
| * | | | | signal/arm64: Consolidate the two hwpoison cases in do_page_faultEric W. Biederman2018-09-271-7/+7
| * | | | | signal/arm64: Factor set_thread_esr out of __do_user_faultEric W. Biederman2018-09-271-2/+7
| * | | | | signal/arm64: Factor out arm64_show_signal from arm64_force_sig_infoEric W. Biederman2018-09-271-13/+11
| * | | | | signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman2018-09-275-9/+8
| * | | | | signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman2018-09-274-51/+30
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-242-1/+7
|\ \ \ \ \
| * | | | | arm64: dts: stratix10: Support Ethernet Jumbo frameThor Thayer2018-10-222-1/+7
* | | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-232-4/+9
|\ \ \ \ \ \
| * | | | | | x86/paravirt: Use a single ops structureJuergen Gross2018-09-032-4/+9
| | |_|/ / / | |/| | | |
* | | | | | 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-024-13/+22
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | 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-233-23/+22
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar2018-10-063-23/+22
| |\ \ \ \ \ \
| | * | | | | | arm64/kernel: jump_label: Switch to relative referencesArd Biesheuvel2018-09-273-23/+22
| | | |/ / / / | | |/| | | |
* | | | | | | 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-018-23/+37
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | 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