summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-26give up on gcc ilog2() constant optimizationsLinus Torvalds2-22/+4
2017-03-26kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen1-6/+9
2017-03-26hv_netvsc: use skb_get_hash() instead of a homegrown implementationVitaly Kuznetsov1-64/+3
2017-03-26tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe1-1/+1
2017-03-26drm/amdgpu: add missing irq.h includeDave Airlie1-0/+1
2017-03-26s390/pci: fix use after free in dma_initSebastian Ott1-6/+10
2017-03-26KVM: PPC: Book3S PR: Fix illegal opcode emulationThomas Huth1-1/+0
2017-03-26xen/qspinlock: Don't kick CPU if IRQ is not initializedRoss Lagerwall1-0/+6
2017-03-26Drivers: hv: avoid vfree() on crashVitaly Kuznetsov3-8/+10
2017-03-26Drivers: hv: balloon: don't crash when memory is added in non-sorted orderVitaly Kuznetsov1-2/+2
2017-03-26pinctrl: cherryview: Do not mask all interrupts in probeMika Westerberg1-3/+2
2017-03-26ACPI / video: skip evaluating _DOD when it does not existAlex Hung1-0/+3
2017-03-26cxlflash: Increase cmd_per_lun for better throughputManoj N. Kumar2-4/+6
2017-03-26crypto: mcryptd - Fix load failureWang, Rui Y1-0/+1
2017-03-26crypto: cryptd - Assign statesize properlyWang, Rui Y1-0/+1
2017-03-26crypto: ghash-clmulni - Fix load failureWang, Rui Y1-0/+26
2017-03-26USB: don't free bandwidth_mutex too earlyAlan Stern1-10/+7
2017-03-26usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge4-8/+19
2017-03-22Linux 4.4.56v4.4.56Greg Kroah-Hartman1-1/+1
2017-03-22futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra1-0/+2
2017-03-22futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra1-9/+11
2017-03-22x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski1-2/+2
2017-03-22x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2-0/+2
2017-03-22fscrypto: lock inode while setting encryption policyEric Biggers2-1/+12
2017-03-22fscrypt: fix renaming and linking special filesEric Biggers2-0/+11
2017-03-22net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-03-22dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-22bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2-21/+1
2017-03-22ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-22ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-22mpls: Send route delete notifications when router module is unloadedDavid Ahern1-0/+1
2017-03-22act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-03-22uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin1-1/+1
2017-03-22vrf: Fix use-after-free in vrf_xmitDavid Ahern1-1/+2
2017-03-22dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet2-8/+17
2017-03-22net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-03-22net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-22dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-03-22net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko1-2/+6
2017-03-22l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber1-1/+1
2017-03-22ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-03-22vti6: return GRE_KEY for vti6David Forster1-0/+4
2017-03-22vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer1-1/+1
2017-03-22netlink: remove mmapped netlink supportFlorian Westphal7-1138/+14
2017-03-18Linux 4.4.55v4.4.55Greg Kroah-Hartman1-1/+1
2017-03-18ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o1-0/+4
2017-03-18dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka1-0/+55