summary refs log tree commit diff
AgeCommit message (Expand)Author
2019-03-08Merge tag 'for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds
2019-03-08Merge tag 'hsi-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds
2019-03-08Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2019-03-08Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-08Merge tag 'edac_for_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds
2019-03-08Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-03-08gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher
2019-03-08gpio: gpio-omap: fix level interrupt idlingRussell King
2019-03-08gpio: amd-fch: Set proper output level for direction_outputAxel Lin
2019-03-08x86: apuv2: remove unused variableArnd Bergmann
2019-03-08gpio: pca953x: Use PCA_LATCH_INTAndy Shevchenko
2019-03-08platform/x86: fix PCENGINES_APU2 Kconfig warningRandy Dunlap
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-07samples/mic/mpssd/mpssd.h: remove duplicate headerBrajeswar Ghosh
2019-03-07kernel/fork.c: remove duplicated includeYueHaibing
2019-03-07include/linux/relay.h: fix percpu annotation in struct rchanLuc Van Oostenryck
2019-03-07arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta
2019-03-07unicore32: stop printing the virtual memory layoutGeert Uytterhoeven
2019-03-07MAINTAINERS: fix GTA02 entry and mark as orphanJann Horn
2019-03-07mm: create the new vm_fault_t typeSouptick Joarder
2019-03-07arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Mike Rapoport
2019-03-07arch: simplify several early memory allocationsMike Rapoport
2019-03-07openrisc: simplify pte_alloc_one_kernel()Mike Rapoport
2019-03-07sh: prefer memblock APIs returning virtual addressMike Rapoport
2019-03-07microblaze: prefer memblock API returning virtual addressMike Rapoport
2019-03-07powerpc: prefer memblock APIs returning virtual addressMike Rapoport
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman
2019-03-07lib/lzo: implement run-length encodingDave Rodgman
2019-03-07lib/lzo: fast 8-byte copy on arm64Matt Sealey
2019-03-07lib/lzo: 64-bit CTZ on arm64Matt Sealey
2019-03-07lib/lzo: tidy-up ifdefsDave Rodgman
2019-03-07ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva
2019-03-07ipc: annotate implicit fall throughMathieu Malaterre
2019-03-07init/initramfs.c: provide more details in error messagesDavid Engraf
2019-03-07lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell
2019-03-07scripts/gdb: replace flags (MS_xyz -> SB_xyz)Jackie Liu
2019-03-07kcov: convert kcov.refcount to refcount_tElena Reshetova
2019-03-07kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-07kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin
2019-03-07kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-03-07sysctl: handle overflow for file-maxChristian Brauner
2019-03-07sysctl: handle overflow in proc_get_longChristian Brauner
2019-03-07rapidio/mport_cdev: mark expected switch fall-throughGustavo A. R. Silva
2019-03-07drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen()Dan Carpenter
2019-03-07kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner
2019-03-07exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov
2019-03-07fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta