index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
/
kernel
/
setup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-25
[Blackfin] arch: take DDR DEVWD into consideration as well for BF548
Michael Hennerich
1
-6
/
+13
2008-04-25
[Blackfin] arch: BF54x memsizes are in mbits, not mbytes
Mike Frysinger
1
-4
/
+4
2008-04-25
[Blackfin] arch: detect the memory available in the system on the fly by default
Mike Frysinger
1
-1
/
+44
2008-04-24
[Blackfin] arch: now that we can panic() early, dont need the delayed L1 overflow check
Mike Frysinger
1
-11
/
+1
2008-04-24
[Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernel
Sonic Zhang
1
-3
/
+3
2008-04-24
[Blackfin] arch: Add a little bit more runtime info for MPU
Robin Getz
1
-2
/
+6
2008-04-24
[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files
Mike Frysinger
1
-0
/
+1
2008-03-26
[Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn.
Yi Li
1
-7
/
+45
2008-02-25
[Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the watchdog) need it
Mike Frysinger
1
-0
/
+1
2008-02-22
[Blackfin] arch: add fixed code to the memory map output
Mike Frysinger
1
-1
/
+3
2008-02-02
[Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option into the function it actually gets used in
Mike Frysinger
1
-3
/
+4
2008-02-02
[Blackfin] arch: simpler header and update dates
Mike Frysinger
1
-24
/
+5
2008-02-02
[Blackfin] arch: move the init sections to the end of memory
Mike Frysinger
1
-7
/
+7
2008-02-02
[Blackfin] arch: Fix BUG - Enable ISP1362 driver to work ok with BF561
Michael Hennerich
1
-8
/
+10
2008-02-09
[Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" options to blackfin, based on arch/i386/kernel/e820.c
Yi Li
1
-114
/
+427
2008-02-08
procfs: constify function pointer tables
Jan Engelhardt
1
-1
/
+1
2008-02-07
Introduce flags for reserve_bootmem()
Bernhard Walle
1
-1
/
+1
2008-01-27
[Blackfin] arch: fix bug kernel boot message: memory information is not reasonable
Yi Li
1
-0
/
+1
2008-01-27
[Blackfin] arch: Initial checkin of the memory protection support.
Bernd Schmidt
1
-0
/
+10
2007-12-24
[Blackfin] arch: scrub dead alive/idle LED code
Mike Frysinger
1
-2
/
+0
2007-11-18
Blackfin arch: fix bug kernel not to boot up with mtd filesystems
Bernd Schmidt
1
-4
/
+4
2007-11-23
Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd
Mike Frysinger
1
-2
/
+7
2007-11-15
Blackfin arch: move the init sections to the end of memory to help decrease memory fragementation
Robin Getz
1
-4
/
+4
2007-10-29
Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things.
Robin Getz
1
-0
/
+2
2007-10-29
Blackfin arch: fix bug: tell users if the kernel is recovering from a fault condition
Robin Getz
1
-2
/
+9
2007-10-22
Blackfin arch: Javier Herrer writes: fix building when icache and dcache is disabled
Mike Frysinger
1
-2
/
+2
2007-10-21
Blackfin arch: add functions for converting between sclks and usecs
Mike Frysinger
1
-1
/
+13
2007-10-21
Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage
Mike Frysinger
1
-10
/
+10
2007-10-21
Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else
Robin Getz
1
-38
/
+60
2007-10-09
Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt tables are set up will print out
Robin Getz
1
-17
/
+21
2007-09-12
Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz)
Mike Frysinger
1
-1
/
+1
2007-08-27
Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well with DEBUG_KERNEL_START
Robin Getz
1
-5
/
+0
2007-10-10
Blackfin arch: to do some consolidation of common code and common name spaces
Robin Getz
1
-14
/
+15
2007-07-25
Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines
Mike Frysinger
1
-10
/
+10
2007-07-25
Blackfin arch: Initialize the exception vectors early in the boot process
Bernd Schmidt
1
-0
/
+1
2007-07-24
Blackfin arch: use bfin_read_SWRST() now that BF561 provides it
Mike Frysinger
1
-4
/
+0
2007-07-12
Blackfin arch: Enable BF54x PIN/GPIO interrupts
Michael Hennerich
1
-2
/
+2
2007-07-12
Blackfin arch: cleanup warnings from checkpatch -- no functional changes
Mike Frysinger
1
-23
/
+21
2007-06-21
Blackfin arch: Clean up trace buffer handling, No major functional changes.
Robin Getz
1
-3
/
+11
2007-07-12
Blackfin arch: Start untangling the CPLB handling code.
Bernd Schmidt
1
-287
/
+2
2007-06-21
Blackfin arch: defines and provides entry points for certain user space functions at fixed addresses
Bernd Schmidt
1
-0
/
+22
2007-07-12
Blackfin arch: initial supporting for BF548-EZKIT
Roy Huang
1
-1
/
+2
2007-06-25
Blackfin arch: Add proper -mcpu option according to the cpu and silicon revision configuration
Jie Zhang
1
-4
/
+14
2007-06-21
Blackfin arch: match kernel startup messaage with new linker script
Robin Getz
1
-3
/
+5
2007-06-11
Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-line
Mike Frysinger
1
-4
/
+3
2007-06-14
Blackfin arch: try to split up functions like this into smaller units according to LKML review
Aubrey Li
1
-112
/
+121
2007-06-11
Blackfin arch: move more of our startup code to .init so it can be freed once we are up and running
Mike Frysinger
1
-5
/
+5
2007-05-21
Blackfin arch: cache SWRST value at bootup so other things like watchdog can non-destructively query it
Mike Frysinger
1
-0
/
+8
2007-05-21
Blackfin arch: move board specific setup out of common init code and into the board specific init code
Mike Frysinger
1
-18
/
+2
2007-05-21
Blackfin arch: Fix bug using usb keyboard crashes kernel
Michael Hennerich
1
-1
/
+3
[next]