summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-17USB: fix usbmon BUG triggerPete Zaitcev1-1/+7
2018-01-17usb: misc: usb3503: make sure reset is low for at least 100usStefan Agner1-0/+2
2018-01-17USB: serial: cp210x: add new device ID ELV ALC 8xxxChristian Holl1-0/+1
2018-01-17USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQDiego Elio Pettenò1-0/+1
2018-01-17target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger3-0/+12
2018-01-17iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger1-13/+7
2018-01-17bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann1-2/+15
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov3-9/+63
2018-01-17bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov1-3/+37
2018-01-17bpf: refactor fixup_bpf_calls()Alexei Starovoitov1-39/+33
2018-01-17bpf: move fixup_bpf_calls() functionAlexei Starovoitov2-54/+55
2018-01-17bpf: don't (ab)use instructions to store stateJakub Kicinski1-28/+39
2018-01-17bpf: add bpf_patch_insn_single helperDaniel Borkmann3-44/+83
2018-01-17kaiser: Set _PAGE_NX only if supportedLepton Wu1-0/+2
2018-01-17drm/vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter1-0/+2
2018-01-17KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig1-2/+10
2018-01-17x86/microcode/intel: Extend BDW late-loading with a revision checkJia Zhang1-3/+11
2018-01-17rbd: set max_segments to USHRT_MAXIlya Dryomov1-1/+1
2018-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers1-0/+12
2018-01-17ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet1-1/+3
2018-01-17net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet2-0/+17
2018-01-17sh_eth: fix SH7757 GEther initializationSergei Shtylyov2-3/+2
2018-01-17sh_eth: fix TSU resource handlingSergei Shtylyov1-3/+22
2018-01-17RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam1-0/+1
2018-01-17RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam1-0/+3
2018-01-17net: core: fix module type in sock_diag_bindAndrii Vladyka1-1/+1
2018-01-17ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper1-4/+5
2018-01-178021q: fix a memory leak for VLAN 0 deviceCong Wang1-6/+1
2018-01-17x86/pti/efi: broken conversion from efi to kernel page tablePavel Tatashin3-2/+15
2018-01-17Revert "userfaultfd: selftest: vm: allow to build in vm/ directory"Greg Kroah-Hartman1-4/+0
2018-01-17xhci: Fix ring leak in failure path of xhci_alloc_virt_device()Ben Hutchings1-1/+2
2018-01-17sysrq: Fix warning in sysrq generated crash.Ani Sinha1-0/+6
2018-01-17hwrng: core - sleep interruptible in readJiri Slaby1-1/+5
2018-01-17x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina2-9/+2
2018-01-17cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-5/+2
2018-01-17smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-6/+2
2018-01-17sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2018-01-17lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2018-01-17r8152: adjust ALDPS functionhayeswang1-38/+34
2018-01-17r8152: use test_and_clear_bithayeswang1-14/+6
2018-01-17r8152: fix the wake eventhayeswang1-1/+39
2018-01-17usb: musb: ux500: Fix NULL pointer dereference at system PMUlf Hansson1-2/+5
2018-01-17usbvision fix overflow of interfaces arrayOliver Neukum1-0/+7
2018-01-17locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso1-2/+3
2018-01-17futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan1-2/+6
2018-01-17locks: don't check for race with close when setting OFD lockJeff Layton1-6/+10
2018-01-17zswap: don't param_set_charp while holding spinlockDan Streetman1-4/+8
2018-01-17mm/zswap: use workqueue to destroy poolDan Streetman1-4/+8
2018-01-17mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin1-5/+6
2018-01-17mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim1-11/+30