Merge branch 'x86-fixes-for-linus' of...
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86: Remove redundant non-NUMA topology functions x86: early_printk: Protect against using the same device twice x86: Reduce verbosity of "PAT enabled" kernel message x86: Reduce verbosity of "TSC is reliable" message x86: mce: Use safer ways to access MCE registers x86: mce, inject: Use real inject-msg in raise_local x86: mce: Fix thermal throttling message storm x86: mce: Clean up thermal throttling state tracking code x86: split NX setup into separate file to limit unstack-protected code xen: check EFER for NX before setting up GDT mapping x86: Cleanup linker script using new linker script macros. x86: Use section .data.page_aligned for the idt_table. x86: convert to use __HEAD and HEAD_TEXT macros. x86: convert compressed loader to use __HEAD and HEAD_TEXT macros. x86: fix fragile computation of vsyscall address
No related branches found
No related tags found
Showing
- arch/x86/boot/compressed/head_32.S 2 additions, 1 deletionarch/x86/boot/compressed/head_32.S
- arch/x86/boot/compressed/head_64.S 2 additions, 1 deletionarch/x86/boot/compressed/head_64.S
- arch/x86/boot/compressed/vmlinux.lds.S 4 additions, 2 deletionsarch/x86/boot/compressed/vmlinux.lds.S
- arch/x86/include/asm/pgtable_types.h 1 addition, 0 deletionsarch/x86/include/asm/pgtable_types.h
- arch/x86/include/asm/topology.h 0 additions, 10 deletionsarch/x86/include/asm/topology.h
- arch/x86/kernel/cpu/mcheck/mce-inject.c 4 additions, 3 deletionsarch/x86/kernel/cpu/mcheck/mce-inject.c
- arch/x86/kernel/cpu/mcheck/mce.c 21 additions, 2 deletionsarch/x86/kernel/cpu/mcheck/mce.c
- arch/x86/kernel/cpu/mcheck/therm_throt.c 42 additions, 25 deletionsarch/x86/kernel/cpu/mcheck/therm_throt.c
- arch/x86/kernel/early_printk.c 5 additions, 0 deletionsarch/x86/kernel/early_printk.c
- arch/x86/kernel/head_32.S 1 addition, 1 deletionarch/x86/kernel/head_32.S
- arch/x86/kernel/head_64.S 1 addition, 1 deletionarch/x86/kernel/head_64.S
- arch/x86/kernel/traps.c 2 additions, 4 deletionsarch/x86/kernel/traps.c
- arch/x86/kernel/tsc_sync.c 1 addition, 1 deletionarch/x86/kernel/tsc_sync.c
- arch/x86/kernel/vmlinux.lds.S 13 additions, 66 deletionsarch/x86/kernel/vmlinux.lds.S
- arch/x86/mm/Makefile 2 additions, 1 deletionarch/x86/mm/Makefile
- arch/x86/mm/init.c 0 additions, 63 deletionsarch/x86/mm/init.c
- arch/x86/mm/pat.c 5 additions, 2 deletionsarch/x86/mm/pat.c
- arch/x86/mm/setup_nx.c 69 additions, 0 deletionsarch/x86/mm/setup_nx.c
- arch/x86/xen/enlighten.c 5 additions, 5 deletionsarch/x86/xen/enlighten.c
Loading
Please register or sign in to comment