Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
c8e55f360210c1bc49bea5d62bc3939b7ee13483
/
arch
/
blackfin
/
kernel
9c1a125
ptrace: unify FDPIC implementations
by Mike Frysinger
· 15 years ago
064e297
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin
by Linus Torvalds
· 15 years ago
be1577e
Blackfin: another year of changes (update copyright in boot log)
by Mike Frysinger
· 15 years ago
479ba60
Blackfin: move string functions to normal lib/ assembly
by Robin Getz
· 15 years ago
d2db97b
Blackfin: kgdb: pass up the CC register instead of a 0 stub
by Mike Frysinger
· 15 years ago
a80d5f4
Blackfin: handle HW errors in the new "FAULT" printing code
by Robin Getz
· 15 years ago
a6d9dbf
Blackfin: show the whole accumulator in the pseudo DBG insn
by Robin Getz
· 15 years ago
5a132f7
Blackfin: support all possible registers in the pseudo instructions
by Robin Getz
· 15 years ago
dc89d97
Blackfin: add support for the DBG (debug output) pseudo insn
by Robin Getz
· 15 years ago
6ce3e9c
Blackfin: add support for the DBGA (debug assert) pseudo insn
by Robin Getz
· 15 years ago
9a95e2f
Blackfin: make hardware trace output a little more useful
by Robin Getz
· 15 years ago
d60805a
Blackfin: print out the faulting insn in the trace output
by Robin Getz
· 15 years ago
d28cff4
Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.c
by Robin Getz
· 15 years ago
2a12c46
Blackfin: split kernel/traps.c
by Robin Getz
· 15 years ago
bb84dbf
Blackfin: punt Blackfin-specific GPIO wakeup API
by Michael Hennerich
· 15 years ago
e886112
kgdb,blackfin: Add in kgdb_arch_set_pc for blackfin
by Jason Wessel
· 15 years ago
7d02093
Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
cb0e996
blackfin: Convert blackfin to use read/update_persistent_clock
by John Stultz
· 15 years ago
f9c29e8
Blackfin: mark gpio lib functions static
by Joachim Eastwood
· 15 years ago
7f4f69f
Blackfin: GPIO: implement to_irq handler
by Joachim Eastwood
· 15 years ago
2bc4aff
Blackfin: remove trailing space in messages
by Frans Pop
· 15 years ago
ddaebca
Blackfin: add support for restart_syscall()
by Mike Frysinger
· 15 years ago
600482c
Blackfin: fix single stepping over system calls
by Mike Frysinger
· 15 years ago
e8f263d
Blackfin: initial tracehook support
by Mike Frysinger
· 15 years ago
e50e2f2
Blackfin: initial regset support
by Mike Frysinger
· 15 years ago
f2ce480
Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset support
by Mike Frysinger
· 15 years ago
5f09c77
Blackfin: simplify SYSCFG code a bit and ignore attempts to change it
by Mike Frysinger
· 15 years ago
f5b9962
Blackfin: use generic ptrace_resume code
by Christoph Hellwig
· 15 years ago
718340f
Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu data
by Graf Yang
· 15 years ago
6c2b707
Blackfin: add support for cpufreq on SMP systems
by Graf Yang
· 15 years ago
64b33a0
Blackfin: split watchdog definitions into a dedicated header file
by Graf Yang
· 15 years ago
b73faf7
Blackfin: support new ftrace frame pointer semantics
by Mike Frysinger
· 15 years ago
aebfef0
Blackfin: implement ftrace mcount test
by Mike Frysinger
· 15 years ago
60ffdb3
Blackfin: implement nmi_watchdog for SMP on BF561
by Graf Yang
· 15 years ago
726e965
Blackfin: respect the L1 kconfig optimization in the MPU code
by Barry Song
· 15 years ago
5e8d321
Blackfin: fill out the signal si_addr when sending a SIGBUS/SIGSEGV
by Barry Song
· 15 years ago
c6669c2
Blackfin: fix up mm locking in address dumping
by Graf Yang
· 15 years ago
8d0177d
Blackfin: kgdb: mark all local funcs/structs static
by Mike Frysinger
· 15 years ago
48a74f9
Blackfin: fix decoding of opcodes 41-47 in decode_instruction()
by Roel Kluin
· 15 years ago
d86bfb1
Blackfin: initial XIP support
by Barry Song
· 15 years ago
8916a14
Blackfin: fix the section name of init_thread_union
by Barry Song
· 15 years ago
6feda3a
Blackfin: replace harcoded define with proper THREAD_SIZE macro
by Barry Song
· 15 years ago
0afc272
Blackfin: fix relocation errors with large initramfs images
by Jie Zhang
· 15 years ago
0d152c2
Blackfin: SMP: make core timers per-cpu clock events for HRT
by Yi Li
· 15 years ago
edd0799
Blackfin: gpio: use shorter name
by Michael Hennerich
· 15 years ago
a3a6a59
Blackfin: dma-mapping: fix thinko in constant optimization
by Sonic Zhang
· 15 years ago
5792ab2
Blackfin: MPU: handle caches for reserved memory
by Sonic Zhang
· 15 years ago
e18e7dd
Blackfin: fix MPU page permission masks overflow when dealing with async memory
by Barry Song
· 15 years ago
b635f19
Blackfin: allow boards to register early devices
by Sonic Zhang
· 15 years ago
7fe1a91
blackfin,kgdb: Do not put PC in gdb_regs into retx.
by Sonic Zhang
· 15 years ago
0fde663
blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/write
by Jason Wessel
· 15 years ago
525995d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin
by Linus Torvalds
· 15 years ago
74f3ae7
Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
9e1b9b8
module: make MODULE_SYMBOL_PREFIX into a CONFIG option
by Alan Jenkins
· 15 years ago
8a83311
Blackfin: drop duplicate sched_clock
by Mike Frysinger
· 15 years ago
a797a0e
Blackfin: NOMPU: skip DMA ICPLB hole when it is redundant
by Mike Frysinger
· 15 years ago
0a68b53
Blackfin: MPU: add missing __init markings
by Mike Frysinger
· 15 years ago
d1be2e4
Blackfin: add support for TIF_NOTIFY_RESUME
by Barry Song
· 15 years ago
88f7c2f
Blackfin: kgdb_test: clean up code a bit
by Mike Frysinger
· 15 years ago
397b761
Blackfin: convert kgdbtest to proc_fops
by Alexey Dobriyan
· 15 years ago
c768a94
Blackfin: convert cyc2ns() to clocksource_cyc2ns()
by Mike Frysinger
· 15 years ago
dd3b0e3
Blackfin: dma-mapping.h: flesh out missing DMA mapping functions
by Barry Song
· 15 years ago
a00b4fe
Blackfin: workaround anomaly 05000310
by Barry Song
· 15 years ago
340a1be
Blackfin: drop ptrace() write support for fixed code/bootrom
by Mike Frysinger
· 15 years ago
e187837
Blackfin: MPU: support XIP in async flash memory
by Barry Song
· 15 years ago
d45e8db
Blackfin: drop 4KB reserve at end of memory
by Barry Song
· 15 years ago
c45c065
Blackfin: support smaller uncached DMA chunks for memory constrained systems
by Barry Song
· 15 years ago
2f5a086
Blackfin: finish_atomic_sections: optimize the RTS step
by Mike Frysinger
· 15 years ago
0d5e359
Blackfin: kgdb: punt dead code
by Sonic Zhang
· 15 years ago
e34132f
Blackfin: reject NULL callback in set_dma_callback()
by Mike Frysinger
· 15 years ago
8c0b435
Blackfin: gptimers: use unsigned timer/group ids
by Mike Frysinger
· 15 years ago
dbc5e69
Blackfin: don't walk VMAs when oopsing
by Robin Getz
· 15 years ago
d2685fb
Blackfin/ipipe: prepare status bitops for SMP support
by Philippe Gerum
· 15 years ago
13a1320
Blackfin: don't give CPU its own line in traps output
by Mike Frysinger
· 15 years ago
7a1a8cc
Blackfin: announce current cpu rev when booting
by Robin Getz
· 15 years ago
d2e015d
Blackfin: convert DMA mutex to an atomic and drop redundant code
by Mike Frysinger
· 15 years ago
bbc51e9
Blackfin: push down asm/ includes and out of bfin-global.h
by Mike Frysinger
· 15 years ago
621dd24
Blackfin: bf538: add support for extended GPIO banks
by Michael Hennerich
· 15 years ago
5cd82a6
Blackfin: calculate on-chip lengths at link time rather than run time
by Mike Frysinger
· 15 years ago
13048f8
Blackfin: improve async bank access checking (for cross-banks & XIP)
by Bernd Schmidt
· 15 years ago
cb5ae60
Blackfin: convert DMA code to a proper bitmap
by Michael Hennerich
· 15 years ago
89e84ee
Blackfin: add some bounds checking to peripheral_request
by Barry Song
· 15 years ago
2985712
Blackfin: use common code for cycle->nanosecond conversion
by Yi Li
· 15 years ago
ceb33be
Blackfin: unify sched_clock() handling between clock sources
by Yi Li
· 15 years ago
f7036d6
Blackfin: fix gptimer0 clock source compile warning
by Yi Li
· 15 years ago
239007b
genirq: Convert irq_desc.lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
f8b7256
Unify sys_mmap*
by Al Viro
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
2588465
Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
aa23531
Blackfin: fix SMP build error in start_thread()
by Graf Yang
· 15 years ago
46b60fa
Blackfin: fix typo in ptrace poking
by Jie Zhang
· 15 years ago
7bae2c4
Blackfin: fix cache Kconfig typo
by André Goddard Rosa
· 15 years ago
865bddf
Blackfin: fix suspend/resume failure with some on-chip ROMs
by Michael Hennerich
· 15 years ago
25708a5
blackfin: Remove the BKL from sys_execve
by John Kacur
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
59bd00c
Blackfin: fix framebuffer mmap bug for nommu
by Thomas Chou
· 15 years ago
48dee09
Blackfin: cplbinfo: drop d_path() hacks
by Mike Frysinger
· 15 years ago
Next »