index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from pro...
Mike Frysinger
2007-11-21
5
-55
/
+61
*
Blackfin arch: use common __INIT/__FINIT defines rather than setting the .sec...
Mike Frysinger
2007-11-21
1
-2
/
+3
*
Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get ...
Robin Getz
2007-11-21
1
-6
/
+8
*
Blackfin arch: Ensure we printk out strings with the proper loglevel
Robin Getz
2007-11-21
3
-42
/
+94
*
Blackfin arch: Need to specify ax with the .init.text section,
Bernd Schmidt
2007-11-21
1
-1
/
+1
*
Blackfin arch: Update Kconfig to latest Blackfin silicon datasheets
Robin Getz
2007-11-21
1
-5
/
+5
*
Blackfin arch: update defconfig files
Mike Frysinger
2007-11-21
8
-218
/
+146
*
Blackfin arch: Fix typo, and add ENDPROC - no functional changes
Mike Frysinger
2007-11-21
1
-1
/
+2
*
Blackfin arch: convert READY to DMA_READY as it causes build errors in common...
Mike Frysinger
2007-11-21
2
-2
/
+2
*
Blackfin arch: add defines for the on-chip L1 ROM of BF54x
Mike Frysinger
2007-11-21
1
-0
/
+5
*
Blackfin arch: cplb and map header file cleanup
Mike Frysinger
2007-11-21
7
-36
/
+45
*
Blackfin arch: cleanup the cplb declares
Mike Frysinger
2007-11-21
2
-38
/
+22
*
Blackfin arch: fix broken on BF52x, remove silly checks on processors for L1_...
Mike Frysinger
2007-11-21
5
-10
/
+0
*
Blackfin arch: add support for working around anomaly 05000312
Mike Frysinger
2007-11-21
1
-24
/
+42
*
Blackfin arch: cleanup BF54x header file and add BF547 definition
Mike Frysinger
2007-11-21
1
-18
/
+16
*
Blackfin arch: fix building for BF542 processors which only have 1 TWI
Mike Frysinger
2007-11-21
1
-0
/
+4
*
Blackfin arch: rename _return_from_exception to _bfin_return_from_exception a...
Mike Frysinger
2007-11-21
3
-4
/
+6
*
Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually d...
Mike Frysinger
2007-11-21
6
-7
/
+42
*
Blackfin arch: fix bug NOR Flash MTD mount fail
Sonic Zhang
2007-11-21
2
-0
/
+35
*
Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usage
Cliff Cai
2007-11-21
1
-0
/
+1
*
Blackfin arch: cleanup kernel exception message, don't insult the customer.
Robin Getz
2007-11-17
1
-2
/
+2
*
Blackfin arch: fix bug kernel not to boot up with mtd filesystems
Bernd Schmidt
2007-11-17
3
-33
/
+24
*
Blackfin arch: More explicitly describe what the instructions do in inline as...
Jie Zhang
2007-11-17
1
-4
/
+4
*
Blackfin arch: add AXIS AX88180 Gigabit Ethernet Hardware and Driver to board...
Michael Hennerich
2007-11-17
2
-0
/
+53
*
Blackfin arch: print out modules that are loaded if we get a kernel oops
Robin Getz
2007-11-17
1
-0
/
+1
*
Blackfin arch: Add assembly function insl_16
Michael Hennerich
2007-11-17
3
-0
/
+21
*
Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd
Mike Frysinger
2007-11-23
3
-378
/
+8
*
Blackfin arch: fix spurious newline in header
Mike Frysinger
2007-11-17
1
-1
/
+1
*
Blackfin arch: unexport get_wchan
Adrian Bunk
2007-11-17
1
-1
/
+0
*
Blackfin arch: remove dump_thread()
Adrian Bunk
2007-11-17
3
-47
/
+0
*
Blackfin arch: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE"
Robert P. J. Day
2007-11-17
1
-1
/
+1
*
Blackfin arch: Dont use cs_change_per_word, since the AD7877 driver doesnt re...
Michael Hennerich
2007-11-15
5
-7
/
+7
*
Blackfin arch: relocate linux/usb_isp1362.h to linux/usb/isp1362.h like in ne...
Mike Frysinger
2007-11-15
10
-10
/
+10
*
Blackfin arch: the usb_sl811.h header has been moved to usb/sl811.h so lets u...
Mike Frysinger
2007-11-15
1
-1
/
+1
*
Blackfin arch: do not include linux/autoconf.h
Mike Frysinger
2007-11-15
2
-2
/
+0
*
Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since t...
Mike Frysinger
2007-11-15
7
-12
/
+12
*
Blackfin arch: sharing the board-specific MAC function does not make sense so...
Mike Frysinger
2007-11-22
9
-102
/
+43
*
Blackfin arch: fix double fault definition for BF561 core A and core B
Mike Frysinger
2007-11-15
1
-2
/
+2
*
Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIO
Mike Frysinger
2007-11-15
12
-72
/
+18
*
Blackfin arch: fix missing newline to file
Mike Frysinger
2007-11-15
1
-1
/
+1
*
Blackfin arch: add BF547 to list of accepted procs
Mike Frysinger
2007-11-15
2
-1
/
+8
*
Blackfin arch: move the init sections to the end of memory to help decrease m...
Robin Getz
2007-11-15
3
-24
/
+33
*
Blackfin arch: split debug stuff off into Kconfig.debug like everyone else
Mike Frysinger
2007-11-21
2
-168
/
+179
*
Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN
Mike Frysinger
2007-11-23
9
-13
/
+9
*
Blackfin arch: fix indentation -- use tabs, not spaces
Mike Frysinger
2007-11-15
1
-4
/
+4
*
Blackfin arch: split board selection off into mach subdirs
Mike Frysinger
2007-11-15
16
-102
/
+136
*
Blackfin arch: fix silicon rev display and selection for BF52x/BF54x
Mike Frysinger
2007-11-15
1
-3
/
+3
*
Blackfin arch: add a compatible DOUBLE_FAULT define to enable resets on doubl...
Mike Frysinger
2007-11-12
1
-6
/
+9
*
Blackfin arch: remove mention of uClinux/no-mmu ... we are just Blackfin Linux
Mike Frysinger
2007-11-15
1
-1
/
+1
*
Blackfin arch: Default config for HV Sistemas H8606 board
Javier Herrero
2007-11-15
1
-0
/
+1168
[next]