| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, boot: Support loading bzImage, boot_params and ramdisk above 4G | Yinghai Lu | 2013-01-29 | 2 | -0/+6 |
* | x86, kexec, 64bit: Only set ident mapping for ram. | Yinghai Lu | 2013-01-29 | 1 | -4/+9 |
* | x86, kexec: Replace ident_mapping_init and init_level4_page | Yinghai Lu | 2013-01-29 | 1 | -135/+26 |
* | x86, kexec: Set ident mapping for kernel that is above max_pfn | Yinghai Lu | 2013-01-29 | 1 | -6/+37 |
* | x86, boot: Add get_cmd_line_ptr() | Yinghai Lu | 2013-01-29 | 1 | -2/+11 |
* | x86: Add get_ramdisk_image/size() | Yinghai Lu | 2013-01-29 | 1 | -8/+21 |
* | x86: Merge early_reserve_initrd for 32bit and 64bit | Yinghai Lu | 2013-01-29 | 3 | -26/+18 |
* | x86, 64bit: Don't set max_pfn_mapped wrong value early on native path | Yinghai Lu | 2013-01-29 | 2 | -3/+2 |
* | x86, 64bit: #PF handler set page to cover only 2M per #PF | Yinghai Lu | 2013-01-29 | 1 | -17/+25 |
* | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin | 2013-01-29 | 4 | -90/+212 |
* | x86, realmode: Separate real_mode reserve and setup | Yinghai Lu | 2013-01-29 | 1 | -1/+3 |
* | x86, 64bit: Copy struct boot_params early | Yinghai Lu | 2013-01-29 | 1 | -1/+5 |
* | x86: Factor out e820_add_kernel_range() | Yinghai Lu | 2013-01-29 | 1 | -14/+22 |
* | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 2013-01-29 | 57 | -797/+1302 |
|\ |
|
| * | x86, boot: Sanitize boot_params if not zeroed on creation | H. Peter Anvin | 2013-01-29 | 2 | -0/+5 |
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-01-22 | 1 | -6/+0 |
| |\ |
|
| | * | perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel side | David Ahern | 2013-01-10 | 1 | -6/+0 |
| * | | ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL | Oleg Nesterov | 2013-01-22 | 1 | -4/+5 |
| * | | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2013-01-18 | 1 | -1/+0 |
| |\ \ |
|
| | * | | xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. | Andrew Cooper | 2013-01-16 | 1 | -1/+0 |
| * | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2013-01-16 | 1 | -0/+80 |
| |\ \ \ |
|
| | * | | | x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI | H. Peter Anvin | 2013-01-13 | 1 | -0/+2 |
| | * | | | x86/Sandy Bridge: mark arrays in __init functions as __initconst | H. Peter Anvin | 2013-01-13 | 1 | -2/+2 |
| | * | | | x86/Sandy Bridge: reserve pages when integrated graphics is present | Jesse Barnes | 2013-01-11 | 1 | -0/+78 |
| * | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-01-10 | 1 | -2/+10 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | Add rcu user eqs exception hooks for async page fault | Li Zhong | 2012-12-18 | 1 | -2/+10 |
| * | | | | X86: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 3 | -6/+6 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-20 | 3 | -28/+5 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those | Al Viro | 2012-12-19 | 1 | -14/+4 |
| | * | | | generic compat_sys_sigaltstack() | Al Viro | 2012-12-19 | 2 | -5/+1 |
| | * | | | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 2012-12-19 | 3 | -9/+0 |
| * | | | | Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2012-12-19 | 3 | -52/+1 |
| |\ \ \ \ |
|
| | * | | | | x86, 386 removal: Remove support for IRQ 13 FPU error reporting | H. Peter Anvin | 2012-12-17 | 3 | -52/+1 |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2012-12-16 | 1 | -51/+59 |
| |\ \ \ \ \ |
|
| | * | | | | | seccomp: Make syscall skipping and nr changes more consistent | Andy Lutomirski | 2012-10-02 | 1 | -51/+59 |
| * | | | | | | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" | Linus Torvalds | 2012-12-15 | 1 | -5/+73 |
| * | | | | | | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-14 | 1 | -73/+5 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | x86/kernel: remove tboot 1:1 page table creation code | Xiaoyan Zhang | 2012-10-30 | 1 | -73/+5 |
| * | | | | | | | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-14 | 2 | -0/+10 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | ACPI: Fix build when disabled | David Rientjes | 2012-10-01 | 1 | -0/+2 |
| | * | | | | | | | ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areas | Thomas Renninger | 2012-09-30 | 1 | -0/+2 |
| | * | | | | | | | x86, acpi: Introduce x86 arch specific arch_reserve_mem_area() for e820 handling | Thomas Renninger | 2012-09-30 | 1 | -0/+6 |
| | | |/ / / / /
| | |/| | | | | |
|
| * | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-12-14 | 4 | -110/+113 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| | * | | | | | | Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ... | Ingo Molnar | 2012-10-26 | 4 | -110/+113 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | x86, MCA: Finish mca_config conversion | Borislav Petkov | 2012-10-26 | 4 | -27/+21 |
| | | * | | | | | | x86, MCA: Convert the next three variables batch | Borislav Petkov | 2012-10-26 | 2 | -20/+17 |
| | | * | | | | | | x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeout | Borislav Petkov | 2012-10-26 | 1 | -24/+27 |
| | | * | | | | | | x86, MCA: Convert dont_log_ce, banks and tolerant | Borislav Petkov | 2012-10-26 | 1 | -44/+53 |
| * | | | | | | | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-12-13 | 4 | -69/+214 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | x86/kexec: crash_vmclear_local_vmcss needs __rcu | Zhang Yanfei | 2012-12-11 | 1 | -2/+2 |