summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-12/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-04-011-1/+1
|\
| * ARM: dts: apalis-imx6qdl: use rgmii-id instead of rgmiiPhilippe Schenker2020-03-301-1/+1
* | Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-04-018-353/+353
|\ \
| * | ARM: dts: tango4: Make /serial compatible with ns16550aLubomir Rintel2020-03-241-1/+1
| * | ARM: dts: mmp*: Make the serial ports compatible with xscale-uartLubomir Rintel2020-03-242-8/+8
| * | ARM: dts: mmp*: Fix serial port namesLubomir Rintel2020-03-242-8/+8
| * | ARM: dts: mmp2-brownstone: Don't redeclare phandle referencesLubomir Rintel2020-03-241-167/+165
| * | ARM: dts: pxa*: Make the serial ports compatible with xscale-uartLubomir Rintel2020-03-242-6/+12
| * | ARM: dts: pxa*: Fix serial port namesLubomir Rintel2020-03-242-6/+6
| * | ARM: dts: pxa*: Don't redeclare phandle referencesLubomir Rintel2020-03-242-157/+153
* | | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-319-74/+90
|\ \ \
| * | | arm: vdso: Enable arm to use common headersVincenzo Frascino2020-03-215-31/+64
| * | | arm: Introduce asm/vdso/clocksource.hVincenzo Frascino2020-03-212-3/+11
| * | | lib/vdso: Avoid highres update if clocksource is not VDSO capableThomas Gleixner2020-02-171-7/+0
| * | | lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner2020-02-171-1/+0
| * | | ARM/arm64: vdso: Use common vdso clock mode storageThomas Gleixner2020-02-175-28/+12
| * | | ARM: vdso: Compile high resolution parts conditionallyThomas Gleixner2020-02-171-0/+6
| * | | ARM: vdso: Remove unused functionThomas Gleixner2020-02-171-7/+0
* | | | Merge tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-311-1/+0
|\ \ \ \
| * | | | arm: Remove TIF_NOHZFrederic Weisbecker2020-02-142-2/+0
| * | | | context-tracking: Introduce CONFIG_HAVE_TIF_NOHZFrederic Weisbecker2020-02-141-0/+1
* | | | | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-311-2/+2
|\ \ \ \ \
| * | | | | ARM: Use reboot_cpu instead of hardcoding it to 0Qais Yousef2020-03-251-1/+1
| * | | | | ARM: Don't use disable_nonboot_cpus()Qais Yousef2020-03-251-2/+2
* | | | | | Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-311-2/+5
|\ \ \ \ \ \
| * | | | | | ARM: sa1111: Fix irq_retrigger callback return valueMarc Zyngier2020-03-161-2/+5
| |/ / / / /
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-311-0/+3
|\ \ \ \ \ \
| * | | | | | arm/topology: Populate arch_scale_thermal_pressure() for ARM platformsThara Gopinath2020-03-061-0/+3
| |/ / / / /
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-2/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-03-281-2/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-281-2/+3
| | |/ / / /
* | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-312-38/+26
|\ \ \ \ \ \
| * | | | | | Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-03-081-3/+0
| |\| | | | |
| * | | | | | efi/arm: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel2020-02-291-10/+8
| * | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-02-262-38/+28
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel2020-02-231-2/+2
| | * | | | | efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel2020-02-222-34/+10
| | * | | | | efi/arm: Pass start and end addresses to cache_clean_flush()Ard Biesheuvel2020-02-221-0/+6
| | * | | | | efi/arm: Work around missing cache maintenance in decompressor handoverArd Biesheuvel2020-02-221-6/+14
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-03-304-0/+74
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman2020-03-234-4/+8
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | ARM: dts: aspeed-g4: add vhub port and endpoint propertiesTao Ren2020-03-151-0/+2
| * | | | | | ARM: dts: aspeed-g5: add vhub port and endpoint propertiesTao Ren2020-03-151-0/+2
| * | | | | | ARM: dts: aspeed-g6: add usb functionsTao Ren2020-03-152-0/+70
* | | | | | | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-75/+13
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | floppy: separate the FDC's base address from its registersWilly Tarreau2020-03-161-1/+1
| * | | | | | floppy: prepare ARM code to simplify base address separationWilly Tarreau2020-03-161-16/+11