aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-12-016-6/+0
|\
| * sysctl: Remove the sysctl system callEric W. Biederman2019-11-266-6/+0
* | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+1
|\ \
| * | seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-11-3059-428/+322
|\ \ \
| * | | ARM: 8940/1: ftrace: remove mcount(),ftrace_caller_old() and ftrace_call_old()Jisheng Zhang (syna)2019-11-221-4/+0
| * | | ARM: 8939/1: kbuild: use correct nm executableDmitry Golovin2019-11-221-2/+2
| * | | ARM: 8938/1: kernel: initialize broadcast hrtimer based clock event deviceBenjamin Gaignard2019-11-161-0/+2
| * | | ARM: 8937/1: spectre-v2: remove Brahma-B53 from hardeningDoug Berger2019-11-161-0/+3
| * | | ARM: 8933/1: replace Sun/Solaris style flag on section directiveNick Desaulniers2019-11-1528-29/+29
| * | | ARM: 8932/1: Add clock_gettime64 entry pointVincenzo Frascino2019-11-152-0/+7
| * | | ARM: 8931/1: Add clock_getres entry pointVincenzo Frascino2019-11-153-0/+27
| * | | ARM: 8930/1: Add support for generic vDSOVincenzo Frascino2019-11-158-357/+195
| * | | ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operandStefan Agner2019-11-153-5/+5
| * | | ARM: 8927/1: ARM/hw_breakpoint: add more ARMv8 debug architecture versions su...Candle Sun2019-11-152-0/+6
| * | | ARM: 8918/2: only build return_address() if neededBen Dooks2019-11-152-5/+5
| * | | ARM: 8928/1: ARM_ERRATA_775420: Spelling s/date/data/Geert Uytterhoeven2019-10-311-1/+1
| * | | ARM: 8925/1: tcm: include <asm/tcm.h> for missing declarationsBen Dooks2019-10-311-0/+1
| * | | ARM: 8924/1: tcm: make dtcm_end and itcm_end staticBen Dooks2019-10-311-2/+2
| * | | ARM: 8923/1: mm: include <asm/vga.h> for vga_baseBen Dooks (Codethink)2019-10-311-0/+2
| * | | ARM: 8922/1: parse_dt_topology() rate is pointer to __be32Ben Dooks (Codethink)2019-10-311-1/+1
| * | | ARM: 8920/1: share get_signal_page from signal.c to process.cBen Dooks (Codethink)2019-10-312-0/+4
| * | | ARM: 8919/1: make unexported functions staticBen Dooks (Codethink)2019-10-311-3/+3
| * | | ARM: 8917/1: mm: include <asm/set_memory.h>Ben Dooks (Codethink)2019-10-271-0/+1
| * | | ARM: 8916/1: mm: make set_section_perms() staticBen Dooks (Codethink)2019-10-271-2/+2
| * | | ARM: 8915/1: zImage: atags_to_fdt: fix __be32 and __be64 typesBen Dooks (Codethink)2019-10-271-6/+6
| * | | ARM: 8913/1: arch_timer: include <asm/arch_timer.h>Ben Dooks2019-10-271-0/+1
| * | | ARM: 8911/1: move pcibios_report_status to <asm/pci.h>Ben Dooks2019-10-272-1/+2
| * | | ARM: 8910/1: fix missing declartion of module_frob_arch_sectionsBen Dooks2019-10-271-0/+1
| * | | ARM: 8909/1: make unexported items staticBen Dooks2019-10-271-15/+19
| * | | ARM: 8907/1: arch: reuse addr variable in pfn_validClemens Gruber2019-10-271-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-285-37/+11
|\ \ \ \
| * | | | dma-direct: unify the dma_capable definitionsChristoph Hellwig2019-11-201-19/+0
| * | | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-202-10/+10
| * | | | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-112-7/+0
| * | | | dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin2019-10-301-1/+1
| |/ / /
* | | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-284-16/+1
|\ \ \ \
| * | | | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-1/+0
| * | | | arm: remove ioremap_cachedChristoph Hellwig2019-11-114-15/+1
* | | | | Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-11-276-314/+34
|\ \ \ \ \
| * | | | | omap: remove omap2_hsmmc_info in old hsmmc.[ch] and update MakefileH. Nikolaus Schaller2019-11-155-208/+0
| * | | | | omap: pdata-quirks: remove openpandora quirks for mmc3 and wl1251H. Nikolaus Schaller2019-11-151-93/+0
| * | | | | omap: pdata-quirks: revert pandora specific gpiod additionsH. Nikolaus Schaller2019-11-151-15/+4
| * | | | | ARM: dts: pandora-common: define wl1251 as child node of mmc3H. Nikolaus Schaller2019-11-151-2/+34
| |/ / / /
* | | | | Merge tag 'for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2019-11-271-2/+4
|\ \ \ \ \
| * | | | | power: supply: cpcap-charger: Limit voltage to 4.2V for batteryTony Lindgren2019-10-201-2/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-11-2643-64/+185
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-11-2641-61/+182
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2019-11-1141-61/+182
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | ARM: dts: Add OPP-V2 table for AM3517Adam Ford2019-10-101-0/+31