summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta2019-07-084-7/+6
* ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta2019-07-014-159/+167
* ARCv2: entry: avoid a branchVineet Gupta2019-07-011-3/+2
* ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta2019-07-012-8/+11
* ARCv2: entry: comments about hardware auto-save on taken interruptsVineet Gupta2019-07-011-16/+62
* ARC: mm: do_page_fault refactor #8: release mmap_sem soonerVineet Gupta2019-07-011-4/+3
* ARC: mm: do_page_fault refactor #7: fold the various error handlingVineet Gupta2019-07-011-34/+14
* ARC: mm: do_page_fault refactor #6: error handlers to use same patternVineet Gupta2019-07-011-11/+10
* ARC: mm: do_page_fault refactor #5: scoot no_context to endVineet Gupta2019-07-011-14/+7
* ARC: mm: do_page_fault refactor #4: consolidate retry related logicVineet Gupta2019-07-011-29/+31
* ARC: mm: do_page_fault refactor #3: tidyup vma access permission codeVineet Gupta2019-07-011-18/+21
* ARC: mm: do_page_fault refactor #2: remove short lived variableVineet Gupta2019-07-011-6/+1
* ARC: mm: do_page_fault refactor #1: remove label @good_areaVineet Gupta2019-07-011-7/+5
* Linux 5.2-rc7v5.2-rc7Linus Torvalds2019-06-301-2/+2
* Merge tag 'powerpc-5.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-301-1/+1
|\
| * powerpc/64s/exception: Fix machine check early corrupting AMRNicholas Piggin2019-06-251-1/+1
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-301-0/+6
|\ \
| * | cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata2019-06-271-0/+3
| * | cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-06-261-0/+3
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-298-55/+89
|\ \ \
| * | | x86/unwind/orc: Fall back to using frame pointers for generated codeJosh Poimboeuf2019-06-281-4/+22
| * | | perf/x86: Always store regs->ip in perf_callchain_kernel()Song Liu2019-06-281-5/+5
| * | | x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez2019-06-261-1/+10
| * | | x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Kirill A. Shutemov2019-06-261-11/+13
| * | | x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov2019-06-261-1/+2
| * | | x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov2019-06-261-8/+9
| * | | x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King2019-06-221-1/+2
| * | | x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre2019-06-201-19/+16
| * | | x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner2019-06-191-5/+10
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-2911-38/+48
|\ \ \ \
| * | | | perf/x86/regs: Use PERF_REG_EXTENDED_MASKKan Liang2019-06-243-3/+5
| * | | | perf/x86: Remove pmu->pebs_no_xmm_regsKan Liang2019-06-243-7/+4
| * | | | perf/x86: Clean up PEBS_XMM_REGSKan Liang2019-06-243-21/+3
| * | | | perf/x86/regs: Check reserved bitsKan Liang2019-06-241-2/+5
| * | | | perf/x86: Disable extended registers for non-supported PMUsKan Liang2019-06-245-4/+27
| * | | | perf/ioctl: Add check for the sample_period valueRavi Bangoria2019-06-241-0/+3
| * | | | perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-06-171-1/+1
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-295-17/+71
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2019-06-175-17/+71
| |\ \ \ \ \
| | * | | | | irqchip/gic-v3-its: Fix command queue pointer comparison bugHeyi Guo2019-06-051-11/+24
| | * | | | | irqchip/mips-gic: Use the correct local interrupt map registersPaul Burton2019-06-052-2/+32
| | * | | | | irqchip/ti-sci-inta: Fix kernel crash if irq_create_fwspec_mapping failPeter Ujfalusi2019-06-051-2/+2
| | * | | | | irqchip/irq-csky-mpintc: Support auto irq deliver to all cpusGuo Ren2019-06-051-2/+13
* | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-294-13/+18
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/e...Thomas Gleixner2019-06-2212110-100437/+19077
| |\ \ \ \ \ \ \
| | * | | | | | | efibc: Replace variable set function in notifier callTian Baofeng2019-06-221-5/+7
| | * | | | | | | x86/efi: fix a -Wtype-limits compilation warningQian Cai2019-06-211-1/+1
| | * | | | | | | efi/bgrt: Drop BGRT status field reserved bits checkHans de Goede2019-06-111-5/+0
| | * | | | | | | efi/memreserve: deal with memreserve entries in unmapped memoryArd Biesheuvel2019-06-111-2/+10
* | | | | | | | | Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-06-293-6/+31
|\ \ \ \ \ \ \ \ \