summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.3-rc6v5.3-rc6Linus Torvalds2019-08-251-1/+1
* Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linuxLinus Torvalds2019-08-251-2/+2
|\
| * auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta2019-08-201-2/+2
* | Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-253-12/+20
|\ \
| * | um: fix time travel modeJohannes Berg2019-08-233-12/+20
| |/
* | Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-254-8/+5
|\ \
| * | ubifs: Limit the number of pages in shrink_liabilityLiu Song2019-08-221-1/+1
| * | ubifs: Correctly initialize c->min_log_bytesRichard Weinberger2019-08-221-0/+4
| * | ubifs: Fix double unlock around orphan_delete()Richard Weinberger2019-08-221-2/+0
| * | jffs2: Remove C++ style comments from uapi headerMasahiro Yamada2019-08-221-5/+0
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-259-33/+227
|\ \
| * | x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson2019-08-231-1/+1
| * | x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard2019-08-211-1/+1
| * | x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky2019-08-194-13/+147
| * | x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov2019-08-191-3/+10
| * | x86/apic: Handle missing global clockevent gracefullyThomas Gleixner2019-08-191-15/+53
| * | x86/cpu: Explain Intel model naming conventionTony Luck2019-08-171-0/+15
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-253-9/+23
|\ \ \
| * | | timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner2019-08-233-9/+23
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-08-251-1/+4
|\ \ \ \
| * | | | sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior2019-08-191-1/+4
| | |_|/ | |/| |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-252-5/+5
|\ \ \ \
| * | | | kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi2019-08-191-4/+4
| * | | | perf/x86: Fix typo in commentSu Yanjun2019-08-191-1/+1
| |/ / /
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-251-1/+14
|\ \ \ \
| * | | | genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-191-1/+14
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-08-259-36/+260
|\ \ \ \
| * | | | mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin2019-08-241-2/+8
| * | | | mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns2019-08-241-2/+59
| * | | | mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns2019-08-241-4/+15
| * | | | mm, page_owner: handle THP splits correctlyVlastimil Babka2019-08-241-0/+4
| * | | | userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov2019-08-241-12/+13
| * | | | psi: get poll_work to run when calling poll syscall next timeJason Xing2019-08-241-0/+8
| * | | | mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin2019-08-241-1/+21
| * | | | mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin2019-08-241-0/+40
| * | | | parisc: fix compilation errrorsQian Cai2019-08-241-2/+1
| * | | | mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes2019-08-241-15/+4
| * | | | mm/z3fold.c: fix race between migration and destructionHenry Burns2019-08-241-0/+89
* | | | | Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-246-15/+19
|\ \ \ \ \
| * | | | | dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig2019-08-214-11/+15
| * | | | | arm: select the dma-noncoherent symbols for all swiotlb buildsChristoph Hellwig2019-08-202-4/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'gpio-v5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-08-243-42/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gpio: Fix irqchip initialization orderLinus Walleij2019-08-231-15/+15
| * | | | gpio: of: fix Freescale SPI CS quirk handlingAndreas Kemnade2019-08-171-1/+1
| * | | | gpio: Fix build error of function redefinitionYueHaibing2019-08-141-24/+0
| * | | | gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski2019-08-141-2/+4
* | | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-244-33/+8
|\ \ \ \ \
| * | | | | Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAEDexuan Cui2019-08-201-1/+1
| * | | | | Tools: hv: kvp: eliminate 'may be used uninitialized' warningVitaly Kuznetsov2019-08-201-1/+1
| * | | | | Input: hyperv-keyboard: Use in-place iterator API in the channel callbackDexuan Cui2019-08-201-29/+6