summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pid: remove pidhashGargi Sharma2017-11-188-50/+18
* pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-186-209/+65
* kernel/sysctl.c: code cleanupsOla N. Kaldestad2017-11-181-5/+3
* Documentation/sysctl/vm.txt: fix typoKangmin Park2017-11-181-1/+1
* drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran...Christophe JAILLET2017-11-181-1/+1
* drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling...Christophe JAILLET2017-11-181-1/+2
* rapidio: constify rio_device_idArvind Yadav2017-11-185-5/+5
* kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young2017-11-181-1/+2
* kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov2017-11-181-2/+2
* kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...Oleg Nesterov2017-11-181-1/+1
* kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILLOleg Nesterov2017-11-181-5/+7
* fat: remove redundant assignment of 0 to slotsColin Ian King2017-11-181-1/+0
* hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas2017-11-182-8/+0
* nilfs2: remove inode->i_version initializationJeff Layton2017-11-181-1/+0
* nilfs2: use octal for unreadable permission macroRyusuke Konishi2017-11-181-1/+1
* nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi2017-11-181-16/+16
* fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova2017-11-182-6/+7
* nilfs2: fix race condition that causes file system corruptionAndreas Rohner2017-11-181-2/+4
* fs/nilfs2: convert timers to use timer_setup()Kees Cook2017-11-182-6/+6
* sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence2017-11-181-6/+8
* pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-184-15/+56
* pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence2017-11-181-2/+15
* pipe: match pipe_max_size data type with procfsJoe Lawrence2017-11-182-2/+2
* autofs: don't fail mount for transient errorNeilBrown2017-11-181-1/+14
* init/version.c: include <linux/export.h> instead of <linux/module.h>Masahiro Yamada2017-11-181-1/+1
* epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron2017-11-181-45/+35
* epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron2017-11-181-29/+18
* epoll: account epitem and eppoll_entry to kmemcgShakeel Butt2017-11-181-2/+2
* checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada2017-11-181-0/+1
* checkpatch: add --strict test for lines ending in [ or (Joe Perches2017-11-181-0/+6
* checkpatch: add TP_printk to list of logging functionsJoe Perches2017-11-181-0/+1
* checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches2017-11-181-2/+3
* checkpatch: printks always need a KERN_<LEVEL>Joe Perches2017-11-181-22/+4
* scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt2017-11-181-1/+1
* checkpatch: support function pointers for unnamed function definition argumentsMiles Chen2017-11-181-1/+1
* lib: test module for find_*_bit() functionsYury Norov2017-11-183-0/+154
* lib/rbtree-test: lower default paramsDavidlohr Bueso2017-11-182-3/+3
* tools/lib/traceevent/parse-filter.c: clean up clang build warningCheng Jian2017-11-181-3/+3
* lib/nmi_backtrace.c: fix kernel text address leakLiu, Changcheng2017-11-181-2/+2
* lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-11-182-6/+7
* lib/int_sqrt: adjust commentsPeter Zijlstra2017-11-181-2/+2
* lib/int_sqrt: optimize initial value computePeter Zijlstra2017-11-181-4/+2
* lib/int_sqrt: optimize small argumentPeter Zijlstra2017-11-181-0/+3
* lib/test: delete five error messages for failed memory allocationsMarkus Elfring2017-11-183-15/+7
* lib: add module support to string testsGeert Uytterhoeven2017-11-184-142/+143
* include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>Masahiro Yamada2017-11-181-1/+0
* include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h>Masahiro Yamada2017-11-181-1/+1
* get_maintainer: add more --self-test optionsJoe Perches2017-11-181-17/+132
* get_maintainer: add --self-test for internal consistency testsTom Saeger2017-11-181-17/+77
* dynamic_debug documentation: minor fixesRandy Dunlap2017-11-181-3/+3