summaryrefslogtreecommitdiffstats
path: root/Documentation/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * doc: Fix typo in doucmentationsMasanari Iida2013-07-251-1/+1
* | Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-121-0/+5
|\ \ | |/ |/|
| * mce: acpi/apei: Add a boot option to disable ff mode for corrected errorsNaveen N. Rao2013-07-081-0/+5
* | arm: add support for LZ4-compressed kernelKyungsik Lee2013-07-091-3/+4
* | x86, microcode, amd: Early microcode patch loading support for AMDJacob Shin2013-05-301-6/+5
|/
* Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-14/+0
|\
| * x86, early-printk: Update earlyprintk documentation (and kill x86 copy)Dave Hansen2013-04-111-14/+0
* | x86-64, docs, mm: Add vsyscall range to virtual address space layoutBorislav Petkov2013-04-021-1/+3
|/
* Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-221-0/+43
|\
| * x86, doc: Documentation for early microcode loadingFenghua Yu2013-01-311-0/+43
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-0/+38
|\|
| * x86, boot: Update comments about entries for 64bit imageYinghai Lu2013-01-291-0/+38
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-4/+0
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2013-01-291-3/+4
| |\ \
| * | | time: x86: report_lost_ticks doesn't exist any moreJiri Kosina2013-01-231-4/+0
* | | | x86, doc: Add a bootloader ID for OVMFH. Peter Anvin2013-02-081-0/+1
* | | | x86, doc: Boot protocol 2.12 is in 3.8H. Peter Anvin2013-01-311-1/+1
| |_|/ |/| |
* | | x86, boot: Define the 2.12 bzImage boot protocolH. Peter Anvin2013-01-272-1/+30
| |/ |/|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-191-1/+2
|\ \
| * | x86, doc: Document that bootloader ID 4 is used also by iPXEH. Peter Anvin2012-12-121-1/+1
| * | x86, doc: Add a formal bootloader ID for kexec-toolsH. Peter Anvin2012-12-121-0/+1
| |/
* / x86/boot/doc: Fix grammar and typo in boot.txtKees Cook2012-10-261-2/+2
|/
* x86/mce: Provide boot argument to honour bios-set CMCI thresholdNaveen N. Rao2012-09-271-0/+7
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-261-0/+41
|\
| * x86, efi: Handover ProtocolMatt Fleming2012-07-201-0/+41
* | x86, doc: Assign a bootloader ID for "Minimal Linux Bootloader"H. Peter Anvin2012-07-231-1/+4
|/
* x86, efi: Add EFI boot stub documentationMatt Fleming2012-06-011-0/+65
* x86-64, doc: Remove int 0xcc from entry_64.S documentationCesar Eduardo Barros2011-08-161-3/+0
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-0/+98
|\
| * x86-64: Document some of entry_64.SAndy Lutomirski2011-06-051-0/+98
* | 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