summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-28x86/unwind/orc: Fall back to using frame pointers for generated codeJosh Poimboeuf
2019-06-28perf/x86: Always store regs->ip in perf_callchain_kernel()Song Liu
2019-06-26x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez
2019-06-26x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Kirill A. Shutemov
2019-06-26x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov
2019-06-26x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov
2019-06-22x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King
2019-06-20x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre
2019-06-19x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner
2019-06-15x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov
2019-06-14x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin
2019-06-13x86/fpu: Don't use current->mm to check for a kthreadChristoph Hellwig
2019-06-12x86/kgdb: Return 0 from kgdb_arch_set_breakpoint()Matt Mullins
2019-06-12x86/resctrl: Prevent NULL pointer dereference when local MBM is disabledPrarit Bhargava
2019-06-12x86/resctrl: Don't stop walking closids when a locksetup group is foundJames Morse
2019-06-08x86/fpu: Update kernel's FPU state before using for the fsave headerSebastian Andrzej Siewior
2019-06-07x86/mm/KASLR: Compute the size of the vmemmap section properlyBaoquan He
2019-06-06x86/fpu: Use fault_in_pages_writeable() for pre-faultingHugh Dickins
2019-06-06x86/CPU: Add more Icelake model numbersKan Liang
2019-06-03mm/vmalloc: Avoid rare case of flushing TLB with weird argumentsRick Edgecombe
2019-06-03mm/vmalloc: Fix calculation of direct map addr rangeRick Edgecombe
2019-06-02Linux 5.2-rc3Linus Torvalds
2019-06-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-02Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-02Merge tag 'spdx-5.2-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-06-02Merge tag 'powerpc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-02Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2019-06-02Merge tag 'led-fixes-for-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-02Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-06-01mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose
2019-06-01include/linux/generic-radix-tree.h: fix kerneldoc commentJonathan Corbet
2019-06-01kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei
2019-06-01drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not usedQian Cai
2019-06-01spdxcheck.py: fix directory structuresVincenzo Frascino
2019-06-01kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor
2019-06-01z3fold: fix sheduling while atomicVitaly Wool
2019-06-01scripts/gdb: fix invocation when CONFIG_COMMON_CLK is not setFabiano Rosas
2019-06-01mm/gup: continue VM_FAULT_RETRY processing even for pre-faultsMike Rapoport
2019-06-01ocfs2: fix error path kobject memory leakTobin C. Harding
2019-06-01memcg: make it work on sparse non-0-node systemsJiri Slaby
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný
2019-06-01prctl_set_mm: refactor checks from validate_prctl_mapMichal Koutný
2019-06-01kernel/fork.c: make max_threads symbol staticKefeng Wang