index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
cryptd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-09
irqchip: bcm7120-l2: Convert driver to use irq_reg_{readl,writel}
Kevin Cernekee
1
-10
/
+14
2014-11-09
irqchip: bcm7120-l2: Decouple driver from brcmstb-l2
Kevin Cernekee
4
-3
/
+9
2014-11-09
irqchip: bcm7120-l2: Extend driver to support 64+ bit controllers
Kevin Cernekee
2
-57
/
+113
2014-11-09
irqchip: bcm7120-l2: Use gc->mask_cache to simplify suspend/resume functions
Kevin Cernekee
1
-8
/
+3
2014-11-09
irqchip: bcm7120-l2: Fix missing nibble in gc->unused mask
Kevin Cernekee
1
-1
/
+1
2014-11-09
irqchip: bcm7120-l2: Make sure all register accesses use base+offset
Kevin Cernekee
1
-3
/
+3
2014-11-09
irqchip: bcm7120-l2, brcmstb-l2: Remove ARM Kconfig dependency
Kevin Cernekee
1
-1
/
+0
2014-11-09
irqchip: bcm7120-l2: Eliminate bad IRQ check
Kevin Cernekee
1
-11
/
+2
2014-11-09
irqchip: brcmstb-l2: Eliminate dependency on ARM code
Kevin Cernekee
1
-3
/
+4
2014-11-09
genirq: Generic chip: Add big endian I/O accessors
Kevin Cernekee
2
-0
/
+18
2014-11-09
genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}
Kevin Cernekee
1
-2
/
+12
2014-11-09
genirq: Generic chip: Change irq_reg_{readl,writel} arguments
Kevin Cernekee
6
-75
/
+78
2014-11-09
irqchip: irq-armada-370-xp: Use proper return value for ->set_affinity()
Thomas Petazzoni
1
-1
/
+1
2014-11-02
irqchip: dw-apb-ictl: Select GENERIC_IRQ_CHIP
Jisheng Zhang
1
-0
/
+1
2014-11-02
irqchip: hip04: Convert to handle_domain_irq
Marc Zyngier
1
-2
/
+1
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
2014-10-18
r8152: return -EBUSY for runtime suspend
hayeswang
1
-7
/
+15
2014-10-18
ipv4: fix a potential use after free in fou.c
Li RongQing
1
-0
/
+3
2014-10-18
ipv4: fix a potential use after free in ip_tunnel_core.c
Li RongQing
1
-1
/
+2
2014-10-18
hyperv: Add handling of IP header with option field in netvsc_set_hash()
Haiyang Zhang
1
-16
/
+10
2014-10-18
[CIFS] Remove obsolete comment
Steve French
1
-6
/
+4
2014-10-17
openvswitch: Create right mask with disabled megaflows
Pravin B Shelar
1
-21
/
+72
2014-10-17
vxlan: fix a free after use
Li RongQing
1
-0
/
+1
2014-10-17
openvswitch: fix a use after free
Li RongQing
1
-1
/
+2
2014-10-17
ipv4: dst_entry leak in ip_send_unicast_reply()
Vasily Averin
1
-3
/
+9
2014-10-17
perf script: Add period as a default output column
Jiri Olsa
1
-3
/
+6
2014-10-17
perf script: Add period data column
Jiri Olsa
2
-2
/
+12
2014-10-17
ipv4: clean up cookie_v4_check()
Cong Wang
3
-7
/
+6
2014-10-17
ipv4: share tcp_v4_save_options() with cookie_v4_check()
Cong Wang
3
-29
/
+21
2014-10-17
ipv4: call __ip_options_echo() in cookie_v4_check()
Cong Wang
1
-1
/
+1
2014-10-17
atm: simplify lanai.c by using module_pci_driver
Michael Opdenacker
1
-21
/
+1
[next]