summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
Commit message (Expand)AuthorAgeFilesLines
* ARM: renumber bits related to _TIF_WORK_MASKJens Axboe2023-01-041-6/+7
* Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-151-1/+0
|\
| * gpiolib: Get rid of ARCH_NR_GPIOSChristophe Leroy2022-10-171-1/+0
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-132-6/+0
|\ \
| * | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-082-6/+0
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-138-3/+29
|\ \
| * | ARM: 9279/1: support function error injectionWang Kefeng2022-12-071-0/+4
| * | ARM: 9268/1: vfp: Add hwcap FPHP and ASIMDHP for FEAT_FP16Amit Daniel Kachhap2022-11-281-0/+6
| * | ARM: 9267/1: Define Armv8 registers in AArch32 stateAmit Daniel Kachhap2022-11-281-0/+4
| * | ARM: findbit: operate by wordsRussell King (Oracle)2022-11-141-0/+6
| * | ARM: 9258/1: stacktrace: Make stack walk callback consistent with generic codeLi Huafei2022-11-081-1/+1
| * | ARM: 9260/1: lib/xor: use r10 rather than r7 in xor_arm4regs_{2|3}Nick Desaulniers2022-11-071-2/+2
| * | ARM: 9255/1: efi/dump UEFI runtime page tables for ARMWang Kefeng2022-11-071-0/+1
| * | ARM: 9252/1: module: Teach unwinder about PLTsAlex Sverdlin2022-11-071-0/+5
* | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-3/+0
|\ \ \
| * \ \ Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel2022-12-073-14/+10
| |\ \ \
| * | | | efi: libstub: Move screen_info handling to common codeArd Biesheuvel2022-11-091-3/+0
| | |_|/ | |/| |
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-8/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | stackprotector: actually use get_random_canary()Jason A. Donenfeld2022-11-181-8/+1
| |/ /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-11-243-14/+10
|\ \ \ | |/ / |/| |
| * | ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementationGiulio Benetti2022-11-072-13/+9
| * | ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernelsTomislav Novak2022-11-071-1/+1
* | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-3/+0
|\ \ \
| * | | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
| |/ /
* | | Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-10-101-1/+0
|\ \ \
| * | | ARM/dma-mapping: remove the dma_coherent member of struct dev_archdataChristoph Hellwig2022-10-061-1/+0
| |/ /
* | | Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-091-1/+2
|\ \ \
| * | | efi/arm: libstub: move ARM specific code out of generic routinesArd Biesheuvel2022-09-271-1/+2
| |/ /
* | | Merge tag 'arm-soc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2022-10-065-31/+8
|\ \ \ | |_|/ |/| |
| * | ARM: footbridge: remove custom DMA address handlingArnd Bergmann2022-09-154-13/+8
| * | ARM: footbridge: move isa-dma support into footbridgeArnd Bergmann2022-09-091-5/+0
| * | ARM: footbridge: remove addin modeArnd Bergmann2022-09-091-13/+0
| |/
* | ARM: 9234/1: stacktrace: Avoid duplicate saving of exception PC valueLi Huafei2022-10-041-0/+6
* | ARM: 9224/1: Dump the stack traces based on the parameter 'regs' of show_regs()Zhen Lei2022-09-221-0/+2
* | ARM: 9228/1: vfp: kill vfp_flush/release_thread()Wang Kefeng2022-08-311-3/+0
|/
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-8/+10
|\
| * arm: align find_bit declarations with generic kernelYury Norov2022-07-141-8/+10
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-064-181/+1
|\ \
| * | ARM/dma-mapping: use dma-direct unconditionallyChristoph Hellwig2022-07-071-24/+0
| * | ARM/dma-mapping: use the generic versions of dma_to_phys/phys_to_dma by defaultChristoph Hellwig2022-07-072-42/+1
| * | ARM/dma-mapping: remove the unused virt_to_dma helperChristoph Hellwig2022-07-071-9/+1
| * | ARM/dma-mapping: mark various dma-mapping routines static in dma-mapping.cChristoph Hellwig2022-07-071-75/+0
| * | ARM/dma-mapping: remove dmabounceChristoph Hellwig2022-07-072-32/+0
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-17/+0
|\ \
| * | arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-17/+0
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-11/+0
|\ \
| * | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-6/+0
| * | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-5/+0
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-08-041-0/+2
|\ \ \
| * | | ARM: 9217/1: add definition of arch_irq_work_raise()Ben Dooks2022-07-281-0/+2