summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-10-212-2/+44
|\
| * [PATCH] x86-64: increase PHB1 split transaction timeoutMuli Ben-Yehuda2006-10-221-1/+43
| * [PATCH] x86-64: Fix C3 timer testAndi Kleen2006-10-221-1/+1
* | [MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_pageRalf Baechle2006-10-213-10/+175
* | [MIPS] Cleanup remaining references to mips_counter_frequency.Ralf Baechle2006-10-212-2/+2
|/
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-10-2115-73/+76
|\
| * [PATCH] x86-64: Revert timer routing behaviour back to 2.6.16 stateAndi Kleen2006-10-212-5/+6
| * [PATCH] x86-64: Overlapping program headers in physical addr space fixVivek Goyal2006-10-211-1/+2
| * [PATCH] x86-64: Put more than one cpu in TARGET_CPUSEric W. Biederman2006-10-211-1/+1
| * [PATCH] x86: Revert new unwind kernel stack terminationAndi Kleen2006-10-212-10/+1
| * [PATCH] x86-64: Use irq_domain in ioapic_retrigger_irqEric W. Biederman2006-10-211-2/+5
| * [PATCH] i386: Disable nmi watchdog on all ThinkPadsAndi Kleen2006-10-211-5/+5
| * [PATCH] x86-64: Revert interrupt backlink changesAndi Kleen2006-10-211-3/+0
| * [PATCH] x86-64: Fix ENOSYS in system call tracingJan Beulich2006-10-211-0/+2
| * [PATCH] i386: Fix fake return addressJeremy Fitzhardinge2006-10-211-1/+1
| * [PATCH] x86: Use -maccumulate-outgoing-argsAndi Kleen2006-10-212-0/+8
| * [PATCH] x86-64: fix page align in e820 allocatorVivek Goyal2006-10-211-7/+7
| * [PATCH] x86-64: Fix for arch/x86_64/pci/Makefile CFLAGSCorey Minyard2006-10-211-1/+1
| * [PATCH] i386: fix .cfi_signal_frame copy-n-paste errorAndrew Morton2006-10-211-2/+2
| * [PATCH] x86-64: typo in __assign_irq_vector when updating pos for vector and ...Yinghai Lu2006-10-211-3/+3
| * [PATCH] x86-64: x86_64 hot-add memory srat.c fixkeith mannthey2006-10-211-2/+2
| * [PATCH] i386: Update defconfigAndi Kleen2006-10-211-15/+15
| * [PATCH] x86-64: Update defconfigAndi Kleen2006-10-211-15/+15
* | [PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpcAndy Whitcroft2006-10-212-0/+10
|/
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-2018-218/+833
|\
| * [MIPS] Fix iounmap argument to const volatile.Ralf Baechle2006-10-191-1/+1
| * [MIPS] Reserve syscall numbers for kexec_load.Ralf Baechle2006-10-194-1/+5
| * [MIPS] Update tb0287_defconfigYoichi Yuasa2006-10-191-83/+99
| * [MIPS] Update pnx8550-v2pci_defconfigYoichi Yuasa2006-10-191-59/+382
| * [MIPS] Update pnx8500-jbs_defconfigYoichi Yuasa2006-10-191-54/+330
| * [MIPS] save_context_stack fixAtsushi Nemoto2006-10-191-1/+1
| * [MIPS] Use compat_sys_mount.Ralf Baechle2006-10-192-2/+2
| * [MIPS] Fix O32 personality(2) call with 0xffffffff argument.Thiemo Seufer2006-10-191-1/+3
| * [MIPS] A few more pt_regs fixups.Ralf Baechle2006-10-195-7/+6
| * [MIPS] Malta: Fix uninitialized regs pointer.Ralf Baechle2006-10-191-1/+2
| * [MIPS] Delete unneeded pt_regs forward declaration.Ralf Baechle2006-10-191-2/+0
| * [MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup()Franck Bui-Huu2006-10-191-6/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-202-2/+7
|\ \
| * | [SPARC64]: Fix of_ioremap().David S. Miller2006-10-191-1/+6
| * | [SPARC64]: Compute dma_end argument to sabre_pbm_init() correctly.David S. Miller2006-10-191-1/+1
| |/
* | [PATCH] one more ARM IRQ fixAdrian Bunk2006-10-201-1/+1
* | [PATCH] Fix potential interrupts during alternative patchingZachary Amsden2006-10-201-0/+4
* | [PATCH] uml: mmapper - remove just added but wrong "const" attributePaolo 'Blaisorblade' Giarrusso2006-10-201-1/+2
* | [PATCH] uml: kconfig - silence warningPaolo 'Blaisorblade' Giarrusso2006-10-201-0/+5
* | [PATCH] uml: cleanup run_helper() API to fix a leakPaolo 'Blaisorblade' Giarrusso2006-10-202-6/+3
* | [PATCH] uml: use DEFCONFIG_LIST to avoid reading host's configPaolo 'Blaisorblade' Giarrusso2006-10-201-0/+5
* | [PATCH] uml: reenable compilation of enable_timer, disabled by mistakePaolo 'Blaisorblade' Giarrusso2006-10-201-1/+2
* | [PATCH] uml: code convention cleanup of a filePaolo 'Blaisorblade' Giarrusso2006-10-201-25/+28
* | [PATCH] uml: split memory allocation prototypes out of user.hPaolo 'Blaisorblade' Giarrusso2006-10-2019-7/+33
* | [PATCH] uml: MODE_TT is bustJeff Dike2006-10-201-0/+1
OpenPOWER on IntegriCloud