| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, boot: stylistic cleanups for boot/compressed/head_64.S | H. Peter Anvin | 2009-05-08 | 1 | -21/+31 |
* | x86, boot: stylistic cleanups for boot/compressed/head_32.S | H. Peter Anvin | 2009-05-08 | 1 | -81/+89 |
* | x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.S | H. Peter Anvin | 2009-05-08 | 2 | -2/+2 |
* | x86, boot: follow standard Kbuild style for compression suffix | H. Peter Anvin | 2009-05-08 | 1 | -4/+4 |
* | x86, boot: simplify arch/x86/boot/compressed/Makefile | H. Peter Anvin | 2009-05-08 | 1 | -33/+6 |
* | x86: add a Kconfig symbol for when relocations are needed | H. Peter Anvin | 2009-05-08 | 1 | -0/+5 |
* | x86, boot: align the .bss section in the decompressor | H. Peter Anvin | 2009-05-08 | 1 | -0/+1 |
* | x86: boot/compressed/vmlinux.lds.S: fix build of bzImage with 64 bit compiler | Sam Ravnborg | 2009-04-30 | 1 | -0/+2 |
* | x86, vmlinux.lds: fix relocatable symbols | Ingo Molnar | 2009-04-29 | 1 | -2/+5 |
* | x86, vmlinux.lds: add copyright | Ingo Molnar | 2009-04-29 | 1 | -1/+2 |
* | x86, vmlinux.lds: unify remaining parts | Sam Ravnborg | 2009-04-29 | 3 | -55/+27 |
* | x86, vmlinux.lds: unify percpu | Sam Ravnborg | 2009-04-29 | 3 | -32/+30 |
* | x86, vmlinux.lds: unify .exit.* and .init.ramfs | Sam Ravnborg | 2009-04-29 | 3 | -42/+20 |
* | x86, vmlinux.lds: unify parainstructions | Sam Ravnborg | 2009-04-29 | 3 | -36/+18 |
* | x86, vmlinux.lds: unify first part of initdata | Sam Ravnborg | 2009-04-29 | 3 | -119/+61 |
* | x86, vmlinux.lds: move vsyscall output sections | Sam Ravnborg | 2009-04-29 | 2 | -68/+71 |
* | x86, vmlinux.lds: unify data output sections | Sam Ravnborg | 2009-04-29 | 3 | -65/+55 |
* | x86, vmlinux.lds: unify exception table | Sam Ravnborg | 2009-04-29 | 3 | -20/+10 |
* | x86, vmlinux.lds: unify .text output sections | Sam Ravnborg | 2009-04-29 | 4 | -51/+31 |
* | x86, vmlinux.lds: unify start/end of SECTIONS | Sam Ravnborg | 2009-04-29 | 3 | -18/+14 |
* | x86, vmlinux.lds: unify PHDRS | Sam Ravnborg | 2009-04-29 | 3 | -16/+13 |
* | x86, vmlinux.lds: unify header/footer | Sam Ravnborg | 2009-04-29 | 3 | -79/+77 |
* | x86: beautify vmlinux_32.lds.S | Sam Ravnborg | 2009-04-29 | 1 | -176/+200 |
* | x86: unify arch/x86/boot/compressed/vmlinux_*.lds | Linus Torvalds | 2009-04-27 | 5 | -49/+20 |
* | x86: beautify vmlinux_64.lds.S | Sam Ravnborg | 2009-04-27 | 1 | -205/+243 |
* | x86: standardize Kbuild rules | Sam Ravnborg | 2009-04-16 | 2 | -17/+18 |
* | acpi-cpufreq: fix 'smp_call_function_many()' confusion | Linus Torvalds | 2009-04-15 | 1 | -0/+6 |
* | x86 microcode: revert some work_on_cpu | Hugh Dickins | 2009-04-14 | 1 | -22/+11 |
* | Fix quilt merge error in acpi-cpufreq.c | Linus Torvalds | 2009-04-13 | 1 | -1/+1 |
* | Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-04-13 | 7 | -59/+160 |
|\ |
|
| * | xen: add FIX_TEXT_POKE to fixmap | Jeremy Fitzhardinge | 2009-04-08 | 1 | -0/+3 |
| * | xen: clean up gate trap/interrupt constants | Jeremy Fitzhardinge | 2009-04-08 | 1 | -3/+3 |
| * | xen: set _PAGE_NX in __supported_pte_mask before pagetable construction | Jeremy Fitzhardinge | 2009-04-08 | 1 | -1/+6 |
| * | xen/mmu: weaken flush_tlb_other test | Jeremy Fitzhardinge | 2009-04-08 | 1 | -2/+2 |
| * | xen/mmu: some early pagetable cleanups | Jeremy Fitzhardinge | 2009-04-08 | 2 | -14/+28 |
| * | Xen: Add virt_to_pfn helper function | Alex Nixon | 2009-04-08 | 1 | -1/+2 |
| * | x86-64: remove PGE from must-have feature list | Jeremy Fitzhardinge | 2009-04-08 | 1 | -1/+1 |
| * | xen: mask XSAVE from cpuid | Jeremy Fitzhardinge | 2009-04-08 | 1 | -6/+44 |
| * | NULL noise: arch/x86/xen/smp.c | Hannes Eder | 2009-04-08 | 1 | -2/+2 |
| * | xen: remove xen_load_gdt debug | Jeremy Fitzhardinge | 2009-04-08 | 1 | -3/+0 |
| * | xen: make xen_load_gdt simpler | Jeremy Fitzhardinge | 2009-04-08 | 1 | -8/+6 |
| * | xen: clean up xen_load_gdt | Jeremy Fitzhardinge | 2009-04-08 | 1 | -2/+13 |
| * | xen: split construction of p2m mfn tables from registration | Jeremy Fitzhardinge | 2009-04-08 | 1 | -1/+6 |
| * | xen: separate p2m allocation from setting | Jeremy Fitzhardinge | 2009-04-08 | 2 | -17/+47 |
| * | xen: disable preempt for leave_lazy_mmu | Jeremy Fitzhardinge | 2009-04-08 | 1 | -1/+0 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-13 | 10 | -19/+57 |
|\ \ |
|
| * | | x86: add linux kernel support for YMM state | Suresh Siddha | 2009-04-12 | 4 | -2/+15 |
| * | | x86: fix wrong section of pat_disable & make it static | Marcin Slusarz | 2009-04-12 | 1 | -1/+1 |
| * | | x86: Fix section mismatches in mpparse | Rakib Mullick | 2009-04-12 | 1 | -3/+4 |
| * | | x86: fix set_fixmap to use phys_addr_t | Masami Hiramatsu | 2009-04-10 | 6 | -18/+24 |