index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
insn.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-14
arm64: insn: avoid virt_to_page() translations on core kernel symbols
Ard Biesheuvel
1
-1
/
+1
2016-01-17
arm64: insn: remove BUG_ON from codegen
Zi Shen Lim
1
-53
/
+112
2015-10-05
arm64: convert patch_lock to raw lock
Yang Shi
1
-3
/
+3
2015-07-27
arm64: insn: use set_fixmap_offset to make it more clear
yalin wang
1
-3
/
+2
2015-06-03
arm64: insn: Add aarch64_{get,set}_branch_offset
Marc Zyngier
1
-0
/
+60
2015-03-30
arm64: insn: Add aarch64_insn_decode_immediate
Marc Zyngier
1
-16
/
+65
2015-02-26
arm64: Fix text patching logic when using fixmap
Marc Zyngier
1
-1
/
+3
2015-01-22
arm64: use fixmap for text patching
Laura Abbott
1
-1
/
+46
2014-12-09
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+26
2014-11-20
arm64: Emulate CP15 Barrier instructions
Punit Agrawal
1
-0
/
+13
2014-11-20
arm64: Port SWP/SWPB emulation support from arm
Punit Agrawal
1
-0
/
+8
2014-11-20
arm64: Add support for hooks to handle undefined instructions
Punit Agrawal
1
-0
/
+5
2014-11-13
Correct the race condition in aarch64_insn_patch_text_sync()
William Cohen
1
-2
/
+3
2014-09-25
arm64: insn: Add return statements after BUG_ON()
Mark Brown
1
-0
/
+25
2014-09-08
arm64: introduce aarch64_insn_gen_logical_shifted_reg()
Zi Shen Lim
1
-0
/
+60
2014-09-08
arm64: introduce aarch64_insn_gen_data3()
Zi Shen Lim
1
-0
/
+42
2014-09-08
arm64: introduce aarch64_insn_gen_data2()
Zi Shen Lim
1
-0
/
+48
2014-09-08
arm64: introduce aarch64_insn_gen_data1()
Zi Shen Lim
1
-0
/
+37
2014-09-08
arm64: introduce aarch64_insn_gen_add_sub_shifted_reg()
Zi Shen Lim
1
-0
/
+49
2014-09-08
arm64: introduce aarch64_insn_gen_movewide()
Zi Shen Lim
1
-0
/
+43
2014-09-08
arm64: introduce aarch64_insn_gen_bitfield()
Zi Shen Lim
1
-0
/
+56
2014-09-08
arm64: introduce aarch64_insn_gen_add_sub_imm()
Zi Shen Lim
1
-0
/
+44
2014-09-08
arm64: introduce aarch64_insn_gen_load_store_pair()
Zi Shen Lim
1
-0
/
+65
2014-09-08
arm64: introduce aarch64_insn_gen_load_store_reg()
Zi Shen Lim
1
-0
/
+62
2014-09-08
arm64: introduce aarch64_insn_gen_cond_branch_imm()
Zi Shen Lim
1
-0
/
+17
2014-09-08
arm64: introduce aarch64_insn_gen_branch_reg()
Zi Shen Lim
1
-2
/
+33
2014-09-08
arm64: introduce aarch64_insn_gen_comp_branch_imm()
Zi Shen Lim
1
-5
/
+83
2014-01-08
arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functions
Jiang Liu
1
-0
/
+40
2014-01-08
arm64: move encode_insn_immediate() from module.c to insn.c
Jiang Liu
1
-0
/
+54
2014-01-08
arm64: introduce interfaces to hotpatch kernel and module code
Jiang Liu
1
-0
/
+119
2014-01-08
arm64: introduce basic aarch64 instruction decoding helpers
Jiang Liu
1
-0
/
+91