VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-03-22
dax: avoid -Wempty-body warnings
Arnd Bergmann
2021-02-27
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-02-23
Merge branch 'for-5.12/dax' into for-5.12/libnvdimm
Dan Williams
2021-02-23
whack-a-mole: don't open-code iminor/imajor
Al Viro
2021-02-16
dax-device: Make remove callback return void
Uwe Kleine-König
2021-02-16
device-dax: Drop an empty .remove callback
Uwe Kleine-König
2021-02-16
device-dax: Fix error path in dax_driver_register
Uwe Kleine-König
2021-02-16
device-dax: Properly handle drivers without remove callback
Uwe Kleine-König
2021-02-16
device-dax: Prevent registering drivers without probe callback
Uwe Kleine-König
2021-02-16
libnvdimm: Make remove callback return void
Uwe Kleine-König
2021-02-16
device-dax: Fix default return code of range_parse()
Shiyang Ruan
2020-12-24
Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2020-12-24
device-dax: Avoid an unnecessary check in alloc_dev_dax_range()
Zhen Lei
2020-12-24
device-dax: Fix range release
Dan Williams
2020-12-17
device-dax: delete a redundancy check in dev_dax_validate_align()
Zhen Lei
2020-12-15
device-dax/core: Fix memory leak when rmmod dax.ko
Wang Hai
2020-12-15
device-dax/pmem: Convert comma to semicolon
Zheng Yongjun
2020-12-15
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
2020-12-15
device-dax/kmem: use struct_size()
Dan Williams
2020-11-22
mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports
Dan Williams
2020-10-19
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
2020-10-16
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
2020-10-16
device-dax/kmem: fix resource release
Dan Williams
2020-10-13
device-dax: add a range mapping allocation attribute
Joao Martins
2020-10-13
dax/hmem: introduce dax_hmem.region_idle parameter
Joao Martins
2020-10-13
device-dax: add an 'align' attribute
Dan Williams
2020-10-13
device-dax: make align a per-device property
Joao Martins
2020-10-13
device-dax: introduce 'mapping' devices
Dan Williams
2020-10-13
device-dax: add dis-contiguous resource support
Dan Williams
2020-10-13
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
2020-10-13
mm/memremap_pages: convert to 'struct range'
Dan Williams
2020-10-13
device-dax: add resize support
Dan Williams
2020-10-13
device-dax: introduce 'seed' devices
Dan Williams
2020-10-13
device-dax: introduce 'struct dev_dax' typed-driver operations
Dan Williams
2020-10-13
device-dax: add an allocation interface for device-dax instances
Dan Williams
2020-10-13
device-dax/kmem: replace release_resource() with release_mem_region()
Dan Williams
2020-10-13
device-dax/kmem: move resource name tracking to drvdata
Dan Williams
2020-10-13
device-dax/kmem: introduce dax_kmem_range()
Dan Williams
2020-10-13
device-dax: make pgmap optional for instance creation
Dan Williams
2020-10-13
device-dax: move instance creation parameters to 'struct dev_dax_data'
Dan Williams
2020-10-13
device-dax: drop the dax_region.pfn_flags attribute
Dan Williams
2020-10-13
ACPI: HMAT: attach a device for each soft-reserved range
Dan Williams
2020-10-13
ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
Dan Williams
2020-09-20
dax: Fix stack overflow when mounting fsdax pmem device
Adrian Huang
2020-09-20
dm: Call proper helper to determine dax support
Jan Kara
2020-09-12
Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2020-09-10
dax: Modify bdev_dax_pgoff() to handle NULL bdev
Vivek Goyal
2020-09-06
Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
2020-09-04
memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
Roger Pau Monne
2020-09-03
dax: fix detection of dax support for non-persistent memory block devices
Coly Li
2020-08-20
dax: do not print error message for non-persistent memory block device
Adrian Huang
2020-08-11
Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2020-07-28
drivers/dax: Expand lock scope to cover the use of addresses
Ira Weiny
2020-07-28
dax: print error message by pr_info() in __generic_fsdax_supported()
Coly Li
2020-07-01
block: remove the bd_queue field from struct block_device
Christoph Hellwig
2020-06-04
device-dax: add memory via add_memory_driver_managed()
David Hildenbrand
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
2020-05-23
device-dax: don't leak kernel memory to user space after unloading kmem
David Hildenbrand
2020-04-02
dax: Move mandatory ->zero_page_range() check in alloc_dax()
Vivek Goyal
2020-04-02
dax, pmem: Add a dax operation zero_page_range
Vivek Goyal
2020-01-16
dax: Get rid of fs_dax_get_by_host() helper
Vivek Goyal
2019-12-01
Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2019-11-19
dax: Add numa_node to the default device-dax attributes
Dan Williams
2019-11-19
dax: Simplify root read-only definition for the 'resource' attribute
Dan Williams
2019-11-19
dax: Create a dax device_type
Dan Williams
2019-11-14
libnvdimm/namespace: Differentiate between probe mapping and runtime mapping
Aneesh Kumar K.V
2019-11-07
device-dax: Add a driver for "hmem" devices
Dan Williams
2019-11-07
dax: Fix alloc_dax_region() compile warning
Dan Williams
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-07-18
Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2019-07-18
Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2019-07-16
device-dax: "Hotremove" persistent memory that is used like normal RAM
Pavel Tatashin
2019-07-16
device-dax: fix memory and resource leak if hotplug fails
Pavel Tatashin
2019-07-05
libnvdimm: add dax_dev sync flag
Pankaj Gupta
2019-07-02
device-dax: use the dev_pagemap internal refcount
Christoph Hellwig
2019-07-02
memremap: pass a struct dev_pagemap to ->kill and ->cleanup
Christoph Hellwig
2019-07-02
memremap: move dev_pagemap callbacks into a separate structure
Christoph Hellwig
2019-07-02
memremap: validate the pagemap type passed to devm_memremap_pages
Christoph Hellwig
2019-06-20
device-dax: Add a 'resource' attribute
Vishal Verma
2019-06-13
mm/devm_memremap_pages: fix final page put race
Dan Williams
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-05-25
vfs: Convert dax to use the new mount API
David Howells
2019-05-25
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-05-25
Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
device-dax: Drop register_filesystem()
Dan Williams
2019-05-20
dax: Arrange for dax_supported check to span multiple devices
Dan Williams
2019-05-15
Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2019-05-14
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses
Dan Williams
2019-05-07
drivers/dax: Allow to include DEV_DAX_PMEM as builtin
Aneesh Kumar K.V
2019-05-01
dax: make use of ->free_inode()
Al Viro
2019-04-22
dax/pmem: Fix whitespace in dax_pmem
Vishal Verma
2019-03-16
Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2019-02-28
device-dax: "Hotplug" persistent memory for use like normal RAM
Dave Hansen
2019-02-27
device-dax: Add a 'modalias' attribute to DAX 'bus' devices
Vishal Verma
2019-02-20
dax: Check the end of the block-device capacity with dax_direct_access()
Dan Williams
2019-02-20
device-dax: Add a 'target_node' attribute
Dan Williams
2019-01-24
device-dax: Auto-bind device after successful new_id
Dan Williams
2019-01-06
acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node
Dan Williams
2019-01-06
device-dax: Add /sys/class/dax backwards compatibility
Dan Williams
2019-01-06
device-dax: Add support for a dax override driver
Dan Williams
2019-01-06
device-dax: Move resource pinning+mapping into the common driver
Dan Williams
2019-01-06
device-dax: Introduce bus + driver model
Dan Williams
2019-01-06
device-dax: Start defining a dax bus model
Dan Williams
2019-01-06
device-dax: Remove multi-resource infrastructure
Dan Williams
2019-01-06
device-dax: Kill dax_region base
Dan Williams
2019-01-06
device-dax: Kill dax_region ida
Dan Williams
2018-12-28
mm, devm_memremap_pages: fix shutdown handling
Dan Williams
2018-09-22
device-dax: Add missing address_space_operations
Dave Jiang
2018-09-04
drivers/dax/device.c: convert variable to vm_fault_t type
Souptick Joarder
2018-08-25
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2018-08-25
Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2018-08-17
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-07-31
device-dax: avoid hang on error before devm_memremap_pages()
Stefan Hajnoczi
2018-07-30
dax/super: Do not request a pointer kaddr when not required
Huaisheng Ye
2018-07-20
device-dax: Set page->index
Dan Williams
2018-07-20
device-dax: Enable page_mapping()
Dan Williams
2018-07-20
device-dax: Convert to vmf_insert_mixed and vm_fault_t
Dan Williams
2018-07-13
Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2018-06-28
dev-dax: check_vma: ratelimit dev_info-s
Jeff Moyer
2018-06-28
dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()
Ross Zwisler
2018-06-08
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2018-06-08
Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next
Dan Williams
2018-06-08
Merge branch 'for-4.18/dax' into libnvdimm-for-next
Dan Williams
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-06-06
dax: Use dax_write_cache* helpers
Ross Zwisler
2018-05-31
dax: change bdev_dax_supported() to support boolean returns
Dave Jiang
2018-05-31
fs: allow per-device dax status checking for filesystems
Darrick J. Wong
2018-05-22
dax: Introduce a ->copy_to_iter dax operation
Dan Williams
2018-05-22
mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
Dan Williams
2018-04-19
device-dax: allow MAP_SYNC to succeed
Dave Jiang
2018-04-10
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2018-04-09
Merge branch 'for-4.17/dax' into libnvdimm-for-next
Dan Williams
2018-04-05
device-dax: implement ->pagesize() for smaps to report MMUPageSize
Dan Williams
2018-04-03
dax: introduce CONFIG_DAX_DRIVER
Dan Williams
2018-03-30
dax: store pfns in the radix
Dan Williams
2018-03-15
device-dax: use module_nd_driver
Johannes Thumshirn
2018-03-06
device-dax: remove redundant __func__ in dev_dbg
Dan Williams
2018-02-26
dax: ->direct_access does not sleep anymore
Boaz Harrosh
2018-02-03
Merge branch 'for-4.16/dax' into libnvdimm-for-next
Ross Zwisler
2018-01-23
device-dax: Fix trailing semicolon
Luis de Bethencourt
2018-01-19
dax: require 'struct page' by default for filesystem dax
Dan Williams
2018-01-08
memremap: change devm_memremap_pages interface to use struct dev_pagemap
Christoph Hellwig
2017-11-29
device-dax: implement ->split() to catch invalid munmap attempts
Dan Williams
2017-11-17
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-11-15
Merge branch 'for-4.15/dax' into libnvdimm-for-next
Dan Williams
2017-11-14
dax: fix general protection fault in dax_alloc_inode
Mikulas Patocka
2017-11-14
dax: stop requiring a live device for dax_flush()
Dan Williams
2017-11-14
dax: quiet bdev_dax_supported()
Dan Williams
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-19
dev/dax: fix uninitialized variable build warning
Ross Zwisler
2017-09-28
dax: pr_err() strings should end with newlines
Arvind Yadav
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
2017-09-11
dax: remove the pmem_dax_ops->flush abstraction
Mikulas Patocka
2017-09-03
dax: fix FS_DAX=n BLOCK=y compilation
Dan Williams
2017-08-30
dax: introduce a fs_dax_get_by_bdev() helper
Dan Williams
2017-07-28
Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
2017-07-26
dm, dax: Make sure dm_dax_flush() is called if device supports it
Vivek Goyal
2017-07-18
device-dax: fix sysfs duplicate warnings
Dan Williams
2017-07-17
device-dax: fix 'passing zero to ERR_PTR()' warning
Dan Williams
2017-07-07
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
2017-07-07
Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-07-06
fs: new infrastructure for writeback error handling and reporting
Jeff Layton
2017-06-29
libnvdimm, pmem, dax: export a cache control attribute
Dan Williams
2017-06-29
dax: convert to bitmask for flags
Dan Williams
2017-06-27
dax: remove default copy_from_iter fallback
Dan Williams
2017-06-15
dm: add ->flush() dax operation support
Dan Williams
2017-06-09
dm: add ->copy_from_iter() dax operation support
Dan Williams
2017-06-09
device-dax: fix 'dax' device filesystem inode destruction crash
Dan Williams
2017-05-13
dax: fix false CONFIG_BLOCK dependency
Dan Williams
2017-05-12
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-05-09
device-dax: kill NR_DEV_DAX
Dan Williams
2017-05-08
block, dax: move "select DAX" from BLOCK to FS_DAX
Dan Williams
2017-05-08
device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX
Mike Galbraith
2017-05-05
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2017-05-04
Merge branch 'for-4.12/dax' into libnvdimm-for-next
Dan Williams
2017-05-04
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2017-05-01
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2017-05-01
device-dax: fix sysfs attribute deadlock
Dan Williams
2017-05-01
mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crash
Dan Williams
2017-04-20
dax: introduce dax_direct_access()
Dan Williams
2017-04-19
pmem: add dax_operations support
Dan Williams
2017-04-19
dax: introduce dax_operations
Dan Williams
2017-04-19
dax: add a facility to lookup a dax device by 'host' device name
Dan Williams
2017-04-12
dax: refactor dax-fs into a generic provider of 'struct dax_device' instances
Dan Williams
2017-04-12
device-dax: rename 'dax_dev' to 'dev_dax'
Dan Williams
2017-04-12
device-dax: improve fault handler debug output
Oliver O'Halloran
2017-04-12
device-dax: fix dax_dev_huge_fault() unknown fault size handling
Pushkar Jambhlekar
2017-04-12
Merge branch 'for-4.11/libnvdimm' into for-4.12/dax
Dan Williams
2017-04-12
device-dax, tools/testing/nvdimm: enable device-dax with mock resources
Dave Jiang
2017-04-12
device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation
Dan Williams
2017-03-27
Merge 4.11-rc4 into char-misc-next
Greg Kroah-Hartman
2017-03-21
device-dax: utilize new cdev_device_add helper function
Logan Gunthorpe
2017-03-21
device-dax: fix cdev leak
Dan Williams
2017-03-10
device-dax: fix debug output typo
Dave Jiang
2017-03-10
device-dax: fix pud fault fallback handling
Dave Jiang
2017-03-10
device-dax: fix pmd/pte fault fallback handling
Dave Jiang
2017-03-02
sched/headers: Prepare to remove the include from
Ingo Molnar
2017-02-24
mm: replace FAULT_FLAG_SIZE with parameter to huge_fault
Dave Jiang