summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-11ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso
2018-04-11kernel/params.c: downgrade warning for unsafe parametersChris Wilson
2018-04-11kernel/sysctl.c: fix sizeof argument to match variable nameRandy Dunlap
2018-04-11rapidio: use a reference count for struct mport_dma_reqIoan Nicu
2018-04-11drivers/rapidio/rio-scan.c: fix typo in commentVasyl Gomonovych
2018-04-11exec: pin stack limit during execKees Cook
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook
2018-04-11seq_file: account everything to kmemcgAlexey Dobriyan
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton
2018-04-11autofs4: use wait_event_killableMatthew Wilcox
2018-04-11init/ramdisk: use pr_cont() at the end of ramdisk loadingAaro Koskinen
2018-04-11checkpatch: whinge about bool bitfieldsJoe Perches
2018-04-11checkpatch: allow space between colon and bracketHeinrich Schuchardt
2018-04-11checkpatch: add test for assignment at start of lineJoe Perches
2018-04-11checkpatch: test SYMBOLIC_PERMS multiple times per lineJoe Perches
2018-04-11checkpatch: two spelling fixesClaudio Fontana
2018-04-11checkpatch: improve get_quoted_string for TRACE_EVENT macrosJoe Perches
2018-04-11checkpatch: warn for use of %pxTobin C. Harding
2018-04-11checkpatch: add sub routine get_stat_here()Tobin C. Harding
2018-04-11checkpatch: remove unused variable declarationsTobin C. Harding
2018-04-11checkpatch: add sub routine get_stat_real()Tobin C. Harding
2018-04-11checkpatch: add Crypto ON_STACK to declaration_macrosGilad Ben-Yossef
2018-04-11checkpatch.pl: add SPDX license tag checkRob Herring
2018-04-11checkpatch: improve parse_email signature checkingJoe Perches
2018-04-11lib/list_debug.c: print unmangled addressesMatthew Wilcox
2018-04-11lib/test_ubsan.c: make test_ubsan_misaligned_access() staticColin Ian King
2018-04-11lib: add testing module for UBSANJinbum Park
2018-04-11lib/test_bitmap.c: do not accidentally use stack VLAKees Cook
2018-04-11lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options togetherRandy Dunlap
2018-04-11MAINTAINERS: update email address for Alexandre BounineAlexandre Bounine
2018-04-11task_struct: only use anon struct under randstruct pluginKees Cook
2018-04-11clang-format: add configuration fileMiguel Ojeda
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan
2018-04-11taint: add taint for randstructKees Cook
2018-04-11taint: consolidate documentationKees Cook
2018-04-11taint: convert to indexed initializationKees Cook
2018-04-11proc: selftests: test /proc/uptimeAlexey Dobriyan
2018-04-11proc: use slower rb_first()Alexey Dobriyan
2018-04-11proc: selftests: shotgun testing of read/readdir/readlink/writeAlexey Dobriyan
2018-04-11proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan
2018-04-11proc: reject "." and ".." as filenamesAlexey Dobriyan
2018-04-11proc: add selftest for last field of /proc/loadavgAlexey Dobriyan
2018-04-11proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan
2018-04-11proc: faster /proc/cmdlineAlexey Dobriyan
2018-04-11proc: register filesystem lastAlexey Dobriyan
2018-04-11proc: fix /proc/*/map_files lookup some moreAlexey Dobriyan
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan
2018-04-11proc: test /proc/self/syscallAlexey Dobriyan