index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
insn.c
Age
Commit message (
Expand
)
Author
2018-11-27
arm64/insn: add support for emitting ADR/ADRP instructions
Ard Biesheuvel
2018-07-05
arm64: insn: Don't fallback on nosync path for general insn patching
Will Deacon
2018-07-05
arm64: IPI each CPU after invalidating the I-cache for kernel mappings
Will Deacon
2018-03-19
arm64: insn: Allow ADD/SUB (immediate) with LSL #12
Marc Zyngier
2018-03-19
arm64; insn: Add encoder for the EXTR instruction
Marc Zyngier
2018-03-19
arm64: insn: Add encoder for bitwise operations using literals
Marc Zyngier
2018-03-19
arm64: insn: Add N immediate encoding
Marc Zyngier
2017-07-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-06-29
arm64: fix endianness annotation for aarch64_insn_write()
Luc Van Oostenryck
2017-06-29
arm64: fix endianness annotation in aarch64_insn_read()
Luc Van Oostenryck
2017-05-26
arm64: Prevent cpu hotplug rwsem recursion
Thomas Gleixner
2017-05-02
bpf, arm64: implement jiting of BPF_XADD
Daniel Borkmann
2017-02-27
kprobes: move kprobe declarations to asm-generic/kprobes.h
Luis R. Rodriguez
2017-02-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-02-07
arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX
Laura Abbott
2017-01-12
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
2017-01-10
arm64: Add helper to decode register from instruction
Suzuki K Poulose
2016-12-02
arm64: Get rid of asm/opcodes.h
Marc Zyngier
2016-09-09
arm64: insn: Add helpers for adrp offsets
Suzuki K Poulose
2016-08-26
arm64: always enable DEBUG_RODATA and remove the Kconfig option
Mark Rutland
2016-07-19
arm64: kprobes instruction simulation support
Sandeepa Prabhu
2016-07-19
arm64: add conditional instruction simulation support
David A. Long
2016-07-19
arm64: Add more test functions to insn.c
David A. Long
2016-04-14
arm64: insn: avoid virt_to_page() translations on core kernel symbols
Ard Biesheuvel
2016-01-17
arm64: insn: remove BUG_ON from codegen
Zi Shen Lim
2015-10-05
arm64: convert patch_lock to raw lock
Yang Shi
2015-07-27
arm64: insn: use set_fixmap_offset to make it more clear
yalin wang
2015-06-03
arm64: insn: Add aarch64_{get,set}_branch_offset
Marc Zyngier
2015-03-30
arm64: insn: Add aarch64_insn_decode_immediate
Marc Zyngier
2015-02-26
arm64: Fix text patching logic when using fixmap
Marc Zyngier
2015-01-22
arm64: use fixmap for text patching
Laura Abbott
2014-12-09
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-11-20
arm64: Emulate CP15 Barrier instructions
Punit Agrawal
2014-11-20
arm64: Port SWP/SWPB emulation support from arm
Punit Agrawal
2014-11-20
arm64: Add support for hooks to handle undefined instructions
Punit Agrawal
2014-11-13
Correct the race condition in aarch64_insn_patch_text_sync()
William Cohen
2014-09-25
arm64: insn: Add return statements after BUG_ON()
Mark Brown
2014-09-08
arm64: introduce aarch64_insn_gen_logical_shifted_reg()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_data3()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_data2()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_data1()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_add_sub_shifted_reg()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_movewide()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_bitfield()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_add_sub_imm()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_load_store_pair()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_load_store_reg()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_cond_branch_imm()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_branch_reg()
Zi Shen Lim
2014-09-08
arm64: introduce aarch64_insn_gen_comp_branch_imm()
Zi Shen Lim
[next]