summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-04MIPS: Expand MIPS32 ASIDs to 64 bitsPaul Burton4-8/+6
2019-04-04tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov1-0/+10
2019-04-04sunrpc: fix cache_head leak due to queued requestVasily Averin1-1/+8
2019-04-04ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi1-1/+4
2019-04-04b43: Fix error in cordic routineLarry Finger1-1/+1
2019-04-04serial: imx: fix error handling in console_setupStefan Agner1-1/+1
2019-04-04altera-stapl: check for a null key before strcasecmp'ing itColin Ian King1-2/+1
2019-04-04lib/string.c: remove duplicated functionRasmus Villemoes1-17/+10
2019-04-04f2fs: read page index before freeingPan Bian1-1/+3
2019-04-04drm: rcar-du: Fix vblank initializationLaurent Pinchart1-1/+1
2019-04-04panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky1-1/+5
2019-04-04perf pmu: Suppress potential format-truncation warningBen Hutchings1-2/+2
2019-04-04MIPS: Align kernel load address to 64KBHuacai Chen1-3/+4
2019-04-04MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen1-0/+5
2019-04-04power: supply: olpc_battery: correct the temperature unitsLubomir Rintel1-2/+2
2019-04-04MIPS: SiByte: Enable ZONE_DMA32 for LittleSurMaciej W. Rozycki1-0/+1
2019-04-04dlm: memory leaks on error path in dlm_user_request()Vasily Averin1-7/+7
2019-04-04dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin1-0/+2
2019-04-04dlm: possible memory leak on error path in create_lkb()Vasily Averin1-0/+1
2019-04-04dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin1-1/+1
2019-04-04pcrypt: use format specifier in kobject_addColin Ian King1-1/+1
2019-04-04x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)Colin Ian King1-2/+2
2019-04-04drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5Chris Wilson1-2/+38
2019-04-04wireless: airo: potential buffer overflow in sprintf()Dan Carpenter1-1/+1
2019-03-25Linux 3.16.64v3.16.64Ben Hutchings1-1/+1
2019-03-25KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini1-0/+7
2019-03-25KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier1-0/+1
2019-03-25kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn1-1/+2
2019-03-25KVM: use after free in kvm_ioctl_create_device()Dan Carpenter1-1/+1
2019-03-25KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall5-15/+26
2019-03-25KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall3-2/+17
2019-03-25HID: debug: fix the ring buffer implementationVladis Dronov2-78/+51
2019-03-25HID: debug: improve hid_debug_event()Rasmus Villemoes1-2/+2
2019-03-25HID: debug: fix error handling in hid_debug_events_read()Jiri Kosina1-1/+2
2019-03-25can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2019-03-25net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRTWilly Tarreau1-2/+6
2019-03-25USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng1-2/+16
2019-03-25sunrpc: use-after-free in svc_process_common()Vasily Averin4-7/+15
2019-03-25swiotlb: clean up reportingKees Cook1-10/+8
2019-03-25mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani2-4/+4
2019-03-25xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-1/+20
2019-02-11Linux 3.16.63v3.16.63Ben Hutchings1-1/+1
2019-02-11x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski1-4/+4
2019-02-11ipv6: tunnels: fix two use-after-freeEric Dumazet1-0/+1
2019-02-11gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy1-9/+3
2019-02-11drm/ioctl: Fix Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+7
2019-02-11drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() codeVille Syrjälä1-6/+7
2019-02-11vxge: ensure data0 is initialized in when fetching firmware version informationColin Ian King1-1/+1
2019-02-11vxlan: Fix error path in __vxlan_dev_create()Petr Machata1-3/+10
2019-02-11net: macb: add missing barriers when reading descriptorsAnssi Hannula1-2/+10