aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-11checkpatch: test SYMBOLIC_PERMS multiple times per lineJoe Perches1-1/+1
2018-04-11checkpatch: two spelling fixesClaudio Fontana1-1/+1
2018-04-11checkpatch: improve get_quoted_string for TRACE_EVENT macrosJoe Perches1-1/+2
2018-04-11checkpatch: warn for use of %pxTobin C. Harding1-16/+32
2018-04-11checkpatch: add sub routine get_stat_here()Tobin C. Harding1-32/+20
2018-04-11checkpatch: remove unused variable declarationsTobin C. Harding1-2/+0
2018-04-11checkpatch: add sub routine get_stat_real()Tobin C. Harding1-16/+16
2018-04-11checkpatch: add Crypto ON_STACK to declaration_macrosGilad Ben-Yossef1-1/+2
2018-04-11checkpatch.pl: add SPDX license tag checkRob Herring1-0/+27
2018-04-11checkpatch: improve parse_email signature checkingJoe Perches1-1/+1
2018-04-11lib/list_debug.c: print unmangled addressesMatthew Wilcox1-7/+7
2018-04-11lib/test_ubsan.c: make test_ubsan_misaligned_access() staticColin Ian King1-1/+1
2018-04-11lib: add testing module for UBSANJinbum Park3-0/+153
2018-04-11lib/test_bitmap.c: do not accidentally use stack VLAKees Cook1-4/+6
2018-04-11lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options togetherRandy Dunlap1-24/+24
2018-04-11MAINTAINERS: update email address for Alexandre BounineAlexandre Bounine1-1/+1
2018-04-11task_struct: only use anon struct under randstruct pluginKees Cook2-12/+3
2018-04-11clang-format: add configuration fileMiguel Ojeda5-0/+629
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan3-4/+24
2018-04-11taint: add taint for randstructKees Cook3-2/+6
2018-04-11taint: consolidate documentationKees Cook2-45/+31
2018-04-11taint: convert to indexed initializationKees Cook2-17/+20
2018-04-11proc: selftests: test /proc/uptimeAlexey Dobriyan5-0/+202
2018-04-11proc: use slower rb_first()Alexey Dobriyan4-19/+17
2018-04-11proc: selftests: shotgun testing of read/readdir/readlink/writeAlexey Dobriyan3-0/+149
2018-04-11proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan3-5/+6
2018-04-11proc: reject "." and ".." as filenamesAlexey Dobriyan1-0/+8
2018-04-11proc: add selftest for last field of /proc/loadavgAlexey Dobriyan3-0/+85
2018-04-11proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan1-1/+1
2018-04-11proc: faster /proc/cmdlineAlexey Dobriyan1-1/+2
2018-04-11proc: register filesystem lastAlexey Dobriyan1-6/+2
2018-04-11proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan5-1/+176
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan5-23/+52
2018-04-11proc: test /proc/self/syscallAlexey Dobriyan3-1/+48
2018-04-11proc: test /proc/self/wchanAlexey Dobriyan5-0/+34
2018-04-11fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich1-6/+3
2018-04-11fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich1-0/+3
2018-04-11proc: use set_puts() at /proc/*/wchanAlexey Dobriyan1-1/+1
2018-04-11proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan1-5/+8
2018-04-11proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin1-5/+11
2018-04-11proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin1-12/+12
2018-04-11proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin1-2/+3
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin7-102/+93
2018-04-11proc: account "struct pde_opener"Alexey Dobriyan1-1/+1
2018-04-11proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan3-6/+10
2018-04-11proc: randomize "struct pde_opener"Alexey Dobriyan1-1/+1
2018-04-11proc: faster open/close of files without ->release hookAlexey Dobriyan1-18/+23
2018-04-11proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2-4/+1
2018-04-11proc: do less stuff under ->pde_unload_lockAlexey Dobriyan1-5/+9
2018-04-11proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik1-18/+5