aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/pmu.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11linux/const.h: prefix include guard of uapi/linux/const.h with _UAPIMasahiro Yamada1-3/+3
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin6-16/+31
2018-04-11elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko1-3/+10
2018-04-11fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko2-5/+12
2018-04-11mm: introduce MAP_FIXED_NOREPLACEMichal Hocko6-0/+16
2018-04-11MAINTAINERS: update bouncing aacraid@adaptec.com addressesJoe Perches1-2/+2
2018-04-11fs/dcache.c: add cond_resched() in shrink_dentry_list()Nikolay Borisov1-3/+2
2018-04-11include/linux/kfifo.h: fix commentValentin Vidic1-4/+4
2018-04-11ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_opsAndrew Morton1-1/+1
2018-04-11kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_paramWaiman Long1-2/+20
2018-04-11fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long1-1/+1
2018-04-11ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso4-5/+15
2018-04-11ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso4-5/+15
2018-04-11ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso4-7/+23
2018-04-11kernel/params.c: downgrade warning for unsafe parametersChris Wilson1-2/+2
2018-04-11kernel/sysctl.c: fix sizeof argument to match variable nameRandy Dunlap1-1/+1
2018-04-11rapidio: use a reference count for struct mport_dma_reqIoan Nicu1-104/+18
2018-04-11drivers/rapidio/rio-scan.c: fix typo in commentVasyl Gomonovych1-3/+3
2018-04-11exec: pin stack limit during execKees Cook2-12/+17
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook6-0/+11
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook11-58/+81
2018-04-11seq_file: account everything to kmemcgAlexey Dobriyan1-4/+4
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan3-2/+12
2018-04-11fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton1-1/+1
2018-04-11autofs4: use wait_event_killableMatthew Wilcox1-27/+2
2018-04-11init/ramdisk: use pr_cont() at the end of ramdisk loadingAaro Koskinen1-2/+2
2018-04-11checkpatch: whinge about bool bitfieldsJoe Perches1-0/+6
2018-04-11checkpatch: allow space between colon and bracketHeinrich Schuchardt1-1/+1
2018-04-11checkpatch: add test for assignment at start of lineJoe Perches1-0/+6
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