aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov4-4/+3
2016-04-13x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov10-11/+13
2016-04-13x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usageBorislav Petkov3-3/+5
2016-04-13x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usageBorislav Petkov5-5/+4
2016-04-13Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar15-33/+89
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar8-65/+100
2016-04-13x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386Toshi Kani1-19/+0
2016-04-13Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar34-61/+52
2016-04-13x86/mce: Avoid using object after free in genpoolTony Luck1-2/+2
2016-04-13x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig2-2/+4
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski6-37/+7
2016-04-13x86/entry/64: Make gs_change a local labelBorislav Petkov1-5/+5
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov3-1/+4
2016-04-13x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski1-25/+25
2016-04-13x86/asm, sched/x86: Rewrite the FS and GS context switch codeAndy Lutomirski1-55/+93
2016-04-13x86/cpu: Probe the behavior of nulling out a segment at boot timeAndy Lutomirski2-0/+32
2016-04-13x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GSAndy Lutomirski1-12/+7
2016-04-01x86/cpufeature: Fix build bug caused by merge artifact with the removal of cpu_has_hypervisorIngo Molnar1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_pseBorislav Petkov8-10/+9
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov7-11/+10
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov6-7/+6
2016-03-31x86/cpufeature: Remove cpu_has_clflushBorislav Petkov4-4/+3
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov6-7/+7
2016-03-31x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov4-5/+3
2016-03-31x86/cpufeature: Remove cpu_has_osxsaveBorislav Petkov5-6/+6
2016-03-31x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov4-4/+3
2016-03-31x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov3-4/+3
2016-03-31x86/mm/pat, x86/cpufeature: Remove cpu_has_patBorislav Petkov1-1/+0
2016-03-30Merge tag 'nios2-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2Linus Torvalds1-2/+1
2016-03-31nios2: Replace fdt_translate_address with of_flat_dt_translate_addressGuenter Roeck1-2/+1
2016-03-29x86/cpu: Do the feature test first in enable_sep_cpu()Borislav Petkov1-4/+3
2016-03-29x86/build: Build compressed x86 kernels as PIEH.J. Lu3-1/+49
2016-03-29x86/xen, pat: Remove PAT table init code from XenToshi Kani3-11/+1
2016-03-29x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani3-10/+18
2016-03-29x86/mtrr: Fix Xorg crashes in Qemu sessionsToshi Kani2-2/+14
2016-03-29x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()Toshi Kani1-2/+2
2016-03-29x86/mm/pat: Add pat_disable() interfaceToshi Kani2-1/+13
2016-03-29x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani3-22/+55
2016-03-29x86/cpu: Add advanced power management bitsHuang Rui1-0/+2
2016-03-29x86/thread_info: Merge two !__ASSEMBLY__ sectionsBorislav Petkov1-4/+2
2016-03-29x86/cpufreq: Remove duplicated TDP MSR macro definitionsVladimir Zapolskiy1-7/+1
2016-03-29x86/cpu: Get rid of compute_unit_idBorislav Petkov4-14/+6
2016-03-29perf/x86/amd: Cleanup Fam10h NB event constraintsPeter Zijlstra2-3/+23
2016-03-29x86/topology: Fix AMD core countPeter Zijlstra3-5/+7
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds23-68/+68
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-22/+22
2016-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds19-2/+19
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko1-0/+1
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko18-2/+18
2016-03-25[IA64] Enable preadv2 and pwritev2 syscalls for ia64Tony Luck3-1/+5