summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-22mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin1-40/+33
2018-08-22mm-calculate-deferred-pages-after-skipping-mirrored-memory-fixAndrew Morton1-1/+2
2018-08-22mm-calculate-deferred-pages-after-skipping-mirrored-memory-v2Pavel Tatashin1-0/+4
2018-08-22mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin1-20/+20
2018-08-22mm: make memmap_init a proper functionPavel Tatashin2-5/+5
2018-08-22mm: adjust max read count in generic_file_buffered_read()Chengguang Xu1-1/+1
2018-08-22mm-soft-offline-close-the-race-against-page-allocation-fixAndrew Morton1-2/+3
2018-08-22mm: soft-offline: close the race against page allocationNaoya Horiguchi5-16/+56
2018-08-22mm: fix race on soft-offlining free huge pagesNaoya Horiguchi3-14/+21
2018-08-22mm/z3fold.c: fix wrong handling of headless pagesJongseok Kim1-2/+6
2018-08-22mm: page_alloc: reduce unnecessary binary search in early_pfn_valid()Jia He1-2/+7
2018-08-22mm/memblock: introduce pfn_valid_region()Jia He1-0/+24
2018-08-22mm-memblock-introduce-memblock_search_pfn_regions-fixAndrew Morton1-4/+1
2018-08-22mm/memblock: introduce memblock_search_pfn_regions()Jia He2-0/+11
2018-08-22mm-page_alloc-reduce-unnecessary-binary-search-in-memblock_next_valid_pfn-fixAndrew Morton2-4/+4
2018-08-22mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()Jia He1-8/+29
2018-08-22mm: page_alloc: restore memblock_next_valid_pfn() on arm/arm64Jia He3-1/+45
2018-08-22arm: arm64: introduce CONFIG_HAVE_MEMBLOCK_PFN_VALIDJia He3-0/+11
2018-08-22add -mmN to EXTRAVERSIONAndrew Morton1-1/+1
2018-08-22namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca4-3/+106
2018-08-22block: restore /proc/partitions to not display non-partitionable removable de...Josh Hunt1-1/+1
2018-08-22ocfs2: dlmglue: clean up timestamp handlingArnd Bergmann1-17/+9
2018-08-22ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge1-18/+59
2018-08-22ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge1-2/+1
2018-08-22ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge1-2/+2
2018-08-22ocfs2: without quota support, avoid calling quota recoveryGuozhonghua1-17/+34
2018-08-22ocfs2: remove ocfs2_is_o2cb_active()Gang He3-10/+1
2018-08-22prctl: add PR_[GS]ET_PDEATHSIG_PROCJürg Billeter9-0/+28
2018-08-22arm: arch/arm/include/asm/page.h needs personality.hAndrew Morton1-0/+2
2018-08-22mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner2-5/+10
2018-08-22ipc/util.c: update return value of ipc_getref from int to boolManfred Spraul2-2/+2
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul6-27/+27
2018-08-22ipc: simplify ipc initializationDavidlohr Bueso6-54/+30
2018-08-22ipc: get rid of ids->tables_initialized hackDavidlohr Bueso2-16/+8
2018-08-22lib/rhashtable: guarantee initial hashtable allocationDavidlohr Bueso1-3/+11
2018-08-22lib/rhashtable: simplify bucket_table_alloc()Davidlohr Bueso1-5/+2
2018-08-22ipc: drop ipc_lock()Davidlohr Bueso3-43/+23
2018-08-22ipc/util.c: correct comment in ipc_obtain_object_checkManfred Spraul1-2/+2
2018-08-22ipc: rename ipcctl_pre_down_nolock()Manfred Spraul5-8/+8
2018-08-22ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()Manfred Spraul4-4/+12
2018-08-22ipc: reorganize initialization of kern_ipc_perm.seqManfred Spraul2-44/+50
2018-08-22ipc: compute kern_ipc_perm.id under the ipc lockManfred Spraul3-15/+41
2018-08-22init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREAdrian Reber1-12/+12
2018-08-22fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stampArnd Bergmann1-3/+3
2018-08-22adfs: use timespec64 for time conversionArnd Bergmann1-7/+4
2018-08-22kernel/sysctl.c: fix typos in commentsRandy Dunlap1-3/+3
2018-08-22drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer mdColin Ian King1-2/+0
2018-08-22fork: don't copy inconsistent signal handler state to childJann Horn1-0/+2
2018-08-22signal: make get_signal() return boolChristian Brauner2-3/+3
2018-08-22signal: make sigkill_pending() return boolChristian Brauner1-3/+3