summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-20dm flakey: error READ bios during the down_intervalMike Snitzer1-8/+15
2016-11-20balloon: check the number of available pages in leak balloonKonstantin Neumoin1-0/+2
2016-11-20x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells1-1/+1
2016-11-20ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o1-1/+17
2016-11-20s390: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2-0/+3
2016-11-20tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-11-20ubi: Fix race condition between ubi device creation and udevIosif Harutyunov1-1/+4
2016-11-20avr32: off by one in at32_init_pio()Dan Carpenter1-1/+1
2016-11-20drm/radeon: fix firmware info version checksAlex Deucher1-2/+2
2016-11-20KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceDavid Howells2-2/+2
2016-11-20ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull1-7/+6
2016-11-20Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov4-32/+24
2016-11-20l2tp: Correctly return -EBADF from pppol2tp_getname.phil.turnbull@oracle.com1-5/+2
2016-11-20net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-11-20ARM: OMAP3: hwmod data: Add sysc information for DSISebastian Reichel1-0/+12
2016-11-20pps: do not crash when failed to registerJiri Slaby1-1/+1
2016-11-20nfs: don't create zero-length requestsBenjamin Coddington1-1/+4
2016-11-20MIPS: RM7000: Double locking bug in rm7k_tc_disable()Dan Carpenter1-1/+1
2016-11-20tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-11-20hwmon: (adt7411) set bit 3 in CFG1 registerMichael Walle1-1/+4
2016-11-20mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios1-1/+1
2016-11-20brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli1-1/+1
2016-11-20tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin1-5/+4
2016-11-20crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu1-1/+2
2016-11-20Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1
2016-11-20USB: serial: option: add support for Telit LE910 PID 0x1206Daniele Palmas1-0/+3
2016-11-20mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter1-3/+3
2016-11-20ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-11-20ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-11-20KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2-2/+17
2016-11-20KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini1-16/+33
2016-11-20net: ethoc: Fix early error pathsFlorian Fainelli1-5/+5
2016-11-20Bluetooth: Add support of 13d3:3490 AR3012 deviceDmitry Tunin2-0/+3
2016-11-20Bluetooth: Add USB ID 13D3:3487 to ath3kLauro Costa2-0/+3
2016-11-20NFS: Don't drop CB requests with invalid principalsChuck Lever2-1/+10
2016-11-20svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever1-1/+1
2016-11-20x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner4-2/+67
2016-11-20x86/quirks: Reintroduce scanning of secondary busesLukas Wunner1-13/+21
2016-11-20x86/quirks: Apply nvidia_bugs quirk only on root busLukas Wunner1-0/+7
2016-11-20ppp: defer netns reference release for ppp channelWANG Cong1-2/+3
2016-11-20ALSA: ctl: Stop notification after disconnectionTakashi Iwai1-0/+2
2016-11-20drm/radeon: Poll for both connect/disconnect on analog connectorsLyude1-6/+9
2016-11-20ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o1-0/+7
2016-11-20ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-11-20ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-11-20Input: xpad - validate USB endpoint count during probeCameron Gutman1-0/+3
2016-11-20usb: renesas_usbhs: protect the CFIFOSEL setting in usbhsg_ep_enable()Yoshihiro Shimoda1-1/+8
2016-11-20usb: renesas_usbhs: fix NULL pointer dereference in xfer_work()Yoshihiro Shimoda1-4/+14
2016-11-20serial: samsung: Fix possible out of bounds access on non-DT platformKrzysztof Kozlowski1-2/+2
2016-11-20crypto: gcm - Filter out async ghash if necessaryHerbert Xu1-1/+3