Age | Commit message (Expand) | Author | Files | Lines |
2009-03-14 | x86: put initial_pg_tables into .bss | Yinghai Lu | 2 | -29/+20 |
2009-03-14 | x86: allow extend_brk users to reserve brk space | Jeremy Fitzhardinge | 5 | -2/+40 |
2009-03-14 | x86-32: compute initial mapping size more accurately | Yinghai Lu | 2 | -1/+6 |
2009-03-14 | x86: use brk allocation for DMI | Jeremy Fitzhardinge | 2 | -18/+2 |
2009-03-14 | x86-32: use brk segment for allocating initial kernel pagetable | Jeremy Fitzhardinge | 7 | -34/+7 |
2009-03-14 | x86: move brk initialization out of #ifdef CONFIG_BLK_DEV_INITRD | H. Peter Anvin | 1 | -28/+29 |
2009-03-14 | x86: add brk allocation for very, very early allocations | Jeremy Fitzhardinge | 9 | -12/+65 |
2009-03-14 | x86: make section delimiter symbols part of their section | Jeremy Fitzhardinge | 1 | -40/+45 |
2009-03-14 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 7 | -56/+60 |
2009-03-14 | x86: cpu_debug add support for various AMD CPUs | Jaswinder Singh Rajput | 2 | -47/+136 |
2009-03-14 | x86/centaur: merge 32 & 64 bit version | Sebastian Andrzej Siewior | 4 | -62/+29 |
2009-03-14 | Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf... | Ingo Molnar | 47 | -581/+1082 |
2009-03-14 | x86: print the continous part of fixed mtrrs together | Yinghai Lu | 1 | -10/+48 |
2009-03-14 | x86: fix get_mtrr() warning about smp_processor_id() with CONFIG_PREEMPT=y | Yinghai Lu | 1 | -6/+14 |
2009-03-14 | x86: make e820_update_range() handle small range update | Yinghai Lu | 1 | -4/+19 |
2009-03-14 | x86: cpu/common.c more cleanups | Ingo Molnar | 1 | -100/+143 |
2009-03-14 | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 5 | -79/+14 |
2009-03-14 | x86: entry_32.S fix compile warnings - fix work mask bit width | Jaswinder Singh Rajput | 1 | -10/+8 |
2009-03-14 | x86: cpu/common.c cleanups | Jaswinder Singh Rajput | 2 | -64/+68 |
2009-03-13 | MIPS: Mark Eins: Fix configuration. | Ralf Baechle | 5 | -52/+54 |
2009-03-13 | MIPS: Fix TIF_32BIT undefined problem when seccomp is disabled | Zhang Le | 2 | -4/+6 |
2009-03-13 | Merge branch 'x86/core' into x86/kconfig | Ingo Molnar | 400 | -17983/+16029 |
2009-03-13 | x86: disable __do_IRQ support | Thomas Gleixner | 1 | -0/+3 |
2009-03-13 | x86: ptrace, bts: fix an unreachable statement | Américo Wang | 1 | -2/+1 |
2009-03-13 | x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRs | Andreas Herrmann | 1 | -21/+30 |
2009-03-13 | parisc: update defconfigs | Kyle McMartin | 5 | -831/+1681 |
2009-03-13 | parisc: define x->x mmio accessors | Kyle McMartin | 1 | -0/+9 |
2009-03-13 | parisc: convert cpu_check_affinity to new cpumask api | Kyle McMartin | 2 | -6/+8 |
2009-03-13 | parisc: convert (read|write)bwlq to inlines | Kyle McMartin | 1 | -9/+33 |
2009-03-13 | parisc: fix use of new cpumask api in irq.c | Kyle McMartin | 1 | -4/+4 |
2009-03-13 | parisc: update parisc for new irq_desc | Mike Travis | 1 | -4/+4 |
2009-03-13 | parisc: fix 64bit build | Helge Deller | 1 | -0/+1 |
2009-03-13 | parisc: add braces around arguments in assembler macros | Helge Deller | 2 | -8/+8 |
2009-03-13 | parisc: remove unused local out_putf label | Helge Deller | 1 | -1/+0 |
2009-03-13 | parisc: fix `struct pt_regs' declared inside parameter list warning | Helge Deller | 1 | -0/+1 |
2009-03-13 | parisc: fix section mismatch warnings | Helge Deller | 1 | -6/+6 |
2009-03-13 | parisc: BUG_ON() cleanup | Helge Deller | 3 | -24/+9 |
2009-03-13 | ps3/block: Replace mtd/ps3vram by block/ps3vram | Geert Uytterhoeven | 1 | -0/+7 |
2009-03-13 | x86: fix e820_update_range() | Yinghai Lu | 1 | -21/+24 |
2009-03-13 | VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoff | Pallipadi, Venkatesh | 1 | -2/+3 |
2009-03-13 | x86: cpu_debug add write support for MSRs | Jaswinder Singh Rajput | 2 | -37/+97 |
2009-03-13 | x86: separate mtrr cleanup/mtrr_e820 trim to separate file | Yinghai Lu | 4 | -1055/+1094 |
2009-03-13 | x86: print out mtrr_range_state when user specify size | Yinghai Lu | 1 | -0/+2 |
2009-03-13 | x86: more MTRR debug printouts | Yinghai Lu | 1 | -44/+51 |
2009-03-13 | x86: create a non-zero sized bm_pte only when needed | Jan Beulich | 1 | -3/+16 |
2009-03-13 | x86: fix code paths used by update_mptable | Jan Beulich | 2 | -8/+26 |
2009-03-13 | x86: clean up output resulting from update_mptable option | Jan Beulich | 1 | -3/+3 |
2009-03-13 | x86: properly __init-annotate recent early_printk additions | Jan Beulich | 1 | -10/+10 |
2009-03-13 | x86: move save_mr() into .meminit.text | Jan Beulich | 1 | -3/+3 |
2009-03-13 | x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits members | Jan Beulich | 4 | -11/+25 |