index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
/
kernel
/
setup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Blackfin: drop 4KB reserve at end of memory
Barry Song
2009-12-15
1
-5
/
+0
*
Blackfin: announce current cpu rev when booting
Robin Getz
2009-12-15
1
-1
/
+1
*
Blackfin: calculate on-chip lengths at link time rather than run time
Mike Frysinger
2009-12-15
1
-23
/
+16
*
Blackfin: mass clean up of copyright/licensing info
Robin Getz
2009-10-07
1
-5
/
+1
*
Blackfin: fix spelling in a few comments
Michael Hennerich
2009-09-16
1
-2
/
+2
*
Blackfin: punt dead cache locking code
Mike Frysinger
2009-09-16
1
-51
/
+0
*
Blackfin: catch hardware errors earlier during booting
Robin Getz
2009-09-16
1
-0
/
+3
*
Blackfin: add an early shadow console
Robin Getz
2009-09-16
1
-0
/
+2
*
Blackfin: clean up early memory setup code
Robin Getz
2009-09-16
1
-28
/
+32
*
Blackfin: drop per-cpu loops_per_jiffy tracking
Michael Hennerich
2009-07-16
1
-4
/
+3
*
Blackfin: drop duplicate runtime checking of anomaly 05000448
Robin Getz
2009-07-16
1
-4
/
+0
*
Blackfin: fix silent crash when no uClinux MTD filesystem exists
Robin Getz
2009-07-16
1
-10
/
+16
*
Blackfin: drop dead flash_probe call
Mike Frysinger
2009-07-16
1
-7
/
+0
*
Remove multiple KERN_ prefixes from printk formats
Joe Perches
2009-07-08
1
-20
/
+21
*
Blackfin: fix early crash when booting on wrong cpu
Robin Getz
2009-06-22
1
-8
/
+15
*
Blackfin: decouple unrelated cache settings to get exact behavior
Jie Zhang
2009-06-22
1
-18
/
+78
*
Blackfin: fix accidental reset in some boot modes
Sonic Zhang
2009-06-22
1
-1
/
+2
*
Blackfin: add blackfin_invalidate_entire_icache for SMP systems
Sonic Zhang
2009-06-13
1
-0
/
+3
*
Blackfin: include the cpu compiled version in /proc/cpuinfo
Robin Getz
2009-06-13
1
-2
/
+11
*
Blackfin: override default uClinux MTD addr/size
Mike Frysinger
2009-06-12
1
-4
/
+7
*
Blackfin: detect anomaly 05000274
Sonic Zhang
2009-06-12
1
-7
/
+2
*
Blackfin: do not append newlines to panic() messages
Mike Frysinger
2009-06-12
1
-4
/
+4
*
Blackfin: fix early L1 relocation crash
Robin Getz
2009-06-12
1
-23
/
+28
*
Blackfin arch: remove spurious dash when dcache is off
Mike Frysinger
2009-03-05
1
-3
/
+3
*
Blackfin arch: Random read/write errors are a bad thing
Robin Getz
2009-03-05
1
-0
/
+4
*
Blackfin arch: Update Copyright information
Michael Hennerich
2009-02-04
1
-1
/
+1
*
Blackfin arch: define bfin_memmap as static since it is only used here
Mike Frysinger
2009-02-04
1
-1
/
+1
*
Blackfin arch: read SYSCR on newer parts that mirror the bits of SWRST in it
Mike Frysinger
2009-02-04
1
-0
/
+6
*
Blackfin arch: Print out where the bootmode is coming from (for easier debugg...
Robin Getz
2009-02-04
1
-0
/
+2
*
Blackfin arch: rewrite get_sclk()/get_vco()
Mike Frysinger
2009-01-07
1
-15
/
+16
*
Blackfin arch: Faster C implementation of no-MPU CPLB handler
Bernd Schmidt
2009-01-07
1
-8
/
+1
*
Blackfin arch: panic when running on a chip rev below what we are compiled for
Robin Getz
2009-01-07
1
-1
/
+4
*
Blackfin arch: do not allow people to pass in a diff clkin_hz value
Mike Frysinger
2009-01-07
1
-0
/
+4
*
Blackfin arch: allow clkin_hz to be specified on the command line
Mike Frysinger
2009-01-07
1
-3
/
+21
*
Blackfin arch: show_cpuinfo - consolidate ugly casts
Mike Frysinger
2009-01-07
1
-11
/
+8
*
Blackfin arch: include linux/mm.h since we use PAGE_ALIGN and such
Mike Frysinger
2009-01-07
1
-0
/
+1
*
Blackfin arch: rewrite dma_memcpy() and dma in/out functions
Mike Frysinger
2009-01-07
1
-0
/
+2
*
Blackfin arch: delete now unused "cclk" member of blackfin_cpudata
Mike Frysinger
2009-01-07
1
-1
/
+0
*
Blackfin arch: Fix bug - change cpufreq doesn't take effect on bf537 now
Michael Hennerich
2008-11-18
1
-3
/
+4
*
Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...
Graf Yang
2008-11-18
1
-52
/
+111
*
Blackfin arch: dont warn when running a kernel on the oldest supported silicon
Mike Frysinger
2008-10-28
1
-1
/
+1
*
Blackfin arch: don't copy bss when copying L1
Mike Frysinger
2008-10-27
1
-5
/
+5
*
Blackfin arch: introducing bfin_addr_dcachable
Vitja Makarov
2008-10-13
1
-0
/
+1
*
Blackfin arch: fix a typo in comments
Bryan Wu
2008-10-10
1
-1
/
+1
*
Blackfin arch: print out error/warning if you are running on the incorrect CP...
Robin Getz
2008-10-10
1
-16
/
+27
*
Blackfin arch: Move all the silicon rev handling to one place
Mike Frysinger
2008-10-09
1
-1
/
+2
*
Blackfin arch: correct icache size in show_cpuinfo(), let c_start() return pr...
Graf Yang
2008-10-09
1
-4
/
+10
*
Blackfin arch: Modify some funtion names to more genernal ones
Graf Yang
2008-10-08
1
-4
/
+4
*
Blackfin arch: add supporting for double fault debug handling
Robin Getz
2008-10-08
1
-10
/
+20
*
Blackfin arch: use %pF when printing out the double fault address so we get s...
Mike Frysinger
2008-08-14
1
-1
/
+1
[next]