summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-03-19x86, setup: fix the setting of 480-line VGA modesH. Peter Anvin1-9/+13
2009-03-18x86, setup: move 32-bit code to .text32H. Peter Anvin2-1/+3
2009-03-14Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar47-581/+1082
2009-03-14x86: cpu/common.c more cleanupsIngo Molnar1-100/+143
2009-03-14Merge branch 'core/percpu' into x86/coreIngo Molnar5-79/+14
2009-03-14x86: entry_32.S fix compile warnings - fix work mask bit widthJaswinder Singh Rajput1-10/+8
2009-03-14x86: cpu/common.c cleanupsJaswinder Singh Rajput2-64/+68
2009-03-13Merge branch 'x86/core' into x86/kconfigIngo Molnar400-17983/+16029
2009-03-13x86: disable __do_IRQ supportThomas Gleixner1-0/+3
2009-03-13x86: ptrace, bts: fix an unreachable statementAmérico Wang1-2/+1
2009-03-13x86: fix e820_update_range()Yinghai Lu1-21/+24
2009-03-13VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoffPallipadi, Venkatesh1-2/+3
2009-03-13x86: cpu_debug add write support for MSRsJaswinder Singh Rajput2-37/+97
2009-03-13x86: create a non-zero sized bm_pte only when neededJan Beulich1-3/+16
2009-03-13x86: fix code paths used by update_mptableJan Beulich2-8/+26
2009-03-13x86: clean up output resulting from update_mptable optionJan Beulich1-3/+3
2009-03-13x86: properly __init-annotate recent early_printk additionsJan Beulich1-10/+10
2009-03-13x86: move save_mr() into .meminit.textJan Beulich1-3/+3
2009-03-13x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits membersJan Beulich4-11/+25
2009-03-13x86, 32-bit: also limit NODES_HIGH_SHIFT hereJan Beulich1-1/+1
2009-03-13x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn(), fixIngo Molnar2-19/+19
2009-03-13x86: smarten /proc/interrupts outputJan Beulich1-15/+18
2009-03-13uml: fix WARNING: vmlinux: 'memcpy' exported twiceakpm@linux-foundation.org1-1/+4
2009-03-13UML on UML fixed: it did not startRenzo Davoli1-0/+5
2009-03-12x86: use targets in the boot Makefile instead of CLEAN_FILESH. Peter Anvin2-4/+1
2009-03-12x86: remove additional vestiges of the zImage/bzImage splitH. Peter Anvin2-32/+24
2009-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-10/+19
2009-03-12x86: move various CPU initialization objects into .cpuinit.rodataJan Beulich12-35/+36
2009-03-12x86: move a few device initialization objects into .devinit.rodataJan Beulich2-4/+4
2009-03-12x86: fix HYPERVISOR_update_descriptor()Jan Beulich1-0/+2
2009-03-12x86: memcpy, clean upIngo Molnar1-55/+81
2009-03-12x86-64: remove unnecessary spill/reload of rbx from memcpyJan Beulich1-7/+0
2009-03-12x86-64: move save_paranoid into .kprobes.textJan Beulich1-0/+2
2009-03-12x86: remove leftover unwind annotationsJan Beulich1-2/+0
2009-03-12Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an...Ingo Molnar23-215/+1083
2009-03-11x86: mmiotrace: quieten spurious warning messageStuart Bennett1-1/+1
2009-03-11MIPS: IP27: Enable RAID5 moduleRalf Baechle1-1/+1
2009-03-11MIPS: TXx9: update defconfigsAtsushi Nemoto2-137/+447
2009-03-11MIPS: NEC VR5500 processor support fixupShinya Kuribayashi5-3/+7
2009-03-11MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipcXiaotian Feng1-1/+1
2009-03-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-99/+46
2009-03-11x86: remove zImage supportH. Peter Anvin5-91/+18
2009-03-11x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar1-0/+11
2009-03-11x86: debug check for kmap_atomic_pfn and iomap_atomic_prot_pfn()Akinobu Mita1-0/+2
2009-03-11x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn()Akinobu Mita3-17/+14
2009-03-11x86: cpu architecture debug code, build fix, cleanupJaswinder Singh Rajput2-2/+4
2009-03-11x86: shrink __ALIGN and __ALIGN_STR definitionsCyrill Gorcunov1-8/+5
2009-03-11Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreIngo Molnar170-2954/+3541
2009-03-11Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar5-79/+14
2009-03-11Merge branch 'linus' into core/percpuIngo Molnar105-1970/+973