summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dax: add tracepoint to dax_insert_mapping()Ross Zwisler2017-05-092-0/+31
* dax: add tracepoint to dax_writeback_one()Ross Zwisler2017-05-092-0/+25
* dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler2017-05-092-5/+39
* dax: add tracepoints to dax_load_hole()Ross Zwisler2017-05-092-5/+12
* dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler2017-05-092-0/+5
* dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler2017-05-092-4/+52
* mtd: nand: nandsim: convert to memalloc_noreclaim_*()Vlastimil Babka2017-05-091-20/+9Star
* treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-094-12/+16
* mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka2017-05-093-11/+29
* mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka2017-05-091-1/+2
* mm/huge_memory.c: deposit a pgtable for DAX PMD faults when requiredOliver O'Halloran2017-05-091-2/+18
* mm/huge_memory.c: use zap_deposited_table() moreOliver O'Halloran2017-05-091-6/+2Star
* time: delete CURRENT_TIME_SEC and CURRENT_TIMEDeepa Dinamani2017-05-091-3/+0Star
* gfs2: replace CURRENT_TIME with current_timeStephen Rothwell2017-05-091-2/+2
* apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani2017-05-091-1/+1
* lustre: replace CURRENT_TIME macroDeepa Dinamani2017-05-092-5/+5
* fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani2017-05-096-30/+26Star
* fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani2017-05-091-2/+4
* fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-094-6/+10
* fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani2017-05-093-19/+23
* trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani2017-05-093-15/+14Star
* fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani2017-05-092-3/+4
* format-security: move static strings to constKees Cook2017-05-0919-27/+31
* Documentation/vm/transhuge.txt: fix trivial typosSeongJae Park2017-05-091-5/+5
* fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-099-37/+17Star
* include/linux/uaccess.h: remove expensive WARN_ON in pagefault_disabled_decAndi Kleen2017-05-091-1/+0Star
* drivers/scsi/megaraid: remove expensive inline from megasas_return_cmdAndi Kleen2017-05-091-1/+1
* kref: remove WARN_ON for NULL release functionsAndi Kleen2017-05-091-6/+0Star
* treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-097-11/+3Star
* drivers/staging/media/atomisp/pci/atomisp2: use set_memory.hAndrew Morton2017-05-094-4/+9
* drivers/video/fbdev/vermilion/vermilion.c: use set_memory.h headerLaura Abbott2017-05-091-1/+1
* drivers/misc/sram-exec.c: use set_memory.h headerLaura Abbott2017-05-091-1/+2
* alsa: use set_memory.h headerLaura Abbott2017-05-093-3/+5
* kernel/power/snapshot.c: use set_memory.h headerLaura Abbott2017-05-091-0/+3
* kernel/module.c: use set_memory.h headerLaura Abbott2017-05-091-0/+3
* include/linux/filter.h: use set_memory.h headerLaura Abbott2017-05-091-1/+3
* drivers/watchdog/hpwdt.c: use set_memory.h headerLaura Abbott2017-05-091-1/+1
* drivers/hwtracing/intel_th/msu.c: use set_memory.h headerLaura Abbott2017-05-091-1/+3
* drm: use set_memory.h headerLaura Abbott2017-05-098-0/+19
* agp: use set_memory.h headerLaura Abbott2017-05-095-1/+7
* x86: use set_memory.h headerLaura Abbott2017-05-0915-12/+15
* s390: use set_memory.h headerLaura Abbott2017-05-097-1/+7
* arm64: use set_memory.h headerLaura Abbott2017-05-092-0/+2
* arm: use set_memory.h headerLaura Abbott2017-05-094-0/+4
* treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-05-099-136/+167
* treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-05-097-6/+9
* scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-05-096-8/+11
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-0925-28/+29
* scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd2017-05-095-4/+5
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-0920-41/+31Star