summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-12Add linux-next specific files for 20170412next-20170412Stephen Rothwell
2017-04-12Merge branch 'akpm/master'Stephen Rothwell
2017-04-12mm/huge_memory.c: deposit a pgtable for DAX PMD faults when requiredOliver O'Halloran
2017-04-12mm/huge_memory.c.c: use zap_deposited_table() moreOliver O'Halloran
2017-04-12time: delete current_fs_time()Deepa Dinamani
2017-04-12time: delete CURRENT_TIME_SEC and CURRENT_TIMEDeepa Dinamani
2017-04-12apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani
2017-04-12lustre: replace CURRENT_TIME macroDeepa Dinamani
2017-04-12fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani
2017-04-12fs: btrfs: use ktime_get_real_ts for root ctimeDeepa Dinamani
2017-04-12fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani
2017-04-12fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani
2017-04-12fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani
2017-04-12trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani
2017-04-12fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani
2017-04-12format-security: move static strings to constKees Cook
2017-04-12docs-vm-transhuge-fix-few-trivial-typos-fixAndrew Morton
2017-04-12Documentation/vm/transhuge.txt: fix trivial typosSeongJae Park
2017-04-12fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa
2017-04-12include/linux/uaccess.h: remove expensive WARN_ON in pagefault_disabled_decAndi Kleen
2017-04-12drivers/scsi/megaraid: remove expensive inline from megasas_return_cmdAndi Kleen
2017-04-12kref: remove WARN_ON for NULL release functionsAndi Kleen
2017-04-12treewide: decouple cacheflush.h and set_memory.hLaura Abbott
2017-04-12drivers/staging/media/atomisp/pci/atomisp2: use set_memory.hAndrew Morton
2017-04-12drivers/video/fbdev/vermilion/vermilion.c: use set_memory.h headerLaura Abbott
2017-04-12drivers/misc/sram-exec.c: use set_memory.h headerLaura Abbott
2017-04-12alsa: use set_memory.h headerLaura Abbott
2017-04-12kernel/power/snapshot.c: use set_memory.h headerLaura Abbott
2017-04-12kernel/module.c: use set_memory.h headerLaura Abbott
2017-04-12include/linux/filter.h: use set_memory.h headerLaura Abbott
2017-04-12drivers/watchdog/hpwdt.c: use set_memory.h headerLaura Abbott
2017-04-12drivers/hwtracing/intel_th/msu.c: use set_memory.h headerLaura Abbott
2017-04-12drm-use-set_memoryh-header-fixAndrew Morton
2017-04-12drm: use set_memory.h headerLaura Abbott
2017-04-12agp: use set_memory.h headerLaura Abbott
2017-04-12x86: use set_memory.h headerLaura Abbott
2017-04-12s390: use set_memory.h headerLaura Abbott
2017-04-12arm64: use set_memory.h headerLaura Abbott
2017-04-12arm: use set_memory.h headerLaura Abbott
2017-04-12treewide: move set_memory_* functions away from cacheflush.hLaura Abbott
2017-04-12treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches
2017-04-12scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada
2017-04-12scripts/spelling.txt: Add regsiter -> register spelling mistakeStephen Boyd
2017-04-12scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd
2017-04-12mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-04-12mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying
2017-04-12drivers/md/bcache/super.c: use kvmallocMichal Hocko
2017-04-12drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko
2017-04-12net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko
2017-04-12treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko