summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples/mic/mpssd/mpssd.h: remove duplicate headerBrajeswar Ghosh2019-03-081-3/+0
* kernel/fork.c: remove duplicated includeYueHaibing2019-03-081-1/+0
* include/linux/relay.h: fix percpu annotation in struct rchanLuc Van Oostenryck2019-03-081-1/+1
* arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta2019-03-081-1/+0
* unicore32: stop printing the virtual memory layoutGeert Uytterhoeven2019-03-081-24/+0
* MAINTAINERS: fix GTA02 entry and mark as orphanJann Horn2019-03-081-2/+3
* mm: create the new vm_fault_t typeSouptick Joarder2019-03-083-48/+73
* arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Mike Rapoport2019-03-083-25/+8
* arch: simplify several early memory allocationsMike Rapoport2019-03-0810-43/+18
* openrisc: simplify pte_alloc_one_kernel()Mike Rapoport2019-03-081-7/+4
* sh: prefer memblock APIs returning virtual addressMike Rapoport2019-03-082-16/+7
* microblaze: prefer memblock API returning virtual addressMike Rapoport2019-03-081-2/+3
* powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-089-51/+44
* lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-088-17/+226
* lib/lzo: implement run-length encodingDave Rodgman2019-03-085-43/+181
* lib/lzo: fast 8-byte copy on arm64Matt Sealey2019-03-081-1/+1
* lib/lzo: 64-bit CTZ on arm64Matt Sealey2019-03-081-1/+1
* lib/lzo: tidy-up ifdefsDave Rodgman2019-03-081-4/+4
* ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva2019-03-081-5/+1
* ipc: annotate implicit fall throughMathieu Malaterre2019-03-081-0/+1
* init/initramfs.c: provide more details in error messagesDavid Engraf2019-03-081-3/+3
* lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell2019-03-081-5/+9
* scripts/gdb: replace flags (MS_xyz -> SB_xyz)Jackie Liu2019-03-082-12/+12
* kcov: convert kcov.refcount to refcount_tElena Reshetova2019-03-081-4/+5
* kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-081-4/+2
* kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada2019-03-084-35/+21
* configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-03-0856-56/+2
* kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva2019-03-081-4/+2
* sysctl: handle overflow for file-maxChristian Brauner2019-03-081-0/+3
* sysctl: handle overflow in proc_get_longChristian Brauner2019-03-081-1/+39
* rapidio/mport_cdev: mark expected switch fall-throughGustavo A. R. Silva2019-03-081-0/+1
* drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen()Dan Carpenter2019-03-081-1/+3
* kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner2019-03-081-0/+10
* exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov2019-03-082-2/+2
* fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta2019-03-081-6/+1
* fat: enable .splice_write to support splice on O_DIRECT fileHou Tao2019-03-081-0/+1
* autofs: clear O_NONBLOCK on the pipeNeilBrown2019-03-081-0/+2
* fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent2019-03-081-6/+6
* autofs: add ignore mount optionIan Kent2019-03-083-2/+10
* init/calibrate.c: provide proper prototypeValdis Kletnieks2019-03-081-0/+1
* fs/binfmt_elf.c: spread const a littleAlexey Dobriyan2019-03-081-5/+3
* fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan2019-03-081-10/+5
* fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan2019-03-081-6/+3
* epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev2019-03-081-36/+122
* epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev2019-03-081-8/+1
* epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev2019-03-081-1/+5
* checkpatch: add test for SPDX-License-Identifier on wrong line #Joe Perches2019-03-081-0/+8
* checkpatch: allow reporting C99 style commentsVadim Bendebury2019-03-081-1/+2
* checkpatch: add some new alloc functions to various testsJoe Perches2019-03-081-4/+15
* checkpatch: verify SPDX comment styleJoe Perches2019-03-081-0/+8