index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
call-graph-from-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-24
ASoC: hdac_hdmi: Register widget event handlers
Jeeja KP
1
-167
/
+183
2017-01-20
ASoC: hdac_hdmi: use audio component framework to read ELD
Sandeep Tayal
1
-145
/
+56
2017-01-19
ASoC: Intel: boards: Remove ignore_suspend for WoV streams
Yong Zhi
1
-1
/
+0
2017-01-19
ASoC: hdac_hdmi: Enable pin and converter in prepare
Jeeja KP
1
-20
/
+17
2017-01-19
ASoC: Intel: Skylake: set the resume point to LPIB
Jeeja KP
1
-1
/
+1
2017-01-19
ASoC: Intel: Skylake: Don't reset pass-through pipe in BE prepare
Jeeja KP
1
-2
/
+2
2017-01-17
ASoC: Intel: Use DMI name for sound card long name in Broadwell machine driver
Mengdong Lin
1
-0
/
+2
2017-01-17
ASoC: core: Add API to use DMI name in sound card long name
Liam Girdwood
2
-0
/
+138
2017-01-17
ASoC: Intel: remove ignored dependencies
Andy Shevchenko
1
-1
/
+0
2017-01-17
ASoC: Intel: select DW_DMAC_CORE since it's mandatory
Andy Shevchenko
1
-18
/
+13
2017-01-17
ASoC: Intel: rename SND_SST_MFLD_PLATFORM to SND_SST_ATOM_HIFI2_PLATFORM
Andy Shevchenko
4
-11
/
+13
2017-01-17
ASoC: Intel: remove redundant select SND_SOC_INTEL_SST
Andy Shevchenko
1
-5
/
+0
2017-01-06
ALSA: hda: check stream decoupled register state
Jeeja KP
1
-6
/
+9
2017-01-06
ASoC: Intel: bxtn: Use DSP poll API to poll FW status
Jeeja KP
1
-29
/
+10
2017-01-06
ASoC: Intel: Common: Update dsp register poll implementation
Jeeja KP
1
-26
/
+26
2017-01-06
ASoC: Intel: Skylake: Clean up manifest info
Jeeja KP
6
-52
/
+48
2017-01-05
ASoC: Intel: bytcr_rt5640: quirks for Insyde devices
youling257
1
-0
/
+10
2016-12-25
Linux 4.10-rc1
Linus Torvalds
1
-2
/
+2
2016-12-25
powerpc: Fix build warning on 32-bit PPC
Larry Finger
1
-1
/
+1
2016-12-25
avoid spurious "may be used uninitialized" warning
Linus Torvalds
1
-0
/
+1
2016-12-25
mm: add PageWaiters indicating tasks are waiting for a page bit
Nicholas Piggin
9
-50
/
+174
2016-12-25
mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked
Nicholas Piggin
4
-18
/
+25
2016-12-25
ktime: Get rid of ktime_equal()
Thomas Gleixner
4
-20
/
+4
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
56
-95
/
+84
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
48
-227
/
+200
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
132
-327
/
+320
2016-12-25
irqchip/armada-xp: Consolidate hotplug state space
Thomas Gleixner
2
-2
/
+1
2016-12-25
irqchip/gic: Consolidate hotplug state space
Thomas Gleixner
2
-2
/
+1
2016-12-25
coresight/etm3/4x: Consolidate hotplug state space
Thomas Gleixner
2
-3
/
+2
2016-12-25
cpu/hotplug: Cleanup state names
Thomas Gleixner
59
-77
/
+77
2016-12-25
cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions
Thomas Gleixner
6
-340
/
+1
2016-12-25
staging/lustre/libcfs: Convert to hotplug state machine
Anna-Maria Gleixner
2
-40
/
+46
2016-12-25
scsi/bnx2i: Convert to hotplug state machine
Sebastian Andrzej Siewior
2
-48
/
+31
2016-12-25
scsi/bnx2fc: Convert to hotplug state machine
Sebastian Andrzej Siewior
2
-46
/
+34
2016-12-25
cpu/hotplug: Prevent overwriting of callbacks
Thomas Gleixner
1
-46
/
+50
2016-12-25
x86/msr: Remove bogus cleanup from the error path
Thomas Gleixner
1
-1
/
+0
2016-12-25
bus: arm-ccn: Prevent hotplug callback leak
Thomas Gleixner
1
-1
/
+4
2016-12-25
perf/x86/intel/cstate: Prevent hotplug callback leak
Thomas Gleixner
1
-7
/
+7
2016-12-25
ARM/imx/mmcd: Fix broken cpu hotplug handling
Thomas Gleixner
1
-12
/
+22
2016-12-25
scsi: qedi: Convert to hotplug state machine
Thomas Gleixner
1
-64
/
+32
2016-12-24
tools/power turbostat: remove obsolete -M, -m, -C, -c options
Len Brown
2
-110
/
+2
2016-12-24
tools/power turbostat: Make extensible via the --add parameter
Len Brown
2
-9
/
+409
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1088
-1088
/
+1088
2016-12-23
ntb_transport: Remove unnecessary call to ntb_peer_spad_read
Steve Wahl
1
-1
/
+0
2016-12-23
NTB: Fix 'request_irq()' and 'free_irq()' inconsistancy
Christophe JAILLET
2
-2
/
+2
2016-12-23
ntb: fix SKX NTB config space size register offsets
Dave Jiang
1
-4
/
+4
2016-12-23
NTB: correct ntb_peer_spad_read for case when callback is not supplied.
Steven Wahl
1
-0
/
+3
2016-12-23
MAINTAINERS: Change in maintainer for AMD NTB
Shyam Sundar S K
1
-1
/
+1
2016-12-23
ntb_transport: Limit memory windows based on available, scratchpads
Shyam Sundar S K
1
-12
/
+16
2016-12-23
NTB: Register and offset values fix for memory window
Shyam Sundar S K
1
-10
/
+4
[next]