summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-1545-278/+590
|\
| * 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-09167-563/+1076
| |\
| | * Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-07-086-3/+30
| | |\
| | | * arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xxGanapatrao Kulkarni2016-07-072-0/+8
| | | * arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse2016-07-074-3/+22
| | * | 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-072011-24637/+70088
| | | |\ \| | |
| | | | * | | | 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-1145-453/+118
| |\ \ \ \ \
| * | | | | | 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-082129-25577/+71547
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-07-031-4/+6
| |\ \ \ \ \ \
| | * | | | | | MIPS: Fix possible corruption of cache mode by mprotect.Ralf Baechle2016-07-021-4/+6
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-037-19/+65
| |\ \ \ \ \ \