aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-09arm64: dts: hisilicon: Add reset properties for HI6220 I2C and SPIhikey_fixManivannan Sadhasivam
2019-03-09amba: Take device out of reset before reading pid and cid valuesManivannan Sadhasivam
2019-03-08Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
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
2019-03-07fat: enable .splice_write to support splice on O_DIRECT fileHou Tao
2019-03-07autofs: clear O_NONBLOCK on the pipeNeilBrown
2019-03-07fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent
2019-03-07autofs: add ignore mount optionIan Kent
2019-03-07init/calibrate.c: provide proper prototypeValdis Kletnieks
2019-03-07fs/binfmt_elf.c: spread const a littleAlexey Dobriyan
2019-03-07fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan
2019-03-07fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan
2019-03-07epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev
2019-03-07epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev
2019-03-07epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev