index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
llc_if.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-04-20
ALSA: HDA: Add external mic quirk for Asus Zenbook UX31E
David Henningsson
1
-0
/
+1
2012-04-19
ALSA: hda/conexant - Set up the missing docking-station pins
Takashi Iwai
1
-3
/
+25
2012-04-19
ALSA: hda/conexant - Don't set HP pin-control bit unconditionally
Takashi Iwai
1
-2
/
+7
2012-04-19
ALSA: workaround: change the timing of alsa_sound_last_init()
Kuninori Morimoto
1
-1
/
+1
2012-04-19
ALSA: hda/sigmatel - Fix inverted mute LED
Takashi Iwai
1
-3
/
+2
2012-04-19
ALSA: hda/realtek - Fix regression on Quanta/Gericom KN1
Takashi Iwai
1
-4
/
+45
2012-04-18
ASoC: fsi: update for dmaengine prep_slave_sg fallout.
Paul Mundt
1
-4
/
+3
2012-04-18
ALSA: fix core/vmaster.c kernel-doc warning
Randy Dunlap
1
-0
/
+1
2012-04-17
ASoC: core: Fix card RTD count for deferred probe.
Liam Girdwood
1
-0
/
+1
2012-04-13
ASoC: cs42l73: don't use negative array index
Jesper Juhl
1
-0
/
+2
2012-04-13
ALSA: hda/realtek - Fix mem leak (and rid us of trailing whitespace).
Jesper Juhl
1
-7
/
+9
2012-04-12
ASoC: dapm: Ensure power gets managed for line widgets
Mark Brown
1
-0
/
+2
2012-04-12
ALSA: hda/realtek - Add quirk for Mac Pro 5,1 machines
Josh Boyer
1
-0
/
+1
2012-04-12
ALSA: hda/realtek - Add a fixup entry for Acer Aspire 8940G
Takashi Iwai
1
-0
/
+1
2012-04-12
ALSA: hda/realtek - Fix GPIO1 setup for Acer Aspire 4930 & co
Takashi Iwai
1
-2
/
+6
2012-04-11
ALSA: hda/realtek - Add a few ALC882 model strings back
Takashi Iwai
2
-2
/
+12
2012-04-10
ALSA: hda - hide HDMI/ELD printks unless snd.debug=2
Fengguang Wu
3
-8
/
+17
2012-04-10
ALSA: sound/isa/sscape.c: add missing resource-release code
Julia Lawall
1
-2
/
+4
2012-04-10
sound: sound/oss/msnd_pinnacle.c: add vfrees
Julia Lawall
1
-2
/
+6
2012-04-07
ALSA: hda - clean up CX20549 test mixer setup
Michael Karcher
1
-21
/
+17
2012-04-07
ALSA: hda - CX20549 doesn't need pin_amp_workaround.
Michael Karcher
1
-2
/
+3
2012-04-07
ALSA: hda - Remove CD control from model=benq for CX20549
Michael Karcher
1
-5
/
+1
2012-04-07
ALSA: hda - fix record volume controls of CX20459 ("Venice")
Michael Karcher
1
-25
/
+6
2012-04-07
ALSA: hda - Rename capture sources of CX20549 to match common conventions
Michael Karcher
1
-13
/
+13
2012-04-07
ALSA: hda - Fix proc output for ADC amp values of CX20549
Michael Karcher
3
-7
/
+17
2012-04-06
ASoC: tegra: fix i2s compilation when !CONFIG_DEBUG_FS
Stephen Warren
1
-1
/
+1
2012-04-05
ASoC: set idle_bias_off=1 for all platform DAPM contexts
Stephen Warren
1
-0
/
+2
2012-04-05
ASoC: imx-audmux: Check for NULL pointer
Fabio Estevam
1
-0
/
+3
2012-04-05
ASoC: imx-audmux: Fix ssi port numbers in sysfs
Fabio Estevam
1
-1
/
+1
2012-04-05
ASoC: ak4642: fixup: mute needs +1 step
Kuninori Morimoto
1
-1
/
+1
2012-04-04
MAINTAINERS: Don't list everyone working on Wolfson drivers
Mark Brown
1
-2
/
+1
2012-04-03
MAINTAINERS: Add missing ASoC OMAP co-maintainer
Jarkko Nikula
1
-0
/
+1
2012-04-03
ASoC: pxa: pxa2xx-i2s: add io.h for IOMEM macro
Martin Jansa
1
-0
/
+1
2012-04-03
ASoC: tegra: ensure clocks are enabled when touching registers
Stephen Warren
2
-0
/
+8
2012-04-03
ASoC: sgtl5000: Enable VAG when DAC/ADC up
Zeng Zhaoming
1
-12
/
+13
2012-04-01
Linux 3.4-rc1
v3.4-rc1
Linus Torvalds
1
-2
/
+2
2012-03-31
vfs: fix out-of-date dentry_unhash() comment
J. Bruce Fields
1
-1
/
+1
2012-03-31
vfs: split __lookup_hash
Miklos Szeredi
1
-64
/
+44
2012-03-31
untangling do_lookup() - take __lookup_hash()-calling case out of line.
Al Viro
1
-15
/
+16
2012-03-31
untangling do_lookup() - switch to calling __lookup_hash()
Al Viro
1
-67
/
+46
2012-03-31
untangling do_lookup() - merge d_alloc_and_lookup() callers
Al Viro
1
-3
/
+3
2012-03-31
untangling do_lookup() - merge failure exits in !dentry case
Al Viro
1
-15
/
+8
2012-03-31
untangling do_lookup() - massage !dentry case towards __lookup_hash()
Al Viro
1
-25
/
+20
2012-03-31
untangling do_lookup() - get rid of need_reval in !dentry case
Al Viro
1
-6
/
+1
2012-03-31
untangling do_lookup() - eliminate a loop.
Al Viro
1
-4
/
+8
2012-03-31
untangling do_lookup() - expand the area under ->i_mutex
Al Viro
1
-2
/
+4
2012-03-31
untangling do_lookup() - isolate !dentry stuff from the rest of it.
Al Viro
1
-1
/
+16
2012-03-31
vfs: move MAY_EXEC check from __lookup_hash()
Miklos Szeredi
1
-6
/
+5
2012-03-31
vfs: don't revalidate just looked up dentry
Miklos Szeredi
1
-3
/
+1
2012-03-31
vfs: fix d_need_lookup/d_revalidate order in do_lookup
Miklos Szeredi
1
-2
/
+2
[next]