aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2005-11-07[PATCH] consolidate sys_ptrace()Gravatar Christoph Hellwig 19-818/+62
2005-11-07[PATCH] fix remaining missing includesGravatar Tim Schmielau 4-0/+4
2005-11-07[PATCH] Move Kprobes and Oprofile to "Instrumentation Support" menuGravatar Prasanna S Panchamukhi 15-81/+65
2005-11-07[PATCH] s390: merge common parts of head.S and head64.SGravatar Heiko Carstens 5-883/+381
2005-11-07[PATCH] s390: remove pagex supportGravatar Martin Schwidefsky 2-137/+5
2005-11-07[PATCH] s390: memory query wait pswGravatar Heiko Carstens 2-5/+3
2005-11-07[PATCH] s390: stop_hz_timer vs. xtime updatesGravatar Martin Schwidefsky 1-1/+7
2005-11-07[PATCH] s390: signal deliveryGravatar Heiko Carstens 2-4/+4
2005-11-07[PATCH] uml: build host-binaries with the native host arch againGravatar Paolo 'Blaisorblade' Giarrusso 1-2/+0
2005-11-07[PATCH] uml: fix hardcoded ZONE_* constants in zone setupGravatar Paolo 'Blaisorblade' Giarrusso 1-2/+2
2005-11-07[PATCH] uml: make tt mode-dependent options depend on MODE_TTGravatar Jeff Dike 1-22/+24
2005-11-07[PATCH] uml: big memory fixesGravatar Jeff Dike 7-14/+14
2005-11-07[PATCH] uml: maintain own LDT entriesGravatar Bodo Stroesser 11-141/+586
2005-11-07[PATCH] uml: separate libc-dependent helper codeGravatar Jeff Dike 19-56/+23
2005-11-07[PATCH] uml: separate libc-dependent early initializationGravatar Jeff Dike 3-36/+25
2005-11-07[PATCH] uml: separate libc-dependent uaccess codeGravatar Gennady Sharapov 8-71/+72
2005-11-07[PATCH] uml: fix UML network driver endianness bugsGravatar Bodo Stroesser 2-32/+8
2005-11-07[PATCH] uml: fix syscall stubsGravatar Paolo 'Blaisorblade' Giarrusso 2-33/+92
2005-11-07[PATCH] uml: improve stub debuggingGravatar Jeff Dike 1-0/+11
2005-11-07[PATCH] cris: "extern inline" -> "static inline"Gravatar Adrian Bunk 4-6/+6
2005-11-07[PATCH] x86: add MCE resumeGravatar Shaohua Li 8-12/+10
2005-11-07[PATCH] arch/i386/kernel/scx200.c should #include <linux/scx200_gpio.h>Gravatar Adrian Bunk 1-0/+1
2005-11-07[PATCH] arch/i386/kernel/reboot_fixups.c should #include <linux/reboot_fixups.h>Gravatar Adrian Bunk 1-0/+1
2005-11-07[PATCH] arch/i386/kernel/ldt.c should #include <asm/mmu_context.h>Gravatar Adrian Bunk 1-0/+1
2005-11-07[PATCH] i386: LVT entries remaining unmasked on rebootGravatar Zwane Mwaikambo 1-2/+8
2005-11-07[PATCH] arch/i386: Use ARRAY_SIZE macroGravatar Tobias Klauser 5-7/+6
2005-11-07[PATCH] sh: Use pfn_valid() for lazy dcache write-back on SH7705Gravatar Paul Mundt 1-7/+12
2005-11-07[PATCH] sh: Drop hp690 discontig supportGravatar Paul Mundt 3-48/+9
2005-11-07[PATCH] sh: SuperHyway support for SH4-202Gravatar Paul Mundt 3-2/+180
2005-11-07[PATCH] sh: Drop deprecated support for custom ramdisk embeddingGravatar Paul Mundt 4-55/+0
2005-11-07[PATCH] ppc32: Add CPM1 config optionGravatar Pantelis Antoniou 1-0/+10
2005-11-07[PATCH] ppc32: Add missing initrd header on ppc440Gravatar Matt Porter 1-0/+1
2005-11-07[PATCH] ppc32: Remove internal PCI arbiter check on PPC40xGravatar Matt Porter 1-7/+0
2005-11-07[PATCH] ppc32: cleanup AMCC PPC40x eval boards to support U-BootGravatar Matt Porter 11-141/+217
2005-11-07[PATCH] ppc32: Add Yucca (440SPe eval board) platformGravatar Roland Dreier 6-2/+523
2005-11-07[PATCH] ppc32: Add 440SPe supportGravatar Roland Dreier 11-6/+862
2005-11-07[PATCH] ppc32: Dump error status for both PLB segments on 440SPGravatar Roland Dreier 1-0/+11
2005-11-07[PATCH] ppc32: Allow ERPN for early serial to depend on CPU typeGravatar Roland Dreier 1-2/+2
2005-11-07[PATCH] ppc32: add watchdog & RTC support for Marvell EV64360BP boardGravatar Lee Nicks 3-20/+66
2005-11-07[PATCH] ppc: Fix ppc32 build after 64K pagesGravatar Benjamin Herrenschmidt 2-2/+3
2005-11-07[PATCH] ppc64: Fix zImage bootGravatar Benjamin Herrenschmidt 1-2/+9
2005-11-07[PATCH] POWERPC/PPC64: Fix CONFIG_SMP=n build for ppc64Gravatar Olof Johansson 2-0/+2
2005-11-07[PATCH] ia64: re-implement dma_get_cache_alignment to avoid EXPORT_SYMBOLGravatar John W. Linville 1-0/+7
2005-11-07[PATCH] ppc64: Fix bug in SLB miss handler for hugepagesGravatar David Gibson 3-6/+19
2005-11-06Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 8-23/+203
2005-11-06[PATCH] ppc64: support 64k pagesGravatar Benjamin Herrenschmidt 34-952/+2374
2005-11-06[ARM] Fix /proc/cpuinfo format for ARM SMPGravatar Russell King 1-1/+6
2005-11-06[ARM] Don't call dump_cpu_info unless we're bootingGravatar Russell King 1-1/+2
2005-11-06[ARM] Fix second missing declaration of cache_is_vivt()Gravatar Russell King 1-1/+0
2005-11-06[ARM] Fix missing declaration of cache_is_vivt()Gravatar Russell King 1-0/+1