summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tty: link tty and port before configuring it as consoleSudip Mukherjee2019-12-172-1/+3
| * | | serial: sprd: Add clearing break interrupt operationYonghan Ye2019-12-121-0/+3
| * | | tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan2019-12-121-2/+11
* | | | Merge tag 'usb-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-205-6/+26
|\ \ \ \
| * | | | usb: xhci: Fix build warning seen with CONFIG_PM=nGuenter Roeck2019-12-181-1/+1
| * | | | usbip: Fix error path of vhci_recv_ret_submit()Suwan Kim2019-12-171-4/+9
| * | | | usbip: Fix receive error in vhci-hcd when using scatter-gatherSuwan Kim2019-12-171-0/+3
| * | | | USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie2019-12-171-1/+12
| * | | | usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'zhong jiang2019-12-171-0/+1
| | |/ / | |/| |
* | | | Merge tag 'pinctrl-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-12-206-152/+184
|\ \ \ \
| * | | | pinctrl: ingenic: Fixup PIN_CONFIG_OUTPUT configPaul Cercueil2019-12-162-2/+2
| * | | | pinctrl: Modify Kconfig to fix linker errorRahul Tanwar2019-12-131-0/+1
| * | | | Merge tag 'intel-pinctrl-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-12-132-134/+173
| |\ \ \ \
| | * | | | pinctrl: cherryview: Pass irqchip when adding gpiochipHans de Goede2019-12-091-23/+22
| | * | | | pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callbackHans de Goede2019-12-091-11/+22
| | * | | | pinctrl: cherryview: Split out irq hw-init into a separate helper functionHans de Goede2019-12-091-18/+27
| | * | | | pinctrl: baytrail: Pass irqchip when adding gpiochipAndy Shevchenko2019-12-091-18/+24
| | * | | | pinctrl: baytrail: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko2019-12-091-7/+14
| | * | | | pinctrl: baytrail: Update North Community pin listAndy Shevchenko2019-12-091-28/+28
| | * | | | pinctrl: baytrail: Really serialize all register accessesHans de Goede2019-12-091-37/+44
| | | |/ / | | |/| |
| * | | | pinctrl: pinmux: fix a possible null pointer in pinmux_can_be_used_for_gpioAlexandre Torgue2019-12-131-1/+1
| * | | | pinctrl: aspeed-g6: Fix LPC/eSPI mux configurationAndrew Jeffery2019-12-121-16/+8
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-197-163/+258
|\ \ \ \
| * | | | lib/Kconfig.debug: fix some messed up configurationsChangbin Du2019-12-181-49/+51
| * | | | mm: vmscan: protect shrinker idr replace with CONFIG_MEMCGYang Shi2019-12-181-1/+1
| * | | | kasan: don't assume percpu shadow allocations will succeedDaniel Axtens2019-12-181-10/+38
| * | | | kasan: use apply_to_existing_page_range() for releasing vmalloc shadowDaniel Axtens2019-12-181-3/+6
| * | | | mm/memory.c: add apply_to_existing_page_range() helperDaniel Axtens2019-12-182-42/+97
| * | | | kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin2019-12-183-60/+67
* | | | | Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-12-194-16/+24
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-12-194-16/+24
| |\ \ \ \ \
| | * | | | | cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-124-16/+24
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-12-1916-36/+88
|\ \ \ \ \ \
| * | | | | | tpm/tpm_ftpm_tee: add shutdown call backPavel Tatashin2019-12-191-4/+18
| * | | | | | tpm: selftest: cleanup after unseal with wrong auth/policy testTadeusz Struk2019-12-171-0/+5
| * | | | | | tpm: selftest: add test covering async modeTadeusz Struk2019-12-173-2/+31
| * | | | | | tpm: fix invalid locking in NONBLOCKING modeTadeusz Struk2019-12-171-0/+8
| * | | | | | security: keys: trusted: fix lost handle flushJames Bottomley2019-12-174-1/+3
| * | | | | | tpm_tis: reserve chip for duration of tpm_tis_core_initJerry Snitselaar2019-12-171-17/+18
| * | | | | | KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() failsEric Biggers2019-12-122-0/+2
| * | | | | | KEYS: remove CONFIG_KEYS_COMPATEric Biggers2019-12-124-12/+3
* | | | | | | Merge tag 'sound-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-12-1824-105/+185
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Merge tag 'asoc-fix-v5.5-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-12-1719-97/+158
| |\ \ \ \ \ \
| | * | | | | | ASoC: wm8962: fix lambda valueShengjiu Wang2019-12-161-2/+2
| | * | | | | | ASoC: Intel: common: work-around incorrect ACPI HID for CML boardsAmery Song2019-12-101-17/+24
| | * | | | | | ASoC: SOF: Intel: split cht and byt debug window sizesCurtis Malainey2019-12-101-3/+4
| | * | | | | | ASoC: SOF: loader: fix snd_sof_fw_parse_ext_dataKarol Trzcinski2019-12-101-2/+3
| | * | | | | | ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on unknown headerKarol Trzcinski2019-12-101-0/+2
| | * | | | | | ASoC: simple-card: Don't create separate link when platform is presentDaniel Baluta2019-12-101-0/+6
| | * | | | | | ASoC: topology: Check return value for soc_tplg_pcm_create()Dragos Tarcatu2019-12-101-1/+7