aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2009-03-14Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar
2009-03-14x86: cpu/common.c more cleanupsIngo Molnar
2009-03-14Merge branch 'core/percpu' into x86/coreIngo Molnar
2009-03-14x86: entry_32.S fix compile warnings - fix work mask bit widthJaswinder Singh Rajput
2009-03-14x86: cpu/common.c cleanupsJaswinder Singh Rajput
2009-03-13Merge branch 'x86/core' into x86/kconfigIngo Molnar
2009-03-13x86: disable __do_IRQ supportThomas Gleixner
2009-03-13x86: ptrace, bts: fix an unreachable statementAmérico Wang
2009-03-13x86: fix e820_update_range()Yinghai Lu
2009-03-13VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoffPallipadi, Venkatesh
2009-03-13x86: cpu_debug add write support for MSRsJaswinder Singh Rajput
2009-03-13x86: create a non-zero sized bm_pte only when neededJan Beulich
2009-03-13x86: fix code paths used by update_mptableJan Beulich
2009-03-13x86: clean up output resulting from update_mptable optionJan Beulich
2009-03-13x86: properly __init-annotate recent early_printk additionsJan Beulich
2009-03-13x86: move save_mr() into .meminit.textJan Beulich
2009-03-13x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits membersJan Beulich
2009-03-13x86, 32-bit: also limit NODES_HIGH_SHIFT hereJan Beulich
2009-03-13x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn(), fixIngo Molnar
2009-03-13x86: smarten /proc/interrupts outputJan Beulich
2009-03-12uml: fix WARNING: vmlinux: 'memcpy' exported twiceakpm@linux-foundation.org
2009-03-12UML on UML fixed: it did not startRenzo Davoli
2009-03-12x86: use targets in the boot Makefile instead of CLEAN_FILESH. Peter Anvin
2009-03-12x86: remove additional vestiges of the zImage/bzImage splitH. Peter Anvin
2009-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2009-03-12x86: move various CPU initialization objects into .cpuinit.rodataJan Beulich
2009-03-12x86: move a few device initialization objects into .devinit.rodataJan Beulich
2009-03-12x86: fix HYPERVISOR_update_descriptor()Jan Beulich
2009-03-12x86: memcpy, clean upIngo Molnar
2009-03-12x86-64: remove unnecessary spill/reload of rbx from memcpyJan Beulich
2009-03-12x86-64: move save_paranoid into .kprobes.textJan Beulich
2009-03-12x86: remove leftover unwind annotationsJan Beulich
2009-03-12Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an...Ingo Molnar
2009-03-11x86: mmiotrace: quieten spurious warning messageStuart Bennett
2009-03-11MIPS: IP27: Enable RAID5 moduleRalf Baechle
2009-03-11MIPS: TXx9: update defconfigsAtsushi Nemoto
2009-03-11MIPS: NEC VR5500 processor support fixupShinya Kuribayashi
2009-03-11MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipcXiaotian Feng
2009-03-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2009-03-11x86: remove zImage supportH. Peter Anvin
2009-03-11x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar
2009-03-11x86: debug check for kmap_atomic_pfn and iomap_atomic_prot_pfn()Akinobu Mita
2009-03-11x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn()Akinobu Mita
2009-03-11x86: cpu architecture debug code, build fix, cleanupJaswinder Singh Rajput
2009-03-11x86: shrink __ALIGN and __ALIGN_STR definitionsCyrill Gorcunov
2009-03-11Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreIngo Molnar
2009-03-11Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-03-11Merge branch 'linus' into core/percpuIngo Molnar
2009-03-11x86: convert obsolete irq_desc_t typedef to struct irq_descThomas Gleixner
2009-03-10x86, mce: use round_jiffies() instead round_jiffies_relative()KOSAKI Motohiro