Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
70093178b6eda34e4a4fb18cc4a48a9eacc01d98
/
arch
/
blackfin
/
kernel
bc41bb1
Blackfin arch: fix bug libstdc++ calling writev with an iovec containing { NULL, 0 } fails on Blackfin
by Bernd Schmidt
· 17 years ago
ef4a47d
Blackfin arch: Export strcpy - occasionally get module link failures otherwise
by Bernd Schmidt
· 17 years ago
1a7d91d
Blackfin arch: flush/inv the correct range when using write back cache and fix bugs find by dmacopy
by Michael Hennerich
· 17 years ago
2b39331
Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323
by Michael Hennerich
· 17 years ago
337d390
Blackfin arch: Print out debug info, as early as possible
by Robin Getz
· 17 years ago
ce3afa1
Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt tables are set up will print out
by Robin Getz
· 17 years ago
2ebcade
Blackfin arch: fix endless loop bug when a double fault happens
by Robin Getz
· 17 years ago
0ae5364
Blackfin arch: Initial patch to add earlyprintk support
by Robin Getz
· 17 years ago
b7b2d344
Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible with other archs
by Bryan Wu
· 17 years ago
c11b577
Blackfin arch: add more common defines for output sections
by Mike Frysinger
· 17 years ago
fb282a7
Blackfin arch: cleanup IO and DMA_IO API function definitions according to other arches
by Bryan Wu
· 17 years ago
b5c0e2e
Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz)
by Mike Frysinger
· 17 years ago
2714d9a
Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_reset
by Michael Hennerich
· 17 years ago
2acde90
Blackfin arch: a few things still use bfin_read_PORT_FER()
by Michael Hennerich
· 17 years ago
02f13f9
Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well with DEBUG_KERNEL_START
by Robin Getz
· 18 years ago
d2b11a4
Blackfin arch: Merge GPIO/Peripheral Resource Allocation back into a single file
by Michael Hennerich
· 18 years ago
4d5f4ed
Blackfin arch: extract gpio number from PIN function
by Michael Hennerich
· 18 years ago
168f121
Blackfin arch: rewrite our reboot code in C
by Mike Frysinger
· 17 years ago
27d875f
Blackfin arch: vmlinux.lds.S, break up our .init into separate sections
by Mike Frysinger
· 18 years ago
fbeb737
Blackfin arch: parse input sections properly when using -ffunction-sections/-fdata-sections
by Mike Frysinger
· 18 years ago
1ffe664
Blackfin arch: add an exception request/free api
by Mike Frysinger
· 18 years ago
f0b5d12
Blackfin arch: allow people to select the feature that is unavailable to the kernel
by Mike Frysinger
· 18 years ago
2615639
Blackfin arch: Allow ptrace access the fixed code.
by Jie Zhang
· 18 years ago
8a26ac7
Blackfin arch: Add DMA API to set curr descriptor address
by Sonic Zhang
· 18 years ago
b4055d7
Blackfin arch: remove spurious KERN_EMERG log level in output
by Mike Frysinger
· 18 years ago
3bebca2
Blackfin arch: to do some consolidation of common code and common name spaces
by Robin Getz
· 17 years ago
a924db7
Blackfin arch: Add option to priorize DMA over Core
by Michael Hennerich
· 18 years ago
1d945e2
Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recording function
by Roy Huang
· 17 years ago
518039b
Blackfin arch: Add ability to expend the hardware trace buffer
by Robin Getz
· 18 years ago
8c61362
Blackfin arch: Some cosmetics based on LKML feedback from Joe Perches
by Michael Hennerich
· 18 years ago
314c98d
Blackfin arch: add missing gpio error handling to make sure we roll back requests in case one fails
by Michael Hennerich
· 18 years ago
1aafd90
Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines
by Mike Frysinger
· 18 years ago
cda6a20
Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki <kalle.pokki@iki.fi>
by Michael Hennerich
· 17 years ago
c58c214
Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driver
by Michael Hennerich
· 17 years ago
d31c5ab
Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin arch
by Bryan Wu
· 18 years ago
8be80ed
Blackfin arch: Initialize the exception vectors early in the boot process
by Bernd Schmidt
· 18 years ago
d6e274d
Blackfin arch: fix a compiling warning about dma-mapping
by Bryan Wu
· 18 years ago
0fa63ad
Blackfin arch: fix bug which unaligns the init thread's stack and causes the current macro to fail.
by Bernd Schmidt
· 18 years ago
64c5cb8
Blackfin arch: fix KGDB bug, dont forget last parameter.
by Sonic Zhang
· 18 years ago
e5b6bd6
Blackfin arch: use bfin_read_SWRST() now that BF561 provides it
by Mike Frysinger
· 18 years ago
520473b
Blackfin arch: use PAGE_SIZE when doing aligns rather than hardcoded values
by Mike Frysinger
· 18 years ago
b07af76
Blackfin arch: fix bug set dma_address properly in dma_map_sg
by Sonic Zhang
· 18 years ago
9401e61
Blackfin arch: scrub dead code
by Mike Frysinger
· 18 years ago
34e0fc8
Blackfin arch: Enable BF54x PIN/GPIO interrupts
by Michael Hennerich
· 18 years ago
1f83b8f
Blackfin arch: cleanup warnings from checkpatch -- no functional changes
by Mike Frysinger
· 18 years ago
669b792
Blackfin arch: Clean up trace buffer handling, No major functional changes.
by Robin Getz
· 18 years ago
29440a2
Blackfin arch: Start untangling the CPLB handling code.
by Bernd Schmidt
· 18 years ago
474f1a6
Blackfin arch: kgdb specific code
by Sonic Zhang
· 18 years ago
7adfb58
Blackfin arch: defines and provides entry points for certain user space functions at fixed addresses
by Bernd Schmidt
· 18 years ago
24a07a1
Blackfin arch: initial supporting for BF548-EZKIT
by Roy Huang
· 18 years ago
da1f95b
Blackfin arch: Fix up remaining printks with proper log levels
by Robin Getz
· 18 years ago
de3025f
Blackfin arch: Add proper -mcpu option according to the cpu and silicon revision configuration
by Jie Zhang
· 18 years ago
86b73c8
Blackfin arch: match kernel startup messaage with new linker script
by Robin Getz
· 18 years ago
c5d88d9
Blackfin arch: update printk to use KERN_EMERG and reformat crash output
by Robin Getz
· 18 years ago
de6a952
Blackfin arch: redo our linker script a bit
by Mike Frysinger
· 18 years ago
581d62a
Blackfin arch: fix bug can not wakeup from sleep via push buttons
by Michael Hennerich
· 18 years ago
5e10b4a
Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-line
by Mike Frysinger
· 18 years ago
e7613aa
Blackfin arch: As Mike pointed out range goes form m..MAX_BLACKFIN_GPIO -1
by Michael Hennerich
· 18 years ago
5af4c2b
Blackfin arch: try to split up functions like this into smaller units according to LKML review
by Aubrey Li
· 18 years ago
51be24c
Blackfin arch: add proper ENDPROC()
by Mike Frysinger
· 18 years ago
52a0781
Blackfin arch: move more of our startup code to .init so it can be freed once we are up and running
by Mike Frysinger
· 18 years ago
5716e51
Blackfin arch: all symbols were offset by 4k, since we didn't have the __text label.
by Robin Getz
· 18 years ago
d2d50aa
Blackfin arch: spelling fixes
by Simon Arlott
· 18 years ago
ac1bd53
Blackfin arch: DMA code minor naming convention fix
by Aubrey Li
· 18 years ago
080e892
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fix
by Linus Torvalds
· 18 years ago
a9c59c2
Blackfin arch: cache SWRST value at bootup so other things like watchdog can non-destructively query it
by Mike Frysinger
· 18 years ago
5f9a3e8
Blackfin arch: dma_memcpy borken for > 64K
by Aubrey Li
· 18 years ago
c0fc525
Blackfin arch: move board specific setup out of common init code and into the board specific init code
by Mike Frysinger
· 18 years ago
6e537e9
Blackfin arch: Fix bug using usb keyboard crashes kernel
by Michael Hennerich
· 18 years ago
8a0e665
Blackfin arch: fix trace output for FLAT binaries
by Mike Frysinger
· 18 years ago
23ee968
Blackfin arch: DMA operation cleanup
by Michael Hennerich
· 18 years ago
9ae246c
Blackfin arch: Fix reserved map after we changed PORT_H definition
by Michael Hennerich
· 18 years ago
a161bb0
Blackfin arch: mark a bunch of local functions as static
by Mike Frysinger
· 18 years ago
ca96725
all-archs: consolidate .data section definition in asm-generic
by Sam Ravnborg
· 18 years ago
7664709
all-archs: consolidate .text section definition in asm-generic
by Sam Ravnborg
· 18 years ago
f7e4217
rename thread_info to stack
by Roman Zippel
· 18 years ago
c9f4f06
wrap access to thread_info
by Roman Zippel
· 18 years ago
1394f03
blackfin architecture
by Bryan Wu
· 18 years ago