Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c921a9745705ed62a949192ef9128c60d6c63874
/
arch
/
blackfin
a4b7b6d
Blackfin arch: hook up some missing new system calls
by Bryan Wu
· 16 years ago
7e1e7ae
Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about it
by Mike Frysinger
· 16 years ago
95a86b5
Blackfin arch: clear EMAC_SYSTAT during IRQ init rather than early head.S as we dont need it setup that early
by Mike Frysinger
· 16 years ago
c991dd9
Blackfin arch: use %pF when printing out the double fault address so we get symbol names
by Mike Frysinger
· 16 years ago
130de7c
Blackfin arch: add support for the BlackStamp board
by Benjamin Matthews
· 16 years ago
251383c
Blackfin arch: Allow ins functions to have a low latency version
by Robin Getz
· 16 years ago
cd8fb8d
Blackfin arch: Print out doublefault addresses, so debug can occur
by Robin Getz
· 16 years ago
9216bbc
Blackfin arch: mark some functions as __init as they are only called from __init functions
by Mike Frysinger
· 16 years ago
0e06b50
Blackfin arch: cleanup cache lock code
by Mike Frysinger
· 16 years ago
55546ac
Blackfin arch: workaround SIC_IWR1 reset bug, by keeping MDMA0/1 always enabled in SIC_IWR1.
by Michael Hennerich
· 16 years ago
d3d0ac2
Blackfin arch: Fix bug - when expanding the trace buffer, it does not print out the decoded instruction.
by Robin Getz
· 16 years ago
56f5f59
Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idling
by Michael Hennerich
· 16 years ago
15b0753
Blackfin arch: delete unused cache functions
by Mike Frysinger
· 16 years ago
07aa7be
Blackfin arch: convert L2 defines to be the same as the L1 defines
by Mike Frysinger
· 16 years ago
17e89bc
Blackfin arch: unify the duplicated portions of __start and split mach-specific pieces into _mach_early_start where they will be easier to trim over time
by Mike Frysinger
· 16 years ago
67618fd
Blackfin arch: add asm/thread_info.h for THREAD_SIZE define
by Mike Frysinger
· 16 years ago
7e64aca
Blackfin arch: move async memory programming into common setup_arch() as the banks dont really need to be setup fully as early as head.S
by Mike Frysinger
· 16 years ago
1375204
Blackfin arch: make sure the BSS and kernel load address are 4 byte aligned
by Mike Frysinger
· 16 years ago
09e1f70
Blackfin arch: unify the duplicated _real_start functions
by Mike Frysinger
· 16 years ago
778307d
Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/silicon
by Mike Frysinger
· 16 years ago
d6a2989
Blackfin arch: Fix bugs - Make kgdb code apparent to app debugging.
by Sonic Zhang
· 16 years ago
fe5aeb9
Blackfin arch: use symbolic IRQ_PF define rather than hardcoded
by Mike Frysinger
· 16 years ago
9080891
Blackfin arch: remove pata resources from generic board
by Mike Frysinger
· 16 years ago
b9da3b9
Blackfin arch: add support for board tcm-bf537
by Mike Frysinger
· 16 years ago
8ea8949
Blackfin arch: add board resources for parallel flash on cm-bf537
by Mike Frysinger
· 16 years ago
aa58297
Blackfin arch: be consistant with parition names, and ensure the bus is identified
by Robin Getz
· 16 years ago
4a88d0c
Blackfin arch: Functional power management support
by Michael Hennerich
· 16 years ago
5400c5a
Blackfin arch: Fix bug - This change eliminates impact on application debugging
by Jie Zhang
· 16 years ago
7f268a2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6
by Linus Torvalds
· 16 years ago
a2e9c44
blackfin: use generic show_mem()
by Johannes Weiner
· 16 years ago
2d20098
Blackfin arch: If we double fault, rather than hang forever, reset
by Robin Getz
· 16 years ago
9de3a0b
Blackfin arch: When icache is off, make sure people know it
by Robin Getz
· 16 years ago
0d1cdd7
Blackfin arch: Fix bug - skip single step in high priority interrupt handler instead of disabling all interrupts in single step debugging.
by Sonic Zhang
· 16 years ago
3a2521f
Blackfin arch: cache the values of vco/sclk/cclk as the overhead of doing so (~24 bytes) is worth avoiding the software mult/div routines
by Mike Frysinger
· 16 years ago
377d43e
Blackfin arch: fix bug - IMDMA is not type struct dma_register
by Michael Hennerich
· 16 years ago
b1b154e
Blackfin arch: check the EXTBANKS field of the DDRCTL1 register to see if we are using both memory banks
by Mike Frysinger
· 16 years ago
ecc8b65
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
a81792f
remove mention of CONFIG_KMOD from documentation
by Johannes Berg
· 16 years ago
9db144f
Blackfin arch: Apply Bluetechnix CM-BF527 board support patch
by Michael Hennerich
· 16 years ago
f09630b
Blackfin arch: Add unwinding for stack info, and a little more detail on trace buffer
by Robin Getz
· 16 years ago
0a6304a
Blackfin arch: Add ISP1760 board resources to BF548-EZKIT
by Michael Hennerich
· 16 years ago
cc2e16b
Blackfin arch: add missing IORESOURCE_MEM flags to UART3
by Mike Frysinger
· 16 years ago
262c382
Blackfin arch: Extend sram malloc to handle L2 SRAM.
by Sonic Zhang
· 16 years ago
bafcc1b
Blackfin arch: Remove useless config option.
by Robin Getz
· 16 years ago
5d481f4
Blackfin arch: change L1 malloc to base on slab cache and lists.
by Sonic Zhang
· 16 years ago
9b610fd
Merge branch 'linus' into timers/nohz
by Ingo Molnar
· 16 years ago
b8f8c3c
nohz: prevent tick stop outside of the idle loop
by Thomas Gleixner
· 16 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
1a8caee
Blackfin arch: use local labels and ENDPROC() markings
by Mike Frysinger
· 16 years ago
7dee62a
Blackfin arch: Do not need this dualcore test module in kernel.
by Yi Li
· 16 years ago
6546eae
Blackfin arch: Allow ptrace to peek and poke application data in L1 data SRAM.
by Jie Zhang
· 16 years ago
2cfebf2
Blackfin arch: Add ANOMALY_05000368 workaround
by Michael Hennerich
· 16 years ago
1efc80b
Blackfin arch: Functional power management support
by Michael Hennerich
· 16 years ago
4f13f548
Blackfin arch: Fix BUG - JUMP error in kernel (relocation truncated to fit: R_pcrel12_jump_s)
by Michael Hennerich
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
c71b478
Blackfin arch: set CROSS_COMPILE in our arch Makefile so it gets used by default
by Mike Frysinger
· 16 years ago
ed98731
Blackfin arch: update board defconfigs
by Sonic Zhang
· 16 years ago
99d95bb
Blackfin arch: Remove redundant kernel option
by Michael Hennerich
· 16 years ago
96b86e9
Blackfin arch: use the symbolic IRQ define rather than the backend number
by Mike Frysinger
· 16 years ago
68e2fc7
Blackfin arch: Fix bug - Kernel does not boot if re-program clocks
by Michael Hennerich
· 16 years ago
260d5d3
Blackfin arch: Fix bug - do not overflow the buffer given to us which tends to happen when CONFIG_L1_MAX_PIECE is increased past its default
by Mike Frysinger
· 16 years ago
1f2d186
Blackfin arch: Fix Bug - GPIO interrupts not disabled; edge sensitive interrupt hang system.
by Michael Hennerich
· 16 years ago
ea2aca0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
57debdd
bf561-coreb: BKL unneeded for open()
by Jonathan Corbet
· 16 years ago
8d0a600
Blackfin arch: fix up section mismatch warning
by Bryan Wu
· 16 years ago
71a7d15
Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock debugging enabled
by Sonic Zhang
· 16 years ago
fc68911
Blackfin arch: use the generic platform nand driver to support nand flash on bf53x board which do not have on-chip nand flash controller
by Mike Frysinger
· 16 years ago
da3854f
DM9000: Fixup blackfin after removing 2 resource usage
by Laurent Pinchart
· 16 years ago
9a8bd2f
bf561-coreb: BKL pushdown
by Arnd Bergmann
· 17 years ago
5bda272
Blackfin arch: protect only the SPI bus controller with CONFIG_SPI_BFIN
by Mike Frysinger
· 16 years ago
bd628bd
Blackfin arch: fixup warnings with the new cplb saved values
by Mike Frysinger
· 16 years ago
b06dcee
Blackfin arch: Remove bad and usless code
by Michael Hennerich
· 16 years ago
2eb74ae
Blackfin arch: Fix bug - set corret SSEL and IRQ to enable AD7877 on BF527
by Bryan Wu
· 16 years ago
ca56d9a
Blackfin arch: Fix typo. it should be _outsw_8
by Bryan Wu
· 17 years ago
f086f23
Blackfin arch: Cleanup no functional changes
by Michael Hennerich
· 17 years ago
e23a5f6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 17 years ago
24fbacc
i2c: Clean up Blackfin BF527 I2C device declarations
by Jean Delvare
· 17 years ago
ecb9567
Blackfin arch: update boards defconfig files
by Michael Hennerich
· 17 years ago
5906967
Blackfin arch: IO Port functions to read/write unalligned memory
by Michael Hennerich
· 17 years ago
86ad793
Blackfin arch: enable a choice to provide 4M DMA memory
by Cliff Cai
· 17 years ago
c6c6f75
Blackfin arch: cleanup the icplb/dcplb multiple hit checks
by Mike Frysinger
· 17 years ago
803a8d2
Blackfin arch: Add workaround to read edge triggered GPIOs
by Michael Hennerich
· 17 years ago
5ce998c
Blackfin arch: Check for Anomaly 05000182
by Michael Hennerich
· 17 years ago
f52111b
[PATCH] take init_files to fs/file.c
by Al Viro
· 17 years ago
9cd9c61
[Blackfin] arch: rename bf5xx-flash to bfin-async-flash
by Mike Frysinger
· 17 years ago
45b3947
[Blackfin] arch: Blackfin checksum annotations
by Al Viro
· 17 years ago
e4f7c0bf
[Blackfin] arch: protect linux/usb/musb.h include until the driver gets mainlined
by Mike Frysinger
· 17 years ago
b964c59
[Blackfin] arch: protect linux/usb/isp1362.h include until the driver gets mainlined
by Mike Frysinger
· 17 years ago
197fba5
[Blackfin] arch: add EBIU supporting for BF54x EZKIT SMSC LAN911x/LAN921x families embedded ethernet driver
by Michael Hennerich
· 17 years ago
d732369
[Blackfin] arch: Set spi flash partition on bf527 as like bf548.
by Grace Pan
· 17 years ago
96a87e2
[Blackfin] arch: fix bug - Remove module will not free L1 memory used
by Meihui Fan
· 17 years ago
60c0595
[Blackfin] arch: fix wrong header name in comment
by Mike Frysinger
· 17 years ago
b9c9e78
[Blackfin] arch: Fix BUG - spi flash on bf527 ezkit would fail at mount
by Michael Hennerich
· 17 years ago
7226868
[Blackfin] arch: add twi_lcd and twi_keypad i2c board info to bf527-ezkit
by Bryan Wu
· 17 years ago
d7e5dd4
[Blackfin] arch: Add physmap partition for BF527-EZkit
by Michael Hennerich
· 17 years ago
0893f12
[Blackfin] arch: fix gdb testing regression
by Bernd Schmidt
· 17 years ago
8513c42
[Blackfin] arch: disable single stepping when delivering a signal
by Bernd Schmidt
· 17 years ago
7d39270
[Blackfin] arch: Delete unused (copied from m68k) entries in asm-offsets.c.
by Bernd Schmidt
· 17 years ago
ddb3f00
[Blackfin] arch: In the double fault handler, set up the PT_RETI slot
by Bernd Schmidt
· 17 years ago
1bfb4b2
[Blackfin] arch: Support for CPU_FREQ and NOHZ
by Vitja Makarov
· 17 years ago
Next »