index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-18
NVMe: enable IO stats by default
Jens Axboe
1
-1
/
+0
2014-11-18
NVMe: nvme_submit_async_admin_req() must use atomic rq allocation
Jens Axboe
1
-1
/
+1
2014-11-17
NVMe: replace blk_put_request() with blk_mq_free_request()
Jens Axboe
1
-7
/
+7
2014-11-17
Merge branch 'for-3.19/core' into for-3.19/drivers
Jens Axboe
4
-22
/
+53
2014-11-17
blk-mq: add blk_mq_free_hctx_request()
Jens Axboe
2
-5
/
+13
2014-11-17
blk-mq: export blk_mq_free_request()
Jens Axboe
1
-0
/
+1
2014-11-11
blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enable
Paolo Bonzini
1
-4
/
+4
2014-11-11
blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if needed
Paolo Bonzini
1
-9
/
+12
2014-11-10
drbd: Remove an useless copy of kernel_setsockopt()
Philipp Reisner
1
-25
/
+4
2014-11-10
drbd: Fix state change in case of connection timeout
Philipp Reisner
1
-1
/
+1
2014-11-10
drbd: merge_bvec_fn: properly remap bvm->bi_bdev
Lars Ellenberg
1
-0
/
+1
2014-11-10
drbd: fix resync throttling initialization
Lars Ellenberg
3
-3
/
+5
2014-11-10
drbd: fix race between role change and handshake
Philipp Reisner
3
-8
/
+40
2014-11-10
drbd: Only use drbd_msg_put_info() in drbd_nl.c
Andreas Gruenbacher
3
-16
/
+4
2014-11-10
drbd: Minor cleanups
Andreas Gruenbacher
5
-45
/
+35
2014-11-10
NVMe: __nvme_submit_admin_cmd() can be static
kbuild test robot
1
-1
/
+1
2014-11-05
NVMe: blk_mq_alloc_request() returns error pointers
Dan Carpenter
1
-6
/
+6
2014-11-04
NVMe: Convert to blk-mq
Matias Bjørling
3
-819
/
+570
2014-11-04
NVMe: Do not over allocate for discard requests
Keith Busch
1
-1
/
+3
2014-11-04
NVMe: Do not open disks that are being deleted
Keith Busch
1
-4
/
+16
2014-11-04
NVMe: Clear QUEUE_FLAG_STACKABLE
Keith Busch
1
-0
/
+1
2014-11-04
NVMe: Fix device probe waiting on kthread
Keith Busch
1
-1
/
+1
2014-11-04
NVMe: Updates for 1.1 spec
Keith Busch
1
-1
/
+26
2014-11-04
NVMe: Passthrough IOCTL for IO commands
Keith Busch
2
-6
/
+16
2014-11-04
NVMe: Add revalidate_disk callback
Keith Busch
1
-0
/
+30
2014-11-04
NVMe: Fix nvmeq waitqueue entry initialization
Keith Busch
1
-7
/
+4
2014-11-04
NVMe: Translate NVMe status to errno
Keith Busch
1
-1
/
+13
2014-11-04
NVMe: Fix SG_IO status values
Keith Busch
1
-0
/
+8
2014-11-04
NVMe: Remove duplicate compat SG_IO code
Keith Busch
2
-149
/
+1
2014-11-04
NVMe: Reference count pci device
Keith Busch
1
-2
/
+5
2014-11-04
nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2014-11-04
NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queues
Sam Bradshaw
1
-2
/
+2
2014-11-04
NVMe: Fix filesystem sync deadlock on removal
Keith Busch
1
-2
/
+2
2014-11-04
NVMe: Call nvme_free_queue directly
Keith Busch
1
-7
/
+11
2014-11-04
NVMe: Add shutdown timeout as module parameter.
Dan McLeran
1
-1
/
+6
2014-11-04
NVMe: Skip orderly shutdown on failed devices
Keith Busch
1
-1
/
+4
2014-11-04
NVMe: Whitespace fixes
Keith Busch
1
-5
/
+5
2014-11-04
NVMe: Use pci_stop_and_remove_bus_device_locked()
Keith Busch
1
-1
/
+1
2014-11-04
NVMe: Handling devices incapable of I/O
Keith Busch
1
-11
/
+8
2014-11-04
NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.
Dan McLeran
1
-8
/
+12
2014-11-04
NVMe: Mismatched host/device page size support
Keith Busch
2
-19
/
+42
2014-11-04
NVMe: Update list of status codes
Matthew Wilcox
1
-0
/
+14
2014-11-04
NVMe: Async event request
Keith Busch
2
-0
/
+43
2014-11-04
block: Use dma_zalloc_coherent
Joe Perches
1
-3
/
+2
2014-11-04
writeback: fix a subtle race condition in I_DIRTY clearing
Tejun Heo
1
-7
/
+22
2014-11-04
block: Expand a bit documentation about elevator_allow_merge_fn
Jan Kara
1
-1
/
+5
2014-10-29
blk-mq: add BLK_MQ_F_DEFER_ISSUE support flag
Jens Axboe
2
-1
/
+7
2014-10-29
blk-mq: add a 'list' parameter to ->queue_rq()
Jens Axboe
6
-15
/
+49
2014-10-22
block: remove artifical max_hw_sectors cap
Christoph Hellwig
3
-5
/
+2
2014-10-20
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
33
-1883
/
+1488
[next]