summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds2013-03-171-1/+3
* perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2013-03-152-0/+10
* Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* x86: Do not try to sync identity map for non-mapped pagesDave Hansen2013-03-071-0/+7
* x86, doc: Be explicit about what the x86 struct boot_params requiresPeter Jones2013-03-061-1/+15
* x86: Don't clear efi_info even if the sentinel hitsJosh Boyer2013-03-061-1/+3
* x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu2013-03-061-3/+2
* x86: Fix 32-bit *_cpu_data initializersKrzysztof Mazur2013-03-061-2/+8
* x86, smpboot: Remove unused variableBorislav Petkov2013-03-051-2/+1
* Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-032-1/+18
|\
| * xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
| * xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-031-5/+4
|\ \
| * | more file_inode() open-coded instancesAl Viro2013-02-271-5/+4
* | | x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2013-03-023-137/+12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-023-9/+3
|\ \ \
| * | | fix compat truncate/ftruncateAl Viro2013-02-251-2/+2
| * | | switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-243-7/+1
* | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-281-1/+1
|\ \ \ \
| * | | | x86/kvm: Fix pvclock vsyscall fixmapPeter Hurley2013-02-281-1/+1
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2013-02-281-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/nmi: export local_touch_nmi() symbol for modulesJacob Pan2013-01-171-0/+1
* | | | | Merge branch 'akpm' (final batch from Andrew)Linus Torvalds2013-02-273-20/+15
|\ \ \ \ \
| * | | | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-20/+14
| * | | | | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-274-15/+28
|\ \ \ \ \
| * | | | | x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()Satoru Takeuchi2013-02-143-8/+9
| * | | | | x86, efi: Allow slash in file path of initrdLee, Chun-Yi2013-01-311-7/+19
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-273-22/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | x86: Make sure we can boot in the case the BDA contains pure garbageH. Peter Anvin2013-02-271-19/+34
| * | | | | x86, efi: Mark disable_runtime as __initdataMatt Fleming2013-02-251-1/+1
| * | | | | x86, doc: Fix incorrect comment about 64-bit code segment descriptorsKonrad Rzeszutek Wilk2013-02-251-2/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-6/+4
|\ \ \ \ \ \
| * | | | | | new helper: file_inode(file)Al Viro2013-02-222-6/+4
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-265-15/+53
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present ...Andrea Arcangeli2013-02-241-3/+47
| * | | | | | Revert "x86, mm: Make spurious_fault check explicitly check explicitly check ...Andrea Arcangeli2013-02-241-7/+1
| * | | | | | x86/mm/numa: Don't check if node is NUMA_NO_NODEWen Congyang2013-02-241-2/+1
| * | | | | | x86, efi: Make "noefi" really disable EFI runtime serivcesMatt Fleming2013-02-201-2/+3
| * | | | | | x86/apic: Fix parsing of the 'lapic' cmdline optionMathias Krause2013-02-201-1/+1
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-263-2/+46
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-02-202-1/+24
| |\ \ \ \ \ \ \
| | * | | | | | | tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt2013-02-122-1/+24
| * | | | | | | | perf/x86: Add Intel IvyBridge event scheduling constraintsStephane Eranian2013-02-201-1/+22
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-257-68/+135
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pci/rafael-set-root-bridge-handle' into nextBjorn Helgaas2013-01-172-0/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-132-0/+12
| * | | | | | | | | Merge branch 'pci/yinghai-survey-resources' into nextBjorn Helgaas2013-01-091-64/+121
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | x86/PCI: Implement pcibios_resource_survey_bus()Yinghai Lu2013-01-071-0/+13
| | * | | | | | | | x86/PCI: Keep resource allocation functions after bootYinghai Lu2013-01-071-6/+6
OpenPOWER on IntegriCloud