summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-137-19/+18
* x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov2016-04-134-12/+14
* x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-1319-33/+32
* x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-137-21/+20
* x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov2016-04-135-9/+8
* x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov2016-04-134-4/+3
* x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov2016-04-1310-11/+13
* x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usageBorislav Petkov2016-04-133-3/+5
* x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usageBorislav Petkov2016-04-135-5/+4
* Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar2016-04-1320-35/+335
|\
| * x86/mce: Avoid using object after free in genpoolTony Luck2016-04-131-2/+2
| * lguest, x86/entry/32: Fix handling of guest syscalls using interrupt gatesRusty Russell2016-04-013-2/+11
| * x86/build: Build compressed x86 kernels as PIEH.J. Lu2016-03-293-1/+49
| * x86/mm/pkeys: Add missing DocumentationDave Hansen2016-03-291-0/+27
| * x86/cpu: Add advanced power management bitsHuang Rui2016-03-291-0/+2
| * x86/thread_info: Merge two !__ASSEMBLY__ sectionsBorislav Petkov2016-03-291-4/+2
| * x86/cpufreq: Remove duplicated TDP MSR macro definitionsVladimir Zapolskiy2016-03-291-7/+1
| * x86/Documentation: Start documenting x86 topologyBorislav Petkov2016-03-291-0/+208
| * x86/cpu: Get rid of compute_unit_idBorislav Petkov2016-03-294-14/+6
| * perf/x86/amd: Cleanup Fam10h NB event constraintsPeter Zijlstra2016-03-292-3/+23
| * x86/topology: Fix AMD core countPeter Zijlstra2016-03-293-5/+7
* | Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar2016-04-1310-66/+133
|\ \
| * | x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386Toshi Kani2016-04-131-19/+0
| * | x86/mm/pat, x86/cpufeature: Remove cpu_has_patBorislav Petkov2016-03-312-2/+1
| * | x86/pat: Document the PAT initialization sequenceToshi Kani2016-03-291-0/+32
| * | x86/xen, pat: Remove PAT table init code from XenToshi Kani2016-03-293-11/+1
| * | x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani2016-03-293-10/+18
| * | x86/mtrr: Fix Xorg crashes in Qemu sessionsToshi Kani2016-03-292-2/+14
| * | x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()Toshi Kani2016-03-291-2/+2
| * | x86/mm/pat: Add pat_disable() interfaceToshi Kani2016-03-292-1/+13
| * | x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani2016-03-293-22/+55
* | | Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar2016-04-1341-69/+67
|\ \ \
| * | | x86/cpufeature: Fix build bug caused by merge artifact with the removal of cp...Ingo Molnar2016-04-011-1/+1
| * | | x86/cpufeature: Remove cpu_has_pseBorislav Petkov2016-03-318-10/+9
| * | | x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-318-12/+11
| * | | x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-316-7/+6
| * | | x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-316-8/+7
| * | | x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov2016-03-316-7/+7
| * | | x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov2016-03-314-5/+3
| * | | x86/cpufeature: Remove cpu_has_osxsaveBorislav Petkov2016-03-315-6/+6
| * | | x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov2016-03-315-5/+4
| * | | x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov2016-03-313-4/+3
| * | | Merge tag 'nios2-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-03-311-2/+1
| |\ \ \
| | * | | nios2: Replace fdt_translate_address with of_flat_dt_translate_addressGuenter Roeck2016-03-311-2/+1
| | | |/ | | |/|
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-301-0/+2
| |\ \ \
| | * | | PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argumentNicolai Stange2016-03-231-0/+2
| * | | | Merge tag 'dlm-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Linus Torvalds2016-03-301-2/+1
| |\ \ \ \
| | * | | | dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price2016-03-291-2/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'hwmon-for-linus-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-301-0/+6
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiatedGuenter Roeck2016-03-271-0/+6
| | |/ /