aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sound_firmware.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-24enic: Fix endianness bug.Santosh Nayak2-2/+2
2012-02-24gre: fix spelling in commentsstephen hemminger1-5/+5
2012-02-24netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik3-35/+51
2012-02-24Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries"Pablo Neira Ayuso1-16/+27
2012-02-24davinci_emac: Do not free all rx dma descriptors during initChristian Riesch1-2/+4
2012-02-24mlx4_core: Fixing array indexes when setting port typesYevgeny Petrilin1-1/+1
2012-02-23phy: IC+101G and PHY_HAS_INTERRUPT flagGiuseppe CAVALLARO1-14/+17
2012-02-23netdev/phy/icplus: Correct broken phy_init codeDavid McKay1-6/+18
2012-02-23ipsec: be careful of non existing mac headersEric Dumazet5-17/+16
2012-02-22Move Logitech Harmony 900 from cdc_ether to zaurusScott Talbert2-0/+14
2012-02-22hso: memsetting wrong data in hso_get_count()Dan Carpenter1-1/+1
2012-02-22netfilter: ip6_route_output() never returns NULL.RongQing.Li1-2/+3
2012-02-22ethernet/broadcom: ip6_route_output() never returns NULL.RongQing.Li1-1/+5
2012-02-22ipv6: ip6_route_output() never returns NULL.RongQing.Li2-3/+6
2012-02-22jme: Fix FIFO flush issueGuo-Fu Tseng2-10/+2
2012-02-22atm: clip: remove clip_tblEric Dumazet1-4/+6
2012-02-21ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller1-0/+1
2012-02-21rtnetlink: Fix problem with buffer allocationGreg Rose4-22/+62
2012-02-21neighbour: Fixed race condition at tbl->nhtMichel Machado1-0/+2
2012-02-21mlx4: Setting new port types after all interfaces unregisteredYevgeny Petrilin1-3/+2
2012-02-21mlx4: Replacing pool_lock with mutexYevgeny Petrilin3-6/+6
2012-02-21zaurus: Add ID for C-750/C-760/C-860/SL-C3000 PDA in MDLM modeDave Jones1-0/+5
2012-02-21netfilter: ctnetlink: fix soft lockup when netlink adds new entriesJozsef Kadlecsik1-27/+16
2012-02-21netfilter: ebtables: fix alignment problem in ppcJoerg Willmann1-2/+2
2012-02-20mlx4_core: Do not map BF area if capability is 0Jack Morgenstein1-0/+3
2012-02-20can: sja1000: fix isr hang when hw is unplugged under loadOliver Hartkopp1-1/+12
2012-02-19b44: remove __exit from b44_pci_exit()Nikola Pajkovsky1-1/+1
2012-02-19drivers/atm/solos-pci.c: exchange pci_iounmapsJulia Lawall1-2/+2
2012-02-19net/ethernet: ks8851_mll: signedness bug in ks8851_probe()Dan Carpenter1-1/+1
2012-02-19vmxnet3: cap copy length at size of skb to prevent dropped frames on txNeil Horman1-2/+2
2012-02-19atl1c: dont use highprio tx queueEric Dumazet1-4/+0
2012-02-19netem: fix dequeueEric Dumazet1-4/+2
2012-02-18Linux 3.3-rc4Linus Torvalds1-1/+1
2012-02-18i387: re-introduce FPU state preloading at context switch timeLinus Torvalds4-42/+133
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds6-32/+30
2012-02-16i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds3-22/+16
2012-02-16i387: do not preload FPU state at task switch timeLinus Torvalds4-68/+11
2012-02-16ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-16eCryptfs: Improve statfs reportingTyler Hicks4-14/+83
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds4-23/+58
2012-02-16i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds1-3/+6
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds3-8/+45
2012-02-16powerpc/perf: power_pmu_start restores incorrect values, breaking frequency eventsAnton Blanchard1-1/+7
2012-02-16powerpc/adb: Use set_current_state()majianpeng1-2/+2
2012-02-16powerpc: Disable interrupts early in Program CheckBenjamin Herrenschmidt1-1/+1
2012-02-16powerpc: Remove legacy iSeries from ppc64_defconfigStephen Rothwell1-5/+0
2012-02-16powerpc/fsl/pci: Fix PCIe fixup regressionBenjamin Herrenschmidt1-19/+29
2012-02-16powerpc: Fix kernel log of oops/panic instruction dumpIra Snyder1-3/+3
2012-02-16crypto: sha512 - use standard ror64()Alexey Dobriyan2-9/+24