summaryrefslogtreecommitdiffstats
path: root/Documentation/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds2016-05-191-2/+2
|\
| * Documentation: x86: fix spelling mistakesEric Engestrom2016-04-281-2/+2
* | Merge branch 'x86/urgent' into x86/asm, to fix semantic conflictIngo Molnar2016-04-221-3/+3
|\ \
| * | x86/doc: Correct limits in Documentation/x86/x86_64/mm.txtJuergen Gross2016-04-221-3/+3
* | | Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar2016-04-132-0/+235
|\ \ \ | |/ /
| * | x86/mm/pkeys: Add missing DocumentationDave Hansen2016-03-291-0/+27
| * | x86/Documentation: Start documenting x86 topologyBorislav Petkov2016-03-291-0/+208
| |/
* | x86/pat: Document the PAT initialization sequenceToshi Kani2016-03-291-0/+32
|/
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-6/+6
|\
| * Documentation/x86: Update EFI memory region descriptionMatt Fleming2015-11-291-6/+6
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-03-151-0/+25
|\ \
| * | x86/microcode: Document builtin microcode loading methodBorislav Petkov2016-02-091-0/+25
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-0/+2
|\ \
| * | x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-181-0/+2
| |/
* | x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-181-0/+35
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-011-4/+16
|\
| * x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and ...Luis R. Rodriguez2015-08-281-4/+16
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-1/+2
|\ \
| * | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-211-1/+2
| |/
* | Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZEAlexander Kuleshov2015-08-241-1/+1
|/
* x86/asm/entry/64: Update path namesJames C Boyd2015-07-021-4/+4
* Merge branch 'x86/boot' into x86/urgentIngo Molnar2015-06-301-1/+1
|\
| * x86/kaslr: Fix typo in the KASLR_FLAG documentationMiroslav Benes2015-05-111-1/+1
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-224-10/+63
|\ \
| | \
| | \
| *-. \ Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-224-10/+63
| |\ \ \ | | |_|/ | |/| |
| | | * x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-071-3/+6
| | | * x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-071-1/+3
| | * | Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-081-2/+2
| | |\ \
| | | * | x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-081-2/+2
| | |/ / | |/| |
| | * | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-071-0/+3
| | |\ \ | | | |/ | | |/|
| | | * x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-071-0/+3
| | |/ | |/|
| | * x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT...Luis R. Rodriguez2015-05-272-4/+49
| |/
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-221-1/+0
|\ \
| * | x86, doc: Remove cmdline_size from list of fields to be filled in for EFI han...Alex Smith2015-04-301-1/+0
| |/
* | x86/Documentation: Adapt Ingo's explanation on printing backtracesBorislav Petkov2015-05-271-0/+44
* | x86/Documentation: Remove STACKFAULT_STACK bulletpointBorislav Petkov2015-05-271-7/+3
* | x86/Documentation: Move kernel-stacks doc one level upBorislav Petkov2015-05-271-0/+0
|/
* x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov2015-04-031-0/+6
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-211-1/+1
|\
| * Documentation/x86: Fix path in zero-page.txtAlexander Kuleshov2015-02-181-1/+1
* | x86_64: add KASan supportAndrey Ryabinin2015-02-131-0/+2
|/
* x86, entry: Switch stacks on a paranoid entry from userspaceAndy Lutomirski2015-01-022-9/+17
* Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-191-4/+14
|\
| * x86, mpx: Give MPX a real config option promptDave Hansen2014-12-151-1/+5
| * x86, mpx: Update documentationDave Hansen2014-12-151-3/+9
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-141-2/+5
|\ \ | |/ |/|
| * x86/doc: Update documentation after file shufflingLuis R. Rodriguez2014-12-111-2/+5
* | x86, mpx: Add documentation on Intel MPXQiaowei Ren2014-11-181-0/+234
|/
* x86/mm: Update memory map description to list hypervisor-reserved areaDave Hansen2014-09-191-1/+1
* x86/doc: Fix the 'tlb_single_page_flush_ceiling' sysconfig pathJeremiah Mahler2014-08-101-1/+1
OpenPOWER on IntegriCloud