summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim2017-08-101-1/+6
* mm: refactor TLB gathering APIMinchan Kim2017-08-101-2/+4
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-272-0/+11
|\
| * ARM: 8687/1: signal: Fix unparseable iwmmxt_sigframe in uc_regspace[]Dave Martin2017-07-241-0/+6
| * ARM: kexec: fix failure to boot crash kernelRussell King2017-07-201-0/+5
* | 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 tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\ \ \
| * | | randstruct: opt-out externally exposed function pointer structsKees Cook2017-06-301-1/+1
* | | | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-152-10/+22
|\ \ \ \
| * | | | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-7/+0
| * | | | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro2017-07-031-3/+22
* | | | | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-07-132-16/+14
|\ \ \ \ \
| * | | | | ARM: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-102-16/+14
* | | | | | ARM: KVM: move asmlinkage before typeJoe Perches2017-07-121-4/+4
* | | | | | arm: move ELF_ET_DYN_BASE to 4MBKees Cook2017-07-101-6/+2
|/ / / / /
* | | | | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-1/+2
|\ \ \ \ \
| * | | | | ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-06-281-1/+2
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-083-10/+8
|\ \ \ \ \
| * \ \ \ \ Merge branches 'fixes' and 'misc' into for-linusRussell King2017-07-053-10/+8
| |\ \ \ \ \
| | * | | | | ARM: 8684/1: NOMMU: Remove unused KTHREAD_SIZE definitionJérémy Lefaure2017-06-271-6/+0
| | * | | | | ARM: 8679/1: bitops: Align prototypes to generic APIMarc Gonzalez2017-06-181-4/+4
| | * | | | | ARM: 8678/1: ftrace: Adds support for CONFIG_DYNAMIC_FTRACE_WITH_REGSAbel Vesa2017-06-181-0/+4
| | |/ / / /
* | | | | | Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-07-071-3/+3
|\ \ \ \ \ \
| * | | | | | kbuild: replace genhdr-y with generated-yMasahiro Yamada2017-06-221-3/+3
* | | | | | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-1/+0
|\ \ \ \ \ \ \
| * | | | | | | kill strlen_user()Al Viro2017-05-151-1/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-062-5/+5
|\ \ \ \ \ \ \
| * | | | | | | ARM: NOMMU: Introduce dma operations for noMMUVladimir Murzin2017-06-301-1/+1
| * | | | | | | arm: remove arch specific dma_supported implementationChristoph Hellwig2017-06-282-3/+2
| * | | | | | | arm: implement ->mapping_errorChristoph Hellwig2017-06-282-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | xen: avoid type warning in xchg_xen_ulongArnd Bergmann2017-06-081-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-062-18/+18
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'kvmarm-master/master' into HEADMarc Zyngier2017-06-151-1/+2
| |\| | | | | |
| * | | | | | | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-081-0/+8
| * | | | | | | KVM: arm: Handle VCPU device attributes in guest.cChristoffer Dall2017-06-081-15/+7
| * | | | | | | 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/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-052-0/+15
|\ \ \ \ \ \ \
| * | | | | | | arm/arm64: KVM: add guest SEA supportTyler Baicar2017-06-222-0/+15
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-051-0/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'merge/randstruct' into for-next/gcc-pluginsKees Cook2017-07-041-0/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | ARM: Prepare for randomized task_structArnd Bergmann2017-06-301-0/+2
| | |/ / /
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-032-1/+2
|\ \ \ \ \
| * | | | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-212-1/+3
| |\| | | |
| * | | | | signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-1/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-0/+19
|\ \ \ \ \ | |_|/ / / |/| | | |