index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
blackfin
/
kernel
/
setup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-16
Blackfin: drop per-cpu loops_per_jiffy tracking
Michael Hennerich
1
-4
/
+3
2009-07-16
Blackfin: drop duplicate runtime checking of anomaly 05000448
Robin Getz
1
-4
/
+0
2009-07-16
Blackfin: fix silent crash when no uClinux MTD filesystem exists
Robin Getz
1
-10
/
+16
2009-07-16
Blackfin: drop dead flash_probe call
Mike Frysinger
1
-7
/
+0
2009-07-08
Remove multiple KERN_ prefixes from printk formats
Joe Perches
1
-20
/
+21
2009-06-22
Blackfin: fix early crash when booting on wrong cpu
Robin Getz
1
-8
/
+15
2009-06-22
Blackfin: decouple unrelated cache settings to get exact behavior
Jie Zhang
1
-18
/
+78
2009-06-22
Blackfin: fix accidental reset in some boot modes
Sonic Zhang
1
-1
/
+2
2009-06-13
Blackfin: add blackfin_invalidate_entire_icache for SMP systems
Sonic Zhang
1
-0
/
+3
2009-06-13
Blackfin: include the cpu compiled version in /proc/cpuinfo
Robin Getz
1
-2
/
+11
2009-06-12
Blackfin: override default uClinux MTD addr/size
Mike Frysinger
1
-4
/
+7
2009-06-12
Blackfin: detect anomaly 05000274
Sonic Zhang
1
-7
/
+2
2009-06-12
Blackfin: do not append newlines to panic() messages
Mike Frysinger
1
-4
/
+4
2009-06-12
Blackfin: fix early L1 relocation crash
Robin Getz
1
-23
/
+28
2009-03-05
Blackfin arch: remove spurious dash when dcache is off
Mike Frysinger
1
-3
/
+3
2009-03-05
Blackfin arch: Random read/write errors are a bad thing
Robin Getz
1
-0
/
+4
2009-02-04
Blackfin arch: Update Copyright information
Michael Hennerich
1
-1
/
+1
2009-02-04
Blackfin arch: define bfin_memmap as static since it is only used here
Mike Frysinger
1
-1
/
+1
2009-02-04
Blackfin arch: read SYSCR on newer parts that mirror the bits of SWRST in it
Mike Frysinger
1
-0
/
+6
2009-02-04
Blackfin arch: Print out where the bootmode is coming from (for easier debugg...
Robin Getz
1
-0
/
+2
2009-01-07
Blackfin arch: rewrite get_sclk()/get_vco()
Mike Frysinger
1
-15
/
+16
2009-01-07
Blackfin arch: Faster C implementation of no-MPU CPLB handler
Bernd Schmidt
1
-8
/
+1
2009-01-07
Blackfin arch: panic when running on a chip rev below what we are compiled for
Robin Getz
1
-1
/
+4
2009-01-07
Blackfin arch: do not allow people to pass in a diff clkin_hz value
Mike Frysinger
1
-0
/
+4
2009-01-07
Blackfin arch: allow clkin_hz to be specified on the command line
Mike Frysinger
1
-3
/
+21
2009-01-07
Blackfin arch: show_cpuinfo - consolidate ugly casts
Mike Frysinger
1
-11
/
+8
2009-01-07
Blackfin arch: include linux/mm.h since we use PAGE_ALIGN and such
Mike Frysinger
1
-0
/
+1
2009-01-07
Blackfin arch: rewrite dma_memcpy() and dma in/out functions
Mike Frysinger
1
-0
/
+2
2009-01-07
Blackfin arch: delete now unused "cclk" member of blackfin_cpudata
Mike Frysinger
1
-1
/
+0
2008-11-18
Blackfin arch: Fix bug - change cpufreq doesn't take effect on bf537 now
Michael Hennerich
1
-3
/
+4
2008-11-18
Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...
Graf Yang
1
-52
/
+111
2008-10-28
Blackfin arch: dont warn when running a kernel on the oldest supported silicon
Mike Frysinger
1
-1
/
+1
2008-10-27
Blackfin arch: don't copy bss when copying L1
Mike Frysinger
1
-5
/
+5
2008-10-13
Blackfin arch: introducing bfin_addr_dcachable
Vitja Makarov
1
-0
/
+1
2008-10-10
Blackfin arch: fix a typo in comments
Bryan Wu
1
-1
/
+1
2008-10-10
Blackfin arch: print out error/warning if you are running on the incorrect CP...
Robin Getz
1
-16
/
+27
2008-10-09
Blackfin arch: Move all the silicon rev handling to one place
Mike Frysinger
1
-1
/
+2
2008-10-09
Blackfin arch: correct icache size in show_cpuinfo(), let c_start() return pr...
Graf Yang
1
-4
/
+10
2008-10-08
Blackfin arch: Modify some funtion names to more genernal ones
Graf Yang
1
-4
/
+4
2008-10-08
Blackfin arch: add supporting for double fault debug handling
Robin Getz
1
-10
/
+20
2008-08-14
Blackfin arch: use %pF when printing out the double fault address so we get s...
Mike Frysinger
1
-1
/
+1
2008-08-14
Blackfin arch: Print out doublefault addresses, so debug can occur
Robin Getz
1
-1
/
+6
2008-08-14
Blackfin arch: cleanup cache lock code
Mike Frysinger
1
-1
/
+1
2008-08-13
Blackfin arch: convert L2 defines to be the same as the L1 defines
Mike Frysinger
1
-7
/
+7
2008-08-06
Blackfin arch: move async memory programming into common setup_arch() as the ...
Mike Frysinger
1
-0
/
+10
2008-07-26
Blackfin arch: If we double fault, rather than hang forever, reset
Robin Getz
1
-2
/
+5
2008-07-26
Blackfin arch: When icache is off, make sure people know it
Robin Getz
1
-5
/
+12
2008-07-26
Blackfin arch: cache the values of vco/sclk/cclk as the overhead of doing so ...
Mike Frysinger
1
-10
/
+34
2008-07-26
Blackfin arch: check the EXTBANKS field of the DDRCTL1 register to see if we ...
Mike Frysinger
1
-0
/
+2
2008-07-19
Blackfin arch: Extend sram malloc to handle L2 SRAM.
Sonic Zhang
1
-0
/
+10
[next]