summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | ALSA: hda/realtek: Enable audio jacks of ASUS UX433FN/UX333FA with ALC294Jian-Hong Pan2018-12-101-0/+4
| * | | | | | | | | | | | | | | ALSA: hda/realtek: Enable audio jacks of ASUS UX533FD with ALC294Jian-Hong Pan2018-12-101-0/+23
| * | | | | | | | | | | | | | | ALSA: hda/realtek: ALC294 mic and headset-mode fixups for ASUS X542UNChris Chiu2018-12-101-0/+15
| * | | | | | | | | | | | | | | ALSA: fireface: fix reference to wrong register for clock configurationTakashi Sakamoto2018-12-091-1/+1
| * | | | | | | | | | | | | | | ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 CarbonHui Wang2018-12-091-0/+2
| * | | | | | | | | | | | | | | ALSA: hda/realtek - Fixed headphone issue for ALC700Kailang Yang2018-12-071-0/+33
* | | | | | | | | | | | | | | | Merge tag 'for-4.20/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-124-119/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | dm thin: bump target versionMike Snitzer2018-12-121-2/+2
| * | | | | | | | | | | | | | | | dm thin: send event about thin-pool state change _after_ making itMike Snitzer2018-12-111-33/+35
| * | | | | | | | | | | | | | | | dm zoned: Fix target BIO completion handlingDamien Le Moal2018-12-071-84/+38
| * | | | | | | | | | | | | | | | dm: call blk_queue_split() to impose device limits on biosMike Snitzer2018-12-071-0/+2
| * | | | | | | | | | | | | | | | dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()Mike Snitzer2018-12-071-0/+4
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'media/v4.20-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-12-1220-103/+181
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | media: Add a Kconfig option for the Request APISakari Ailus2018-12-054-0/+20
| * | | | | | | | | | | | | | | | media: extended-controls.rst: add note to the MPEG2 state controlsHans Verkuil2018-12-051-0/+10
| * | | | | | | | | | | | | | | | media: mpeg2-ctrls.h: move MPEG2 state controls to non-public headerHans Verkuil2018-12-055-74/+94
| * | | | | | | | | | | | | | | | media: vicodec: set state resolution from raw formatHans Verkuil2018-12-031-3/+10
| * | | | | | | | | | | | | | | | media: vivid: drop v4l2_ctrl_request_complete() from start_streamingHans Verkuil2018-12-035-10/+0
| * | | | | | | | | | | | | | | | media: vb2: don't unbind/put the object when going to state QUEUEDHans Verkuil2018-12-031-1/+1
| * | | | | | | | | | | | | | | | media: vb2: keep a reference to the request until dqbufHans Verkuil2018-12-032-5/+35
| * | | | | | | | | | | | | | | | media: vb2: skip request checks for VIDIOC_PREPARE_BUFHans Verkuil2018-12-031-4/+7
| * | | | | | | | | | | | | | | | media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming failedHans Verkuil2018-12-031-3/+1
| * | | | | | | | | | | | | | | | media: cedrus: Fix a NULL vs IS_ERR() checkDan Carpenter2018-12-031-2/+2
| * | | | | | | | | | | | | | | | media: vsp1: Fix LIF buffer thresholdsLaurent Pinchart2018-12-031-1/+1
* | | | | | | | | | | | | | | | | Merge tag 'ovl-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-123-17/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Revert "ovl: relax permission checking on underlying layers"Miklos Szeredi2018-12-041-13/+4
| * | | | | | | | | | | | | | | | | ovl: fix decode of dir file handle with multi lower layersAmir Goldstein2018-11-211-3/+3
| * | | | | | | | | | | | | | | | | ovl: fix missing override creds in link of a metacopy upperAmir Goldstein2018-11-191-1/+13
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'fuse-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-124-37/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2018-12-113-12/+13
| * | | | | | | | | | | | | | | | | fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa2018-12-101-0/+1
| * | | | | | | | | | | | | | | | | fuse: fix revalidation of attributes for permission checkMiklos Szeredi2018-12-031-1/+3
| * | | | | | | | | | | | | | | | | fuse: fix fsync on directoryMiklos Szeredi2018-12-033-23/+42
| * | | | | | | | | | | | | | | | | fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung2018-11-221-1/+1
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-123-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)2018-12-111-0/+1
| * | | | | | | | | | | | | | | | | tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)2018-12-111-2/+4
| * | | | | | | | | | | | | | | | | tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)2018-12-111-1/+4
* | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2018-12-104-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Input: restore EV_ABS ABS_RESERVEDPeter Hutterer2018-12-071-0/+9
| * | | | | | | | | | | | | | | | | | HID: quirks: fix RetroUSB.com devicesNic Soudée2018-12-072-0/+6
| * | | | | | | | | | | | | | | | | | HID: ite: Add USB id match for another ITE based keyboard rfkill key quirkHans de Goede2018-11-302-0/+4
* | | | | | | | | | | | | | | | | | | Merge tag 'backlight-fixes-4.20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-101-6/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | backlight: pwm_bl: Fix brightness levels for non-DT case.Enric Balletbo i Serra2018-12-101-6/+35
| | |_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-12-1016-62/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge tag 'mvebu-fixes-4.20-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2018-12-092-31/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Revert "arm64: dts: marvell: add CPU Idle power state support on Armada 7K/8K"Baruch Siach2018-12-052-31/+0
| | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Merge tag 'sunxi-fixes-for-4.20' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2018-12-091-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | ARM: dts: sun8i: a83t: bananapi-m3: increase vcc-pd voltage to 3.3VCorentin Labbe2018-11-141-2/+2
| | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Merge tag 'imx-fixes-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2018-12-093-4/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \