index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
apple.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-17
nvme: fix multiple spelling and grammar issues in host drivers
Alok Tiwari
1
-2
/
+2
2025-03-27
Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-1
/
+1
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-03-13
block: remove unused parameter 'q' parameter in __blk_rq_map_sg()
Anuj Gupta
1
-1
/
+1
2025-03-12
block: change blk_mq_add_to_batch() third argument type to bool
Shin'ichiro Kawasaki
1
-1
/
+2
2025-02-18
soc: apple: rtkit: Pass the crashlog to the crashed() callback
Asahi Lina
1
-1
/
+1
2025-02-18
apple-nvme: Support coprocessors left idle
Hector Martin
1
-17
/
+36
2025-02-18
apple-nvme: Release power domains when probe fails
Hector Martin
1
-0
/
+2
2025-01-06
block: remove BLK_MQ_F_NO_SCHED
Christoph Hellwig
1
-1
/
+0
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
1
-1
/
+0
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-11-13
block: add a rq_list type
Christoph Hellwig
1
-1
/
+1
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+27
2024-06-24
nvme: split device add from initialization
Keith Busch
1
-0
/
+5
2024-06-24
nvme: apple: fix device reference counting
Keith Busch
1
-5
/
+22
2024-06-20
nvme-apple: add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-03-08
nvme-apple: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-02-13
block: pass a queue_limits argument to blk_mq_init_queue
Christoph Hellwig
1
-1
/
+1
2024-01-29
nvme: use ctrl state accessor
Keith Busch
1
-6
/
+7
2023-04-13
nvme-apple: return directly instead of else
Chaitanya Kulkarni
1
-2
/
+2
2023-04-13
nvme-apple: return directly instead of else
Chaitanya Kulkarni
1
-2
/
+2
2023-01-19
nvme-apple: only reset the controller when RTKit is running
Janne Grunau
1
-3
/
+3
2023-01-19
nvme-apple: reset controller during shutdown
Janne Grunau
1
-1
/
+17
2023-01-10
nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regression
Hector Martin
1
-1
/
+1
2022-12-06
nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrl
Christoph Hellwig
1
-4
/
+1
2022-12-06
nvme-apple: fix controller shutdown in apple_nvme_disable
Christoph Hellwig
1
-1
/
+2
2022-12-06
nvme: introduce nvme_start_request
Sagi Grimberg
1
-1
/
+1
2022-11-18
nvme: rename the queue quiescing helpers
Christoph Hellwig
1
-6
/
+6
2022-11-15
nvme: move OPAL setup from PCIe to core
Christoph Hellwig
1
-1
/
+1
2022-11-02
nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_work
Christoph Hellwig
1
-1
/
+0
2022-11-02
nvme: split nvme_kill_queues
Christoph Hellwig
1
-1
/
+2
2022-10-25
nvme-apple: remove an extra queue reference
Christoph Hellwig
1
-9
/
+0
2022-10-25
blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queue
Christoph Hellwig
1
-0
/
+1
2022-10-19
nvme-apple: don't limit DMA segement size
Russell King (Oracle)
1
-0
/
+2
2022-08-02
nvme-apple: stop casting function pointer signatures
Christoph Hellwig
1
-6
/
+15
2022-08-02
nvme-apple: use nvme core helper to cancel requests in tagset
Guixin Liu
1
-5
/
+2
2022-07-06
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
1
-2
/
+1
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-1
/
+1
2022-05-06
nvme-apple: fix sparse endianess warnings
Arnd Bergmann
1
-24
/
+24
2022-05-02
nvme-apple: Add initial Apple SoC NVMe driver
Sven Peter
1
-0
/
+1593