summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mtrr
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-112-3/+3
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2019-05-221-1/+1
* x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King2019-02-111-0/+2
* mm, x86: Account for TLB flushes only when debuggingMel Gorman2014-01-251-2/+2
* mm: vmstats: track TLB flush stats on UP tooDave Hansen2013-09-111-0/+2
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-07-091-0/+71
|\
| * Merge tag 'v3.10-rc7' into drm-nextDave Airlie2013-06-271-4/+4
| |\
| * | Add arch_phys_wc_{add, del} to manipulate WC MTRRs if neededAndy Lutomirski2013-05-311-0/+71
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-022-17/+20
|\ \ \
| * | | x86: Fix /proc/mtrr with base/size more than 44bitsYinghai Lu2013-06-252-17/+20
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-022-2/+2
|\ \ \ | |_|/ |/| |
| * | x86, asm, cleanup: Replace open-coded control register values with symbolicH. Peter Anvin2013-06-252-2/+2
| |/
* / x86, mtrr: Fix original mtrr range get for mtrr_cleanupYinghai Lu2013-06-181-4/+4
|/
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * x86 mtrr: fix comment typo in mtrr_bp_initOlaf Hering2012-12-071-1/+1
* | x86, hotplug: The first online processor saves the MTRR stateFenghua Yu2012-11-141-2/+7
|/
* x86/mm/mtrr: Slightly simplify print_mtrr_state()Jan Beulich2012-07-101-5/+1
* x86/mm/mtrr: Fix alignment determination in range_to_mtrr()Jan Beulich2012-07-101-3/+3
* x86, mtrr: Fix a type overflow in range_to_mtrr funczhenzhong.duan2012-05-301-1/+1
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-4/+6
|\
| * x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin2012-03-011-4/+6
* | Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0
|/
* x86/mtrr: Resolve inconsistency with Intel processor manualAjaykumar Hotchandani2011-12-051-0/+1
* Add TAINT_FIRMWARE_WORKAROUND on MTRR fixupPrarit Bhargava2011-12-051-0/+1
* mtrr: fix UP breakage caused during switch to stop_machineTejun Heo2011-08-251-2/+0
* x86, mtrr: Use pci_dev->revisionSergei Shtylyov2011-07-021-8/+5
* x86, mtrr: use stop_machine APIs for doing MTRR rendezvousSuresh Siddha2011-06-271-151/+41
* x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha2011-06-271-0/+23
* x86, mtrr, pat: Fix one cpu getting out of sync during resumeSuresh Siddha2011-03-291-5/+15
* x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-231-5/+5
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platformsSuresh Siddha2011-02-031-1/+9
* Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-22/+106
|\
| * x86, mtrr: Support mtrr lookup for range spanning across MTRR rangeVenkatesh Pallipadi2010-09-101-7/+77
| * x86, mtrr: Refactor MTRR type overlap check codeVenkatesh Pallipadi2010-09-101-15/+29
* | x86, mtrr: Assume SYS_CFG[Tom2ForceMemTypeWB] exists on all future AMD CPUsAndreas Herrmann2010-10-011-1/+1
|/
*---. Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds2010-08-062-16/+46
|\ \ \
| | | * x86, mtrr: Use stop machine context to rendezvous all the cpu'sSuresh Siddha2010-07-301-13/+43
| | |/
| * / x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminat...Joe Perches2010-07-151-3/+3
| |/
* / x86, gcc-4.6: Fix set but not read variablesAndi Kleen2010-07-201-2/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-1/+1
* x86: fix mtrr missing kernel-docRandy Dunlap2010-03-051-0/+1
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-179/+29
|\
| * x86: Change range end to start+sizeYinghai Lu2010-02-101-16/+16
| * x86: Move range related operation to one fileYinghai Lu2010-02-101-165/+15
* | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-286-14/+14
|\ \
| * | x86: Convert set_atomicity_lock to raw_spinlockThomas Gleixner2010-02-161-3/+3
| * | x86, mtrr: Kill over the top warnAlan Cox2010-02-151-1/+1
| * | x86, mtrr: Constify struct mtrr_opsEmese Revfy2010-02-016-10/+10
| |/