index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dax
/
device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-02
device-dax: use the dev_pagemap internal refcount
Christoph Hellwig
1
-43
/
+0
2019-07-02
memremap: pass a struct dev_pagemap to ->kill and ->cleanup
Christoph Hellwig
1
-6
/
+6
2019-07-02
memremap: move dev_pagemap callbacks into a separate structure
Christoph Hellwig
1
-4
/
+7
2019-07-02
memremap: validate the pagemap type passed to devm_memremap_pages
Christoph Hellwig
1
-0
/
+1
2019-06-13
mm/devm_memremap_pages: fix final page put race
Dan Williams
1
-10
/
+3
2019-05-14
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...
Dan Williams
1
-4
/
+2
2019-01-06
device-dax: Add /sys/class/dax backwards compatibility
Dan Williams
1
-2
/
+7
2019-01-06
device-dax: Add support for a dax override driver
Dan Williams
1
-4
/
+7
2019-01-06
device-dax: Move resource pinning+mapping into the common driver
Dan Williams
1
-0
/
+61
2019-01-06
device-dax: Introduce bus + driver model
Dan Williams
1
-63
/
+32
2019-01-06
device-dax: Start defining a dax bus model
Dan Williams
1
-182
/
+3
2019-01-06
device-dax: Remove multi-resource infrastructure
Dan Williams
1
-41
/
+8
2019-01-06
device-dax: Kill dax_region base
Dan Williams
1
-2
/
+1
2019-01-06
device-dax: Kill dax_region ida
Dan Williams
1
-21
/
+3
2018-09-22
device-dax: Add missing address_space_operations
Dave Jiang
1
-0
/
+6
2018-09-04
drivers/dax/device.c: convert variable to vm_fault_t type
Souptick Joarder
1
-1
/
+2
2018-08-25
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
1
-27
/
+48
2018-08-17
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
1
-1
/
+1
2018-07-20
device-dax: Set page->index
Dan Williams
1
-0
/
+4
2018-07-20
device-dax: Enable page_mapping()
Dan Williams
1
-17
/
+38
2018-07-20
device-dax: Convert to vmf_insert_mixed and vm_fault_t
Dan Williams
1
-15
/
+11
2018-06-28
dev-dax: check_vma: ratelimit dev_info-s
Jeff Moyer
1
-4
/
+8
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-1
/
+1
2018-04-19
device-dax: allow MAP_SYNC to succeed
Dave Jiang
1
-0
/
+2
2018-04-10
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-21
/
+17
2018-04-05
device-dax: implement ->pagesize() for smaps to report MMUPageSize
Dan Williams
1
-0
/
+10
2018-03-06
device-dax: remove redundant __func__ in dev_dbg
Dan Williams
1
-21
/
+17
2018-01-23
device-dax: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2017-11-29
device-dax: implement ->split() to catch invalid munmap attempts
Dan Williams
1
-0
/
+12
2017-10-19
dev/dax: fix uninitialized variable build warning
Ross Zwisler
1
-1
/
+2
2017-07-18
device-dax: fix sysfs duplicate warnings
Dan Williams
1
-8
/
+16
2017-07-17
device-dax: fix 'passing zero to ERR_PTR()' warning
Dan Williams
1
-2
/
+7
2017-07-06
fs: new infrastructure for writeback error handling and reporting
Jeff Layton
1
-0
/
+1
2017-05-04
Merge branch 'for-4.12/dax' into libnvdimm-for-next
Dan Williams
1
-0
/
+660
2017-04-19
dax: introduce dax_operations
Dan Williams
1
-1
/
+5
2017-04-19
dax: add a facility to lookup a dax device by 'host' device name
Dan Williams
1
-1
/
+1
2017-04-12
dax: refactor dax-fs into a generic provider of 'struct dax_device' instances
Dan Williams
1
-0
/
+709