summaryrefslogtreecommitdiffstats
path: root/sound/soc (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-04perf trace scripting: Fix extern struct definitionsStephane Eranian1-2/+2
2010-10-04perf ui hist browser: Fix segfault on 'a' for annotateFrederik Deweerdt1-1/+1
2010-10-04perf tools: Fix build breakageKusanagi Kouichi1-1/+1
2010-10-04perf_events: Fix invalid pointer when pid is invalidStephane Eranian1-1/+6
2010-09-30perf, x86: Handle in flight NMIs on P4 platformCyrill Gorcunov1-1/+5
2010-09-30oprofile, ARM: Release resources on failureRobert Richter1-2/+5
2010-09-24perf, x86: Catch spurious interrupts after disabling countersRobert Richter1-1/+11
2010-09-24jump label: Fix GCC feature check when distcc is usedIngo Molnar1-1/+1
2010-09-23jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditionsSteven Rostedt2-2/+2
2010-09-23tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt1-0/+1
2010-09-23tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge1-0/+1
2010-09-22jump label: Remove duplicate structure for x86Steven Rostedt1-11/+1
2010-09-22jump label: Add sparc64 supportDavid S. Miller5-0/+88
2010-09-22jump label: x86 supportJason Baron5-1/+102
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron5-132/+26
2010-09-22jump label: Tracepoint support for jump labelsJason Baron2-3/+16
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron4-3/+94
2010-09-22jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron1-5/+5
2010-09-22jump label: Base patch for jump labelJason Baron12-4/+442
2010-09-22powerpc: fix double syscall restartsAl Viro3-3/+4
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsJan Kara1-2/+21
2010-09-22char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara2-2/+5
2010-09-22bdi: Initialize noop_backing_dev_info properlyJan Kara1-0/+2
2010-09-22sparc: Prevent no-handler signal syscall restart recursion.David S. Miller3-1/+7
2010-09-22sparc: Don't mask signal when we can't setup signal frame.David S. Miller3-58/+93
2010-09-22fs: {lock,unlock}_flocks() stubs to prepare for BKL removalSage Weil1-0/+4
2010-09-22i2c-omap: Make sure i2c bus is free before setting it to idleMathias Nyman1-0/+2
2010-09-21perf: Avoid RCU vs preemption assumptionsPeter Zijlstra1-6/+12
2010-09-21percpu: Add {get,put}_cpu_ptrPeter Zijlstra1-0/+9
2010-09-21sched: Fix nohz balance kickSuresh Siddha1-1/+1
2010-09-21oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa1-0/+1
2010-09-21cfq-iosched: fix a kernel OOPs when usb key is insertedVivek Goyal1-3/+13
2010-09-21block: fix blk_rq_map_kern bio direction flagBenny Halevy1-1/+1
2010-09-21cciss: freeing uninitialized data on error pathDan Carpenter1-1/+1
2010-09-21sparc64: Fix race in signal instruction flushing.David S. Miller1-42/+60
2010-09-21lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Rusty Russell1-5/+8
2010-09-21virtio: console: Prevent userspace from submitting NULL buffersAmit Shah1-0/+4
2010-09-21virtio: console: Fix poll blocking even though there is data to readHans de Goede1-1/+1
2010-09-21Linux 2.6.36-rc5v2.6.36-rc5Linus Torvalds1-1/+1
2010-09-21Staging: vt6655: fix buffer overflowDan Carpenter1-3/+8
2010-09-21Revert: "Staging: batman-adv: Adding netfilter-bridge hooks"Sven Eckelmann2-19/+2
2010-09-21serial: mfd: fix bug in serial_hsu_remove()Feng Tang1-8/+9
2010-09-21serial: amba-pl010: fix set_ldiscMika Westerberg1-7/+2
2010-09-21USB: musb: MAINTAINERS: Fix my mail addressFelipe Balbi1-2/+2
2010-09-21USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg2-0/+6
2010-09-21USB: otg: twl4030: fix phy initialization(v1)Ming Lei1-27/+51
2010-09-21USB: EHCI: Disable langwell/penwell LPM capabilityAlek Du1-0/+5
2010-09-21usb: musb_debugfs: don't use the struct file private_data field with seq_filesMathias Nyman1-3/+2
2010-09-21jump label: Make text_poke_early() globally visibleJason Baron2-2/+4
2010-09-21jump label: Make dynamic no-op selection available outside of ftraceJason Baron4-62/+79