index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
anon_inodes.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-23
irqdomain: Introduce helper function irq_domain_add_hierarchy()
Jiang Liu
2
-0
/
+40
2014-11-23
irqdomain: Implement a method to automatically call parent domains alloc/free
Jiang Liu
2
-17
/
+89
2014-11-23
genirq: Introduce helper irq_domain_set_info() to reduce duplicated code
Jiang Liu
2
-0
/
+26
2014-11-23
genirq: Split out flow handler typedefs into seperate header file
Thomas Gleixner
2
-5
/
+15
2014-11-23
genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchip
Jiang Liu
2
-0
/
+6
2014-11-23
genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchip
Jiang Liu
2
-0
/
+31
2014-11-23
genirq: Add more helper functions to support stacked irq_chip
Yingjoe Chen
2
-0
/
+54
2014-11-23
genirq: Introduce helper functions to support stacked irq_chip
Jiang Liu
2
-0
/
+33
2014-11-23
irqdomain: Do irq_find_mapping and set_type for hierarchy irqdomain in case OF
Yingjoe Chen
1
-9
/
+18
2014-11-23
irqdomain: Introduce new interfaces to support hierarchy irqdomains
Jiang Liu
6
-16
/
+581
2014-11-23
PCI/MSI: Introduce helpers to hide struct msi_desc implementation details
Jiang Liu
1
-0
/
+19
2014-11-23
PCI/MSI: Rename mask/unmask_msi_irq treewide
Thomas Gleixner
20
-56
/
+56
2014-11-23
PCI/MSI: Rename mask/unmask_msi_irq et al
Thomas Gleixner
3
-15
/
+31
2014-11-23
PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()
Jiang Liu
26
-35
/
+45
2014-11-23
PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()
Jiang Liu
4
-12
/
+6
2014-11-23
PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts
Jiang Liu
1
-1
/
+0
2014-11-23
PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier
Jiang Liu
2
-33
/
+15
2014-11-23
PCI/MSI: Remove unnecessary braces around single statements
Jiang Liu
1
-6
/
+3
2014-11-21
ARM/PCI: Remove unused pcibios_add_bus() and pcibios_remove_bus()
Yijing Wang
2
-20
/
+0
2014-11-21
PCI: xilinx: Save MSI controller in pci_sys_data
Yijing Wang
1
-15
/
+5
2014-11-21
PCI: mvebu: Save MSI controller in pci_sys_data
Yijing Wang
1
-7
/
+4
2014-11-21
PCI: rcar: Save MSI controller in pci_sys_data
Yijing Wang
1
-10
/
+3
2014-11-21
PCI: designware: Save MSI controller in pci_sys_data
Yijing Wang
1
-11
/
+5
2014-11-21
PCI: tegra: Save MSI controller in pci_sys_data
Yijing Wang
1
-10
/
+4
2014-11-21
ARM/PCI: Save MSI controller in pci_sys_data
Yijing Wang
2
-0
/
+18
2014-11-12
PCI/MSI: Add weak pcibios_msi_controller()
Yijing Wang
1
-1
/
+16
2014-11-12
PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"
Yijing Wang
14
-38
/
+40
2014-11-11
s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
Yijing Wang
2
-4
/
+2
2014-11-11
Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"
Yijing Wang
5
-43
/
+11
2014-11-07
PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits
Yijing Wang
3
-1
/
+9
2014-10-20
Linux 3.18-rc1
v3.18-rc1
Linus Torvalds
1
-2
/
+2
2014-10-19
MAINTAINERS: corrected bcm2835 search
Scott Branden
1
-6
/
+3
2014-10-19
Net: DSA: Fix checking for get_phy_flags function
Andrew Lunn
1
-1
/
+1
2014-10-19
sparc64: Do not define thread fpregs save area as zero-length array.
David S. Miller
1
-1
/
+2
2014-10-19
sparc64: Fix corrupted thread fault code.
David S. Miller
2
-6
/
+6
2014-10-18
MAINTAINERS: Become the docs maintainer
Jonathan Corbet
1
-2
/
+1
2014-10-18
x86,kvm,vmx: Preserve CR4 across VM entry
Andy Lutomirski
1
-2
/
+14
2014-10-18
ipv6: fix a potential use after free in sit.c
Li RongQing
1
-3
/
+3
2014-10-18
ipv6: fix a potential use after free in ip6_offload.c
Li RongQing
1
-0
/
+1
2014-10-18
ipv4: fix a potential use after free in gre_offload.c
Li RongQing
1
-3
/
+3
2014-10-18
tcp: fix build error if IPv6 is not enabled
Eric Dumazet
1
-0
/
+2
2014-10-18
futex: Ensure get_futex_key_refs() always implies a barrier
Catalin Marinas
1
-0
/
+2
2014-10-18
bna: fix skb->truesize underestimation
Eric Dumazet
1
-1
/
+1
2014-10-18
net: dsa: add includes for ethtool and phy_fixed definitions
Florian Fainelli
2
-0
/
+2
2014-10-18
openvswitch: Set flow-key members.
Pravin B Shelar
1
-3
/
+3
2014-10-18
netrom: use linux/uaccess.h
Fabian Frederick
7
-7
/
+7
2014-10-18
dsa: Fix conversion from host device to mii bus
Guenter Roeck
2
-8
/
+22
2014-10-18
tipc: fix bug in bundled buffer reception
Jon Paul Maloy
1
-1
/
+6
2014-10-18
ipv6: introduce tcp_v6_iif()
Eric Dumazet
5
-15
/
+30
2014-10-18
sfc: add support for skb->xmit_more
Edward Cree
2
-29
/
+43
[next]