Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
07f1c295de593ec0b0dca3092299c048c03374da
07f1c29
Merge branch 'dma' of http://git.linaro.org/git/people/nico/linux into devel-stable
by Russell King
· 13 years ago
fb89fcf
ARM: ARM_DMA_ZONE_SIZE is no more
by Nicolas Pitre
· 13 years ago
fded1ef
ARM: mach-shark: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
by Nicolas Pitre
· 13 years ago
e9107ab
ARM: mach-sa1100: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
by Nicolas Pitre
· 13 years ago
00e9125
ARM: mach-realview: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
by Nicolas Pitre
· 13 years ago
805e88d
ARM: mach-pxa: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
by Nicolas Pitre
· 13 years ago
7553ee7
ARM: mach-ixp4xx: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
by Nicolas Pitre
· 13 years ago
5065c71
ARM: mach-h720x: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
by Nicolas Pitre
· 13 years ago
f68deab
ARM: mach-davinci: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
by Nicolas Pitre
· 13 years ago
4fddcae
ARM: add dma_zone_size to the machine_desc structure
by Nicolas Pitre
· 13 years ago
6503201
ARM: change ARM_DMA_ZONE_SIZE into a variable
by Nicolas Pitre
· 13 years ago
4aa96cc
Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stable
by Russell King
· 13 years ago
8f2ffa0
ARM: kprobes: Remove now unused code
by Jon Medhurst
· 13 years ago
0239269
ARM: kprobes: Decode ARM preload (immediate) instructions
by Jon Medhurst
· 13 years ago
465f1ea
ARM: kprobes: Reject probing of unprivileged load and store instructions
by Jon Medhurst
· 13 years ago
711bf10
ARM: kprobes: Use new versions of emulate_ldr() and emulate_str()
by Jon Medhurst
· 13 years ago
3c48fbb
ARM: kprobes: Add new versions of emulate_ldr() and emulate_str()
by Jon Medhurst
· 13 years ago
12ce5d3
ARM: kprobes: Add emulate_rdlo12rdhi16rn0rm8_rwflags_nopc()
by Jon Medhurst
· 13 years ago
c82584e
ARM: kprobes: Add emulate_rd12rm0_noflags_nopc()
by Jon Medhurst
· 13 years ago
35fab77
ARM: kprobes: Replace use of prep_emulate_rd12rn16rm0_wflags()
by Jon Medhurst
· 13 years ago
6091dfa
ARM: kprobes: Add emulate_rd16rn12rm0rs8_rwflags_nopc()
by Jon Medhurst
· 13 years ago
e9a9285
ARM: kprobes: Migrate remaining instruction decoding functions to tables
by Jon Medhurst
· 13 years ago
0d32e7d
ARM: kprobes: Migrate ARM space_cccc_100x to decoding tables
by Jon Medhurst
· 13 years ago
56d8fbd
ARM: kprobes: Migrate ARM space_cccc_01xx to decoding tables
by Jon Medhurst
· 13 years ago
ad2e81a
ARM: kprobes: Migrate ARM space_cccc_0111__1 to decoding tables
by Jon Medhurst
· 13 years ago
2ce5d03
ARM: kprobes: Migrate ARM space_cccc_0110__1 to decoding tables
by Jon Medhurst
· 13 years ago
0e44e9a
ARM: kprobes: Add emulate_rd12rn16rm0_rwflags_nopc()
by Jon Medhurst
· 13 years ago
c038f3a
ARM: kprobes: Migrate ARM space_cccc_001x to decoding tables
by Jon Medhurst
· 13 years ago
75f115c
ARM: kprobes: Migrate ARM space_cccc_000x to decoding tables
by Jon Medhurst
· 13 years ago
6c8a192
ARM: kprobes: Migrate ARM LDRD and STRD to decoding tables
by Jon Medhurst
· 13 years ago
8723942
ARM: kprobes: Add emulate_ldrdstrd()
by Jon Medhurst
· 13 years ago
3535a89
ARM: kprobes: Migrate ARM data-processing (register) instructions to decoding tables
by Jon Medhurst
· 13 years ago
9f596e5
ARM: kprobes: Add emulate_rd12rn16rm0rs8_rwflags()
by Jon Medhurst
· 13 years ago
7be7ee2
ARM: kprobes: Add BLX macro
by Jon Medhurst
· 13 years ago
df4fa1f
ARM: kprobes: Add alu_write_pc()
by Jon Medhurst
· 13 years ago
9a5c128
ARM: kprobes: Migrate ARM space_1111 to decoding tables
by Jon Medhurst
· 13 years ago
bb1085f
ARM: kprobes: Decode 32-bit Thumb multiply and absolute difference instructions
by Jon Medhurst
· 13 years ago
231fb15
ARM: kprobes: Decode 32-bit Thumb long multiply and divide instructions
by Jon Medhurst
· 13 years ago
31656c1
ARM: kprobes: Decode 32-bit Thumb data-processing (register) instructions
by Jon Medhurst
· 13 years ago
d691023
ARM: kprobes: Decode 32-bit Thumb load/store single data item instructions
by Jon Medhurst
· 13 years ago
46009cc
ARM: kprobes: Decode 32-bit Thumb memory hint instructions
by Jon Medhurst
· 13 years ago
6a0d1a1
ARM: kprobes: Reject 32-bit Thumb coprocessor and SIMD instructions
by Jon Medhurst
· 13 years ago
ce715c7
ARM: kprobes: Decode 32-bit Thumb branch instructions
by Jon Medhurst
· 13 years ago
b06f3ee
ARM: kprobes: Decode 32-bit miscellaneous control instructions
by Jon Medhurst
· 13 years ago
7848786
ARM: kprobes: Decode 32-bit Thumb data-processing (plain binary immediate) instructions
by Jon Medhurst
· 13 years ago
2fcaf7e
ARM: kprobes: Decode 32-bit Thumb data-processing (modified immediate) instructions
by Jon Medhurst
· 13 years ago
080e001
ARM: kprobes: Decode 32-bit Thumb data-processing (shifted register) instructions
by Jon Medhurst
· 13 years ago
dd212bd3
ARM: kprobes: Decode 32-bit Thumb table branch instructions
by Jon Medhurst
· 13 years ago
b48354d
ARM: kprobes: Decode 32-bit Thumb load/store dual and load/store exclusive instructions
by Jon Medhurst
· 13 years ago
eaf1d06
ARM: kprobes: Decode 32-bit Thumb load/store multiple instructions
by Jon Medhurst
· 13 years ago
3d4a997
ARM: kprobes: Optimise emulation of LDM and STM
by Jon Medhurst
· 13 years ago
235a4ce
ARM: kprobes: Add common decoding function for LDM and STM
by Jon Medhurst
· 13 years ago
263e368
ARM: kprobes: Add load_write_pc()
by Jon Medhurst
· 13 years ago
f39ca8b
ARM: kprobes: Decode 32-bit Thumb hint instructions
by Jon Medhurst
· 13 years ago
0a188cc
ARM: kprobes: Reject 16-bit Thumb SETEND, CPS and BKPT instructions
by Jon Medhurst
· 13 years ago
396b41f
ARM: kprobes: Decode 16-bit Thumb branch instructions
by Jon Medhurst
· 13 years ago
4449566
ARM: kprobes: Reject 16-bit Thumb SVC and UNDEFINED instructions
by Jon Medhurst
· 13 years ago
5b94faf
ARM: kprobes: Decode 16-bit Thumb IT instruction
by Jon Medhurst
· 13 years ago
fd0c8d8
ARM: kprobes: Decode 16-bit Thumb PUSH and POP instructions
by Jon Medhurst
· 13 years ago
32818f3
ARM: kprobes: Decode 16-bit Thumb CBZ and bit manipulation instructions
by Jon Medhurst
· 13 years ago
2f33582
ARM: kprobes: Decode 16-bit Thumb PC- and SP-relative address instructions
by Jon Medhurst
· 13 years ago
f869514
ARM: kprobes: Decode 16-bit Thumb load and store instructions
by Jon Medhurst
· 13 years ago
3b5940e
ARM: kprobes: Decode 16-bit Thumb special data instructions
by Jon Medhurst
· 13 years ago
a9c3c29
ARM: kprobes: Decode 16-bit Thumb BX and BLX instructions
by Jon Medhurst
· 13 years ago
059987f
ARM: kprobes: Add bx_write_pc()
by Jon Medhurst
· 13 years ago
02d194f
ARM: kprobes: Decode 16-bit Thumb data-processing instructions
by Jon Medhurst
· 13 years ago
7460bce
ARM: ptrace: Add APSR_MASK definition to ptrace.h
by Jon Medhurst
· 13 years ago
3f92dfe
ARM: kprobes: Decode 16-bit Thumb hint instructions
by Jon Medhurst
· 13 years ago
0d1a095
ARM: kprobes: Infrastructure for table driven decoding of CPU instructions
by Jon Medhurst
· 14 years ago
e296031
ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instruction
by Jon Medhurst
· 13 years ago
c6a7d97
ARM: kprobes: Add hooks to override singlestep()
by Jon Medhurst
· 13 years ago
3b26945
ARM: kprobes: Use conditional breakpoints for ARM probes
by Jon Medhurst
· 13 years ago
3cca6c2
ARM: kprobes: Don't trigger probes on conditional instructions when condition is false
by Jon Medhurst
· 13 years ago
6aaa8b5
ARM: kprobes: Add it_advance()
by Jon Medhurst
· 13 years ago
eaf4f33f
ARM: kprobes: Add condition code checking to Thumb emulation
by Jon Medhurst
· 14 years ago
aceb487
ARM: kprobes: Add Thumb breakpoint support
by Jon Medhurst
· 14 years ago
856bc35
ARM: Kconfig: Allow kprobes on Thumb-2 kernels
by Jon Medhurst
· 13 years ago
2437170
ARM: kprobes: Add Thumb instruction decoding stubs
by Jon Medhurst
· 14 years ago
de41984
ARM: kprobes: Make kprobes framework work on Thumb-2 kernels
by Jon Medhurst
· 13 years ago
aea4902
ARM: kprobes: Make str_pc_offset a constant on ARMv7
by Jon Medhurst
· 13 years ago
6c8df33
ARM: kprobes: Move find_str_pc_offset into kprobes-common.c
by Jon Medhurst
· 13 years ago
1b59d87
ARM: kprobes: Move is_writeback define to header file.
by Jon Medhurst
· 13 years ago
0ab4c02
ARM: kprobes: Add kprobes-common.c
by Jon Medhurst
· 13 years ago
221bf15
ARM: kprobes: Split out internal parts of kprobes.h
by Jon Medhurst
· 14 years ago
691b2ff
ARM: kprobes: Rename kprobes-decode.c to kprobes-arm.c
by Jon Medhurst
· 13 years ago
592201a
ARM: Thumb-2: Support Thumb-2 in undefined instruction handler
by Jon Medhurst
· 14 years ago
5948106
ARM: Thumb-2: Fix exception return sequence to restore stack correctly
by Jon Medhurst
· 14 years ago
022ae53
ARM: dma: replace ISA_DMA_THRESHOLD with a variable
by Russell King
· 13 years ago
620917d
Linux 3.0-rc7
by Linus Torvalds
· 13 years ago
5adaf85
Documentation/Changes: remove some really obsolete text
by Linus Torvalds
· 13 years ago
c15000b
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 13 years ago
9ddf7f5
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 13 years ago
71a1b44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
c891f2c
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 13 years ago
1456281
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86
by Linus Torvalds
· 13 years ago
83e95697
Merge branch 'movieboard' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 13 years ago
404ba3f0
ath5k: Add missing breaks in switch/case
by Joe Perches
· 13 years ago
0580181
Documentation/spinlocks.txt: Remove reference to sti()/cli()
by Muthu Kumar
· 13 years ago
f484b5d0
cifs: drop spinlock before calling cifs_put_tlink
by Jeff Layton
· 13 years ago
0401846
hp-wmi: fix use after free
by Eric Dumazet
· 13 years ago
Next »