summaryrefslogtreecommitdiffstats
path: root/Documentation/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-1/+1
|\
| * Documentation: x86: fix space instead of tab in uefi docFlavio Suligoi2020-04-281-1/+1
* | Documentation/x86, efi/x86: Clarify EFI handover protocol and its requirementsArd Biesheuvel2020-04-141-3/+18
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-6/+0
|\
| * kill uaccess_try()Al Viro2020-03-261-6/+0
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-301-6/+2
|\ \
| * \ Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-03-081-1/+0
| |\ \
| * | | x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar2020-02-221-6/+2
| | |/ | |/|
* | | Documentation: x86: exception-tables: document CONFIG_BUILDTIME_TABLE_SORTNick Desaulniers2020-03-271-0/+14
* | | docs: prevent warnings due to autosectionlabelMauro Carvalho Chehab2020-03-201-1/+2
| |/ |/|
* | docs: remove MPX from the x86 tocStephen Kitt2020-02-251-1/+0
|/
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-252/+0
|\
| * x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-231-252/+0
* | Merge tag 'docs-5.6' of git://git.lwn.net/linuxLinus Torvalds2020-01-292-25/+26
|\ \
| * | Documentation: boot.rst: fix warningsDaniel W. S. Almeida2020-01-101-20/+20
| * | Doc: x86: Fix a typo in mm.rstMasanari Iida2019-12-301-3/+3
| * | Documentation: x86: fix boot.rst warning and formatRandy Dunlap2019-12-191-2/+3
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \ \
| * | | Documentation/x86/boot: Fix typoEnrico Weigelt2019-12-181-1/+1
| |/ /
* / / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+0
|/ /
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+174
|\ \ | |/ |/|
| * x86/boot: Introduce setup_indirectDaniel Kiper2019-11-121-1/+42
| * x86/boot: Introduce kernel_info.setup_type_maxDaniel Kiper2019-11-121-1/+8
| * x86/boot: Introduce kernel_infoDaniel Kiper2019-11-121-0/+126
* | x86/speculation/taa: Add documentation for TSX Async AbortPawan Gupta2019-10-282-0/+118
|/
* dma-mapping: fix filename referencesAndy Shevchenko2019-09-031-1/+1
* docs: remove extra conf.py filesMauro Carvalho Chehab2019-07-171-10/+0
* docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
* docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-2/+2
* docs: x86: move two x86-specific files to x86 arch dirMauro Carvalho Chehab2019-07-153-0/+343
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-096-116/+22
|\
| * Documentation: x86: fix some typosJames Morse2019-06-201-5/+5
| * Documentation: x86: Clarify MBA takes MB as referring to mba_scJames Morse2019-06-201-2/+2
| * Documentation: x86: Remove cdpl2 unspported statement and fix capitalisationJames Morse2019-06-201-4/+10
| * Documentation: x86: Contiguous cbm isn't all X86James Morse2019-06-201-1/+1
| * docs: fix broken documentation linksMauro Carvalho Chehab2019-06-083-4/+4
| * docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab2019-06-082-100/+0
* | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-081-2/+2
|\ \
| * | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-2/+2
| |/
* | Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-0/+4
|\ \
| * | x86/topology: Add CPUID.1F multi-die/package supportLen Brown2019-05-231-0/+4
| |/
* / Documentation/x86: Fix path to entry_32.SIra Weiny2019-05-241-1/+1
|/
* x86/speculation/mds: Improve CPU buffer clear documentationAndy Lutomirski2019-05-161-32/+7
* x86/speculation/mds: Revert CPU buffer clear on double fault exitAndy Lutomirski2019-05-161-7/+0
* Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-143-0/+236
|\
| * x86/speculation/mds: Fix documentation typoJosh Poimboeuf2019-05-081-1/+1
| * x86/mds: Add MDSUM variant to the MDS documentationspeck for Pawan Gupta2019-05-081-0/+5
| * x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner2019-03-061-0/+27
| * x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner2019-03-061-0/+42
| * x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner2019-03-061-0/+52