aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2014-10-13
|\
| * um: remove csum_partial_copy_generic_i386 to clean up exception tableHonggang Li2014-10-13
| |
| \
| \
| \
*---. \ Merge branches 'x86-ras-for-linus', 'x86-uv-for-linus' and 'x86-vdso-for-linu...Linus Torvalds2014-10-13
|\ \ \ \
| | | * | x86/vdso: Fix vdso2c's special_pages[] error checkingAndy Lutomirski2014-09-24
| | * | | x86/apic/uv: Remove unnecessary #ifdefAndreas Ruprecht2014-08-20
| * | | | x86/mce: Avoid showing repetitive message from intel_init_thermal()Rakib Mullick2014-09-19
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-13
|\ \ \ \ \
| * | | | | x86/build: Add arch/x86/purgatory/ make generated files to gitignoreShuah Khan2014-10-09
| * | | | | x86: Fix section conflict for numachipAndi Kleen2014-10-08
| * | | | | x86: Reject x32 executables if x32 ABI not supportedBen Hutchings2014-10-08
| * | | | | x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski2014-10-06
| * | | | | x86, boot, kaslr: Fix nuisance warning on 32-bit buildsKees Cook2014-10-01
* | | | | | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-13
|\ \ \ \ \ \
| * | | | | | x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscallsAndy Lutomirski2014-09-08
| * | | | | | x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscallsAndy Lutomirski2014-09-08
| * | | | | | x86: Split syscall_trace_enter into two phasesAndy Lutomirski2014-09-08
| * | | | | | x86, entry: Only call user_exit if TIF_NOHZAndy Lutomirski2014-09-08
| * | | | | | x86, x32, audit: Fix x32's AUDIT_ARCH wrt auditAndy Lutomirski2014-09-08
| * | | | | | seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2014-09-03
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \
| * | | | | | | x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue2014-10-08
| * | | | | | | x86: Quark: Comment setup_arch() to document TLB/PGE bugBryan O'Donoghue2014-10-08
| * | | | | | | x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue2014-09-24
| * | | | | | | x86/platform/intel/iosf: Add debugfs config option for IOSFDavid E. Box2014-09-19
| * | | | | | | x86/platform/intel/iosf: Add better description of IOSF driver in configDavid E. Box2014-09-19
| * | | | | | | x86/platform/intel/iosf: Add Braswell PCI IDDavid E. Box2014-09-19
| * | | | | | | x86/platform/pmc_atom: Fix warning when CONFIG_DEBUG_FS=nMartin Kelly2014-09-19
| * | | | | | | x86: HPET force enable for e6xx based systemsPeter Neubauer2014-09-15
| * | | | | | | x86/iosf: Add debugfs supportDavid E. Box2014-08-27
| * | | | | | | x86/iosf: Add Kconfig prompt for IOSF_MBI selectionDavid E. Box2014-08-27
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/mm, hibernate: Do not assume the first e820 area to be RAMLee, Chun-Yi2014-09-16
| * | | | | | | | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino2014-09-16
| * | | | | | | | x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu2014-09-16
| * | | | | | | | x86/mm/hotplug: Pass sync_global_pgds() a correct argument in remove_pagetable()Yasuaki Ishimatsu2014-09-16
| * | | | | | | | x86: Remove set_pmd_pfnMatthew Wilcox2014-09-01
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'microcode_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2014-08-24
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, microcode, intel: Fix total_size computationHenrique de Moraes Holschuh2014-07-28
| | * | | | | | | | x86, microcode, intel: Rename apply_microcode and declare it staticHenrique de Moraes Holschuh2014-07-25
| | * | | | | | | | x86, microcode, intel: Fix typosHenrique de Moraes Holschuh2014-07-24
| | * | | | | | | | x86, microcode, intel: Add missing static declarationsHenrique de Moraes Holschuh2014-07-24
| | * | | | | | | | x86, microcode, amd: Fix missing static declarationHenrique de Moraes Holschuh2014-07-24
* | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: copy_thread: Don't nullify ->ptrace_bps twiceOleg Nesterov2014-09-02
| * | | | | | | | | | x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct()Oleg Nesterov2014-09-02
| * | | | | | | | | | x86, fpu: copy_process: Sanitize fpu->last_cpu initializationOleg Nesterov2014-09-02
| * | | | | | | | | | x86, fpu: copy_process: Avoid fpu_alloc/copy if !used_math()Oleg Nesterov2014-09-02
| * | | | | | | | | | x86, fpu: Change __thread_fpu_begin() to use use_eager_fpu()Oleg Nesterov2014-09-02
| * | | | | | | | | | x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov2014-09-02