summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: redo our linker script a bitMike Frysinger2007-06-111-111/+56Star
* Blackfin arch: make sure we initialize our L1 Data B section properly based o...Mike Frysinger2007-06-141-2/+3
* Blackfin arch: fix bug can not wakeup from sleep via push buttonsMichael Hennerich2007-06-141-2/+10
* Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-lineMike Frysinger2007-06-111-4/+3Star
* Blackfin arch: add missing gpio.h header to fix compiling in some pm configur...Michael Hennerich2007-06-111-1/+1
* Blackfin arch: As Mike pointed out range goes form m..MAX_BLACKFIN_GPIO -1Michael Hennerich2007-06-111-1/+1
* Blackfin arch: fix spelling typo in outputMike Frysinger2007-06-111-1/+1
* Blackfin arch: try to split up functions like this into smaller units accordi...Aubrey Li2007-06-141-112/+121
* Blackfin arch: add proper ENDPROC()Mike Frysinger2007-06-1121-8/+72
* Blackfin arch: move more of our startup code to .init so it can be freed once...Mike Frysinger2007-06-114-20/+29
* Blackfin arch: unify differences between our diff head.S files -- no function...Mike Frysinger2007-06-113-27/+32
* Blackfin arch: update defconfigsMike Frysinger2007-06-115-214/+528
* Blackfin arch: scrub old console definesMike Frysinger2007-06-111-35/+0Star
* Blackfin arch: implement a basic /proc/sram file for L1 allocation visibilityMike Frysinger2007-06-141-12/+80
* Blackfin arch: mark our memory init functions with __init so they get freed a...Mike Frysinger2007-06-112-14/+14
* Blackfin arch: all symbols were offset by 4k, since we didn't have the __text...Robin Getz2007-06-111-0/+1
* Blackfin arch: spelling fixesSimon Arlott2007-06-1114-17/+17
* Blackfin arch: DMA code minor naming convention fixAubrey Li2007-06-111-3/+3
* Blackfin arch: remove defconfig fileMike Frysinger2007-06-111-1327/+0Star
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-06-1111-29/+36
|\
| * [MIPS] Fix IP27 buildAtsushi Nemoto2007-06-111-1/+1
| * [MIPS] Fix modpost warnings by making start_secondary __cpuinitRalf Baechle2007-06-111-1/+1
| * [MIPS] SMTC: Fix build error caused by nonsense code.Chris Dearman2007-06-111-14/+2Star
| * [MIPS] SMTC: The MT ASE requires to initialize c0_pagemask and c0_wired.Ralf Baechle2007-06-111-0/+7
| * [MIPS] SMTC: Don't continue in set_vi_srs_handler on detected bad arguments.Ralf Baechle2007-06-111-2/+3
| * [MIPS] SMTC: Fix warning.Ralf Baechle2007-06-111-2/+2
| * [MIPS] Wire up utimensat, signalfd, timerfd, eventfdAtsushi Nemoto2007-06-114-1/+17
| * [MIPS] Atlas: Fix build.Ralf Baechle2007-06-111-3/+2Star
| * [MIPS] Always install the DSP exception handler.Chris Dearman2007-06-111-2/+1Star
| * [MIPS] SMTC: Don't set and restore irqregs ptr from self_ipi.Ralf Baechle2007-06-111-3/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-06-093-14/+104
|\ \
| * | [SPARC64]: Handle PCI bridges without 'ranges' property.David S. Miller2007-06-082-13/+103
| * | [SPARC64]: Include <linux/rwsem.h> instead of <asm/rwsem.h>.Robert P. J. Day2007-06-081-1/+1
| |/
* | x86_64: oops_begin() fixAndrew Morton2007-06-091-1/+2
* | fix sysrq-m oopsBob Picco2007-06-091-0/+2
* | uml: get declaration of simple_strtoulJeff Dike2007-06-094-22/+20Star
* | uml: fix kernel stack size on x86_64Jeff Dike2007-06-091-0/+1
* | potential parse error in ifdef part 3Yoann Padioleau2007-06-093-7/+7
* | m68knommu: fix ColdFire timer off by 1Greg Ungerer2007-06-091-4/+6
|/
* Merge git://git.linux-xtensa.org/kernel/xtensa-feedLinus Torvalds2007-06-0812-599/+414Star
|\
| * [XTENSA] Remove non-rt signal handlingChris Zankel2007-06-013-498/+334Star
| * [XTENSA] Move common sections into bss sectionsChris Zankel2007-06-011-8/+11
| * [XTENSA] clean-up header filesChris Zankel2007-06-012-47/+32Star
| * [XTENSA] Remove multi-exported symbols from xtensa_ksyms.cChris Zankel2007-06-011-11/+0Star
| * [XTENSA] fix sources using deprecated assembler directiveChris Zankel2007-06-012-32/+34
| * [XTENSA] Spelling fixes in arch/xtensaChris Zankel2007-06-013-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-06-083-60/+65
|\ \
| * | [SPARC64]: Fix SBUS IRQ regression caused by PCI-E driver.David S. Miller2007-06-082-54/+54
| * | [SPARC64]: Fix 2 bugs in PCI Sabre bus scanning.David S. Miller2007-06-081-6/+11
* | | enable interrupts in user path of page fault.Steven Rostedt2007-06-082-0/+11