summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-3127-37/+138
|\
| * Kbuild, lto: Handle basic LTO in modpostAndi Kleen2014-02-141-1/+5
| * Kbuild, lto: Disable LTO for asm-offsets.cAndi Kleen2014-02-141-1/+1
| * Kbuild, lto: Add a gcc-ld script to let run gcc as ldAndi Kleen2014-02-141-0/+29
| * Kbuild, lto: add ld-version and ld-ifversion macrosAndi Kleen2014-02-142-0/+17
| * Kbuild, lto: Drop .number postfixes in modpostAndi Kleen2014-02-142-2/+15
| * Kbuild, lto, workaround: Don't warn for initcall_reference in modpostAndi Kleen2014-02-141-0/+4
| * lto: Disable LTO for sys_niAndi Kleen2014-02-141-0/+3
| * lto: Handle LTO common symbols in module loaderJoe Mario2014-02-141-0/+4
| * lto, workaround: Add workaround for initcall reorderingAndi Kleen2014-02-141-1/+19
| * lto: Make asmlinkage __visibleAndi Kleen2014-02-141-2/+2
| * x86, lto: Disable LTO for the x86 VDSOAndi Kleen2014-02-141-3/+7
| * initconst, x86: Fix initconst mistake in ts5500 codeAndi Kleen2014-02-141-1/+1
| * initconst: Fix initconst mistake in dcdbasAndi Kleen2014-02-141-1/+1
| * asmlinkage: Make trace_hardirqs_on/off_caller visibleAndi Kleen2014-02-141-2/+2
| * asmlinkage, x86: Fix 32bit memcpy for LTOAndi Kleen2014-02-141-3/+3
| * asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen2014-02-142-2/+2
| * asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageAndi Kleen2014-02-141-0/+4
| * asmlinkage: Make main_extable_sort_needed visibleAndi Kleen2014-02-141-1/+1
| * asmlinkage, mutex: Mark __visibleAndi Kleen2014-02-141-5/+5
| * asmlinkage: Make trace_hardirq visibleAndi Kleen2014-02-141-2/+2
| * asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen2014-02-142-2/+2
| * asmlinkage, pnp: Make variables used from assembler code visibleAndi Kleen2014-02-141-4/+5
| * asmlinkage: Make jiffies visibleAndi Kleen2014-02-142-2/+2
| * asmlinkage: Make __iowrite32_copy visibleAndi Kleen2014-02-141-1/+1
| * asmlinkage, kvm: Make kvm_rebooting visibleAndi Kleen2014-02-141-1/+1
* | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-03-312-5/+45
|\ \
| * | x86, kaslr: fix module lock ordering problemKees Cook2014-03-241-2/+5
| * | x86, kaslr: randomize module base load addressKees Cook2014-02-262-5/+42
* | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-311-0/+6
|\ \ \
| * | | x86, hyperv: Bypass the timer_irq_works() checkJason Wang2014-03-271-0/+6
* | | | Merge branch 'x86-hash-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-312-9/+14
|\ \ \ \
| * | | | x86, hash: Simplify switch, add __init annotationJan Beulich2014-03-201-6/+6
| * | | | x86, hash: Swap arguments passed to crc32_u32()Jan Beulich2014-03-201-3/+3
| * | | | x86, hash: Fix build failure with older binutilsJan Beulich2014-03-202-0/+5
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-03-3129-598/+2452
|\ \ \ \ \
| * | | | | x86, efi: Abstract x86 efi_early callsMatt Fleming2014-03-262-101/+98Star
| * | | | | x86/efi: Restore 'attr' argument to query_variable_info()Matt Fleming2014-03-171-1/+1
| * | | | | x86/efi: Rip out phys_efi_get_time()Matt Fleming2014-03-171-29/+0Star
| * | | | | x86/efi: Preserve segment registers in mixed modeMatt Fleming2014-03-171-8/+17
| * | | | | Merge branch 'mixed-mode' into efi-for-mingoMatt Fleming2014-03-053-3/+9
| |\ \ \ \ \
| | * | | | | x86/boot: Fix non-EFI buildMatt Fleming2014-03-052-0/+5
| | * | | | | x86, tools: Fix up compiler warningsMatt Fleming2014-03-051-3/+4
| * | | | | | Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming2014-03-0520-434/+2113
| |\| | | | |
| | * | | | | x86/efi: Re-disable interrupts after calling firmware servicesMatt Fleming2014-03-041-0/+6
| | * | | | | x86/boot: Don't overwrite cr4 when enabling PAEMatt Fleming2014-03-041-1/+2
| | * | | | | x86/efi: Wire up CONFIG_EFI_MIXEDMatt Fleming2014-03-045-7/+37
| | * | | | | x86/efi: Add mixed runtime services supportMatt Fleming2014-03-046-33/+517
| | * | | | | x86/efi: Firmware agnostic handover entry pointsMatt Fleming2014-03-046-23/+80
| | * | | | | x86/efi: Split the boot stub into 32/64 code pathsMatt Fleming2014-03-041-177/+637