aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-03-14x86: put initial_pg_tables into .bssYinghai Lu2-29/+20
2009-03-14x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge5-2/+40
2009-03-14x86-32: compute initial mapping size more accuratelyYinghai Lu2-1/+6
2009-03-14x86: use brk allocation for DMIJeremy Fitzhardinge2-18/+2
2009-03-14x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge7-34/+7
2009-03-14x86: move brk initialization out of #ifdef CONFIG_BLK_DEV_INITRDH. Peter Anvin1-28/+29
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge9-12/+65
2009-03-14x86: make section delimiter symbols part of their sectionJeremy Fitzhardinge1-40/+45
2009-03-14Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds7-56/+60
2009-03-14x86: cpu_debug add support for various AMD CPUsJaswinder Singh Rajput2-47/+136
2009-03-14x86/centaur: merge 32 & 64 bit versionSebastian Andrzej Siewior4-62/+29
2009-03-14Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar47-581/+1082
2009-03-14x86: print the continous part of fixed mtrrs togetherYinghai Lu1-10/+48
2009-03-14x86: fix get_mtrr() warning about smp_processor_id() with CONFIG_PREEMPT=yYinghai Lu1-6/+14
2009-03-14x86: make e820_update_range() handle small range updateYinghai Lu1-4/+19
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-13MIPS: Mark Eins: Fix configuration.Ralf Baechle5-52/+54
2009-03-13MIPS: Fix TIF_32BIT undefined problem when seccomp is disabledZhang Le2-4/+6
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: mtrr: don't modify RdDram/WrDram bits of fixed MTRRsAndreas Herrmann1-21/+30
2009-03-13parisc: update defconfigsKyle McMartin5-831/+1681
2009-03-13parisc: define x->x mmio accessorsKyle McMartin1-0/+9
2009-03-13parisc: convert cpu_check_affinity to new cpumask apiKyle McMartin2-6/+8
2009-03-13parisc: convert (read|write)bwlq to inlinesKyle McMartin1-9/+33
2009-03-13parisc: fix use of new cpumask api in irq.cKyle McMartin1-4/+4
2009-03-13parisc: update parisc for new irq_descMike Travis1-4/+4
2009-03-13parisc: fix 64bit buildHelge Deller1-0/+1
2009-03-13parisc: add braces around arguments in assembler macrosHelge Deller2-8/+8
2009-03-13parisc: remove unused local out_putf labelHelge Deller1-1/+0
2009-03-13parisc: fix `struct pt_regs' declared inside parameter list warningHelge Deller1-0/+1
2009-03-13parisc: fix section mismatch warningsHelge Deller1-6/+6
2009-03-13parisc: BUG_ON() cleanupHelge Deller3-24/+9
2009-03-13ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven1-0/+7
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: separate mtrr cleanup/mtrr_e820 trim to separate fileYinghai Lu4-1055/+1094
2009-03-13x86: print out mtrr_range_state when user specify sizeYinghai Lu1-0/+2
2009-03-13x86: more MTRR debug printoutsYinghai Lu1-44/+51
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