summaryrefslogtreecommitdiffstats
path: root/Documentation/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-041-8/+67
|\
| * x86/intel_rdt/mba_sc: Documentation for MBA software controller(mba_sc)Vikas Shivappa2018-05-191-8/+67
* | x86/pci-dma: remove the explicit nodac and allowdac optionChristoph Hellwig2018-05-281-5/+0
* | x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig2018-05-281-3/+1
* | Documentation/x86: remove a stray reference to pci-nommu.cChristoph Hellwig2018-05-281-2/+2
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-1/+1
|\
| * Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-121-6/+3
| |\
| * | x86/mm: Fix documentation of module mapping range with 4-level pagingKirill A. Shutemov2018-04-031-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-2/+2
|\ \ \ | |_|/ |/| |
| * | Documentation: Fix early-microcode.txt references after file renameJaak Ristioja2018-03-271-2/+2
| |/
* | Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner2018-03-141-1/+1
|\ \ | |/
| * Documentation, x86, resctrl: Make text and sample command matchLi RongQing2018-02-281-1/+1
* | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-261-1/+1
|\ \ | |/
| * x86/topology: Fix function name in documentationDou Liyang2018-02-231-1/+1
* | x86/mm: Allow to boot without LA57 if CONFIG_X86_5LEVEL=yKirill A. Shutemov2018-02-161-6/+3
|/
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-3/+2
|\
| * firmware: Fix up docs referring to FIRMWARE_IN_KERNELBenjamin Gilbert2018-01-251-3/+2
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-291-2/+11
|\ \
| * | x86/intel_rdt: Add L2CDP support in documentationFenghua Yu2018-01-181-2/+5
| * | x86/intel_rdt: Update documentationFenghua Yu2018-01-181-1/+7
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-211-1/+1
|\ \ \ | |/ / |/| |
| * | x86/pti: Document fix wrong indexzhenwei.pi2018-01-191-1/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-0/+186
|\ \ \ | |/ /
| * | x86/Documentation: Add PTI descriptionDave Hansen2018-01-061-0/+186
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-051-7/+11
|\ \ \ | |/ / | | / | |/ |/|
| * x86/kaslr: Fix the vaddr_end messThomas Gleixner2018-01-051-0/+6
| * x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner2018-01-041-3/+4
| * x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin2018-01-041-4/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-2/+3
|\ \ | |/
| * x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2017-12-231-1/+2
| * x86/mm/64: Make a full PGD-entry size hole in the memory mapAndy Lutomirski2017-12-231-2/+2
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-13/+11
|\ \ | |/
| * x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-221-0/+2
| * x86/doc: Remove obvious weirdnesses from the x86 MM layout documentationPeter Zijlstra2017-12-221-9/+3
| * x86/mm/64: Improve the memory map documentationAndy Lutomirski2017-12-221-4/+6
* | x86/pkeys: Update documentation about availabilityDave Hansen2017-11-211-2/+7
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-131-0/+11
|\ \
| * | x86/intel_rdt: Add documentation for "info/last_cmd_status"Tony Luck2017-09-271-0/+11
* | | Documentation/x86: Add AMD Secure Encrypted Virtualization (SEV) descriptionBrijesh Singh2017-11-071-4/+26
| |/ |/|
* | Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-061-1/+1
|\ \
| * | x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-10-201-1/+1
| |/
* | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-10-141-1/+1
|/
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-041-38/+285
|\
| * x86/intel_rdt: Show bitmask of shareable resource with other executing unitsFenghua Yu2017-08-011-0/+7
| * x86/intel_rdt/cqm: Documentation for resctrl based RDT MonitoringVikas Shivappa2017-08-011-38/+278
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-043-3/+135
|\ \
| * | x86/mm/pkeys: Fix typo in Documentation/x86/protection-keys.txtWang Kai2017-07-251-3/+3
| * | x86: Enable 5-level paging support via CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-07-211-0/+64
| * | x86/cpu/AMD: Document AMD Secure Memory Encryption (SME)Tom Lendacky2017-07-181-0/+68
| |/
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-09-042-70/+137
|\ \
OpenPOWER on IntegriCloud