index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
spurious.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-14
irq_domain: Be less verbose
Grant Likely
1
-3
/
+1
2012-02-14
irq_domain: add documentation and MAINTAINERS entry.
Grant Likely
2
-0
/
+126
2012-02-14
ALSA: intel8x0: Fix default inaudible sound on Gateway M520
Daniel T Chen
1
-0
/
+6
2012-02-14
module: fix broken isapnp handling in file2alias
Ondrej Zary
1
-1
/
+1
2012-02-14
module: make module param bint handle nul value
Dave Young
1
-1
/
+2
2012-02-13
i387: make irq_fpu_usable() tests more robust
Linus Torvalds
2
-8
/
+47
2012-02-13
i387: math_state_restore() isn't called from asm
Linus Torvalds
2
-4
/
+4
2012-02-13
ALSA: hda - Fix silent speaker output on Acer Aspire 6935
Takashi Iwai
1
-0
/
+23
2012-02-13
ALSA: hda - Fix initialization of secondary capture source on VT1705
Takashi Iwai
1
-0
/
+3
2012-02-13
ARM: omap: resolve nebulous 'Error setting wl12xx data'
Russell King
4
-15
/
+33
2012-02-13
ARM: omap: fix wrapped error messages in omap_hwmod.c
Russell King
1
-8
/
+8
2012-02-13
ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.c
Russell King
1
-7
/
+7
2012-02-13
ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup()
Russell King
1
-4
/
+4
2012-02-13
ARM: omap: fix section mismatch error for omap_4430sdp_display_init()
Russell King
1
-1
/
+1
2012-02-13
ARM: omap: fix section mismatch warning for omap_secondary_startup()
Russell King
1
-0
/
+1
2012-02-13
ARM: omap: preemptively fix section mismatch in omap4_sdp4430_wifi_mux_init()
Russell King
1
-1
/
+1
2012-02-13
ARM: omap: fix section mismatch warning in mux.c
Russell King
1
-4
/
+4
2012-02-13
ARM: omap: fix section mismatch errors in TWL PMIC driver
Russell King
1
-10
/
+10
2012-02-13
ARM: omap: fix uninformative vc/i2c configuration error message
Russell King
1
-2
/
+2
2012-02-13
ARM: omap: fix vc.c PMIC error message
Russell King
1
-4
/
+2
2012-02-13
ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error
Russell King
1
-0
/
+1
2012-02-11
block: fix lockdep warning on io_context release put_io_context()
Tejun Heo
1
-7
/
+14
2012-02-10
net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabled
Thomas Graf
1
-1
/
+2
2012-02-10
ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.
Li Wei
1
-1
/
+1
2012-02-10
netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=m
Neil Horman
2
-13
/
+42
2012-02-10
netprio_cgroup: don't allocate prio table when a device is registered
Neil Horman
1
-6
/
+0
2012-02-10
netprio_cgroup: fix an off-by-one bug
Neil Horman
1
-1
/
+1
2012-02-10
xfs: use a normal shrinker for the dquot freelist
Christoph Hellwig
6
-282
/
+141
2012-02-10
relay: prevent integer overflow in relay_open()
Dan Carpenter
1
-2
/
+8
2012-02-09
bna: fix error handling of bnad_get_flash_partition_by_offset()
Dan Carpenter
1
-6
/
+4
2012-02-09
isdn: type bug in isdn_net_header()
Dan Carpenter
1
-1
/
+1
2012-02-09
hwmon: (f75375s) Let f75375_update_device treat pwmX as a measured value
Nikolaus Schulz
1
-3
/
+2
2012-02-09
net: Make qdisc_skb_cb upper size bound explicit.
David S. Miller
5
-10
/
+13
2012-02-09
tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...
Paul Walmsley
1
-2
/
+1
2012-02-09
tty: serial: OMAP: block idle while the UART is transferring data in PIO mode
Paul Walmsley
2
-4
/
+11
2012-02-09
tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode
Paul Walmsley
1
-3
/
+17
2012-02-09
Reduce the number of expensive division instructions done by _parse_integer()
David Howells
1
-5
/
+13
2012-02-09
ARM: omap: fix broken twl-core dependencies and ifdefs
Russell King
2
-3
/
+5
2012-02-09
ARM: omap: fix oops in drivers/video/omap2/dss/dpi.c
Russell King
1
-0
/
+5
2012-02-09
ARM: omap: fix oops in arch/arm/mach-omap2/vp.c when pmic is not found
Russell King
1
-0
/
+5
2012-02-09
ARM: 7322/1: Print BUG instead of undefined instruction on BUG_ON()
Stephen Boyd
1
-1
/
+4
2012-02-09
ARM: 7321/1: cache-v7: Disable preemption when reading CCSIDR
Stephen Boyd
1
-0
/
+6
2012-02-09
ARM: 7320/1: Fix proc_info table alignment
Marc Zyngier
1
-0
/
+1
2012-02-09
ASoC: fsi: fixup fsi_pointer() calculation method
Kuninori Morimoto
1
-5
/
+1
2012-02-09
ixgbe: ethtool: stats user buffer overrun
John Fastabend
1
-37
/
+51
2012-02-09
ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB state
John Fastabend
1
-2
/
+9
2012-02-09
ixgbe: do not update real num queues when netdev is going away
Yi Zou
1
-0
/
+4
2012-02-09
ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page size
Alexander Duyck
1
-6
/
+6
2012-02-09
ixgbe: Fix case of Tx Hang in PF with 32 VFs
Greg Rose
1
-1
/
+1
2012-02-09
ixgbe: fix vf lookup
Greg Rose
1
-1
/
+2
[next]