summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-14dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török1-0/+4
2017-09-14Input: trackpoint - assume 3 buttons when buttons detection failsOscar Campos1-2/+2
2017-09-14driver core: bus: Fix a potential double freeChristophe JAILLET1-1/+1
2017-09-14staging/rts5208: fix incorrect shift to extract upper nybbleColin Ian King1-1/+1
2017-09-14USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson1-2/+2
2017-09-14usb:xhci:Fix regression when ATI chipsets detectedSandeep Singh1-17/+18
2017-09-14usb: Add device quirk for Logitech HD Pro Webcam C920-CDmitry Fleytman1-1/+2
2017-09-14USB: serial: option: add support for D-Link DWM-157 C1Maciej S. Szmigiero1-0/+1
2017-09-14usb: quirks: add delay init quirk for Corsair Strafe RGB keyboardKai-Heng Feng1-0/+3
2017-09-07Linux 3.18.70v3.18.70Greg Kroah-Hartman1-1/+1
2017-09-07epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov1-13/+24
2017-09-07drm/ttm: Fix accounting error when fail to get pages for poolXiangliang.Yu1-1/+1
2017-09-07xfrm: policy: check policy direction valueVladis Dronov1-0/+6
2017-09-07wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-09-07CIFS: remove endian related sparse warningSteve French1-1/+1
2017-09-07CIFS: Fix maximum SMB2 header sizePavel Shilovsky1-2/+2
2017-09-07cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo1-1/+5
2017-09-07i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit1-1/+3
2017-09-07i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit1-2/+2
2017-09-02Linux 3.18.69v3.18.69Greg Kroah-Hartman1-1/+1
2017-09-02scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke1-0/+2
2017-09-02scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke1-21/+26
2017-09-02clk: si5351: Constify clock names and struct regmap_configKrzysztof Kozlowski1-5/+5
2017-09-02x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf1-1/+2
2017-09-02x86-64: Handle PC-relative relocations on per-CPU dataJan Beulich2-10/+40
2017-09-02arm64: fpsimd: Prevent registers leaking across execDave Martin1-0/+2
2017-09-02arm64: flush FP/SIMD state correctly after execve()Ard Biesheuvel1-0/+1
2017-09-02x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann1-2/+2
2017-09-02mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani4-6/+6
2017-09-02mm: cma: constify and use correct signness in mm/cma.cSasha Levin2-16/+20
2017-09-02mm: cma: fix CMA aligned offset calculationDanesh Petigara1-5/+7
2017-09-02mm: cma: fix totalcma_pages to include DT defined CMA regionsGeorge G. Davis1-1/+1
2017-09-02mm: cma: split cma-reserved in dmesg logPintu Kumar3-2/+6
2017-09-02mm/cma: make kmemleak ignore CMA regionsThierry Reding1-0/+6
2017-09-02mm: cma: align to physical address, not CMA region positionGregory Fong1-3/+16
2017-09-02lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz2-16/+44
2017-09-02arm64: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-09-02p54: memset(0) whole arrayJiri Slaby1-1/+1
2017-09-02gcov: support GCC 7.1Martin Liska2-1/+9
2017-09-02gcov: add support for gcc version >= 6Florian Meier1-1/+1
2017-09-02gcov: add support for GCC 5.1Lorenzo Stoakes2-1/+9
2017-09-02ALSA: au88x0: Fix zero clear of stream->resourcesTakashi Iwai1-9/+5
2017-09-02scsi: isci: avoid array subscript warningArnd Bergmann1-0/+3
2017-08-30Linux 3.18.68v3.18.68Greg Kroah-Hartman1-1/+1
2017-08-30ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removalJames Morse1-0/+1
2017-08-30staging: rtl8188eu: add RNX-N150NUB supportCharles Milette1-0/+1
2017-08-30iio: imu: adis16480: Fix acceleration scale factor for adis16480Dragos Bogdan1-1/+1
2017-08-30Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen1-6/+5
2017-08-30Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen1-7/+10
2017-08-30Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen1-11/+22