aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/sbus/char/oradax.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-23oradax: make 'cl' a static const structureIvan Orlov1-11/+10
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2023-03-30docs: move sparc documentation under Documentation/arch/Jonathan Corbet1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2020-05-17oradax: convert get_user_pages() --> pin_user_pages()John Hubbard1-5/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-05-08docs: sparc: convert to ReSTMauro Carvalho Chehab1-1/+1
2018-10-07oradax: remove redundant null check before kfreeColin Ian King1-2/+1
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab1-1/+1
2018-04-30sparc64: Fix mistake in oradax license textRob Gardner1-1/+1
2018-04-01sparc64: Properly range check DAX completion indexRob Gardner1-1/+1
2018-01-29oradax: Fix return value check in dax_attach()Wei Yongjun1-2/+2
2018-01-22sparc64: Oracle DAX driverRob Gardner1-0/+1005