summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* goldfish: Fix build error of missing ioremap on UMKrzysztof Kozlowski2016-03-051-0/+1
* nvmem: mediatek: Fix later provider initializationAndrew-CT Chen2016-03-051-1/+22
* nvmem: imx-ocotp: Fix return value of imx_ocotp_readAxel Lin2016-03-051-1/+1
* nvmem: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-03-051-0/+4
* char: genrtc: replace blacklist with whitelistArnd Bergmann2016-03-051-1/+2
* drivers/hwtracing: make coresight-etm-perf.c explicitly non-modularPaul Gortmaker2016-03-051-2/+2
* drivers: char: mem: fix IS_ERROR_VALUE usageAndrzej Hajda2016-03-051-1/+1
* char: xillybus: Fix internal data structure initializationEli Billauer2016-03-051-1/+3
* pch_phub: return -ENODATA if ROM can't be mappedColin Ian King2016-03-051-1/+3
* Drivers: hv: vmbus: Support kexec on ws2012 r2 and aboveAlex Ng2016-03-021-1/+9
* Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan2016-03-023-7/+17
* Drivers: hv: utils: Remove util transport handler from list if registration f...Alex Ng2016-03-021-0/+3
* Drivers: hv: util: Pass the channel information during the init callK. Y. Srinivasan2016-03-025-3/+5
* Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_u...Vitaly Kuznetsov2016-03-021-1/+1
* Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov2016-03-023-47/+27Star
* Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov2016-03-024-6/+6
* Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messagesVitaly Kuznetsov2016-03-021-35/+33Star
* misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn2016-03-026-52/+13Star
* eeprom: 93xx46: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-022-27/+95
* eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-022-55/+71
* eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn2016-03-022-28/+0Star
* eeprom: at24: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-022-41/+82
* nvmem: Add backwards compatibility support for older EEPROM drivers.Andrew Lunn2016-03-022-9/+79
* nvmem: Add flag to export NVMEM to root onlyAndrew Lunn2016-03-022-2/+56
* misc: ad525x_dpot: Fix the enabling of the "otpXen" attributesDan Bogdan Nechita2016-03-021-1/+1
* drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errorsMichael Hennerich2016-03-021-1/+1
* mei: me: add broxton pci device idsTomas Winkler2016-03-022-0/+7
* Merge tag 'lkdtm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/...Greg Kroah-Hartman2016-03-0215-9/+399
|\
| * lkdtm: improve use-after-free testsKees Cook2016-03-011-4/+15
| * lkdtm: add test for atomic_t underflow/overflowDavid Windsor2016-03-011-0/+13
| * lkdtm: Add read/write after free tests for buddy memoryLaura Abbott2016-03-011-0/+45
| * lkdtm: Update WRITE_AFTER_FREE testLaura Abbott2016-03-011-4/+13
| * lkdtm: Add READ_AFTER_FREE testLaura Abbott2016-03-011-0/+38
| * MAINTAINERS: add myself as lkdtm maintainerKees Cook2016-03-011-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-03-0113-6/+275
| |\
| | * sparc64: Fix sparc64_set_context stack handling.David S. Miller2016-03-011-1/+1
| | * sparc32: Add -Wa,-Av8 to KBUILD_CFLAGS.David S. Miller2016-03-011-0/+6
| | * Add sun4v_wdt watchdog driverwim.coekaerts@oracle.com2016-01-316-1/+210
| | * sparc: Fix system call tracing register handling.Mike Frysinger2016-01-222-0/+53
| | * sparc: Hook up copy_file_range syscall.David S. Miller2016-01-223-4/+5
* | | Merge tag 'extcon-next-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2016-03-0211-13/+92
|\ \ \
| * | | extcon: palmas: Drop IRQF_EARLY_RESUME flagGrygorii Strashko2016-02-291-2/+2
| * | | arm: boot: beaglex15: pass correct interruptFelipe Balbi2016-02-051-0/+1
| * | | arm: boot: dts: beaglex15: Remove ID GPIOFelipe Balbi2016-02-051-2/+0Star
| * | | extcon: palmas: Add the support for VBUS detection by using GPIOFelipe Balbi2016-02-052-0/+53
| * | | extcon: max77843: Use correct size for reading the interrupt registerDan Carpenter2016-02-051-1/+1
| * | | extcon: arizona: Use DAPM mutex helper functionsCharles Keepax2016-01-251-2/+2
| * | | extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portChanwoo Choi2016-01-256-1/+28
| * | | extcon: gpio: Fix typo in commentMoritz Fischer2016-01-251-1/+1
| * | | extcon: Use to_i2c_client for both rt8973a and sm5502Geliang Tang2016-01-252-4/+4