index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
Age
Commit message (
Expand
)
Author
2011-07-13
ARM: kprobes: Decode 32-bit miscellaneous control instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (plain binary immediate) in...
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (modified immediate) instru...
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb data-processing (shifted register) instruct...
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb table branch instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb load/store dual and load/store exclusive in...
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb load/store multiple instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Optimise emulation of LDM and STM
Jon Medhurst
2011-07-13
ARM: kprobes: Add common decoding function for LDM and STM
Jon Medhurst
2011-07-13
ARM: kprobes: Add load_write_pc()
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 32-bit Thumb hint instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Reject 16-bit Thumb SETEND, CPS and BKPT instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb branch instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Reject 16-bit Thumb SVC and UNDEFINED instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb IT instruction
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb PUSH and POP instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb CBZ and bit manipulation instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb PC- and SP-relative address instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb load and store instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb special data instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb BX and BLX instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Add bx_write_pc()
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb data-processing instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Decode 16-bit Thumb hint instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Infrastructure for table driven decoding of CPU instructions
Jon Medhurst
2011-07-13
ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instruction
Jon Medhurst
2011-07-13
ARM: kprobes: Add hooks to override singlestep()
Jon Medhurst
2011-07-13
ARM: kprobes: Use conditional breakpoints for ARM probes
Jon Medhurst
2011-07-13
ARM: kprobes: Don't trigger probes on conditional instructions when condition...
Jon Medhurst
2011-07-13
ARM: kprobes: Add it_advance()
Jon Medhurst
2011-07-13
ARM: kprobes: Add condition code checking to Thumb emulation
Jon Medhurst
2011-07-13
ARM: kprobes: Add Thumb breakpoint support
Jon Medhurst
2011-07-13
ARM: kprobes: Add Thumb instruction decoding stubs
Jon Medhurst
2011-07-13
ARM: kprobes: Make kprobes framework work on Thumb-2 kernels
Jon Medhurst
2011-07-13
ARM: kprobes: Make str_pc_offset a constant on ARMv7
Jon Medhurst
2011-07-13
ARM: kprobes: Move find_str_pc_offset into kprobes-common.c
Jon Medhurst
2011-07-13
ARM: kprobes: Move is_writeback define to header file.
Jon Medhurst
2011-07-13
ARM: kprobes: Add kprobes-common.c
Jon Medhurst
2011-07-13
ARM: kprobes: Split out internal parts of kprobes.h
Jon Medhurst
2011-07-13
ARM: kprobes: Rename kprobes-decode.c to kprobes-arm.c
Jon Medhurst
2011-07-13
ARM: Thumb-2: Support Thumb-2 in undefined instruction handler
Jon Medhurst
2011-07-13
ARM: Thumb-2: Fix exception return sequence to restore stack correctly
Jon Medhurst
2011-07-12
ARM: introduce handle_IRQ() not to dump exception stack
Russell King - ARM Linux
2011-07-09
ARM: vfp: fix a hole in VFP thread migration
Russell King
2011-07-08
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stable
Russell King
2011-07-07
ARM: vmlinux.lds: use _text and _stext the same way as x86
Russell King
2011-07-07
ARM: vmlinux.lds: move init sections between text and data sections
Russell King
2011-07-07
ARM: vmlinux.lds: remove .rodata/.rodata1 from main .text segment
Russell King
2011-07-07
ARM: vmlinux.lds: rearrange .init output section
Russell King
2011-07-07
ARM: vmlinux.lds: move discarded sections to beginning
Russell King
[prev]
[next]