aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
*---------------. Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar2009-03-1447-581/+1082
|\ \ \ \ \ \ \ \ \
| | | | | | | | | * VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoffPallipadi, Venkatesh2009-03-131-2/+3
| | | | | | | | | * x86: fix HYPERVISOR_update_descriptor()Jan Beulich2009-03-121-0/+2
| | | | | | | | * | x86: use targets in the boot Makefile instead of CLEAN_FILESH. Peter Anvin2009-03-122-4/+1
| | | | | | | | * | x86: remove additional vestiges of the zImage/bzImage splitH. Peter Anvin2009-03-122-32/+24
| | | | | | | * | | x86: ptrace, bts: fix an unreachable statementAmérico Wang2009-03-131-2/+1
| | | | | | * | | | x86: fix e820_update_range()Yinghai Lu2009-03-131-21/+24
| | | | | | * | | | x86: create a non-zero sized bm_pte only when neededJan Beulich2009-03-131-3/+16
| | | | | | * | | | x86: fix code paths used by update_mptableJan Beulich2009-03-132-8/+26
| | | | | | * | | | x86: clean up output resulting from update_mptable optionJan Beulich2009-03-131-3/+3
| | | | | | * | | | x86: properly __init-annotate recent early_printk additionsJan Beulich2009-03-131-10/+10
| | | | | | * | | | x86: move save_mr() into .meminit.textJan Beulich2009-03-131-3/+3
| | | | | | * | | | x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits membersJan Beulich2009-03-134-11/+25
| | | | | | * | | | x86, 32-bit: also limit NODES_HIGH_SHIFT hereJan Beulich2009-03-131-1/+1
| | | | | | * | | | x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn(), fixIngo Molnar2009-03-132-19/+19
| | | | | * | | | | Merge branch 'x86/core' into x86/kconfigIngo Molnar2009-03-13400-17983/+16029
| | | | | |\ \ \ \ \ | | | | | | | |/ / / | | | | | | |/| | |
| | | | | * | | | | x86: disable __do_IRQ supportThomas Gleixner2009-03-131-0/+3
| | | | | * | | | | uml: fix WARNING: vmlinux: 'memcpy' exported twiceakpm@linux-foundation.org2009-03-121-1/+4
| | | | | * | | | | UML on UML fixed: it did not startRenzo Davoli2009-03-121-0/+5
| | | | | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-03-121-10/+19
| | | | | |\ \ \ \ \
| | | | | | * | | | | sparc64: Fix lost interrupts on sun4u.David S. Miller2009-03-041-10/+19
| | | | | * | | | | | MIPS: IP27: Enable RAID5 moduleRalf Baechle2009-03-111-1/+1
| | | | | * | | | | | MIPS: TXx9: update defconfigsAtsushi Nemoto2009-03-112-137/+447
| | | | | * | | | | | MIPS: NEC VR5500 processor support fixupShinya Kuribayashi2009-03-115-3/+7
| | | | | * | | | | | MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipcXiaotian Feng2009-03-111-1/+1
| | | | * | | | | | | x86: cpu_debug add write support for MSRsJaswinder Singh Rajput2009-03-132-37/+97
| | | | * | | | | | | x86: move various CPU initialization objects into .cpuinit.rodataJan Beulich2009-03-1212-35/+36
| | | | * | | | | | | x86: move a few device initialization objects into .devinit.rodataJan Beulich2009-03-122-4/+4
| | | | | |_|/ / / / | | | | |/| | | | |
| | | * | | | | | | x86: cpu/common.c more cleanupsIngo Molnar2009-03-141-100/+143
| | | * | | | | | | x86: cpu/common.c cleanupsJaswinder Singh Rajput2009-03-142-64/+68
| | * | | | | | | | x86: entry_32.S fix compile warnings - fix work mask bit widthJaswinder Singh Rajput2009-03-141-10/+8
| | * | | | | | | | x86: memcpy, clean upIngo Molnar2009-03-121-55/+81
| | * | | | | | | | x86-64: remove unnecessary spill/reload of rbx from memcpyJan Beulich2009-03-121-7/+0
| | * | | | | | | | x86-64: move save_paranoid into .kprobes.textJan Beulich2009-03-121-0/+2
| | * | | | | | | | x86: remove leftover unwind annotationsJan Beulich2009-03-121-2/+0
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | x86: smarten /proc/interrupts outputJan Beulich2009-03-131-15/+18
* | | | | | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-03-145-79/+14
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-03-115-79/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | percpu: generalize embedding first chunk setup helperTejun Heo2009-03-101-48/+6
| | * | | | | | | | percpu: more flexibility for @dyn_size of pcpu_setup_first_chunk()Tejun Heo2009-03-101-7/+6
| | * | | | | | | | percpu: make x86 addr <-> pcpu ptr conversion macros genericTejun Heo2009-03-101-8/+0
| | * | | | | | | | linker script: define __per_cpu_load on all SMP capable archsTejun Heo2009-03-103-18/+4
| * | | | | | | | | Merge branch 'linus' into core/percpuIngo Molnar2009-03-11105-1970/+973
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | | | | | | | | |
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
*-----. \ \ \ \ \ \ \ \ \ Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an...Ingo Molnar2009-03-1223-215/+1083
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | / / | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | / | | | | | |_|_|_|_|_|/ | | | | |/| | | | | |
| | | | * | | | | | | x86: mmiotrace: quieten spurious warning messageStuart Bennett2009-03-111-1/+1
| | | | | |_|_|_|/ / | | | | |/| | | | |
| | | | * | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-03-116-99/+46
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2009-03-112-2/+2
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | powerpc/4xx: Enable SERIAL_OF support by default for Virtex platformsGrant Likely2009-02-282-2/+2
| | | | | * | | | | | | powerpc: fix linkstation and storcenter compilation breakageGuennadi Liakhovetski2009-03-094-97/+44
| | | | * | | | | | | | x86: work around Fedora-11 x86-32 kernel failures on Intel Atom CPUsIngo Molnar2009-03-111-0/+11
| | | | | |_|_|/ / / / | | | | |/| | | | | |