index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
asm-offsets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-20
vdso/ARM: Make union vdso_data_store available for all architectures
Anna-Maria Behnsen
1
-1
/
+3
2023-08-14
Merge branch 'devel-stable' into for-next
Russell King (Oracle)
1
-1
/
+0
2023-05-29
ARM: mm: Make virt_to_pfn() a static inline
Linus Walleij
1
-1
/
+1
2023-05-17
ARM: kernel: Get rid of thread_info::used_cp[] array
Ard Biesheuvel
1
-1
/
+0
2023-01-11
ARM: 9282/1: vfp: Manipulate task VFP state with softirqs disabled
Ard Biesheuvel
1
-0
/
+1
2021-12-06
ARM: implement THREAD_INFO_IN_TASK for uniprocessor systems
Ard Biesheuvel
1
-3
/
+0
2021-09-27
ARM: smp: Enable THREAD_INFO_IN_TASK
Ard Biesheuvel
1
-0
/
+2
2021-09-27
gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK support
Ard Biesheuvel
1
-4
/
+0
2021-09-09
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+1
2021-08-20
ARM: 9113/1: uaccess: remove set_fs() implementation
Arnd Bergmann
1
-2
/
+0
2021-08-20
ARM: 9107/1: syscall: always store thread_info->abi_syscall
Arnd Bergmann
1
-0
/
+1
2021-08-04
ARM: ep93xx: remove MaverickCrunch support
Arnd Bergmann
1
-3
/
+0
2021-04-18
ARM: 9075/1: kernel: Fix interrupted SMC calls
Manivannan Sadhasivam
1
-0
/
+3
2021-02-05
ARM: kexec: fix oops after TLB are invalidated
Russell King
1
-0
/
+5
2020-07-08
Raise gcc version requirement to 4.9
Linus Torvalds
1
-9
/
+0
2020-03-24
arm: Remove 32bit KVM host support
Marc Zyngier
1
-11
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-12-12
ARM: smp: add support for per-task stack canaries
Ard Biesheuvel
1
-0
/
+4
2018-08-22
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
1
-12
/
+1
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
1
-1
/
+1
2018-05-19
ARM: 8757/1: NOMMU: Support PMSAv8 MPU
Vladimir Murzin
1
-0
/
+2
2018-05-19
ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespace
Vladimir Murzin
1
-3
/
+3
2017-10-23
ARM: 8708/1: NOMMU: Rework MPU to be mostly done in C
Vladimir Murzin
1
-0
/
+11
2017-09-10
ARM: signal handling support for FDPIC_FUNCPTRS functions
Nicolas Pitre
1
-0
/
+4
2016-07-07
ARM: save and reset the address limit when entering an exception
Russell King
1
-0
/
+1
2016-06-22
ARM: introduce svc_pt_regs structure
Russell King
1
-0
/
+2
2016-06-22
ARM: rename S_FRAME_SIZE to PT_REGS_SIZE
Russell King
1
-1
/
+1
2016-02-29
ARM: KVM: Remove unused hyp_pc field
Marc Zyngier
1
-1
/
+0
2016-02-29
ARM: KVM: Cleanup asm-offsets.c
Marc Zyngier
1
-30
/
+0
2016-02-29
ARM: KVM: Move GP registers into the CPU context structure
Marc Zyngier
1
-9
/
+9
2016-02-29
ARM: KVM: Move CP15 array into the CPU context structure
Marc Zyngier
1
-1
/
+1
2016-02-29
ARM: KVM: Move VFP registers to a CPU context structure
Marc Zyngier
1
-2
/
+3
2015-04-15
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2015-04-14
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-0
/
+5
2015-04-12
arm: Remove signal translation and exec_domain
Richard Weinberger
1
-1
/
+0
2015-03-27
ARM: 8330/1: add VDSO user-space code
Nathan Lynch
1
-0
/
+5
2015-03-12
arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}
Christoffer Dall
1
-4
/
+0
2014-10-19
ARM: Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854
Russell King
1
-1
/
+11
2014-07-11
KVM: arm/arm64: vgic: move GICv2 registers to their own structure
Marc Zyngier
1
-7
/
+7
2014-03-03
ARM: KVM: introduce per-vcpu HYP Configuration Register
Marc Zyngier
1
-0
/
+1
2013-06-20
ARM: kernel: implement stack pointer save array through MPIDR hashing
Lorenzo Pieralisi
1
-0
/
+6
2013-05-05
Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2013-04-28
ARM: KVM: promote vfp_host pointer to generic host cpu context
Marc Zyngier
1
-1
/
+1
2013-04-25
Merge branch 'kvm-arm-cleanup' from git://github.com/columbia/linux-kvm-arm.git
Gleb Natapov
1
-4
/
+4
2013-04-25
Merge branch 'mcpm' of git://git.linaro.org/people/nico/linux into devel-stable
Russell King
1
-1
/
+5
2013-04-24
ARM: mcpm_head.S: vlock-based first man election
Dave Martin
1
-0
/
+1
2013-04-24
ARM: mcpm: introduce helpers for platform coherency exit/setup
Dave Martin
1
-0
/
+3
2013-03-06
ARM: KVM: abstract fault register accesses
Marc Zyngier
1
-4
/
+4
2013-03-03
ARM: 7659/1: mm: make mm->context.id an atomic64_t variable
Will Deacon
1
-1
/
+1
2013-02-11
ARM: KVM: arch_timers: Add timer world switch
Marc Zyngier
1
-0
/
+6
[next]