index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-13
ARM: kprobes: Decode 16-bit Thumb BX and BLX instructions
Jon Medhurst
1
-0
/
+37
2011-07-13
ARM: kprobes: Add bx_write_pc()
Jon Medhurst
1
-0
/
+14
2011-07-13
ARM: kprobes: Decode 16-bit Thumb data-processing instructions
Jon Medhurst
1
-0
/
+81
2011-07-13
ARM: kprobes: Decode 16-bit Thumb hint instructions
Jon Medhurst
3
-1
/
+46
2011-07-13
ARM: kprobes: Infrastructure for table driven decoding of CPU instructions
Jon Medhurst
2
-1
/
+505
2011-07-13
ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instruction
Jon Medhurst
1
-0
/
+5
2011-07-13
ARM: kprobes: Add hooks to override singlestep()
Jon Medhurst
3
-5
/
+26
2011-07-13
ARM: kprobes: Use conditional breakpoints for ARM probes
Jon Medhurst
2
-3
/
+9
2011-07-13
ARM: kprobes: Don't trigger probes on conditional instructions when condition...
Jon Medhurst
1
-1
/
+23
2011-07-13
ARM: kprobes: Add it_advance()
Jon Medhurst
1
-0
/
+25
2011-07-13
ARM: kprobes: Add condition code checking to Thumb emulation
Jon Medhurst
1
-0
/
+22
2011-07-13
ARM: kprobes: Add Thumb breakpoint support
Jon Medhurst
2
-14
/
+115
2011-07-13
ARM: kprobes: Add Thumb instruction decoding stubs
Jon Medhurst
4
-2
/
+61
2011-07-13
ARM: kprobes: Make kprobes framework work on Thumb-2 kernels
Jon Medhurst
1
-2
/
+35
2011-07-13
ARM: kprobes: Make str_pc_offset a constant on ARMv7
Jon Medhurst
2
-0
/
+18
2011-07-13
ARM: kprobes: Move find_str_pc_offset into kprobes-common.c
Jon Medhurst
3
-28
/
+35
2011-07-13
ARM: kprobes: Move is_writeback define to header file.
Jon Medhurst
2
-6
/
+6
2011-07-13
ARM: kprobes: Add kprobes-common.c
Jon Medhurst
4
-92
/
+109
2011-07-13
ARM: kprobes: Split out internal parts of kprobes.h
Jon Medhurst
3
-0
/
+41
2011-07-13
ARM: kprobes: Rename kprobes-decode.c to kprobes-arm.c
Jon Medhurst
2
-1
/
+2
2011-07-13
ARM: Thumb-2: Support Thumb-2 in undefined instruction handler
Jon Medhurst
2
-26
/
+19
2011-07-13
ARM: Thumb-2: Fix exception return sequence to restore stack correctly
Jon Medhurst
1
-7
/
+5
2011-07-12
ARM: introduce handle_IRQ() not to dump exception stack
Russell King - ARM Linux
1
-5
/
+14
2011-07-09
ARM: vfp: fix a hole in VFP thread migration
Russell King
1
-0
/
+3
2011-07-08
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stable
Russell King
3
-20
/
+334
2011-07-07
ARM: vmlinux.lds: use _text and _stext the same way as x86
Russell King
1
-2
/
+2
2011-07-07
ARM: vmlinux.lds: move init sections between text and data sections
Russell King
1
-48
/
+48
2011-07-07
ARM: vmlinux.lds: remove .rodata/.rodata1 from main .text segment
Russell King
1
-2
/
+0
2011-07-07
ARM: vmlinux.lds: rearrange .init output section
Russell King
1
-18
/
+29
2011-07-07
ARM: vmlinux.lds: move discarded sections to beginning
Russell King
1
-25
/
+22
2011-07-07
ARM: perf: add support for the Cortex-A15 PMU
Will Deacon
2
-0
/
+156
2011-07-07
ARM: perf: add support for the Cortex-A5 PMU
Will Deacon
2
-0
/
+149
2011-07-07
ARM: perf: add PMUv2 common event definitions
Will Deacon
1
-10
/
+25
2011-07-07
ARM: perf: remove confusing comment from v7 perf events backend
Will Deacon
1
-10
/
+0
2011-07-07
ARM: hwcaps: add new HWCAP defines for ARMv7-A
Will Deacon
1
-0
/
+4
2011-07-07
ARM: 6994/1: smp_twd: Fix typo in 'twd_timer_rate' printing
Vitaly Kuzmichev
1
-1
/
+1
2011-07-07
ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1
Stephen Boyd
1
-2
/
+9
2011-07-06
ARM: 6960/1: allow enabling SCU code on UP
Rob Herring
1
-0
/
+2
2011-07-06
ARM: 6985/1: export functions to determine the presence of I/DTCM
Linus Walleij
1
-3
/
+18
2011-07-06
ARM: 6984/1: enhance TCM robustness
Linus Walleij
1
-8
/
+39
2011-07-05
ARM: move memory layout sanity checking before meminfo initialization
Russell King
1
-0
/
+2
2011-07-05
ARM: 6989/1: perf: do not start the PMU when no events are present
Will Deacon
1
-2
/
+4
2011-07-02
ARM: entry: no need to reload the SPSR value from struct pt_regs
Russell King
1
-9
/
+1
2011-07-02
ARM: entry: data abort: tail-call the main data abort handler
Russell King
1
-10
/
+4
2011-07-02
ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5
Russell King
1
-4
/
+2
2011-07-02
ARM: entry: prefetch abort: tail-call the main prefetch abort handler
Russell King
1
-5
/
+3
2011-07-02
ARM: entry: re-allocate registers in irq entry assembly macros
Russell King
1
-5
/
+5
2011-07-02
ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macros
Russell King
1
-39
/
+8
2011-07-02
ARM: entry: instrument usr exception handlers with irqsoff tracing
Russell King
1
-1
/
+16
2011-07-02
ARM: entry: instrument svc undefined exception handler with irqtrace
Russell King
1
-0
/
+10
[prev]
[next]