summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-209-156/+319
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPUMatt Fleming2016-03-161-1/+1
| * | | | | | | | | | x86/efi: Only map kernel text for EFI mixed modeSai Praneeth2016-02-221-1/+1
| * | | | | | | | | | x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth2016-02-224-8/+50
| * | | | | | | | | | x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth2016-02-222-4/+7
| * | | | | | | | | | x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappingsSai Praneeth2016-02-221-0/+14
| * | | | | | | | | | Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar2016-02-229-53/+123
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/efi: Show actual ending addresses in efi_print_memmapRobert Elliott2016-02-031-2/+2
| * | | | | | | | | | x86/efi/bgrt: Don't ignore the BGRT if the 'valid' bit is 0Môshe van der Sterre2016-02-031-5/+5
| * | | | | | | | | | efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel2016-02-031-1/+32
| * | | | | | | | | | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-03219-2141/+6100
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/efi: Setup separate EFI page tables in kexec pathsMatt Fleming2016-01-211-0/+15
| * | | | | | | | | | | x86/efi-bgrt: Replace early_memremap() with memremap()Matt Fleming2016-01-061-4/+4
| * | | | | | | | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Thomas Gleixner2015-12-193-26/+22
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth2015-12-141-25/+14
| | * | | | | | | | | | | x86/efi: Preface all print statements with efi* tagMatt Fleming2015-12-143-1/+8
| * | | | | | | | | | | | x86/efi: Build our own page table structuresMatt Fleming2015-11-294-40/+102
| * | | | | | | | | | | | x86/efi: Hoist page table switching code into efi_call_virt()Matt Fleming2015-11-293-56/+36
| * | | | | | | | | | | | x86/efi: Map RAM into the identity page table for mixed modeMatt Fleming2015-11-291-0/+20
| * | | | | | | | | | | | x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming2015-11-292-17/+16
| * | | | | | | | | | | | x86/mm: Page align the '_end' symbol to avoid pfn conversion bugsMatt Fleming2015-11-291-0/+1
* | | | | | | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-2043-185/+358
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-031-3/+3
| * | | | | | | | | | | | | objtool: Enable stack metadata validation on 64-bit x86Josh Poimboeuf2016-02-291-0/+1
| * | | | | | | | | | | | | x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
| * | | | | | | | | | | | | x86/xen: Mark xen_cpuid() stack frame as non-standardJosh Poimboeuf2016-02-291-1/+2
| * | | | | | | | | | | | | objtool: Add STACK_FRAME_NON_STANDARD() macroJosh Poimboeuf2016-02-291-1/+4
| * | | | | | | | | | | | | objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-299-9/+29
| * | | | | | | | | | | | | Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-2510-121/+254
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar2016-02-25115-1119/+1325
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]()Josh Poimboeuf2016-02-241-2/+11
| | * | | | | | | | | | | | | | x86/kvm: Add output operand in vmx_handle_external_intr inline asmChris J Arges2016-02-241-1/+3
| | * | | | | | | | | | | | | | x86/locking: Create stack frame in PV unlockJosh Poimboeuf2016-02-241-0/+4
| | * | | | | | | | | | | | | | x86/kvm: Make test_cc() always inlineJosh Poimboeuf2016-02-241-1/+1
| | * | | | | | | | | | | | | | x86/kvm: Set ELF function type for fastop functionsJosh Poimboeuf2016-02-241-8/+21
| | * | | | | | | | | | | | | | x86/kprobes: Get rid of kretprobe_trampoline_holder()Josh Poimboeuf2016-02-241-29/+28
| | * | | | | | | | | | | | | | x86/asm/bpf: Create stack frames in bpf_jit.SJosh Poimboeuf2016-02-241-2/+7
| | * | | | | | | | | | | | | | x86/asm/bpf: Annotate callable functionsJosh Poimboeuf2016-02-241-23/+16
| | * | | | | | | | | | | | | | x86/uaccess: Add stack frame output operand in get_user() inline asmChris J Arges2016-02-241-2/+3
| | * | | | | | | | | | | | | | x86/asm/power: Create stack frames in hibernate_asm_64.SJosh Poimboeuf2016-02-241-0/+7
| | * | | | | | | | | | | | | | x86/asm/efi: Create a stack frame in efi_call()Josh Poimboeuf2016-02-241-0/+3
| | * | | | | | | | | | | | | | x86/asm: Create stack frames in rwsem functionsJosh Poimboeuf2016-02-241-1/+10
| | * | | | | | | | | | | | | | x86/asm/acpi: Create a stack frame in do_suspend_lowlevel()Josh Poimboeuf2016-02-241-0/+3
| | * | | | | | | | | | | | | | x86/asm/entry: Create stack frames in thunk functionsJosh Poimboeuf2016-02-241-0/+4
| | * | | | | | | | | | | | | | x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf2016-02-2411-27/+148
| | * | | | | | | | | | | | | | x86/asm/crypto: Don't use RBP as a scratch registerJosh Poimboeuf2016-02-241-4/+4
| | * | | | | | | | | | | | | | x86/asm/crypto: Simplify stack usage in sha-mb functionsJosh Poimboeuf2016-02-242-55/+6
| | * | | | | | | | | | | | | | x86/asm/crypto: Move jump_table to .rodata sectionJosh Poimboeuf2016-02-241-4/+4
| | * | | | | | | | | | | | | | x86/asm/crypto: Move .Lbswap_mask data to .rodata sectionJosh Poimboeuf2016-02-241-0/+2
| | * | | | | | | | | | | | | | x86/amd: Set ELF function type for vide()Josh Poimboeuf2016-02-241-1/+4
OpenPOWER on IntegriCloud