summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.12.74-rt99v3.12.74-rt99v3.12-rtSteven Rostedt (VMware)2017-06-031-1/+1
* Merge tag 'v3.12.74' into v3.12-rtSteven Rostedt (VMware)2017-06-0278-524/+834
|\
| * Linux 3.12.74v3.12.74Jiri Slaby2017-05-091-1/+1
| * ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf2017-05-091-0/+12
| * nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-05-091-0/+36
| * Input: i8042 - add Clevo P650RS to the i8042 reset listDmitry Torokhov2017-05-091-0/+7
| * p9_client_readdir() fixAl Viro2017-05-091-0/+4
| * MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan2017-05-091-15/+33
| * ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai2017-05-091-6/+3
| * xen/x86: don't lose event interruptsStefano Stabellini2017-05-091-3/+3
| * RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com2017-05-091-2/+2
| * MIPS: Fix crash registers on non-crashing CPUsCorey Minyard2017-05-091-3/+13
| * md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang2017-05-091-1/+1
| * ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2017-05-091-4/+28
| * ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-05-091-2/+1
| * ip6mr: fix notification device destructionNikolay Aleksandrov2017-05-091-7/+6
| * sctp: listen on the sock only when it's state is listening or closedXin Long2017-05-091-0/+3
| * l2tp: take reference on sessions being dumpedGuillaume Nault2017-05-095-11/+27
| * net: phy: handle state correctly in phy_stop_machineNathan Sullivan2017-05-091-1/+1
| * net: neigh: guard against NULL solicit() methodEric Dumazet2017-05-091-1/+2
| * gfs2: avoid uninitialized variable warningArnd Bergmann2017-05-091-2/+2
| * hostap: avoid uninitialized variable use in hfa384x_get_ridArnd Bergmann2017-05-091-5/+10
| * tty: nozomi: avoid a harmless gcc warningArnd Bergmann2017-05-091-1/+1
| * netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2017-05-091-2/+2
| * net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-05-091-0/+2
| * net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-091-0/+2
| * ping: implement proper lockingEric Dumazet2017-05-091-2/+3
| * powerpc: Reject binutils 2.24 when building little endianMichael Ellerman2017-05-091-0/+8
| * block: fix del_gendisk() vs blkdev_ioctl crashDan Williams2017-05-091-1/+0
| * kvm: arm/arm64: Fix locking for kvm_free_stage2_pgdSuzuki K Poulose2017-05-091-0/+12
| * x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam2017-05-091-1/+1
| * ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-05-091-4/+4
| * ACPI / power: Avoid maybe-uninitialized warningArnd Bergmann2017-05-091-0/+1
| * Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis2017-05-091-0/+8
| * Drivers: hv: get rid of timeout in vmbus_open()Vitaly Kuznetsov2017-05-091-6/+2
| * Drivers: hv: don't leak memory in vmbus_establish_gpadl()Vitaly Kuznetsov2017-05-091-1/+8
| * CIFS: remove bad_network_name flagGermano Percossi2017-05-092-6/+0
| * cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-05-091-0/+10
| * ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-05-091-2/+14
| * tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-05-091-3/+5
| * KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2017-05-092-24/+31
| * KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells2017-05-091-1/+1
| * KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells2017-05-091-2/+7
| * net: ipv6: check route protocol when deleting routesMantas M2017-05-091-0/+2
| * catc: Use heap buffer for memory size testBen Hutchings2017-05-091-7/+18
| * catc: Combine failure cleanup code in catc_probe()Ben Hutchings2017-05-091-16/+17
| * rtl8150: Use heap buffers for all register accessBen Hutchings2017-05-091-7/+27
| * pegasus: Use heap buffers for all register accessBen Hutchings2017-05-091-4/+25
| * virtio-console: avoid DMA from stackOmar Sandoval2017-05-091-2/+10
| * mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-05-092-41/+82