Age | Commit message (Expand) | Author | Files | Lines |
2016-07-15 | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 10 | -40/+38 |
2016-07-15 | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err | Ingo Molnar | 3 | -7/+7 |
2016-07-15 | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er... | Andy Lutomirski | 6 | -9/+10 |
2016-07-15 | x86/dumpstack: When OOPSing, rewind the stack before do_exit() | Andy Lutomirski | 3 | -1/+31 |
2016-07-15 | x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm | Andy Lutomirski | 1 | -1/+1 |
2016-07-15 | x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPS | Andy Lutomirski | 1 | -2/+10 |
2016-07-15 | x86/dumpstack: Try harder to get a call trace on stack overflow | Andy Lutomirski | 1 | -1/+9 |
2016-07-15 | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() | Andy Lutomirski | 6 | -41/+0 |
2016-07-15 | x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populated | Andy Lutomirski | 1 | -3/+6 |
2016-07-15 | x86/mm/hotplug: Don't remove PGD entries in remove_pagetable() | Ingo Molnar | 1 | -27/+0 |
2016-07-15 | Merge branch 'x86/asm' into x86/mm, to resolve conflicts | Ingo Molnar | 45 | -278/+590 |
2016-07-13 | x86/mm: Use pte_none() to test for empty PTE | Dave Hansen | 3 | -8/+8 |
2016-07-13 | x86/mm: Disallow running with 32-bit PTEs to work around erratum | Dave Hansen | 5 | -0/+38 |
2016-07-13 | x86/mm: Ignore A/D bits in pte/pmd/pud_none() | Dave Hansen | 2 | -3/+16 |
2016-07-13 | x86/mm: Move swap offset/type up in PTE to work around erratum | Dave Hansen | 1 | -6/+20 |
2016-07-10 | x86/entry: Inline enter_from_user_mode() | Paolo Bonzini | 1 | -1/+1 |
2016-07-10 | x86/entry: Avoid interrupt flag save and restore | Paolo Bonzini | 1 | -2/+2 |
2016-07-09 | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes | Ingo Molnar | 167 | -563/+1076 |
2016-07-08 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 6 | -3/+30 |
2016-07-08 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2016-07-08 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -7/+37 |
2016-07-08 | x86/asm/entry: Make thunk's restore a local label | Borislav Petkov | 1 | -3/+3 |
2016-07-08 | x86/vdso: Add mremap hook to vm_special_mapping | Dmitry Safonov | 1 | -5/+42 |
2016-07-08 | x86/mm/pat, /dev/mem: Remove superfluous error message | Jiri Kosina | 1 | -4/+1 |
2016-07-08 | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes | Ingo Molnar | 2129 | -25577/+71547 |
2016-07-07 | Merge tag 'acpi-4.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -0/+1 |
2016-07-07 | Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes' | Rafael J. Wysocki | 2011 | -24637/+70088 |
2016-07-07 | Merge branches 'pm-cpuidle-fixes' and 'pm-sleep-fixes' | Rafael J. Wysocki | 2 | -43/+109 |
2016-07-07 | arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xx | Ganapatrao Kulkarni | 2 | -0/+8 |
2016-07-07 | arm64: kernel: Save and restore UAO and addr_limit on exception entry | James Morse | 4 | -3/+22 |
2016-07-06 | x86/perf/intel/rapl: Fix module name collision with powercap intel-rapl | Ville Syrjälä | 1 | -2/+2 |
2016-07-03 | perf/x86: Fix 32-bit perf user callgraph collection | Josh Poimboeuf | 1 | -5/+6 |
2016-07-03 | perf/x86/intel: Update event constraints when HT is off | Stephane Eranian | 1 | -0/+29 |
2016-07-02 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -4/+6 |
2016-07-02 | Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 7 | -19/+65 |
2016-07-02 | MIPS: Fix possible corruption of cache mode by mprotect. | Ralf Baechle | 1 | -4/+6 |
2016-07-02 | Revert "ACPI, PCI, IRQ: remove redundant code in acpi_irq_penalty_init()" | Sinan Kaya | 1 | -0/+1 |
2016-07-01 | x86/amd_nb: Fix boot crash on non-AMD systems | Borislav Petkov | 1 | -2/+2 |
2016-06-30 | x86/power/64: Fix kernel text mapping corruption during image restoration | Rafael J. Wysocki | 2 | -43/+109 |
2016-06-30 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 7 | -37/+39 |
2016-06-30 | Merge tag 'arc-4.7-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -3/+1 |
2016-06-30 | Merge tag 'kvm-arm-for-v4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 1 | -0/+1 |
2016-06-30 | powerpc: Initialise pci_io_base as early as possible | Darren Stevens | 4 | -1/+10 |
2016-06-29 | powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0 | Michael Neuling | 1 | -17/+44 |
2016-06-28 | powerpc/eeh: Fix wrong argument passed to eeh_rmv_device() | Gavin Shan | 1 | -1/+1 |
2016-06-28 | s390: fix test_fp_ctl inline assembly contraints | Martin Schwidefsky | 1 | -1/+1 |
2016-06-28 | Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL" | Michael Holzheu | 1 | -7/+0 |
2016-06-28 | arc: unwind: warn only once if DW2_UNWIND is disabled | Alexey Brodkin | 1 | -1/+1 |
2016-06-28 | ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame) | Vineet Gupta | 1 | -2/+0 |
2016-06-27 | KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode. | Quentin Casasnovas | 1 | -12/+11 |