aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udf: osta_udf.h: delete a duplicated wordRandy Dunlap2020-07-271-1/+1
* reiserfs: reiserfs.h: delete a duplicated wordRandy Dunlap2020-07-271-1/+1
* ext2: ext2.h: fix duplicated word + typosRandy Dunlap2020-07-271-2/+2
* udf: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-143-4/+4
* quota: Fixup http links in quota docJan Kara2020-07-091-6/+6
* Replace HTTP links with HTTPS ones: DISKQUOTAAlexander A. Klimov2020-07-092-2/+2
* ext2: initialize quota info in ext2_xattr_set()Chengguang Xu2020-07-091-0/+3
* ext2: fix some incorrect comments in inode.cChengguang Xu2020-07-091-5/+2
* ext2: remove nocheck optionChengguang Xu2020-07-092-10/+1
* ext2: fix missing percpu_counter_incMikulas Patocka2020-07-091-1/+2
* ext2: ext2_find_entry() return -ENOENT if no entry foundzhangyi (F)2020-07-092-21/+10
* ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)2020-07-093-34/+54
* ext2: fix improper assignment for e_value_offsChengguang Xu2020-07-091-1/+2
* Documentation: update for gcc 4.9 requirementRandy Dunlap2020-07-082-2/+2
* Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-0813-43/+174
|\
| * ALSA: compress: fix partial_drain completion stateVinod Koul2020-07-072-1/+13
| * ALSA: usb-audio: Add implicit feedback quirk for RTX6001Pavel Hofman2020-07-071-0/+1
| * ALSA: usb-audio: add quirk for MacroSilicon MS2109Hector Martin2020-07-071-0/+52
| * ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G with ALC269VCJian-Hong Pan2020-07-071-0/+11
| * ALSA: hda/realtek: Enable headset mic of Acer C20-820 with ALC269VCJian-Hong Pan2020-07-071-0/+11
| * ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VCJian-Hong Pan2020-07-071-0/+13
| * ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice idBenjamin Poirier2020-07-071-2/+1
| * ALSA: hda/hdmi: improve debug traces for stream lookupsKai Vehmanen2020-07-071-2/+3
| * ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and laterKai Vehmanen2020-07-071-13/+23
| * ALSA: opl3: fix infoleak in opl3xidongwang2020-07-071-0/+2
| * Merge tag 'asoc-fix-v5.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-06-303-13/+26
| |\
| | * AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel moduleJaroslav Kysela2020-06-251-3/+4
| | * ASoC: rt5682: fix the pop noise while OMTP type headset pluginShuming Fan2020-06-241-1/+8
| | * ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enableShengjiu Wang2020-06-231-2/+12
| | * ASoC: fsl_mqs: Don't check clock is NULL before calling clk APIShengjiu Wang2020-06-231-9/+4
| * | ALSA: usb-audio: Replace s/frame/packet/ where appropriateAlexander Tsoy2020-06-302-13/+12
| * | ALSA: usb-audio: Fix packet size calculationAlexander Tsoy2020-06-301-0/+1
| * | ALSA: hda - let hs_mic be picked ahead of hp_micHui Wang2020-06-251-0/+6
* | | Raise gcc version requirement to 4.9Linus Torvalds2020-07-087-56/+8
* | | Merge tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-07-0715-40/+123
|\ \ \
| * | | perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo2020-07-061-1/+18
| * | | perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter2020-07-061-2/+3
| * | | perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter2020-07-061-1/+1
| * | | perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2020-07-062-2/+3
| * | | perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li2020-07-061-6/+11
| * | | tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handlingTom Zanussi2020-07-031-6/+9
| * | | tools lib traceevent: Add API to read time information from kbufferSteven Rostedt (Red Hat)2020-07-032-0/+30
| * | | perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter2020-07-031-0/+4
| * | | perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter2020-07-031-1/+2
| * | | perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter2020-07-031-1/+2
| * | | perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter2020-07-031-0/+1
| * | | perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter2020-07-035-16/+29
| * | | perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter2020-07-031-1/+1
| * | | tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2020-07-031-0/+4
| * | | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2020-07-03725-3196/+6022
| |\ \ \