| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/dumpstack: When OOPSing, rewind the stack before do_exit() | Andy Lutomirski | 2016-07-15 | 3 | -1/+31 |
* | x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm | Andy Lutomirski | 2016-07-15 | 1 | -1/+1 |
* | x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPS | Andy Lutomirski | 2016-07-15 | 1 | -2/+10 |
* | x86/dumpstack: Try harder to get a call trace on stack overflow | Andy Lutomirski | 2016-07-15 | 1 | -1/+9 |
* | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() | Andy Lutomirski | 2016-07-15 | 6 | -41/+0 |
* | x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populated | Andy Lutomirski | 2016-07-15 | 1 | -3/+6 |
* | x86/mm/hotplug: Don't remove PGD entries in remove_pagetable() | Ingo Molnar | 2016-07-15 | 1 | -27/+0 |
* | Merge branch 'x86/asm' into x86/mm, to resolve conflicts | Ingo Molnar | 2016-07-15 | 39 | -275/+560 |
|\ |
|
| * | x86/entry: Inline enter_from_user_mode() | Paolo Bonzini | 2016-07-10 | 1 | -1/+1 |
| * | x86/entry: Avoid interrupt flag save and restore | Paolo Bonzini | 2016-07-10 | 1 | -2/+2 |
| * | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes | Ingo Molnar | 2016-07-09 | 29 | -181/+302 |
| |\ |
|
| | * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-07-08 | 1 | -2/+2 |
| | |\ |
|
| | | * | x86/amd_nb: Fix boot crash on non-AMD systems | Borislav Petkov | 2016-07-01 | 1 | -2/+2 |
| | * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-08 | 3 | -7/+37 |
| | |\ \ |
|
| | | * | | x86/perf/intel/rapl: Fix module name collision with powercap intel-rapl | Ville Syrjälä | 2016-07-06 | 1 | -2/+2 |
| | | * | | perf/x86: Fix 32-bit perf user callgraph collection | Josh Poimboeuf | 2016-07-03 | 1 | -5/+6 |
| | | * | | perf/x86/intel: Update event constraints when HT is off | Stephane Eranian | 2016-07-03 | 1 | -0/+29 |
| | * | | | Merge tag 'acpi-4.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2016-07-08 | 1 | -0/+1 |
| | |\ \ \ |
|
| | | | \ \ | |
| | | | \ \ | |
| | | *-. | | | Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes' | Rafael J. Wysocki | 2016-07-07 | 269 | -4456/+8596 |
| | | |\ \| | |
|
| | | | * | | | Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()" | Sinan Kaya | 2016-07-02 | 1 | -0/+1 |
| | | | | | | | |
| | | \ \ \ \ | |
| | *-. \ \ \ \ | Merge branches 'pm-cpuidle-fixes' and 'pm-sleep-fixes' | Rafael J. Wysocki | 2016-07-07 | 2 | -43/+109 |
| | |\ \ \ \ \ \
| | | | |_|/ / /
| | | |/| | / /
| | | |_|_|/ /
| | |/| | | | |
|
| | | | * | | | x86/power/64: Fix kernel text mapping corruption during image restoration | Rafael J. Wysocki | 2016-06-30 | 2 | -43/+109 |
| | | |/ / / |
|
| * | | | | | x86/asm/entry: Make thunk's restore a local label | Borislav Petkov | 2016-07-08 | 1 | -3/+3 |
| * | | | | | x86/signals: Add build-time checks to the siginfo compat code | Dave Hansen | 2016-06-14 | 1 | -0/+93 |
| * | | | | | x86/signals: Add missing signal_compat code for x86 features | Dave Hansen | 2016-06-14 | 2 | -0/+26 |
| * | | | | | x86/vdso/32: Assemble sigreturn.S separately | Andy Lutomirski | 2016-06-14 | 3 | -16/+4 |
| * | | | | | x86/xen: Simplify set_aliased_prot() | Andy Lutomirski | 2016-06-11 | 1 | -3/+1 |
| * | | | | | Merge branch 'linus' into x86/asm, to pick up fixes | Ingo Molnar | 2016-06-11 | 7 | -35/+85 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| * | | | | | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.h | H. Peter Anvin | 2016-06-08 | 2 | -70/+62 |
| * | | | | | x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.h | H. Peter Anvin | 2016-06-08 | 1 | -4/+5 |
| * | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h> | H. Peter Anvin | 2016-06-08 | 1 | -2/+2 |
| * | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h> | H. Peter Anvin | 2016-06-08 | 1 | -4/+5 |
| * | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h> | H. Peter Anvin | 2016-06-08 | 1 | -8/+8 |
| * | | | | | x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT() | H. Peter Anvin | 2016-06-08 | 1 | -5/+9 |
| * | | | | | x86, asm: define CC_SET() and CC_OUT() macros | H. Peter Anvin | 2016-06-08 | 1 | -0/+12 |
| * | | | | | x86, asm: change the GEN_*_RMWcc() macros to not quote the condition | H. Peter Anvin | 2016-06-08 | 6 | -18/+18 |
| * | | | | | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 2016-06-08 | 12 | -60/+63 |
| * | | | | | x86, bitops: remove use of "sbb" to return CF | H. Peter Anvin | 2016-06-08 | 5 | -34/+31 |
| * | | | | | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 2016-06-08 | 6 | -20/+93 |
* | | | | | | x86/mm: Use pte_none() to test for empty PTE | Dave Hansen | 2016-07-13 | 3 | -8/+8 |
* | | | | | | x86/mm: Disallow running with 32-bit PTEs to work around erratum | Dave Hansen | 2016-07-13 | 5 | -0/+38 |
* | | | | | | x86/mm: Ignore A/D bits in pte/pmd/pud_none() | Dave Hansen | 2016-07-13 | 2 | -3/+16 |
* | | | | | | x86/mm: Move swap offset/type up in PTE to work around erratum | Dave Hansen | 2016-07-13 | 1 | -6/+20 |
* | | | | | | x86/vdso: Add mremap hook to vm_special_mapping | Dmitry Safonov | 2016-07-08 | 1 | -5/+42 |
* | | | | | | x86/mm/pat, /dev/mem: Remove superfluous error message | Jiri Kosina | 2016-07-08 | 1 | -4/+1 |
* | | | | | | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes | Ingo Molnar | 2016-07-08 | 280 | -4498/+8812 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode. | Quentin Casasnovas | 2016-06-27 | 1 | -12/+11 |
| * | | | | | KVM: LAPIC: cap __delay at lapic_timer_advance_ns | Marcelo Tosatti | 2016-06-27 | 1 | -1/+2 |
| * | | | | | KVM: x86: move nsec_to_cycles from x86.c to x86.h | Marcelo Tosatti | 2016-06-27 | 2 | -6/+7 |
| * | | | | | pvclock: Get rid of __pvclock_read_cycles in function pvclock_read_flags | Minfei Huang | 2016-06-27 | 1 | -2/+5 |