summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-17initramfs: use time64_t timestampsArnd Bergmann
2017-11-17drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov
2017-11-17kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov
2017-11-17kcov: update documentationVictor Chibotaru
2017-11-17Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru
2017-11-17kcov: support comparison operands collectionVictor Chibotaru
2017-11-17kcov: remove pointless current != NULL checkAndrey Ryabinin
2017-11-17kernel/panic.c: add TAINT_AUXBorislav Petkov
2017-11-17pid: remove pidhashGargi Sharma
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma
2017-11-17kernel/sysctl.c: code cleanupsOla N. Kaldestad
2017-11-17Documentation/sysctl/vm.txt: fix typoKangmin Park
2017-11-17drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran...Christophe JAILLET
2017-11-17drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling...Christophe JAILLET
2017-11-17rapidio: constify rio_device_idArvind Yadav
2017-11-17kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young
2017-11-17kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov
2017-11-17kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov
2017-11-17kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov
2017-11-17fat: remove redundant assignment of 0 to slotsColin Ian King
2017-11-17hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas
2017-11-17nilfs2: remove inode->i_version initializationJeff Layton
2017-11-17nilfs2: use octal for unreadable permission macroRyusuke Konishi
2017-11-17nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi
2017-11-17fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova
2017-11-17nilfs2: fix race condition that causes file system corruptionAndreas Rohner
2017-11-17fs/nilfs2: convert timers to use timer_setup()Kees Cook
2017-11-17sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence
2017-11-17pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence
2017-11-17pipe: match pipe_max_size data type with procfsJoe Lawrence
2017-11-17autofs: don't fail mount for transient errorNeilBrown
2017-11-17init/version.c: include <linux/export.h> instead of <linux/module.h>Masahiro Yamada
2017-11-17epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron
2017-11-17epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron
2017-11-17epoll: account epitem and eppoll_entry to kmemcgShakeel Butt
2017-11-17checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada
2017-11-17checkpatch: add --strict test for lines ending in [ or (Joe Perches
2017-11-17checkpatch: add TP_printk to list of logging functionsJoe Perches
2017-11-17checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches
2017-11-17checkpatch: printks always need a KERN_<LEVEL>Joe Perches
2017-11-17scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt
2017-11-17checkpatch: support function pointers for unnamed function definition argumentsMiles Chen
2017-11-17lib: test module for find_*_bit() functionsYury Norov
2017-11-17lib/rbtree-test: lower default paramsDavidlohr Bueso
2017-11-17tools/lib/traceevent/parse-filter.c: clean up clang build warningCheng Jian
2017-11-17lib/nmi_backtrace.c: fix kernel text address leakLiu, Changcheng
2017-11-17lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates
2017-11-17lib/int_sqrt: adjust commentsPeter Zijlstra
2017-11-17lib/int_sqrt: optimize initial value computePeter Zijlstra