summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-11-02x86/mm/pageattr: Add a PMD pagetable populating functionBorislav Petkov1-1/+81
2013-11-02x86/mm/pageattr: Add a PUD pagetable populating functionBorislav Petkov1-1/+86
2013-11-02x86/mm/pageattr: Add a PGD pagetable populating functionBorislav Petkov1-0/+39
2013-11-02x86/mm/pageattr: Lookup address in an arbitrary PGDBorislav Petkov1-10/+26
2013-11-02x86/efi: Simplify EFI_DEBUGBorislav Petkov1-6/+3
2013-10-28x86/efi: Add EFI framebuffer earlyprintk supportMatt Fleming5-0/+211
2013-10-04x86/efi: Fix config_table_type array terminationLeif Lindholm1-1/+1
2013-09-30x86 efi: bugfix interrupt disabling sequenceBart Kuivenhoven1-15/+2
2013-09-30x86: EFI stub support for large memory mapsLinn Crosetto1-61/+161
2013-09-25efi: Generalize handle_ramdisks() and rename to handle_cmdline_files().Roy Franz1-1/+8
2013-09-25efi: Allow efi_free() to be called with size of 0Roy Franz1-2/+1
2013-09-25efi: use efi_get_memory_map() to get final map for x86Roy Franz1-17/+5
2013-09-25efi: Move unicode to ASCII conversion to shared function.Roy Franz1-37/+6
2013-09-25efi: Generalize relocate_kernel() for use by other architectures.Roy Franz1-2/+8
2013-09-25efi: Move relocate_kernel() to shared file.Roy Franz1-34/+0
2013-09-25efi: Rename memory allocation/free functionsRoy Franz1-9/+10
2013-09-25efi: Add system table pointer argument to shared functions.Roy Franz1-18/+20
2013-09-25efi: Move common EFI stub code from x86 arch code to common locationRoy Franz2-442/+1
2013-09-25efi: Add proper definitions for some EFI function pointers.Roy Franz1-8/+0
2013-09-25EFI stub documentation updatesRoy Franz1-1/+1
2013-09-05efi: x86: make efi_lookup_mapped_addr() a common functionLeif Lindholm1-28/+2
2013-09-05efi: x86: ia64: provide a generic efi_config_init()Leif Lindholm1-88/+8
2013-09-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2-3/+5
2013-08-22Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds2-2/+2
2013-08-22Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-2/+31
2013-08-20xen/smp: initialize IPI vectors before marking CPU onlineChuck Anderson1-2/+9
2013-08-20x86/xen: do not identity map UNUSABLE regions in the machine E820David Vrabel1-0/+22
2013-08-20x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAMYinghai Lu1-2/+2
2013-08-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-46/+34
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds6-4/+98
2013-08-14Merge tag 'amd_ucode_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar4-44/+32
2013-08-14x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea2-2/+2
2013-08-14mm: save soft-dirty bits on file pagesCyrill Gorcunov4-2/+68
2013-08-14mm: save soft-dirty bits on swapped pagesCyrill Gorcunov2-0/+28
2013-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+3
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-4/+0
2013-08-12x86, microcode, AMD: Fix early microcode loadingTorsten Kaiser3-29/+27
2013-08-12x86, microcode, AMD: Make cpu_has_amd_erratum() use the correct struct cpuinf...Torsten Kaiser1-15/+5
2013-08-12perf/x86: Add Haswell ULT model number used in Macbook Air and other systemsAndi Kleen1-0/+1
2013-08-10x86: Don't clear olpc_ofw_header when sentinel is detectedDaniel Drake1-2/+2
2013-08-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-8/+19
2013-08-05Merging v3.10-rc2 as I need to apply a fix forStefano Stabellini5-8/+24
2013-08-05perf/x86: Fix intel QPI uncore event definitionsVince Weaver1-2/+2
2013-08-03Merge tag 'please-pull-fix-mce-regression' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-2/+2
2013-08-01arch/x86/platform/ce4100/ce4100.c: include reboot.hAndrew Morton1-0/+1
2013-07-31x86, amd, microcode: Fix error path in apply_microcode_amd()Torsten Kaiser1-4/+5
2013-07-30Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-1/+1
2013-07-29x86/mce: Fix mce regression from recent cleanupTony Luck1-2/+2
2013-07-26x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.dazH.J. Lu1-1/+1