summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-15docs: fix broken references with multiple hintsMauro Carvalho Chehab
2018-06-15arch/*: Kconfig: fix documentation for NMI watchdogMauro Carvalho Chehab
2018-06-15docs: crypto_engine.rst: Fix two parse warningsMauro Carvalho Chehab
2018-06-15docs: can.rst: fix a footnote referenceMauro Carvalho Chehab
2018-06-15Merge tag 'linux-kselftest-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-06-15Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-15Merge tag 'drm-next-2018-06-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-06-15Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-06-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-15lib/test_printf.c: call wait_for_random_bytes() before plain %p testsThierry Escande
2018-06-15hexagon: drop the unused variable zero_page_maskAnshuman Khandual
2018-06-15hexagon: fix printk format warning in setup.cRandy Dunlap
2018-06-15mm: fix oom_kill event handlingRoman Gushchin
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-06-15ipc: use new return type vm_fault_tSouptick Joarder
2018-06-15sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso
2018-06-15fault-injection: reorder config entriesMikulas Patocka
2018-06-15arm: port KCOV to armDmitry Vyukov
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland
2018-06-15kcov: prefault the kcov_areaMark Rutland
2018-06-15kcov: ensure irq code sees a valid areaMark Rutland
2018-06-15kernel/relay.c: change return type to vm_fault_tSouptick Joarder
2018-06-15exofs: avoid VLA in structuresKees Cook
2018-06-15coredump: fix spam with zero VMA processAlexey Dobriyan
2018-06-15fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi
2018-06-15proc: skip branch in /proc/*/* lookupAlexey Dobriyan
2018-06-15mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman
2018-06-15mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre
2018-06-15mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa
2018-06-15kexec: yield to scheduler when loading kimage segmentsJarrett Farnitano
2018-06-15mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt
2018-06-15mm: fix devmem_is_allowed() for sub-page System RAM intersectionsDan Williams
2018-06-15mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan
2018-06-15mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin
2018-06-15mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-15Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-15Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada
2018-06-15kconfig: tinyconfig: remove stale stack protector fixupsMasahiro Yamada
2018-06-15x86: fix dependency of X86_32_LAZY_GSMasahiro Yamada
2018-06-14ALSA: usb-audio: Always create the interrupt pipe for the mixerJorge Sanjuan
2018-06-14ALSA: usb-audio: Add insertion control for UAC3 BADDJorge Sanjuan
2018-06-14ALSA: usb-audio: Change in connectors control creation interfaceJorge Sanjuan
2018-06-14ALSA: usb-audio: Add bi-directional terminal typesJorge Sanjuan
2018-06-14ALSA: lx6464es: add error handling for pci_ioremap_barZhouyang Jia
2018-06-14ALSA: sonicvibes: add error handling for snd_ctl_addZhouyang Jia
2018-06-14pstore: Remove bogus format string definitionArnd Bergmann
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann