summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.linux-xtensa.org/kernel/xtensa-feedLinus Torvalds2007-06-0712-599/+414
|\
| * [XTENSA] Remove non-rt signal handlingChris Zankel2007-05-313-498/+334
| * [XTENSA] Move common sections into bss sectionsChris Zankel2007-05-311-8/+11
| * [XTENSA] clean-up header filesChris Zankel2007-05-312-47/+32
| * [XTENSA] Remove multi-exported symbols from xtensa_ksyms.cChris Zankel2007-05-311-11/+0
| * [XTENSA] fix sources using deprecated assembler directiveChris Zankel2007-05-312-32/+34
| * [XTENSA] Spelling fixes in arch/xtensaChris Zankel2007-05-313-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-06-073-60/+65
|\ \
| * | [SPARC64]: Fix SBUS IRQ regression caused by PCI-E driver.David S. Miller2007-06-072-54/+54
| * | [SPARC64]: Fix 2 bugs in PCI Sabre bus scanning.David S. Miller2007-06-071-6/+11
* | | enable interrupts in user path of page fault.Steven Rostedt2007-06-072-0/+11
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-06-074-12/+11
|\ \ \
| * | | [ARM] Solve buggy smp_processor_id() usageRussell King2007-06-021-0/+2
| * | | [ARM] 4419/1: AT91: SAM9 USB clocks check for suspendingAndrew Victor2007-06-021-6/+5
| * | | [ARM] 4418/1: AT91: Number of programmable clocks differsAndrew Victor2007-06-021-5/+0
| * | | [ARM] 4392/2: Do not corrupt the SP register in compressed/head.SCatalin Marinas2007-06-021-1/+4
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-06-0716-71/+110
|\ \ \ \
| * | | | [MIPS] Fix warning by moving do_default_vi into CONFIG_CPU_MIPSR2_SRSAtsushi Nemoto2007-06-061-6/+6
| * | | | [MIPS] Fix some minor typoes in arch/mips/Kconfig.Robert P. J. Day2007-06-061-3/+3
| * | | | [MIPS] Remove prototype for deleted function qemu_handle_intRalf Baechle2007-06-061-2/+0
| * | | | [MIPS] Fix some system calls with long long argumentsAtsushi Nemoto2007-06-063-2/+12
| * | | | [MIPS] Make dma_map_sg handle sg elements which are longer than one pageThomas Bogendoerfer2007-06-061-2/+3
| * | | | [MIPS] Fix VGA corruption on RM300CThomas Bogendoerfer2007-06-061-1/+32
| * | | | [MIPS] RM300: Fix MMIO problems by marking the PCI INT ACK region busyThomas Bogendoerfer2007-06-061-1/+17
| * | | | [MIPS] EMMA2RH: remove dead KGDB codeSergei Shtylyov2007-06-061-24/+0
| * | | | [MIPS] Remove duplicate fpu enable hazard code.Chris Dearman2007-06-061-1/+1
| * | | | [MIPS] Atlas, Malta, SEAD: Remove scroll from interrupt handler.Ralf Baechle2007-06-065-29/+36
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-06-076-9/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | sh: Fix se73180 platform device registration.Paul Mundt2007-06-041-2/+2
| * | | | sh: ioremap() through PMB needs asm/mmu.h.Paul Mundt2007-06-041-0/+1
| * | | | sh: voyagergx: Fix build warnings.Paul Mundt2007-06-041-6/+7
| * | | | sh: Fix SH4-202 clock fwk set_rate() mismatch.Paul Mundt2007-06-041-1/+1
| * | | | sh: microdev: Fix compile warnings.Paul Mundt2007-06-041-0/+1
| * | | | sh: Fix in_nmi symbol build error.Paul Mundt2007-06-041-0/+2
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-06-078-42/+428
|\ \ \ \ \
| * | | | | [SPARC64]: Fix {mc,smt}_capable().David S. Miller2007-06-043-0/+9
| * | | | | [SPARC64]: Make core and sibling groups equal on UltraSPARC-IV.David S. Miller2007-06-041-1/+2
| * | | | | [SPARC64]: Proper multi-core scheduling support.David S. Miller2007-06-044-1/+77
| * | | | | [SPARC64]: Provide mmu statistics via sysfs.David Miller2007-06-042-15/+222
| * | | | | [SPARC64]: Fix service channel hypervisor function names.David Miller2007-06-041-20/+20
| * | | | | [SPARC64]: Export basic cpu properties via sysfs.David S. Miller2007-06-041-0/+86
| * | | | | [SPARC64]: Move topology init code into new file, sysfs.cDavid S. Miller2007-06-043-21/+28
| | |/ / / | |/| | |
* | | | | [POWERPC] Fix building of COFF zImagesPaul Mackerras2007-06-071-0/+1
* | | | | [POWERPC] spufs: Fix error handling in spufs_fill_dir()Sebastian Siewior2007-06-071-2/+15
* | | | | [POWERPC] spufs: Don't yield nosched contextChristoph Hellwig2007-06-071-3/+5
* | | | | [POWERPC] scc_sio: Fix link failureChristoph Hellwig2007-06-071-1/+1
* | | | | [POWERPC] cbe_cpufreq: Limit frequency via cpufreq notifier chainThomas Renninger2007-06-071-6/+27
* | | | | [POWERPC] Fix pci_setup_phb_io_dynamic for pci_iomapArnd Bergmann2007-06-071-1/+1
* | | | | [POWERPC] spufs scheduler: Fix wakeup racesChristoph Hellwig2007-06-071-82/+77
* | | | | [POWERPC] spufs: Synchronize pte invalidation vs ps closeChristoph Hellwig2007-06-073-30/+32
OpenPOWER on IntegriCloud