summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-1/+1
|\
| * x86: hpet: Use proper destructor for delayed workThomas Gleixner2014-03-251-1/+1
* | Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-011-9/+6
|\ \
| * | x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsetsNeil Horman2014-03-311-9/+6
* | | Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-019-137/+191
|\ \ \
| * | | x86, threadinfo: Redo "x86: Use inline assembler to get sp"Mathias Krause2014-03-111-1/+5
| * | | x86: Clean up dumpstack_64.c codeSteven Rostedt2014-03-071-34/+83
| * | | x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-078-100/+89
| * | | x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt2014-03-074-11/+28
| * | | x86: Nuke GET_THREAD_INFO_WITH_ESP() macro for i386Steven Rostedt (Red Hat)2014-03-071-4/+0
| * | | x86: Nuke the supervisor_stack field in i386 thread_infoSteven Rostedt2014-03-071-1/+0
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-012-1/+1
|\ \ \ \
| * | | | arch: Remove stub cputime.h headersFrederic Weisbecker2014-03-132-1/+1
* | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-014-5/+6
|\ \ \ \ \
| * | | | | x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPTH. Peter Anvin2014-02-271-0/+1
| * | | | | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin2014-02-274-5/+5
* | | | | | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-011-5/+10
|\ \ \ \ \ \
| * | | | | | x86, reboot: Only use CF9_COND automatically, not CF9H. Peter Anvin2014-03-061-1/+1
| * | | | | | x86, reboot: Add EFI and CF9 reboot methods into the default listLi, Aubrey2014-03-061-5/+10
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-04-011-3/+9
|\ \ \ \ \ \
| * | | | | | x86/mm: Avoid duplicated pxm_to_node() callsYinghai Lu2014-02-091-3/+9
* | | | | | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-311-0/+3
|\ \ \ \ \ \ \
| * | | | | | | fs/compat: optional preadv64/pwrite64 compat system callsHeiko Carstens2014-03-061-0/+2
| * | | | | | | compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens2014-03-041-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-314-8/+12
|\ \ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | asmlinkage, x86: Fix 32bit memcpy for LTOAndi Kleen2014-02-141-3/+3
| * | | | | | | asmlinkage: Make jiffies visibleAndi Kleen2014-02-141-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-03-311-3/+43
|\ \ \ \ \ \ \
| * | | | | | | x86, kaslr: fix module lock ordering problemKees Cook2014-03-241-2/+5
| * | | | | | | x86, kaslr: randomize module base load addressKees Cook2014-02-261-3/+40
* | | | | | | | 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-3123-475/+2144
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, efi: Abstract x86 efi_early callsMatt Fleming2014-03-261-79/+76
| * | | | | | | | | 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/+0
| * | | | | | | | | 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-0518-324/+1823
| |\| | | | | | | | |
| | * | | | | | | | | 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