index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-06-02
Linux 3.15-rc8
v3.15-rc8
Linus Torvalds
1
-1
/
+1
2014-06-02
powerpc: Wire renameat2() syscall
Benjamin Herrenschmidt
3
-1
/
+3
2014-05-31
dcache: add missing lockdep annotation
Linus Torvalds
1
-1
/
+1
2014-05-31
blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()
Jens Axboe
1
-7
/
+13
2014-05-31
drm/radeon: Resume fbcon last
Daniel Vetter
1
-5
/
+6
2014-05-30
blk-mq: remember to start timeout handler for direct queue
Jens Axboe
1
-0
/
+1
2014-05-30
block: ensure that the timer is always added
Jens Axboe
1
-1
/
+1
2014-05-30
x86_64: expand kernel stack to 16K
Minchan Kim
1
-1
/
+1
2014-05-30
MAINTAINERS: Add generic PCI host controller driver
Will Deacon
1
-0
/
+8
2014-05-30
PCI: generic: Add generic PCI host controller driver
Will Deacon
4
-0
/
+496
2014-05-30
PCI: imx6: Add support for MSI
Lucas Stach
1
-0
/
+27
2014-05-30
PCI: designware: Make MSI ISR shared IRQ aware
Lucas Stach
3
-5
/
+7
2014-05-30
PCI: imx6: Remove optional (and unused) IRQs
Lucas Stach
1
-42
/
+0
2014-05-30
PCI: imx6: Drop old IRQ mapping
Lucas Stach
1
-6
/
+0
2014-05-30
PCI: imx6: Use new clock names
Lucas Stach
1
-45
/
+29
2014-05-30
i82875p_edac: Assign PCI resources before adding device
Yinghai Lu
1
-1
/
+2
2014-05-30
ARM/PCI: Call pcie_bus_configure_settings() to set MPS
Murali Karicheri
1
-0
/
+12
2014-05-30
blk-mq: blk_mq_unregister_hctx() can be static
Fengguang Wu
1
-2
/
+2
2014-05-30
PCI: imx6: Fix imx6_add_pcie_port() section mismatch warning
Sachin Kamat
1
-1
/
+1
2014-05-30
PCI: Make pci_bus_add_device() void
Yijing Wang
6
-21
/
+7
2014-05-30
dentry_kill() doesn't need the second argument now
Al Viro
1
-7
/
+4
2014-05-30
dealing with the rest of shrink_dentry_list() livelock
Al Viro
1
-2
/
+20
2014-05-30
shrink_dentry_list(): take parent's ->d_lock earlier
Al Viro
1
-12
/
+41
2014-05-30
blk-mq: make the sysfs mq/ layout reflect current mappings
Jens Axboe
4
-19
/
+94
2014-05-30
block: virtio_blk: don't hold spin lock during world switch
Ming Lei
1
-3
/
+6
2014-05-30
blk-mq: blk_mq_tag_to_rq should handle flush request
Shaohua Li
3
-5
/
+13
2014-05-30
drm/radeon: only allocate necessary size for vm bo list
Christian König
1
-3
/
+3
2014-05-30
drm/radeon: don't allow RADEON_GEM_DOMAIN_CPU for command submission
Marek Olšák
1
-0
/
+6
2014-05-30
drm/radeon: avoid crash if VM command submission isn't available
Christian König
1
-4
/
+11
2014-05-30
drm/radeon: lower the ref * post PLL maximum once more
Christian König
1
-1
/
+1
2014-05-30
PCI: exynos: Fix add_pcie_port() section mismatch warning
Sachin Kamat
1
-1
/
+2
2014-05-29
block: remove dead code in scsi_ioctl:blk_verify_command
Dave Jones
1
-4
/
+0
2014-05-29
blk-mq: request initialization optimizations
Jens Axboe
1
-17
/
+9
2014-05-29
block: add queue flag for disabling SG merging
Jens Axboe
4
-7
/
+26
2014-05-29
gpio: select IRQ_DOMAIN for gpiolib irqchip helpers
Linus Walleij
1
-1
/
+2
2014-05-29
block: remove 'magic' from struct blk_plug
Jens Axboe
2
-6
/
+0
2014-05-29
firewire: revert to 4 GB RDMA, fix protocols using Memory Space
Stefan Richter
3
-8
/
+11
2014-05-29
expand dentry_kill(dentry, 0) in shrink_dentry_list()
Al Viro
1
-13
/
+17
2014-05-29
split dentry_kill()
Al Viro
1
-26
/
+36
2014-05-29
arm64: mm: fix pmd_write CoW brokenness
Will Deacon
1
-1
/
+1
2014-05-29
PCI: Introduce new device binding path using pci_dev.driver_override
Alex Williamson
5
-3
/
+85
2014-05-28
xen-blkback: defer freeing blkif to avoid blocking xenwatch
Valentin Priescu
2
-14
/
+36
2014-05-28
xen blkif.h: fix comment typo in discard-alignment
Olaf Hering
1
-1
/
+1
2014-05-28
xen/blkback: disable discard feature if requested by toolstack
Olaf Hering
1
-1
/
+6
2014-05-28
xen-blkfront: remove type check from blkfront_setup_discard
Olaf Hering
1
-26
/
+14
2014-05-28
blk-mq: remove alloc_hctx and free_hctx methods
Christoph Hellwig
4
-60
/
+6
2014-05-28
blk-mq: add file comments and update copyright notices
Jens Axboe
4
-0
/
+28
2014-05-28
blk-mq: remove blk_mq_alloc_request_pinned
Christoph Hellwig
1
-32
/
+16
2014-05-28
blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_request
Christoph Hellwig
1
-3
/
+5
2014-05-28
blk-mq: remove blk_mq_wait_for_tags
Christoph Hellwig
3
-16
/
+6
[next]