summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2008-12-16xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge
2008-12-16x86: setup.c find_and_reserve_crashkernel should be staticJaswinder Singh
2008-12-16x86: ldt.c declare sys_modify_ldt before they get usedJaswinder Singh
2008-12-16x86: signal.c declare do_notify_resume before they get usedJaswinder Singh
2008-12-16x86: process_64.c declare __switch_to() and sys_arch_prctl before they get usedJaswinder Singh
2008-12-16xen: whitespace/checkpatch cleanupTej
2008-12-16x86: support always running TSC on Intel CPUs, add cpufeature definitionIngo Molnar
2008-12-16Merge commit 'v2.6.28-rc8' into x86/cpufeatureIngo Molnar
2008-12-16x86: microcode_amd: modify log messagesAndreas Herrmann
2008-12-16x86: microcode_amd: use 'packed' attribute for structsAndreas Herrmann
2008-12-16x86: microcode_amd: remove (wrong) chipset deivce ID checksAndreas Herrmann
2008-12-16x86: microcode_amd: consolidate macro definitionsAndreas Herrmann
2008-12-16x86: microcode_amd: replace inline asm by common rdmsr/wrmsr functionsAndreas Herrmann
2008-12-16x86: microcode_amd: don't pass superfluous function pointer for get_ucode_dataAndreas Herrmann
2008-12-16x86: microcode_amd: fix compile warningAndreas Herrmann
2008-12-16x86: microcode_amd: fix checkpatch warnings/errorsAndreas Herrmann
2008-12-16x86: microcode_amd: fix typos and trailing whitespaces in log messagesAndreas Herrmann
2008-12-16x86: microcode_amd: fix wrong handling of equivalent CPU idAndreas Herrmann
2008-12-16x86, mm: limit MAXMEM on 64-bitIngo Molnar
2008-12-16AMD IOMMU: allocate rlookup_table with __GFP_ZEROJoerg Roedel
2008-12-16Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-12-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds
2008-12-16x86, 32-bit: improve lazy TLB handling codeJan Beulich
2008-12-16x86, 32-bit: add some compile time checks to mem_init()Jan Beulich
2008-12-16x86, 32-bit: simplify alloc_low_page()Jan Beulich
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich
2008-12-16x86: consolidate __swp_XXX() macrosJan Beulich
2008-12-16x86: convert rdtscll() to use __native_read_tscKen Chen
2008-12-16sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms.Paul Mundt
2008-12-16powerpc/cell/axon-msi: Fix MSI after kexecArnd Bergmann
2008-12-16powerpc: Fix bootmem reservation on uninitialized nodeDave Hansen
2008-12-16powerpc: Check for valid hugepage size in hugetlb_get_unmapped_areaBrian King
2008-12-15Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-12-15[ARM] Ensure linux/hardirqs.h is included where requiredRussell King
2008-12-14Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds
2008-12-14x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden
2008-12-14[ARM] fix kernel-doc syntaxRandy Dunlap
2008-12-14[ARM] arch/arm/common/sa1111.c: Correct error handling codeJulia Lawall
2008-12-13powerpc/fsl-booke: Fix problem with _tlbil_va being interruptedKumar Gala
2008-12-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer...Linus Torvalds
2008-12-12MIPS: IP32: Update defconfigDavid Daney
2008-12-12MIPS: Add missing calls to plat_unmap_dma_mem.David Daney
2008-12-12MIPS: Kconfig: Fix the arch-specific header pathDmitri Vorobiev
2008-12-12MIPS: Use EI/DI for MIPS R2.David Daney
2008-12-12x86: remove simnow earlyprintk supportAndi Kleen
2008-12-12x86: remove init_mm export as planned for 2.6.26Dave Jones
2008-12-12x86: kill #ifdef for exit_idle()Hiroshi Shimamoto
2008-12-12x86: uaccess: return value of __{get|put}_user() can be intHiroshi Shimamoto
2008-12-12Merge commit 'v2.6.28-rc8' into x86/mmIngo Molnar