summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dax: add tracepoint to dax_writeback_one()Ross Zwisler2017-05-081-0/+24
* dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler2017-05-081-0/+32
* dax: add tracepoints to dax_load_hole()Ross Zwisler2017-05-081-0/+1
* dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler2017-05-081-0/+2
* dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler2017-05-081-0/+41
* mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka2017-05-081-0/+12
* time: delete CURRENT_TIME_SEC and CURRENT_TIMEDeepa Dinamani2017-05-081-3/+0
* fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-081-3/+2
* include/linux/uaccess.h: remove expensive WARN_ON in pagefault_disabled_decAndi Kleen2017-05-081-1/+0
* kref: remove WARN_ON for NULL release functionsAndi Kleen2017-05-081-6/+0
* include/linux/filter.h: use set_memory.h headerLaura Abbott2017-05-081-1/+3
* treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-05-081-0/+12
* treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-05-081-1/+1
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-083-3/+3
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-6/+3
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-082-6/+9
* mm, vmalloc: properly track vmalloc usersMichal Hocko2017-05-081-0/+19
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-083-2/+15
* sysv,ipc: cacheline align kern_ipc_permDavidlohr Bueso2017-05-082-6/+4
* pidns: expose task pid_ns_for_children to userspaceKirill Tkhai2017-05-081-0/+1
* ns: allow ns_entries to have custom symlink contentKirill Tkhai2017-05-081-0/+1
* ia64: reuse append_elf_note() and final_note() functionsHari Bathini2017-05-082-0/+6
* crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-083-55/+71
* cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan2017-05-081-2/+2
* jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smpMatthias Kaehlcke2017-05-081-8/+3
* mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka2017-05-081-0/+5
* mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka2017-05-081-4/+1
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-061-0/+112
|\
| * vfs: add common GETFSMAP ioctl definitionsDarrick J. Wong2017-04-031-0/+112
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-063-4/+15
|\ \
| * | blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval2017-05-043-0/+9
| * | blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-042-1/+4
| * | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-2/+2
| * | block: Remove elevator_change()Bart Van Assche2017-05-021-1/+0
* | | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-052-5/+4
|\ \ \
| * | | of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring2017-05-041-1/+1
| * | | of: Add function for generating a DT modalias with a newlineRob Herring2017-03-221-4/+3
* | | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-058-55/+47
|\ \ \ \
| * \ \ \ Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams2017-05-0413-61/+202
| |\ \ \ \
| | * | | | x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams2017-04-252-23/+8
| | * | | | block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-17/+0
| | * | | | filesystem-dax: convert to dax_direct_access()Dan Williams2017-04-251-2/+4
| | * | | | Revert "block: use DAX for partition table reads"Dan Williams2017-04-251-6/+0
| | * | | | ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams2017-04-251-0/+1
| | * | | | dm: teach dm-targets to use a dax_device + dax_operationsDan Williams2017-04-251-3/+4
| | * | | | dm: add dax_device and dax_operations supportDan Williams2017-04-201-0/+1
| | * | | | dax: introduce dax_direct_access()Dan Williams2017-04-202-0/+3
| | * | | | block: kill bdev_dax_capable()Dan Williams2017-04-201-1/+0
| | * | | | pmem: add dax_operations supportDan Williams2017-04-191-0/+6
| | * | | | dax: introduce dax_operationsDan Williams2017-04-191-0/+10