summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu2013-01-294-1/+17
* x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-293-6/+15
* x86, kexec: Replace ident_mapping_init and init_level4_pageYinghai Lu2013-01-291-135/+26
* x86, kexec: Set ident mapping for kernel that is above max_pfnYinghai Lu2013-01-291-6/+37
* x86, kexec: Remove 1024G limitation for kexec buffer on 64bitYinghai Lu2013-01-291-3/+3
* x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu2013-01-291-3/+6
* x86, boot: Move verify_cpu.S and no_longmode downYinghai Lu2013-01-291-8/+9
* x86, boot: Pass cmd_line_ptr with unsigned long insteadYinghai Lu2013-01-292-6/+6
* x86, boot: Move checking of cmd_line_ptr out of common pathYinghai Lu2013-01-292-6/+16
* x86, boot: Add get_cmd_line_ptr()Yinghai Lu2013-01-292-4/+19
* x86: Add get_ramdisk_image/size()Yinghai Lu2013-01-291-8/+21
* x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu2013-01-293-26/+18
* x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu2013-01-293-4/+11
* x86, 64bit: #PF handler set page to cover only 2M per #PFYinghai Lu2013-01-291-17/+25
* x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-297-91/+219
* x86, realmode: Separate real_mode reserve and setupYinghai Lu2013-01-293-14/+25
* x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directlyYinghai Lu2013-01-291-2/+2
* x86, 64bit: Copy struct boot_params earlyYinghai Lu2013-01-291-1/+5
* x86, 64bit, mm: Add generic kernel/ident mapping helperYinghai Lu2013-01-292-0/+83
* x86, realmode: Set real_mode permissions earlyYinghai Lu2013-01-291-5/+6
* x86, 64bit, mm: Make pgd next calculation consistent with pud/pmdYinghai Lu2013-01-291-4/+2
* x86: Factor out e820_add_kernel_range()Yinghai Lu2013-01-291-14/+22
* x86, mm: Fix page table early allocation offset checkingYinghai Lu2013-01-291-1/+12
* Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-29275-4042/+8321
|\
| * x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin2013-01-295-0/+46
| * x86, boot: Define the 2.12 bzImage boot protocolH. Peter Anvin2013-01-273-28/+76
| * x86/boot: Fix minor fd leakage in tools/relocs.cCong Ding2013-01-271-2/+4
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-01-221-6/+0
| |\
| | * perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel sideDavid Ahern2013-01-101-6/+0
| * | ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-01-221-4/+5
| * | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-01-182-8/+0
| |\ \
| | * | xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.Andrew Cooper2013-01-161-1/+0
| | * | Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling whil...Konrad Rzeszutek Wilk2013-01-151-7/+0
| | * | Merge tag 'v3.7' into stable/for-linus-3.8Konrad Rzeszutek Wilk2013-01-1523-94/+226
| | |\ \
| * | \ \ Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-01-162-1/+81
| |\ \ \ \
| | * | | | x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCIH. Peter Anvin2013-01-131-0/+2
| | * | | | x86/Sandy Bridge: mark arrays in __init functions as __initconstH. Peter Anvin2013-01-131-2/+2
| | * | | | x86/Sandy Bridge: reserve pages when integrated graphics is presentJesse Barnes2013-01-111-0/+78
| | * | | | x86, efi: correct precedence of operators in setup_efi_pciSasha Levin2012-12-201-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-01-102-8/+28
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | KVM: x86: use dynamic percpu allocations for shared msrs areaMarcelo Tosatti2013-01-081-6/+18
| | * | | | Add rcu user eqs exception hooks for async page faultLi Zhong2012-12-181-2/+10
| * | | | | X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0321-89/+84
| * | | | | PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)Myron Stowe2012-12-261-1/+2
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-2019-118/+24
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-193-25/+7
| | * | | | generic compat_sys_sigaltstack()Al Viro2012-12-198-67/+6
| | * | | | introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-1910-16/+4
| | * | | | new helper: compat_user_stack_pointer()Al Viro2012-12-191-0/+7
| | * | | | unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
OpenPOWER on IntegriCloud