summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-115-23/+52
* proc: test /proc/self/syscallAlexey Dobriyan2018-04-113-1/+48
* proc: test /proc/self/wchanAlexey Dobriyan2018-04-115-0/+34
* fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich2018-04-111-6/+3
* fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-04-111-0/+3
* proc: use set_puts() at /proc/*/wchanAlexey Dobriyan2018-04-111-1/+1
* proc: check permissions earlier for /proc/*/wchanAlexey Dobriyan2018-04-111-5/+8
* proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin2018-04-111-5/+11
* proc: optimize single-symbol delimiters to spead up seq_put_decimal_ullAndrei Vagin2018-04-111-12/+12
* proc: replace seq_printf on seq_putc to speed up /proc/pid/smapsAndrei Vagin2018-04-111-2/+3
* proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin2018-04-117-102/+93
* proc: account "struct pde_opener"Alexey Dobriyan2018-04-111-1/+1
* proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-113-6/+10
* proc: randomize "struct pde_opener"Alexey Dobriyan2018-04-111-1/+1
* proc: faster open/close of files without ->release hookAlexey Dobriyan2018-04-111-18/+23
* proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-04-112-4/+1
* proc: do less stuff under ->pde_unload_lockAlexey Dobriyan2018-04-111-5/+9
* proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik2018-04-111-18/+5
* procfs: optimize seq_pad() to speed up /proc/pid/mapsAndrei Vagin2018-04-111-2/+8
* procfs: add seq_put_hex_ll to speed up /proc/pid/mapsAndrei Vagin2018-04-113-9/+61
* kasan: prevent compiler from optimizing away memset in testsAndrey Konovalov2018-04-111-0/+1
* kasan: fix invalid-free test crashing the kernelAndrey Konovalov2018-04-111-0/+8
* kasan, slub: fix handling of kasan_slab_free hookAndrey Konovalov2018-04-111-23/+34
* mm/thp: don't count ZONE_MOVABLE as the target for freepage reservingJoonsoo Kim2018-04-111-1/+9
* ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=yJoonsoo Kim2018-04-111-1/+15