index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-09
bootstd: Rename bootdev_setup_sibling_blk()
Simon Glass
1
-1
/
+1
2023-07-17
nvme: Provide more useful debugging messages
Simon Glass
1
-10
/
+26
2023-06-19
nvme: pci: Enable for SPL
Mayuresh Chitale
1
-1
/
+1
2023-05-11
nvme: Enable PCI bus mastering
Simon Glass
1
-0
/
+5
2023-01-23
bootstd: Add a new pre-scan priority for bootdevs
Simon Glass
1
-2
/
+2
2023-01-23
bootstd: Add an NVMe bootdev
Simon Glass
2
-0
/
+59
2022-09-19
Merge branch 'master' into next
Tom Rini
1
-5
/
+20
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
1
-1
/
+1
2022-09-16
blk: Select SPL_LEGACY_BLOCK automatically
Simon Glass
1
-1
/
+0
2022-09-16
blk: Rename HAVE_BLOCK_DEVICE
Simon Glass
1
-1
/
+1
2022-09-16
blk: Enable CONFIG_BLK for all media
Simon Glass
1
-1
/
+0
2022-09-15
nvme: Fix multipage prp-list
Alexander Sowarka
1
-4
/
+4
2022-08-26
nvme: Do a clean NVMe shutdown
Hector Martin
1
-5
/
+20
2022-06-23
arm: apple: nvme: Add SART support and RTKit buffer management
Janne Grunau
1
-4
/
+68
2022-05-03
pci: Add mask parameter to dm_pci_map_bar()
Andrew Scull
1
-1
/
+1
2022-05-03
pci: Map bars with offset and length
Andrew Scull
1
-2
/
+2
2022-04-09
nvme: call device_probe() after scanning
AKASHI Takahiro
1
-0
/
+4
2022-02-10
nvme: apple: Add driver for Apple NVMe storage controller
Mark Kettenis
3
-0
/
+252
2022-02-10
nvme: Add shutdown function
Mark Kettenis
2
-0
/
+19
2022-02-10
nvme: Introduce driver ops
Mark Kettenis
2
-27
/
+73
2022-02-10
nvme: Split out PCI support
Mark Kettenis
5
-36
/
+65
2022-01-14
nvme: Do not allocate 8kB buffer on stack
Pali Rohár
1
-9
/
+26
2021-10-12
nvme: invalidate correct memory range after read
Stefan Agner
1
-3
/
+4
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
1
-0
/
+2
2021-06-23
nvme: Don't clear nvme blk device's priv space
Bin Meng
1
-1
/
+0
2021-06-23
nvme: Drop useless members of 'struct nvme_ns'
Bin Meng
2
-5
/
+1
2021-06-23
nvme: Eliminate the offset of one during block dev creation
Bin Meng
1
-3
/
+3
2021-06-23
nvme: Skip block device creation for inactive namespaces
Bin Meng
1
-1
/
+22
2021-06-23
nvme: Move block dev creation from uclass post_probe() to driver probe()
Bin Meng
2
-30
/
+18
2021-06-23
nvme: Remove the redundant aqa value setting
Wesley Sheng
1
-1
/
+0
2021-06-23
nvme: Correct the prps per page calculation method
Wesley Sheng
1
-1
/
+1
2021-06-23
nvme: fix for big endian systems
David Lamparter
1
-4
/
+4
2021-03-19
nvme: Elaborate on cache maintenance operation in get/set_features
Andre Przywara
1
-5
/
+20
2021-03-19
nvme: Always invalidate whole cqes[] array
Andre Przywara
1
-4
/
+12
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
1
-8
/
+0
2021-01-04
nvme: Use only 32-bit accesses in nvme_writeq/nvme_readq
Stefan Agner
1
-8
/
+0
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-3
/
+3
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-2
/
+2
2020-06-23
nvme: Invalidate dcache before submitting admin cmd
Jagan Teki
1
-0
/
+3
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop part.h from common header
Simon Glass
2
-0
/
+2
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+2
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
1
-0
/
+1
2019-10-31
nvme: use page-aligned buffer for identify command
Patrick Wildt
1
-6
/
+18
2019-10-31
nvme: flush dcache on both r/w, and the prp list
Patrick Wildt
1
-3
/
+5
2019-10-06
nvme: add accessor to namespace id and eui64
Patrick Wildt
2
-0
/
+14
2019-08-26
nvme: Fix PRP Offset Invalid
Aaron Williams
1
-10
/
+19
2019-05-19
nvme: Fix warning of cast from pointer to integer of different size
Bin Meng
2
-4
/
+4
[next]