summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-21Linux 4.19.60v4.19.60Greg Kroah-Hartman1-1/+1
2019-07-21x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby1-1/+1
2019-07-21drm/udl: move to embedding drm device inside udl device.Dave Airlie4-37/+53
2019-07-21drm/udl: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2019-07-21drm/udl: introduce a macro to convert dev to udl.Dave Airlie4-12/+14
2019-07-21regmap-irq: do not write mask register if mask_base is zeroMark Zhang1-0/+6
2019-07-21crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni1-3/+5
2019-07-21crypto: talitos - fix hash on SEC1.Christophe Leroy1-28/+41
2019-07-21crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy2-30/+30
2019-07-21s390/qdio: don't touch the dsci in tiqdio_add_input_queues()Julian Wiedmann1-1/+0
2019-07-21s390/qdio: (re-)initialize tiqdio list entriesJulian Wiedmann2-2/+4
2019-07-21s390: fix stfle zero paddingHeiko Carstens1-7/+14
2019-07-21ARC: hide unused function unw_hdr_allocArnd Bergmann1-5/+4
2019-07-21x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner5-16/+76
2019-07-21x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner3-4/+5
2019-07-21x86/ioapic: Implement irq_get_irqchip_state() callbackThomas Gleixner1-0/+46
2019-07-21genirq: Add optional hardware synchronization for shutdownThomas Gleixner2-19/+60
2019-07-21genirq: Fix misleading synchronize_irq() documentationThomas Gleixner1-1/+2
2019-07-21genirq: Delay deactivation in free_irq()Thomas Gleixner5-4/+21
2019-07-21linux/kernel.h: fix overflow for DIV_ROUND_UP_ULLVinod Koul1-1/+2
2019-07-21pinctrl: mediatek: Update cur_mask in mask/mask opsNicolas Boichat1-14/+4
2019-07-21cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata1-0/+3
2019-07-21pinctrl: mediatek: Ignore interrupts that are wake only during resumeNicolas Boichat1-1/+15
2019-07-21HID: multitouch: Add pointstick support for ALPS TouchpadKai-Heng Feng2-0/+5
2019-07-21HID: chicony: add another quirk for PixArt mouseOleksandr Natalenko2-0/+2
2019-07-21x86/boot/64: Add missing fixup_pointer() for next_early_pgt accessKirill A. Shutemov1-1/+2
2019-07-21x86/boot/64: Fix crash if kernel image crosses page table boundaryKirill A. Shutemov1-8/+9
2019-07-21dm verity: use message limit for data block corruption messageMilan Broz1-2/+2
2019-07-21dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand1-1/+1
2019-07-21pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call orderPhil Reid1-4/+4
2019-07-21ARM: dts: imx6ul: fix PWM[1-4] interruptsSébastien Szymanski1-4/+4
2019-07-21sis900: fix TX completionSergej Benilov1-8/+8
2019-07-21ppp: mppe: Add softdep to arc4Takashi Iwai1-0/+1
2019-07-21be2net: fix link failure after ethtool offline testPetr Oros1-6/+22
2019-07-21x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King1-1/+2
2019-07-21afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells3-3/+4
2019-07-21ARM: omap2: remove incorrect __init annotationArnd Bergmann1-1/+1
2019-07-21ARM: dts: gemini Fix up DNS-313 compatible stringLinus Walleij1-1/+1
2019-07-21perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra1-1/+1
2019-07-21efi/bgrt: Drop BGRT status field reserved bits checkHans de Goede1-5/+0
2019-07-21clk: ti: clkctrl: Fix returning uninitialized dataTony Lindgren1-2/+5
2019-07-21irqchip/gic-v3-its: Fix command queue pointer comparison bugHeyi Guo1-11/+24
2019-07-21firmware: improve LSM/IMA security behaviourSven Van Asbroeck1-1/+1
2019-07-21drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse2-1/+3
2019-07-21nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada1-12/+12
2019-07-21Input: synaptics - enable SMBUS on T480 thinkpad trackpadCole Rogers1-0/+1
2019-07-21e1000e: start network tx queue only when link is upKonstantin Khlebnikov1-2/+4
2019-07-21Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov1-6/+9
2019-07-14Linux 4.19.59v4.19.59Greg Kroah-Hartman1-1/+1
2019-07-14staging: rtl8712: reduce stack usage, againArnd Bergmann1-69/+88