summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski2016-07-153-1/+31
* x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mmAndy Lutomirski2016-07-151-1/+1
* x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPSAndy Lutomirski2016-07-151-2/+10
* x86/dumpstack: Try harder to get a call trace on stack overflowAndy Lutomirski2016-07-151-1/+9
* x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-156-41/+0
* x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski2016-07-151-3/+6
* x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()Ingo Molnar2016-07-151-27/+0
* Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar2016-07-1539-275/+560
|\
| * x86/entry: Inline enter_from_user_mode()Paolo Bonzini2016-07-101-1/+1
| * x86/entry: Avoid interrupt flag save and restorePaolo Bonzini2016-07-101-2/+2
| * Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar2016-07-0929-181/+302
| |\
| | * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-081-2/+2
| | |\
| | | * x86/amd_nb: Fix boot crash on non-AMD systemsBorislav Petkov2016-07-011-2/+2
| | * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-083-7/+37
| | |\ \
| | | * | x86/perf/intel/rapl: Fix module name collision with powercap intel-raplVille Syrjälä2016-07-061-2/+2
| | | * | perf/x86: Fix 32-bit perf user callgraph collectionJosh Poimboeuf2016-07-031-5/+6
| | | * | perf/x86/intel: Update event constraints when HT is offStephane Eranian2016-07-031-0/+29
| | * | | Merge tag 'acpi-4.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-081-0/+1
| | |\ \ \
| | | | \ \
| | | | \ \
| | | *-. | | Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes'Rafael J. Wysocki2016-07-07269-4456/+8596
| | | |\ \| |
| | | | * | | Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()"Sinan Kaya2016-07-021-0/+1
| | | | | | |
| | | \ \ \ \
| | *-. \ \ \ \ Merge branches 'pm-cpuidle-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki2016-07-072-43/+109
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | / / | | | |_|_|/ / | | |/| | | |
| | | | * | | x86/power/64: Fix kernel text mapping corruption during image restorationRafael J. Wysocki2016-06-302-43/+109
| | | |/ / /
| * | | | | x86/asm/entry: Make thunk's restore a local labelBorislav Petkov2016-07-081-3/+3
| * | | | | x86/signals: Add build-time checks to the siginfo compat codeDave Hansen2016-06-141-0/+93
| * | | | | x86/signals: Add missing signal_compat code for x86 featuresDave Hansen2016-06-142-0/+26
| * | | | | x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski2016-06-143-16/+4
| * | | | | x86/xen: Simplify set_aliased_prot()Andy Lutomirski2016-06-111-3/+1
| * | | | | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-06-117-35/+85
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.hH. Peter Anvin2016-06-082-70/+62
| * | | | | x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.hH. Peter Anvin2016-06-081-4/+5
| * | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h>H. Peter Anvin2016-06-081-2/+2
| * | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h>H. Peter Anvin2016-06-081-4/+5
| * | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h>H. Peter Anvin2016-06-081-8/+8
| * | | | | x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT()H. Peter Anvin2016-06-081-5/+9
| * | | | | x86, asm: define CC_SET() and CC_OUT() macrosH. Peter Anvin2016-06-081-0/+12
| * | | | | x86, asm: change the GEN_*_RMWcc() macros to not quote the conditionH. Peter Anvin2016-06-086-18/+18
| * | | | | x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin2016-06-0812-60/+63
| * | | | | x86, bitops: remove use of "sbb" to return CFH. Peter Anvin2016-06-085-34/+31
| * | | | | x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-086-20/+93
* | | | | | x86/mm: Use pte_none() to test for empty PTEDave Hansen2016-07-133-8/+8
* | | | | | x86/mm: Disallow running with 32-bit PTEs to work around erratumDave Hansen2016-07-135-0/+38
* | | | | | x86/mm: Ignore A/D bits in pte/pmd/pud_none()Dave Hansen2016-07-132-3/+16
* | | | | | x86/mm: Move swap offset/type up in PTE to work around erratumDave Hansen2016-07-131-6/+20
* | | | | | x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov2016-07-081-5/+42
* | | | | | x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina2016-07-081-4/+1
* | | | | | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changesIngo Molnar2016-07-08280-4498/+8812
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.Quentin Casasnovas2016-06-271-12/+11
| * | | | | KVM: LAPIC: cap __delay at lapic_timer_advance_nsMarcelo Tosatti2016-06-271-1/+2
| * | | | | KVM: x86: move nsec_to_cycles from x86.c to x86.hMarcelo Tosatti2016-06-272-6/+7
| * | | | | pvclock: Get rid of __pvclock_read_cycles in function pvclock_read_flagsMinfei Huang2016-06-271-2/+5