summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-11182-2095/+4159
|\
| * page cache: use xa_lockMatthew Wilcox2018-04-1139-366/+345Star
| * xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-116-13/+42
| * fscache: use appropriate radix tree accessorsMatthew Wilcox2018-04-112-2/+2
| * export __set_page_dirtyMatthew Wilcox2018-04-113-14/+5Star
| * unicore32: turn flush_dcache_mmap_lock into a no-opMatthew Wilcox2018-04-111-4/+2Star
| * arm64: turn flush_dcache_mmap_lock into a no-opMatthew Wilcox2018-04-111-4/+2Star
| * mac80211_hwsim: use DEFINE_IDAMatthew Wilcox2018-04-111-1/+1
| * radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox2018-04-114-5/+9
| * linux/const.h: refactor _BITUL and _BITULL a bitMasahiro Yamada2018-04-111-2/+2
| * linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada2018-04-115-18/+12Star
| * linux/const.h: prefix include guard of uapi/linux/const.h with _UAPIMasahiro Yamada2018-04-111-3/+3
| * xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin2018-04-116-16/+31
| * elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko2018-04-111-3/+10
| * fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko2018-04-112-5/+12
| * mm: introduce MAP_FIXED_NOREPLACEMichal Hocko2018-04-116-0/+16
| * MAINTAINERS: update bouncing aacraid@adaptec.com addressesJoe Perches2018-04-111-2/+2
| * fs/dcache.c: add cond_resched() in shrink_dentry_list()Nikolay Borisov2018-04-111-3/+2Star
| * include/linux/kfifo.h: fix commentValentin Vidic2018-04-111-4/+4
| * ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_opsAndrew Morton2018-04-111-1/+1
| * kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_paramWaiman Long2018-04-111-2/+20
| * fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long2018-04-111-1/+1
| * 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/+18Star
| * 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/+2Star
| * 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/+20Star
| * checkpatch: remove unused variable declarationsTobin C. Harding2018-04-111-2/+0Star
| * 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