aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Linux 3.12.74v3.12.74linux-3.12.yJiri Slaby1-1/+1
2017-05-09ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf1-0/+12
2017-05-09nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-0/+36
2017-05-09Input: i8042 - add Clevo P650RS to the i8042 reset listDmitry Torokhov1-0/+7
2017-05-09p9_client_readdir() fixAl Viro1-0/+4
2017-05-09MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-05-09ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai1-6/+3
2017-05-09xen/x86: don't lose event interruptsStefano Stabellini1-3/+3
2017-05-09RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com1-2/+2
2017-05-09MIPS: Fix crash registers on non-crashing CPUsCorey Minyard1-3/+13
2017-05-09md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang1-1/+1
2017-05-09ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o1-4/+28
2017-05-09ipv6: check raw payload size correctly in ioctlJamie Bainbridge1-2/+1
2017-05-09ip6mr: fix notification device destructionNikolay Aleksandrov1-7/+6
2017-05-09sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-05-09l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-05-09net: phy: handle state correctly in phy_stop_machineNathan Sullivan1-1/+1
2017-05-09net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2
2017-05-09gfs2: avoid uninitialized variable warningArnd Bergmann1-2/+2
2017-05-09hostap: avoid uninitialized variable use in hfa384x_get_ridArnd Bergmann1-5/+10
2017-05-09tty: nozomi: avoid a harmless gcc warningArnd Bergmann1-1/+1
2017-05-09netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia1-2/+2
2017-05-09net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-05-09net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-05-09ping: implement proper lockingEric Dumazet1-2/+3
2017-05-09powerpc: Reject binutils 2.24 when building little endianMichael Ellerman1-0/+8
2017-05-09block: fix del_gendisk() vs blkdev_ioctl crashDan Williams1-1/+0
2017-05-09kvm: arm/arm64: Fix locking for kvm_free_stage2_pgdSuzuki K Poulose1-0/+12
2017-05-09x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam1-1/+1
2017-05-09ubi/upd: Always flush after prepared for an updateSebastian Siewior1-4/+4
2017-05-09ACPI / power: Avoid maybe-uninitialized warningArnd Bergmann1-0/+1
2017-05-09Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis1-0/+8
2017-05-09Drivers: hv: get rid of timeout in vmbus_open()Vitaly Kuznetsov1-6/+2
2017-05-09Drivers: hv: don't leak memory in vmbus_establish_gpadl()Vitaly Kuznetsov1-1/+8
2017-05-09CIFS: remove bad_network_name flagGermano Percossi2-6/+0
2017-05-09cifs: Do not send echoes before Negotiate is completeSachin Prabhu1-0/+10
2017-05-09ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-05-09tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-05-09KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2-24/+31
2017-05-09KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells1-1/+1
2017-05-09KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells1-2/+7
2017-05-09net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2017-05-09catc: Use heap buffer for memory size testBen Hutchings1-7/+18
2017-05-09catc: Combine failure cleanup code in catc_probe()Ben Hutchings1-16/+17
2017-05-09rtl8150: Use heap buffers for all register accessBen Hutchings1-7/+27
2017-05-09pegasus: Use heap buffers for all register accessBen Hutchings1-4/+25
2017-05-09virtio-console: avoid DMA from stackOmar Sandoval1-2/+10
2017-05-09mm: Tighten x86 /dev/mem with zeroing readsKees Cook2-41/+82
2017-05-09platform/x86: acer-wmi: setup accelerometer when ACPI device was foundLee, Chun-Yi1-5/+4
2017-05-03platform/x86: acer-wmi: setup accelerometer when machine has appropriate noti...Chun-Yi Lee1-4/+18
2017-05-03ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong1-3/+2
2017-05-03dvb-usb-v2: avoid use-after-freeArnd Bergmann1-4/+5
2017-05-03powerpc: Disable HFSCR[TM] if TM is not supportedBenjamin Herrenschmidt1-0/+9
2017-04-28zram: do not use copy_page with non-page aligned addressMinchan Kim1-3/+3
2017-04-28char: lack of bool string made CONFIG_DEVPORT always onMax Bires1-1/+4
2017-04-28char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven1-1/+0
2017-04-28xen, fbfront: fix connecting to backendJuergen Gross1-2/+2
2017-04-28scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-04-28scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-04-28iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger1-16/+0
2017-04-28iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger1-5/+7
2017-04-28x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner1-1/+1
2017-04-28perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra1-0/+2
2017-04-28Input: xpad - add support for Razer Wildcat gamepadCameron Gutman1-0/+2
2017-04-28net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20
2017-04-28net/mlx4_en: Fix bad WQE issueEugenia Emantayev1-1/+7
2017-04-28usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck1-2/+9
2017-04-28net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-04-28mtd: bcm47xxpart: fix parsing first block after aligned TRXRafał Miłecki1-6/+4
2017-04-28usb: dwc3: gadget: delay unmap of bounced requestsJanusz Dziedzic1-4/+17
2017-04-28mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-04-27s390/decompressor: fix initrd corruption caused by bss clearMarcelo Henrique Cerri1-16/+19
2017-04-27powerpc: Don't try to fix up misaligned load-with-reservation instructionsPaul Mackerras1-8/+20
2017-04-26metag/usercopy: Add missing fixupsJames Hogan1-24/+48
2017-04-26metag/usercopy: Fix src fixup in from user rapf loopsJames Hogan1-8/+28
2017-04-26metag/usercopy: Set flags before ADDZJames Hogan1-4/+4
2017-04-26metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan2-46/+26
2017-04-26metag/usercopy: Add early abort to copy_to_userJames Hogan1-0/+20
2017-04-26metag/usercopy: Fix alignment error checkingJames Hogan1-6/+4
2017-04-26metag/usercopy: Drop unused macrosJames Hogan1-113/+0
2017-04-26ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4
2017-04-26ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-04-26Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-04-26drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang1-1/+4
2017-04-26drm/vmwgfx: Remove getparam error messageThomas Hellstrom1-2/+0
2017-04-26drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister1-1/+1
2017-04-26drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister1-2/+2
2017-04-11Linux 3.12.73v3.12.73Jiri Slaby1-1/+1
2017-04-11tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud1-0/+5
2017-04-11Input: mpr121 - set missing event capabilityAkinobu Mita1-0/+1
2017-04-11Input: mpr121 - handle multiple bits change of status registerAkinobu Mita1-9/+14
2017-04-11Input: tca8418 - use the interrupt trigger from the device treeMaxime Ripard1-3/+3
2017-04-11Input: joydev - do not report stale values on first openRaphael Assenat1-5/+13
2017-04-11HID: i2c-hid: Add sleep between POWER ON and RESETBrendan McGrath1-0/+9
2017-04-11HID: usbhid: Quirk a AMI virtual mouse and keyboard with ALWAYS_POLLColin Ian King2-0/+4
2017-04-11HID: hid-lg: Fix immediate disconnection of Logitech Rumblepad 2Ardinartsev Nikita1-1/+1
2017-04-11ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+4
2017-04-11i2c: at91: manage unexpected RXRDY flag when starting a transferLudovic Desroches1-10/+26
2017-04-11USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern1-6/+1
2017-04-11ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki4-201/+18
2017-04-11ACPI / resources: free memory on error in add_region_before()Dan Carpenter1-1/+3
2017-04-11ACPI / PNP: Avoid conflicting resource reservationsRafael J. Wysocki4-14/+197
2017-04-11cpufreq: move policy kobj to policy->cpu at resumeViresh Kumar1-2/+4
2017-04-10Revert "cpufreq: fix garbage kobjects on errors during suspend/resume"Rafael J. Wysocki1-0/+3
2017-04-10ALSA: ctxfi: Fix the incorrect check of dma_set_mask() callTakashi Iwai1-1/+1
2017-04-10ALSA: ctxfi: Fallback DMA mask to 32bitTakashi Iwai2-25/+12
2017-04-10padata: avoid race in reorderingJason A. Donenfeld1-2/+3
2017-04-10KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand3-20/+27
2017-04-10rtc: s35390a: improve irq handlingUwe Kleine-König1-17/+31
2017-04-10rtc: s35390a: implement reset routine as suggested by the referenceUwe Kleine-König1-10/+55
2017-04-10rtc: s35390a: make sure all members in the output are setUwe Kleine-König1-0/+14
2017-04-10rtc: s35390a: fix reading out alarmUwe Kleine-König1-9/+31
2017-04-10mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi1-2/+4
2017-04-10KVM: x86: clear bus pointer when destroyedPeter Xu1-1/+11
2017-04-10USB: fix linked-list corruption in rh_call_control()Alan Stern1-2/+5
2017-04-07ACPI: Fix incompatibility with mcount-based function graph tracingJosh Poimboeuf1-1/+0
2017-04-07ALSA: seq: Fix race during FIFO resizeTakashi Iwai1-0/+4
2017-04-07scsi: libsas: fix ata xfer lengthJohn Garry1-1/+1
2017-04-07scsi: mpt3sas: fix hang on ata passthrough commandsJames Bottomley2-11/+37
2017-04-07libceph: force GFP_NOIO for socket allocationsIlya Dryomov1-0/+6
2017-04-07sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior1-2/+1
2017-04-07metag/ptrace: Reject partial NT_METAG_RPIPE writesDave Martin1-0/+2
2017-04-07metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUSDave Martin1-3/+12
2017-04-07metag/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-04-07sparc/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-04-07c6x/ptrace: Remove useless PTRACE_SETREGSET implementationDave Martin1-41/+0
2017-04-07virtio_balloon: init 1st buffer in stats vqLadi Prosek1-0/+2
2017-04-07xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-04-07xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-04-07crypto: algif_hash - avoid zero-sized arrayJiri Slaby1-1/+1
2017-04-07fbcon: Fix vc attr at deinitTakashi Iwai1-27/+40
2017-04-07uvcvideo: uvc_scan_fallback() for webcams with broken chainSumit Semwal1-6/+112
2017-04-07block: allow WRITE_SAME commands with the SG_IO ioctlSumit Semwal1-0/+3
2017-04-07xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong1-0/+1
2017-04-07USB: usbtmc: add missing endpoint sanity checkJohan Hovold1-1/+8
2017-04-07nl80211: fix dumpit error path RTNL deadlocksJohannes Berg1-31/+21
2017-04-07mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter1-1/+3
2017-04-07ext4: mark inode dirty after converting inline directoryEric Biggers1-3/+2
2017-04-07mmc: ushc: fix NULL-deref at probeJohan Hovold1-0/+3
2017-04-07uwb: hwa-rc: fix NULL-deref at probeJohan Hovold1-0/+3
2017-04-07uwb: i1480-dfu: fix NULL-deref at probeJohan Hovold1-0/+3
2017-04-07usb: hub: Fix crash after failure to read BOS descriptorGuenter Roeck1-1/+1
2017-04-07USB: wusbcore: fix NULL-deref at probeJohan Hovold1-0/+3
2017-04-07USB: idmouse: fix NULL-deref at probeJohan Hovold1-0/+3
2017-04-07USB: uss720: fix NULL-deref at probeJohan Hovold1-0/+5
2017-04-07usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault3-0/+24
2017-04-07ACM gadget: fix endianness in notificationsOliver Neukum1-1/+3
2017-04-07USB: serial: qcserial: add Dell DW5811eBjørn Mork1-0/+2
2017-04-07USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modemsDan Williams1-1/+16
2017-04-07ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai4-4/+18
2017-04-07Input: kbtab - validate number of endpoints before using themJohan Hovold1-0/+3
2017-04-07Input: cm109 - validate number of endpoints before using themJohan Hovold1-0/+4
2017-04-07Input: yealink - validate number of endpoints before using themJohan Hovold1-0/+4
2017-04-07Input: hanwang - validate number of endpoints before using themJohan Hovold1-0/+3
2017-04-07Input: ims-pcu - validate number of endpoints before using themJohan Hovold1-0/+4
2017-04-07Input: iforce - validate number of endpoints before using themJohan Hovold1-0/+3
2017-04-07Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000Kai-Heng Feng1-0/+7
2017-04-07USB: qcserial: add Sierra Wireless EM74xx device IDBjørn Mork1-2/+4
2017-04-07USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)Patrik Halfar1-0/+1
2017-04-07USB: qcserial: Add support for Quectel EC20 Mini PCIe modulePetr Štetiar1-0/+40
2017-04-07USB: qcserial: add Sierra Wireless MC74xx/EM74xxBjørn Mork1-0/+2
2017-04-07USB: qcserial: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G ModuleDavid Ward1-0/+1
2017-04-07USB: qcserial: Add support for Dell Wireless 5809e 4G ModemPieter Hollants1-0/+1
2017-04-07libceph: don't set weight to IN when OSD is destroyedIlya Dryomov1-1/+0
2017-04-07tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-04-07ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-04-07net/mlx5: Increase number of max QPs in default profileMaor Gottlieb1-1/+1
2017-04-07qmi_wwan: add Dell DW5811eBjørn Mork1-0/+2
2017-04-07net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-9/+9
2017-04-07net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-04-07igb: add i211 to i210 PHY workaroundTodd Fujinaka1-1/+1
2017-04-07igb: Workaround for igb i210 firmware issueChris J Arges1-0/+4
2017-04-07xen: do not re-use pirq number cached in pci device msi msg dataDan Streetman1-16/+7
2017-04-07isdn/gigaset: fix NULL-deref at probeJohan Hovold1-0/+3
2017-04-07scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-04-07target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger1-35/+12
2017-04-07cpufreq: Fix and clean up show_cpuinfo_cur_freq()Rafael J. Wysocki1-3/+5
2017-04-07perf/core: Fix event inheritance on fork()Peter Zijlstra1-2/+3
2017-04-07kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen1-6/+9
2017-04-07s390/pci: fix use after free in dma_initSebastian Ott1-6/+10
2017-04-07KVM: PPC: Book3S PR: Fix illegal opcode emulationThomas Huth1-1/+0
2017-04-07Drivers: hv: avoid vfree() on crashVitaly Kuznetsov3-5/+6
2017-04-07Drivers: hv: balloon: don't crash when memory is added in non-sorted orderVitaly Kuznetsov1-2/+2
2017-04-07ACPI / video: skip evaluating _DOD when it does not existAlex Hung1-0/+3
2017-04-07crypto: cryptd - Assign statesize properlyWang, Rui Y1-0/+1
2017-04-07crypto: ghash-clmulni - Fix load failureWang, Rui Y1-0/+26
2017-04-07netlink: remove mmapped netlink supportFlorian Westphal6-781/+14
2017-04-07xfs: don't allow di_size with high bit setDarrick J. Wong1-0/+8
2017-04-07xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen1-2/+5
2017-03-28cancel the setfilesize transation when io error happenZhaohongjiang1-2/+11
2017-03-28give up on gcc ilog2() constant optimizationsLinus Torvalds1-11/+2
2017-03-28futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra1-0/+2
2017-03-28futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra1-9/+11
2017-03-28net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-03-28dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-03-28dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-28ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-28uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin1-1/+1
2017-03-28tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-28dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1