index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommu/dma-iommu: Remove iommu_dma_map_msi_msg()
Julien Grall
2019-05-03
2
-25
/
+0
*
irqchip/gic-v3-mbi: Don't map the MSI page in mbi_compose_m{b, s}i_msg()
Julien Grall
2019-05-03
1
-2
/
+8
*
irqchip/ls-scfg-msi: Don't map the MSI page in ls_scfg_msi_compose_msg()
Julien Grall
2019-05-03
1
-1
/
+6
*
irqchip/gic-v3-its: Don't map the MSI page in its_irq_compose_msi_msg()
Julien Grall
2019-05-03
1
-1
/
+6
*
irqchip/gicv2m: Don't map the MSI page in gicv2m_compose_msi_msg()
Julien Grall
2019-05-03
1
-1
/
+7
*
iommu/dma-iommu: Split iommu_dma_map_msi_msg() in two parts
Julien Grall
2019-05-03
3
-9
/
+63
*
genirq/msi: Add a new field in msi_desc to store an IOMMU cookie
Julien Grall
2019-05-03
2
-0
/
+29
*
arm64: arch_k3: Enable interrupt controller drivers
Lokesh Vutla
2019-05-01
1
-0
/
+5
*
irqchip/ti-sci-inta: Add msi domain support
Lokesh Vutla
2019-05-01
2
-1
/
+40
*
soc: ti: Add MSI domain bus support for Interrupt Aggregator
Lokesh Vutla
2019-05-01
7
-0
/
+189
*
irqchip/ti-sci-inta: Add support for Interrupt Aggregator driver
Lokesh Vutla
2019-05-01
4
-0
/
+589
*
dt-bindings: irqchip: Introduce TISCI Interrupt Aggregator bindings
Lokesh Vutla
2019-05-01
2
-0
/
+67
*
irqchip/ti-sci-intr: Add support for Interrupt Router driver
Lokesh Vutla
2019-05-01
4
-0
/
+287
*
dt-bindings: irqchip: Introduce TISCI Interrupt router bindings
Lokesh Vutla
2019-05-01
2
-0
/
+83
*
gpio: thunderx: Use the default parent apis for {request,release}_resources
Lokesh Vutla
2019-05-01
1
-12
/
+4
*
genirq: Introduce irq_chip_{request,release}_resource_parent() apis
Lokesh Vutla
2019-05-01
2
-0
/
+29
*
firmware: ti_sci: Add helper apis to manage resources
Lokesh Vutla
2019-05-01
2
-0
/
+184
*
firmware: ti_sci: Add RM mapping table for am654
Peter Ujfalusi
2019-05-01
2
-1
/
+25
*
firmware: ti_sci: Add support for IRQ management
Lokesh Vutla
2019-05-01
3
-0
/
+331
*
firmware: ti_sci: Add support for RM core ops
Lokesh Vutla
2019-05-01
3
-0
/
+239
*
firmware: ti_sci: Add support to get TISCI handle using of_phandle
Grygorii Strashko
2019-05-01
2
-0
/
+100
*
irqchip/renesas-intc-irqpin: Remove devm_kzalloc() error printing
Geert Uytterhoeven
2019-04-29
1
-3
/
+1
*
irqchip: Remove unneeded select IRQ_DOMAIN
Geert Uytterhoeven
2019-04-29
1
-6
/
+0
*
irqchip/gic-v3-its: Make free_lpi_range a little cheaper
Rasmus Villemoes
2019-04-29
1
-30
/
+31
*
irqchip/gic-v3-its: Drop redundant initialization in mk_lpi_range
Rasmus Villemoes
2019-04-29
1
-2
/
+1
*
irqchip/gic-v3-its: Move allocation outside mutex
Rasmus Villemoes
2019-04-29
1
-9
/
+6
*
irqchip/stm32: Use a platform driver for stm32mp1-exti device
Fabien Dessenne
2019-04-29
1
-93
/
+140
*
irqchip/gic-pm: Fix suspend handling
Sameer Pujar
2019-04-29
1
-0
/
+2
*
irqchip/gic-pm: Update driver to use clk_bulk APIs
Sameer Pujar
2019-04-29
1
-37
/
+37
*
irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()
Julien Grall
2019-04-29
1
-1
/
+1
*
irqchip/imx-irqsteer: Use devm_platform_ioremap_resource() to simplify code
Anson Huang
2019-04-29
1
-3
/
+1
*
irqchip/gic-v3-its: Fix typo in a comment in its_msi_prepare()
Julien Grall
2019-04-29
1
-1
/
+1
*
irqchip/gic-v3-its: fix some definitions of inner cacheability attributes
Hongbo Yao
2019-04-29
1
-6
/
+6
*
irqchip/bcm: Restore registration print with %pOF
Florian Fainelli
2019-04-29
3
-0
/
+8
*
Linux 5.1-rc5
v5.1-rc5
Linus Torvalds
2019-04-15
1
-1
/
+1
*
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
2019-04-15
8
-28
/
+92
|
\
|
*
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
2019-04-14
5
-15
/
+29
|
*
mm: prevent get_user_pages() from overflowing page refcount
Linus Torvalds
2019-04-14
2
-12
/
+49
|
*
mm: add 'try_get_page()' helper function
Linus Torvalds
2019-04-14
1
-0
/
+9
|
*
mm: make page ref count overflow check tighter and more explicit
Linus Torvalds
2019-04-14
1
-1
/
+5
*
|
Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-04-14
20
-109
/
+174
|
\
\
|
*
|
block: fix the return errno for direct IO
Jason Yan
2019-04-12
1
-4
/
+4
|
*
|
Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-linus
Jens Axboe
2019-04-11
5
-30
/
+73
|
|
\
\
|
|
*
|
nvmet: fix discover log page when offsets are used
Keith Busch
2019-04-11
4
-25
/
+58
|
|
*
|
nvme-fc: correct csn initialization and increments on error
James Smart
2019-04-11
1
-5
/
+15
|
|
/
/
|
*
|
block: do not leak memory in bio_copy_user_iov()
Jérôme Glisse
2019-04-11
1
-1
/
+4
|
*
|
lightnvm: pblk: fix crash in pblk_end_partial_read due to multipage bvecs
Hans Holmberg
2019-04-10
1
-22
/
+28
|
*
|
nvme: cancel request synchronously
Ming Lei
2019-04-10
1
-1
/
+1
|
*
|
blk-mq: introduce blk_mq_complete_request_sync()
Ming Lei
2019-04-10
2
-0
/
+8
|
*
|
scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids
Dongli Zhang
2019-04-10
1
-0
/
+1
[next]