summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-114-5/+15
* ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso2018-04-114-5/+15
* ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso2018-04-114-7/+23
* kernel/params.c: downgrade warning for unsafe parametersChris Wilson2018-04-111-2/+2
* kernel/sysctl.c: fix sizeof argument to match variable nameRandy Dunlap2018-04-111-1/+1
* rapidio: use a reference count for struct mport_dma_reqIoan Nicu2018-04-111-104/+18
* drivers/rapidio/rio-scan.c: fix typo in commentVasyl Gomonovych2018-04-111-3/+3
* exec: pin stack limit during execKees Cook2018-04-112-12/+17
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-116-0/+11
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-1111-58/+81
* seq_file: account everything to kmemcgAlexey Dobriyan2018-04-111-4/+4
* seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-113-2/+12
* fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton2018-04-111-1/+1
* autofs4: use wait_event_killableMatthew Wilcox2018-04-111-27/+2
* init/ramdisk: use pr_cont() at the end of ramdisk loadingAaro Koskinen2018-04-111-2/+2
* checkpatch: whinge about bool bitfieldsJoe Perches2018-04-111-0/+6
* checkpatch: allow space between colon and bracketHeinrich Schuchardt2018-04-111-1/+1
* checkpatch: add test for assignment at start of lineJoe Perches2018-04-111-0/+6
* checkpatch: test SYMBOLIC_PERMS multiple times per lineJoe Perches2018-04-111-1/+1
* checkpatch: two spelling fixesClaudio Fontana2018-04-111-1/+1
* checkpatch: improve get_quoted_string for TRACE_EVENT macrosJoe Perches2018-04-111-1/+2
* checkpatch: warn for use of %pxTobin C. Harding2018-04-111-16/+32
* checkpatch: add sub routine get_stat_here()Tobin C. Harding2018-04-111-32/+20
* checkpatch: remove unused variable declarationsTobin C. Harding2018-04-111-2/+0
* checkpatch: add sub routine get_stat_real()Tobin C. Harding2018-04-111-16/+16
* checkpatch: add Crypto ON_STACK to declaration_macrosGilad Ben-Yossef2018-04-111-1/+2
* checkpatch.pl: add SPDX license tag checkRob Herring2018-04-111-0/+27
* checkpatch: improve parse_email signature checkingJoe Perches2018-04-111-1/+1
* lib/list_debug.c: print unmangled addressesMatthew Wilcox2018-04-111-7/+7
* lib/test_ubsan.c: make test_ubsan_misaligned_access() staticColin Ian King2018-04-111-1/+1
* lib: add testing module for UBSANJinbum Park2018-04-113-0/+153
* lib/test_bitmap.c: do not accidentally use stack VLAKees Cook2018-04-111-4/+6
* lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options togetherRandy Dunlap2018-04-111-24/+24
* MAINTAINERS: update email address for Alexandre BounineAlexandre Bounine2018-04-111-1/+1
* task_struct: only use anon struct under randstruct pluginKees Cook2018-04-112-12/+3
* clang-format: add configuration fileMiguel Ojeda2018-04-115-0/+629
* uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan2018-04-113-4/+24
* taint: add taint for randstructKees Cook2018-04-113-2/+6
* taint: consolidate documentationKees Cook2018-04-112-45/+31
* taint: convert to indexed initializationKees Cook2018-04-112-17/+20
* proc: selftests: test /proc/uptimeAlexey Dobriyan2018-04-115-0/+202
* proc: use slower rb_first()Alexey Dobriyan2018-04-114-19/+17
* proc: selftests: shotgun testing of read/readdir/readlink/writeAlexey Dobriyan2018-04-113-0/+149
* proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-113-5/+6
* proc: reject "." and ".." as filenamesAlexey Dobriyan2018-04-111-0/+8
* proc: add selftest for last field of /proc/loadavgAlexey Dobriyan2018-04-113-0/+85
* proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan2018-04-111-1/+1
* proc: faster /proc/cmdlineAlexey Dobriyan2018-04-111-1/+2
* proc: register filesystem lastAlexey Dobriyan2018-04-111-6/+2
* proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan2018-04-115-1/+176