aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, doc only: Correct real-mode kernel header offset for init_sizeDarren Hart2011-07-121-1/+1
* x86, gart: Rename pci-gart_64.c to amd_gart_64.cJoerg Roedel2011-05-101-1/+1
* move x86 specific oops=panic to generic codeOlaf Hering2011-03-221-5/+0
* x86: Fix misspelling and align paramsLucas De Marchi2011-03-181-7/+7
* x86: support XZ-compressed kernelLasse Collin2011-01-131-3/+3
* x86: Add CE4100 platform supportThomas Gleixner2010-11-121-0/+1
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-221-3/+3
|\
| * x86: Always use irq stacksChristoph Hellwig2010-06-291-3/+3
* | x86, olpc: Add support for calling into OpenFirmwareAndres Salomon2010-06-181-0/+1
|/
* x86, numa: Remove configurable node size support for numa emulationDavid Rientjes2010-02-151-13/+3
* x86, numa: Add fixed node size option for numa emulationDavid Rientjes2010-02-151-0/+4
* USB: ehci-dbgp,documentation: Documentation updates for ehci-dbgpJason Wessel2009-09-231-2/+37
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-0/+1
|\
| * x86: Add hardware_subarch ID for MoorestownPan, Jacob jun2009-08-311-0/+1
* | x86, intel_txt: Intel TXT boot supportJoseph Cihula2009-07-211-0/+1
|/
* Doc: move Documentation/exception.txt into x86 subdirAmerigo Wang2009-07-102-0/+294
* Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-113-17/+119
|\
| * Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-06-102-9/+5
| |\
| | * mm, x86: remove MEMORY_HOTPLUG_RESERVE related codeYinghai Lu2009-05-181-5/+0
| | * x86: fix typo in address space documentationH. Peter Anvin2009-05-051-1/+1
| | * x86: 46 bit physical address support on 64 bitsRik van Riel2009-05-051-4/+5
| * | x86: add extension fields for bootloader type and versionH. Peter Anvin2009-05-111-7/+52
| * | x86: document new bzImage fieldsH. Peter Anvin2009-05-111-4/+65
| |/
* | x86, mce: Add boot options for corrected errorsHidetoshi Seto2009-06-111-6/+30
* | x86, mce: switch x86 machine check handler to Monarch election.Andi Kleen2009-06-032-1/+9
* | x86, mce: improve documentationAndi Kleen2009-05-282-1/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-2/+3
|\
| * trivial: fix where cgroup documentation is not correctly referred toThadeu Lima de Souza Cascardo2009-03-301-2/+3
* | Merge branch 'x86/doc' into x86/coreIngo Molnar2009-03-051-0/+101
|\ \ | |/ |/|
| * x86/doc: mini-howto for using earlyprintk=dbgpYinghai Lu2009-03-051-0/+101
| |
| \
*-. \ Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-041-1/+4
|\ \ \ | |_|/ |/| |
| * | bzip2/lzma: update boot protocol specificationH. Peter Anvin2009-01-141-1/+4
* | | Documentation/x86/boot.txt: modify fieldnameBaodong Chen2009-01-151-6/+7
| |/ |/|
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-101-1/+1
|\ \ | |/ |/|
| * Documentation/x86/boot.txt: payload length was changed to payload_lengthBaodong Chen2009-01-041-1/+1
* | documentation: update header file pathsRandy Dunlap2009-01-061-1/+1
|/
*-----. Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-234-15/+28
|\ \ \ \
| | | | * x86: PAT: pfnmap documentation update changesvenkatesh.pallipadi@intel.com2008-12-191-5/+5
| | | | * x86: PAT: update documentation to cover pgprot and remap_pfn related changes ...venkatesh.pallipadi@intel.com2008-12-181-0/+24
| |_|_|/ |/| | |
| | | * x86: nmi - nmi_watchdog boot param docs cleanupCyrill Gorcunov2008-11-031-11/+0
| | |/
| * | x86: documentation fix regarding boot protocolPhilipp Kohlbecher2008-12-161-2/+2
| * | Merge commit 'v2.6.28-rc8' into x86/docIngo Molnar2008-12-162-3/+3
| |\ \ | |/ / |/| |
| * | x86/doc: spelling fix for grubKOSAKI Motohiro2008-11-111-1/+1
| * | x86, 64-bit: update address space documentationJiri Slaby2008-11-111-1/+1
| |/
* / doc/x86: fix doc subdirsUwe Hermann2008-10-282-3/+3
|/
* x86: remove 8254 timer texts from DocumentationLuiz Fernando N. Capitulino2008-08-281-4/+0
* x86: PAT documentation updates with debug infovenkatesh.pallipadi@intel.com2008-08-211-9/+45
* documentation: move mtrr.txt to Doc/x86/ subdirRandy Dunlap2008-07-282-0/+309
* x86: doc: boot.txt: fix the size of the start_sys fieldH. Peter Anvin2008-07-221-1/+1
* x86: doc: move x86-generic documentation from Doc/x86/i386H. Peter Anvin2008-07-223-0/+0