summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-03-07checkpatch: add test for SPDX-License-Identifier on wrong line #Joe Perches
2019-03-07checkpatch: allow reporting C99 style commentsVadim Bendebury
2019-03-07checkpatch: add some new alloc functions to various testsJoe Perches
2019-03-07checkpatch: verify SPDX comment styleJoe Perches
2019-03-07lib/test_firmware.c: remove some dead codeDan Carpenter
2019-03-07lib/assoc_array.c: mark expected switch fall-throughGustavo A. R. Silva
2019-03-07lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson
2019-03-07lib/div64.c: off by one in shiftStanislaw Gruszka
2019-03-07include/linux/bitops.h: set_mask_bits() to return old valueVineet Gupta
2019-03-07ACPI: implement acpi_handle_debug in terms of _dynamic_func_callRasmus Villemoes
2019-03-07ACPI: remove unused __acpi_handle_debug macroRasmus Villemoes
2019-03-07ACPI: use proper DYNAMIC_DEBUG_BRANCH macroRasmus Villemoes
2019-03-07btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes
2019-03-07dynamic_debug: refactor dynamic_pr_debug and friendsRasmus Villemoes
2019-03-07dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes
2019-03-07dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes
2019-03-07dynamic_debug: remove unused EXPORT_SYMBOLsRasmus Villemoes
2019-03-07dynamic_debug: use pointer comparison in ddebug_remove_moduleRasmus Villemoes
2019-03-07dynamic_debug: don't duplicate modname in ddebug_add_moduleRasmus Villemoes
2019-03-07dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitionsRasmus Villemoes
2019-03-07linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimitedRasmus Villemoes
2019-03-07linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimitedRasmus Villemoes
2019-03-07linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimitedRasmus Villemoes
2019-03-07include/linux/pid.h: remove next_pidmap() declarationNadav Amit