summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* hwmon: (f71805f) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-06-111-3/+12
* hwmon: (pc87427) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-06-111-1/+13
* hwmon: (smsc47b397) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-06-111-2/+11
* hwmon: (smsc47m1) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-06-111-9/+19
* hwmon: (vt1211) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-06-111-3/+12
* RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King2019-06-111-0/+2
* i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley2019-06-111-0/+8
* x86/irq/64: Limit IST stack overflow check to #DB stackThomas Gleixner2019-06-111-5/+14
* USB: core: Don't unbind interfaces following device reset failureAlan Stern2019-06-111-1/+4
* sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-06-111-0/+2
* sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-06-111-1/+6
* powerpc/numa: improve control of topology updatesNathan Lynch2019-06-111-6/+12
* media: pvrusb2: Prevent a buffer overflowDan Carpenter2019-06-112-0/+3
* media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan2019-06-111-0/+3
* audit: fix a memory leak bugWenwen Wang2019-06-111-5/+7
* media: ov2659: make S_FMT succeed even if requested format doesn't matchAkinobu Mita2019-06-111-2/+4
* media: au0828: stop video streaming only when last user stopsHans Verkuil2019-06-111-5/+8
* media: ov6650: Move v4l2_clk_get() to ov6650_video_probe() helperJanusz Krzysztofik2019-06-111-11/+14
* media: coda: clear error return value before picture runPhilipp Zabel2019-06-111-0/+3
* dmaengine: at_xdmac: remove BUG_ON macro in taskletNicolas Ferre2019-06-111-1/+5
* pinctrl: pistachio: fix leaked of_node referencesWen Yang2019-06-111-0/+2
* HID: logitech-hidpp: use RAP instead of FAP to get the protocol versionHans de Goede2019-06-111-4/+13
* mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2019-06-112-4/+5
* x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina2019-06-111-2/+0
* smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior2019-06-111-1/+1
* x86/build: Move _etext to actual end of .textKees Cook2019-06-111-3/+3
* bcache: avoid clang -Wunintialized warningArnd Bergmann2019-06-111-2/+3
* bcache: add failure check to run_cache_set() for journal replayColy Li2019-06-111-5/+12
* bcache: fix failure in journal relplayTang Junhui2019-06-111-4/+21
* bcache: return error immediately in bch_journal_replay()Coly Li2019-06-111-3/+6
* net: cw1200: fix a NULL pointer dereferenceKangjie Lu2019-06-111-0/+5
* mwifiex: prevent an array overflowDan Carpenter2019-06-111-0/+3
* ASoC: fsl_sai: Update is_slave_mode with correct valueDaniel Baluta2019-06-111-0/+2
* mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-06-112-3/+5
* dmaengine: pl330: _stop: clear interrupt statusSugar Zhang2019-06-111-3/+7
* w1: fix the resume command APIMariusz Bialonczyk2019-06-111-2/+1
* rtc: 88pm860x: prevent use-after-free on device removeSven Van Asbroeck2019-06-111-1/+1
* brcm80211: potential NULL dereference in brcmf_cfg80211_vndr_cmds_dcmd_handler()Dan Carpenter2019-06-111-2/+3
* spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi2019-06-111-2/+6
* ASoC: imx: fix fiq dependenciesArnd Bergmann2019-06-111-4/+5
* powerpc/boot: Fix missing check of lseek() return valueBo YU2019-06-111-1/+5
* mmc: core: Verify SD bus widthRaul E Rangel2019-06-111-0/+8
* cxgb4: Fix error path in cxgb4_init_moduleYueHaibing2019-06-111-3/+12
* gfs2: Fix lru_count going negativeRoss Lagerwall2019-06-111-9/+13
* tools include: Adopt linux/bits.hArnaldo Carvalho de Melo2019-06-112-5/+28
* perf tools: No need to include bitops.h in util.hArnaldo Carvalho de Melo2019-06-112-1/+1
* at76c50x-usb: Don't register led_trigger if usb_register_driver failedYueHaibing2019-06-111-2/+2
* ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exitYueHaibing2019-06-111-2/+7
* media: vivid: use vfree() instead of kfree() for dev->bitmap_capAlexander Potapenko2019-06-111-1/+1
* media: cpia2: Fix use-after-free in cpia2_exitYueHaibing2019-06-111-2/+1