summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-15init: rename and re-order boot_cpu_state_init()Linus Torvalds3-3/+3
2018-08-15scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche1-8/+21
2018-08-15ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devicesHans de Goede1-0/+2
2018-08-15xen/netfront: don't cache skb_shinfo()Juergen Gross1-4/+4
2018-08-15Mark HI and TASKLET softirq synchronousLinus Torvalds1-4/+8
2018-08-15kasan: add no_sanitize attribute for clang buildsAndrey Konovalov1-0/+3
2018-08-15parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin4-0/+39
2018-08-15parisc: Enable CONFIG_MLONGCALLS by defaultHelge Deller1-1/+1
2018-08-15tpm: fix race condition in tpm_common_write()Tadeusz Struk1-23/+20
2018-08-15ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-08-09Linux 4.9.119v4.9.119Greg Kroah-Hartman1-1/+1
2018-08-09jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor1-4/+6
2018-08-09IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl5-9/+9
2018-08-09fork: unconditionally clear stack on forkKees Cook2-8/+2
2018-08-09kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov2-1/+5
2018-08-09tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-2/+21
2018-08-09Btrfs: fix file data corruption after cloning a range and fsyncFilipe Manana1-0/+3
2018-08-09i2c: imx: Fix reinit_completion() useEsben Haabendal1-2/+1
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu3-0/+23
2018-08-09ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handleVitaly Kuznetsov1-1/+1
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-2/+2
2018-08-09netlink: Don't shift on 64 for ngroupsDmitry Safonov1-2/+2
2018-08-09netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov1-1/+5
2018-08-09netlink: Do not subscribe to non-existent groupsDmitry Safonov1-0/+1
2018-08-09nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner1-1/+1
2018-08-09genirq: Make force irq threading setup more robustThomas Gleixner1-1/+8
2018-08-09scsi: qla2xxx: Return error when TMF returnsAnil Gurumurthy1-4/+3
2018-08-09scsi: qla2xxx: Fix ISP recovery on unloadQuinn Tran1-2/+3
2018-08-06Linux 4.9.118v4.9.118Greg Kroah-Hartman1-1/+1
2018-08-06scsi: sg: fix minor memory leak in error pathTony Battersby1-0/+1
2018-08-06drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formatsBoris Brezillon1-0/+3
2018-08-06crypto: padlock-aes - Fix Nano workaround data corruptionHerbert Xu1-2/+6
2018-08-06kvm: x86: vmx: fix vpid leakRoman Kagan1-4/+3
2018-08-06virtio_balloon: fix another race between migration and ballooningJiang Biao1-0/+2
2018-08-06net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline1-0/+2
2018-08-06can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev1-0/+1
2018-08-06squashfs: more metadata hardeningsLinus Torvalds3-6/+13
2018-08-06squashfs: more metadata hardeningLinus Torvalds1-0/+2
2018-08-06net: stmmac: Fix WoL for PCI-based setupsJose Abreu1-2/+38
2018-08-06netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline1-0/+2
2018-08-06net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli1-0/+6
2018-08-06ipv4: frags: handle possible skb truesize changeEric Dumazet1-0/+5
2018-08-06inet: frag: enforce memory limits earlierEric Dumazet1-5/+5
2018-08-06bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet1-2/+12
2018-08-06sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng1-6/+0
2018-08-06pinctrl: intel: Read back TX buffer stateAndy Shevchenko1-1/+6
2018-08-06tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-08-06tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung1-12/+14
2018-08-06tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet3-14/+16