summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+0
| * 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/+0
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-06-158-104/+202
|\ \
| * | [MIPS] Fix builds where MSC01E_xxx is undefined.Chris Dearman2007-06-141-1/+4
| * | [MIPS] Separate performance counter interruptsChris Dearman2007-06-144-46/+135
| * | [MIPS] Malta: Fix for SOCitSC based MaltasChris Dearman2007-06-144-61/+67
| |/
* | Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2007-06-152-1/+2
|\ \
| * | [AVR32] STK1000: Set SPI_MODE_3 in the ltv350qv board infoHaavard Skinnemoen2007-06-141-0/+1
| * | [AVR32] ratelimit segfault reporting rateAndrea Righi2007-06-141-1/+1
| |/
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-06-153-3/+19
|\ \
| * | [POWERPC] Fix console output getting dropped on platforms without udbg_putcMilton Miller2007-06-141-1/+7
| * | [POWERPC] Fix per-cpu allocation on oldworld SMP powermacsPaul Mackerras2007-06-142-2/+12
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2007-06-1424-165/+152
|\ \
| * | [PARISC] remove global_ack_eiemGrant Grundler2007-06-121-18/+8
| * | [PARISC] Fix kernel panic in check_ivtKyle McMartin2007-06-042-7/+5
| * | [PARISC] Fix bug when syscall nr is __NR_Linux_syscallsKyle McMartin2007-06-031-1/+1
| * | [PARISC] be more defensive in process.c::get_wchanKyle McMartin2007-05-301-0/+4
| * | [PARISC] fix "reduce size of task_struct on 64-bit machines" falloutKyle McMartin2007-05-302-4/+3
| * | [PARISC] fix null ptr deref in unwind.cKyle McMartin2007-05-301-1/+3
| * | [PARISC] remove remnants of parisc-specific softirq codeGrant Grundler2007-05-301-34/+1
| * | [PARISC] fix section mismatch in smp.cHelge Deller2007-05-301-1/+1
| * | [PARISC] Wire up utimensat/signalfd/timerfd/eventfd syscallsHelge Deller2007-05-271-0/+5
| * | [PARISC] fix section mismatches in arch/parisc/kernelHelge Deller2007-05-272-8/+8
| * | [PARISC] ROUND_UP macro cleanup in arch/pariscMilind Arun Choudhary2007-05-222-5/+3
| * | [PARISC] spelling fixes: arch/parisc/Simon Arlott2007-05-2213-30/+30
| * | [PARISC] Disable LWS debuggingAurelien Jarno2007-05-221-4/+4
| * | [PARISC] Let PA-8900 processors bootKyle McMartin2007-05-223-3/+8
| * | parisc: convert /proc/gsc/pcxl_dma to seq_fileAlexey Dobriyan2007-05-221-41/+53
| * | [PARISC] Wire up kexec_load syscallKyle McMartin2007-05-221-0/+1
| * | [PARISC] Move #undef to end of syscall tableKyle McMartin2007-05-221-5/+5
| * | parisc: sync compat getdentsAlexandr Andreev2007-05-221-2/+8
| * | parisc: make command_line[] staticAlexey Dobriyan2007-05-221-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-06-143-14/+134
|\ \ \
| * | | [SPARC64]: Fix args to sun4v_ldc_revoke().David S. Miller2007-06-131-2/+3
| * | | [SPARC64]: Fix IO/MEM space sizing for PCI.David S. Miller2007-06-131-3/+9
| * | | [SPARC64]: Wire up cookie based sun4v interrupt registry.David S. Miller2007-06-131-9/+122
| | |/ | |/|
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-06-144-7/+64
|\ \ \ | |/ / |/| |
| * | [ARM] 4445/1: ANUBIS: Fix CPLD registersBen Dooks2007-06-111-2/+2
| * | [ARM] 4444/2: OSIRIS: CPLD suspend fixBen Dooks2007-06-111-0/+39
| * | [ARM] 4443/1: OSIRIS: Add watchdog device to machine devicesBen Dooks2007-06-111-0/+1
| * | [ARM] 4442/1: OSIRIS: Fix CPLD register definitionsBen Dooks2007-06-111-4/+14
| * | [ARM] VFP: fix section mismatch errorRussell King2007-06-102-1/+8
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-06-1111-29/+36
|\ \ \ | |/ / |/| |
OpenPOWER on IntegriCloud