summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-17USB: handle NULL config in usb_find_alt_setting()Alan Stern1-0/+2
2018-12-17USB: fix error handling in usb_driver_claim_interface()Alan Stern1-0/+15
2018-12-17USB: remove LPM management from usb_driver_claim_interface()Alan Stern1-15/+0
2018-12-17USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern2-18/+24
2018-12-17USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum1-0/+5
2018-12-17USB: usbdevfs: sanitize flags moreOliver Neukum1-3/+16
2018-12-17ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-12-17x86/paravirt: Fix some warning messagesDan Carpenter1-2/+2
2018-12-17ARM: 8799/1: mm: fix pci_ioremap_io() offset checkThomas Petazzoni1-1/+1
2018-12-17Input: elantech - enable middle button of touchpad on ThinkPad P72Aaron Ma1-0/+2
2018-12-17tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-12-17serial: cpm_uart: return immediately from console pollChristophe Leroy1-3/+7
2018-12-17ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik1-0/+2
2018-12-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-1/+2
2018-12-17pppoe: fix reception of frames with no mac headerGuillaume Nault1-0/+3
2018-12-17bpf, net: add skb_mac_header_len helperDaniel Borkmann1-0/+5
2018-12-17ext4: don't mark mmp buffer head dirtyLi Dongyang1-1/+0
2018-12-17pstore: Fix incorrect persistent ram buffer mappingBin Yang1-3/+14
2018-12-17cifs: integer overflow in in SMB2_ioctl()Dan Carpenter1-2/+2
2018-12-17CIFS: fix wrapping bugs in num_entries()Dan Carpenter1-10/+15
2018-12-17cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter1-2/+9
2018-12-17misc: hmc6352: fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-12-17Tools: hv: Fix a bug in the key delete codeK. Y. Srinivasan1-1/+1
2018-12-17x86/EISA: Don't probe EISA bus for Xen PV guestsBoris Ostrovsky1-2/+8
2018-12-17x86/boot: Move EISA setup to a separate fileThomas Gleixner3-13/+19
2018-12-17platform/x86: alienware-wmi: Correct a memory leakMario Limonciello1-0/+1
2018-12-17drm: udl: Destroy framebuffer only if it was initializedEmil Lundmark1-3/+5
2018-12-17drm/i915/bdw: Increase IPS disable timeout to 100msImre Deak1-2/+6
2018-12-17ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFOWilly Tarreau1-1/+1
2018-12-17ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Takashi Sakamoto1-10/+14
2018-12-17x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit2-11/+11
2018-12-17hwmon: (nct6775) Fix access to fan pulse registersGuenter Roeck1-9/+15
2018-12-17drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()Lyude Paul1-9/+11
2018-12-17RDMA/cma: Protect cma dev list with lockParav Pandit1-5/+7
2018-12-17i2c: xiic: Make the start and the byte count write atomicShubhrajyoti Datta1-0/+4
2018-12-17dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka1-4/+4
2018-12-17batman-adv: Prevent duplicated tvlv handlerSven Eckelmann1-2/+6
2018-12-17batman-adv: Prevent duplicated global TT entrySven Eckelmann1-2/+4
2018-12-17batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann1-7/+18
2018-12-17batman-adv: Place kref_get for softif_vlan near useSven Eckelmann1-0/+4
2018-12-17x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn6-8/+24
2018-12-17batman-adv: Prevent duplicated nc_node entrySven Eckelmann1-12/+15
2018-12-17batman-adv: Use kref_get for batadv_nc_get_nc_nodeSven Eckelmann1-6/+1
2018-12-17batman-adv: Prevent duplicated gateway_node entrySven Eckelmann1-2/+9
2018-12-17ACPI / bus: Only call dmi_check_system() on X86Jean Delvare1-6/+7
2018-12-17hwmon: (nct6775) Set weight source to zero correctlyDan Carpenter1-1/+1
2018-12-17IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
2018-12-17usb: misc: uss720: Fix two sleep-in-atomic-context bugsJia-Ju Bai1-2/+2
2018-12-17usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()Jia-Ju Bai1-1/+1
2018-12-17usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()Mathias Nyman1-0/+11