aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07openrisc: simplify pte_alloc_one_kernel()Mike Rapoport1-7/+4
2019-03-07sh: prefer memblock APIs returning virtual addressMike Rapoport2-16/+7
2019-03-07microblaze: prefer memblock API returning virtual addressMike Rapoport1-2/+3
2019-03-07powerpc: prefer memblock APIs returning virtual addressMike Rapoport9-51/+44
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman8-17/+226
2019-03-07lib/lzo: implement run-length encodingDave Rodgman5-43/+181
2019-03-07lib/lzo: fast 8-byte copy on arm64Matt Sealey1-1/+1
2019-03-07lib/lzo: 64-bit CTZ on arm64Matt Sealey1-1/+1
2019-03-07lib/lzo: tidy-up ifdefsDave Rodgman1-4/+4
2019-03-07ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva1-5/+1
2019-03-07ipc: annotate implicit fall throughMathieu Malaterre1-0/+1
2019-03-07init/initramfs.c: provide more details in error messagesDavid Engraf1-3/+3
2019-03-07lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell1-5/+9
2019-03-07scripts/gdb: replace flags (MS_xyz -> SB_xyz)Jackie Liu2-12/+12
2019-03-07kcov: convert kcov.refcount to refcount_tElena Reshetova1-4/+5
2019-03-07kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+2
2019-03-07kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada4-35/+21
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin56-56/+2
2019-03-07kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-03-07sysctl: handle overflow for file-maxChristian Brauner1-0/+3
2019-03-07sysctl: handle overflow in proc_get_longChristian Brauner1-1/+39
2019-03-07rapidio/mport_cdev: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-07drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen()Dan Carpenter1-1/+3
2019-03-07kernel: workqueue: clarify wq_worker_last_func() caller requirementsJohannes Weiner1-0/+10
2019-03-07exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov2-2/+2
2019-03-07fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta1-6/+1
2019-03-07fat: enable .splice_write to support splice on O_DIRECT fileHou Tao1-0/+1
2019-03-07autofs: clear O_NONBLOCK on the pipeNeilBrown1-0/+2
2019-03-07fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent1-6/+6
2019-03-07autofs: add ignore mount optionIan Kent3-2/+10
2019-03-07init/calibrate.c: provide proper prototypeValdis Kletnieks1-0/+1
2019-03-07fs/binfmt_elf.c: spread const a littleAlexey Dobriyan1-5/+3
2019-03-07fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan1-10/+5
2019-03-07fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan1-6/+3
2019-03-07epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev1-36/+122
2019-03-07epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev1-8/+1
2019-03-07epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev1-1/+5
2019-03-07checkpatch: add test for SPDX-License-Identifier on wrong line #Joe Perches1-0/+8
2019-03-07checkpatch: allow reporting C99 style commentsVadim Bendebury1-1/+2
2019-03-07checkpatch: add some new alloc functions to various testsJoe Perches1-4/+15
2019-03-07checkpatch: verify SPDX comment styleJoe Perches1-0/+8
2019-03-07lib/test_firmware.c: remove some dead codeDan Carpenter1-9/+0
2019-03-07lib/assoc_array.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-07lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson1-10/+1
2019-03-07lib/div64.c: off by one in shiftStanislaw Gruszka1-2/+2
2019-03-07include/linux/bitops.h: set_mask_bits() to return old valueVineet Gupta1-1/+1
2019-03-07ACPI: implement acpi_handle_debug in terms of _dynamic_func_callRasmus Villemoes1-6/+2
2019-03-07ACPI: remove unused __acpi_handle_debug macroRasmus Villemoes1-3/+0
2019-03-07ACPI: use proper DYNAMIC_DEBUG_BRANCH macroRasmus Villemoes1-1/+1
2019-03-07btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes1-24/+10