summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-20Input: ff-memless - kill timer in destroy()Oliver Neukum1-0/+9
2019-11-20cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrac...Oleg Nesterov1-1/+1
2019-11-20Btrfs: fix log context list corruption after rename exchange operationFilipe Manana1-0/+15
2019-11-20ALSA: usb-audio: Fix incorrect size check for processing/extension unitsTakashi Iwai1-3/+3
2019-11-20ALSA: usb-audio: Fix incorrect NULL check in create_yamaha_midi_quirk()Takashi Iwai1-2/+2
2019-11-20ALSA: usb-audio: not submit urb for stopped endpointHenry Lin1-0/+3
2019-11-20ALSA: usb-audio: Fix missing error check at mixer resolution testTakashi Iwai1-1/+3
2019-11-20net/smc: fix refcount non-blocking connect() -part 2Ursula Braun1-0/+1
2019-11-20devlink: Add method for time-stamp on reporter's dumpAya Levin2-0/+7
2019-11-20dpaa2-eth: free already allocated channels on probe deferIoana Ciornei1-1/+9
2019-11-20tcp: remove redundant new line from tcp_event_sk_skbTony Lu1-1/+1
2019-11-20slip: Fix memory leak in slip_open error pathJouni Hogander1-0/+1
2019-11-20net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modulesAleksander Morgado1-0/+2
2019-11-20net/smc: fix fastopen for non-blocking connect()Ursula Braun1-1/+1
2019-11-20net: gemini: add missed free_netdevChuhong Yuan1-0/+1
2019-11-20mlxsw: core: Enable devlink reload only on probeJiri Pirko2-3/+4
2019-11-20ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault1-1/+2
2019-11-20devlink: disallow reload operation during device cleanupJiri Pirko5-2/+51
2019-11-20ax88172a: fix information leak on short answersOliver Neukum1-1/+1
2019-11-20scsi: core: Handle drivers which set sg_tablesize to zeroMichael Schmitz1-1/+2
2019-11-12Linux 5.3.11v5.3.11Greg Kroah-Hartman1-1/+1
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid6-1/+183
2019-11-12kvm: Add helper function for creating VM worker threadsJunaid Shahid2-0/+90
2019-11-12kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini6-13/+200
2019-11-12kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini4-10/+16
2019-11-12Documentation: Add ITLB_MULTIHIT documentationGomez Iglesias, Antonio2-0/+164
2019-11-12cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2-24/+28
2019-11-12x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta1-0/+2
2019-11-12x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli7-29/+66
2019-11-12x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf1-4/+0
2019-11-12x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2-6/+61
2019-11-12x86/speculation/taa: Add documentation for TSX Async AbortPawan Gupta6-0/+434
2019-11-12x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta2-1/+9
2019-11-12kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta1-0/+19
2019-11-12x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta3-0/+35
2019-11-12x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta6-2/+137
2019-11-12x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta6-1/+175
2019-11-12x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2-4/+13
2019-11-12x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta1-0/+5
2019-11-12drm/i915/cmdparser: Fix jump whitelist clearingBen Hutchings1-3/+2
2019-11-12drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak6-4/+128
2019-11-12drm/i915: Lower RM timeout to avoid DSI hard hangsUma Shankar2-0/+12
2019-11-12drm/i915/cmdparser: Ignore Length operands during command matchingJon Bloomfield1-1/+1
2019-11-12drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield5-26/+176
2019-11-12drm/i915/cmdparser: Use explicit goto for error pathsJon Bloomfield1-12/+13
2019-11-12drm/i915: Add gen9 BCS cmdparsingJon Bloomfield2-10/+110
2019-11-12drm/i915: Allow parsing of unsized batchesJon Bloomfield1-4/+5
2019-11-12drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield3-19/+69
2019-11-12drm/i915: Add support for mandatory cmdparsingJon Bloomfield3-7/+15
2019-11-12drm/i915: Remove Master tables from cmdparserJon Bloomfield3-68/+26