summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | [Blackfin] arch: fix bug - make sure we check the right L1 lengthMeihui Fan2008-04-231-1/+1
| * | [Blackfin] arch: add support for the rest of the gptimers on the BF54xMeihui Fan2008-04-231-8/+16
| * | [Blackfin] arch: relocate MAX_SWITCH_{D,I}_CPLBS from the header to the file ...Mike Frysinger2008-04-232-11/+23
| * | [Blackfin] arch: MEM_ADD_WIDTH only gets used when reprogramming clocks, so d...Mike Frysinger2008-04-231-12/+12
| * | [Blackfin] arch: update reboot code to match latest info (really just copy fr...Mike Frysinger2008-04-231-29/+40
| * | [Blackfin] arch: fix bug - Make the MPU code aware of the async banks and the...Bernd Schmidt2008-04-231-19/+27
| * | [Blackfin] arch: fix bug - when using trace buffer with CONFIG_MPU enabled.Bernd Schmidt2008-04-231-1/+6
| * | [Blackfin] arch: fix up - CONFIG_BLKFIN_WT was renamed CONFIG_BFIN_WT while t...Bernd Schmidt2008-04-232-3/+3
| * | [Blackfin] arch: fix bug - grab locks when not atomicRobin Getz2008-03-261-4/+4
| * | [Blackfin] arch: fix bug - when we crash, current is not validRobin Getz2008-03-261-14/+23
| * | [Blackfin] arch: add i2c board info struct and move to new-style i2c interfaceBryan Wu2008-03-263-0/+99
| * | [Blackfin] arch: fix up gpio code style -- no functional changesMike Frysinger2008-03-261-47/+39
| * | [Blackfin] arch: dump the stack before printing out an error otherwise the st...Mike Frysinger2008-03-261-7/+7
| * | [Blackfin] arch: conditionally enable flash resources since it requests the a...Mike Frysinger2008-03-264-0/+20
| * | [Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: ...Yi Li2008-03-261-7/+45
| * | [Blackfin] arch: remove NOTES from linker scriptBernd Schmidt2008-03-261-2/+0
| * | [Blackfin] arch: add twi resources to CM_BF537 board as reported by Servaes J...Mike Frysinger2008-03-261-0/+26
| * | [Blackfin] arch: declare CHECKFLAGS to make sparse output more readableMike Frysinger2008-03-071-0/+5
| * | [Blackfin] arch: add missing __user marking to ss_sp member of signalstack an...Mike Frysinger2008-03-075-16/+19
| * | [Blackfin] arch: turn generic time on by defaultMike Frysinger2008-02-2912-12/+12
| * | [Blackfin] arch: add board bluetechnix kernel defconfigs to kernelMike Frysinger2008-02-294-0/+3778
| * | [Blackfin] arch: initial generic time and clock sourcesVitja Makarov2008-02-294-20/+253
| |/
* | Merge branch 'irq-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2008-04-241-1/+4
|\ \
| * | arm/mach-integrator/time.c, mwave: revert portions of recent irq cleanupsJeff Garzik2008-04-241-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-2437-450/+1020
|\ \ \
| * | | [SPARC64]: Detect trap frames in stack backtraces.David S. Miller2008-04-242-7/+28
| * | | [SPARC64]: %l6 trap return handling no longer necessary.David S. Miller2008-04-248-56/+38
| * | | [SPARC64]: Use trap type stored in pt_regs to handle syscall restart.David S. Miller2008-04-242-21/+21
| * | | [SPARC64]: Store magic cookie and trap type in pt_regs.David S. Miller2008-04-231-0/+4
| * | | [SPARC64]: PROM debug console can be CON_ANYTIME.David S. Miller2008-04-231-1/+1
| * | | sparc64: cleanup after SunOS/Solaris binary emulation removalAdrian Bunk2008-04-232-3/+1
| * | | sparc: cleanup after SunOS binary emulation removalAdrian Bunk2008-04-232-6/+0
| * | | [SPARC64]: Add NUMA support.David S. Miller2008-04-234-135/+792
| * | | [SPARC64]: Allocate TSB node-local.David S. Miller2008-04-231-1/+2
| * | | [SPARC64]: NUMA device infrastructure.David S. Miller2008-04-2313-22/+82
| * | | [SPARC64]: Kill pci_iommu_table_init() declaration.David S. Miller2008-04-231-2/+0
| * | | [SPARC64]: Once we have the boot cmdline, call parse_early_param()David S. Miller2008-04-231-0/+1
| * | | [SPARC64]: Initialize MDESC earlier and use lmb_alloc()David S. Miller2008-04-232-15/+19
| * | | [SPARC64]: Use lmb_alloc() for PROM device tree.David S. Miller2008-04-232-7/+11
| * | | [SPARC64]: Call real_setup_per_cpu_areas() earlier and use lmb_alloc().David S. Miller2008-04-232-5/+14
| * | | [SPARC64]: Fully use LMB information in bootmem_init().David S. Miller2008-04-231-82/+18
| * | | [SPARC64]: Start using LMB information in bootmem_init().David S. Miller2008-04-231-126/+6
| * | | [SPARC64]: Initialize LMB tables.David S. Miller2008-04-231-1/+13
| * | | [SPARC64]: Move ramdisk discovery code out to seperate function.David S. Miller2008-04-231-24/+33
| |/ /
* | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-04-2424-20/+31
|\ \ \
| * | | [ARM] fix 48d7927bdf071d05cf5d15b816cf06b0937cb84fCatalin Marinas2008-04-2423-17/+29
| * | | [ARM] fix lh7a40x/kev7a400 buildRussell King2008-04-201-3/+2
* | | | alpha: unbreak OSF/1 (a.out) binariesIvan Kokshaysky2008-04-241-0/+1
* | | | alpha: fix legacy mode PCI IDE controllersIvan Kokshaysky2008-04-242-17/+7
| |_|/ |/| |
* | | [IA64] move XP and XPC to drivers/misc/sgi-xpDean Nelson2008-04-228-6110/+1