summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-221-11/+24
* hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh2019-01-221-1/+1
* slimbus: core: add missing spin_lock_init on txn_lockSrinivas Kandagatla2019-01-221-0/+1
* slimbus: core: use slim_device_update_status() to update statusSrinivas Kandagatla2019-01-221-19/+18
* slimbus: core: do not call device_status under a lockSrinivas Kandagatla2019-01-221-0/+3
* slimbus: core: match full device idSrinivas Kandagatla2019-01-221-1/+3
* efirtc: remove unnecessary code efi_rtc_open & efi_rtc_closeNaveen Kumar Parna2019-01-221-23/+0
* uio: remove redundant checkChengguang Xu2019-01-221-2/+2
* uio: fix potential memory leak in error caseChengguang Xu2019-01-221-1/+1
* drivers: platform: goldfish: fix the checkpatch complain in KconfigRoman Kiryanov2019-01-221-2/+2
* vop: Fix handling of >32 feature bitsVincent Whitchurch2019-01-221-2/+2
* vop: vringh: Do not crash if no DMA channelVincent Whitchurch2019-01-221-12/+20
* vop: Add definition of readq/writeq if missingVincent Whitchurch2019-01-221-0/+1
* vop: Use %z for size_tVincent Whitchurch2019-01-221-2/+2
* powerpc: Adopt nvram module for PPC64Finn Thain2019-01-221-0/+4
* char/generic_nvram: Remove as unusedFinn Thain2019-01-222-165/+1
* powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain2019-01-221-10/+9
* powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 && CONFIG_PP...Finn Thain2019-01-226-75/+48
* powerpc: Implement nvram ioctlsFinn Thain2019-01-221-0/+38
* char/nvram: Add "devname:nvram" module aliasFinn Thain2019-01-221-0/+1
* macintosh/via-cuda: Don't rely on Cuda to end a transferFinn Thain2019-01-221-3/+5
* m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...Finn Thain2019-01-221-1/+2
* char/nvram: Implement NVRAM read/write methodsFinn Thain2019-01-221-46/+74
* char/nvram: Allow the set_checksum and initialize ioctls to be omittedFinn Thain2019-01-221-30/+40
* char/nvram: Adopt arch_nvram_opsFinn Thain2019-01-221-6/+24
* powerpc: Replace nvram_* extern declarations with standard headerFinn Thain2019-01-222-1/+2
* nvram: Replace nvram_* function exports with static functionsFinn Thain2019-01-222-25/+10
* char/nvram: Re-order functions to remove forward declarations and #ifdefsFinn Thain2019-01-221-95/+72
* m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain2019-01-221-245/+35
* scsi/atari_scsi: Don't select CONFIG_NVRAMFinn Thain2019-01-223-8/+5
* misc: enclosure: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-181-3/+1
* misc/sgi-gru/grufault: fix a style errorPeng Hao2019-01-181-2/+2
* misc/mic/vop/vop_main : remove unneeded semicolonPeng Hao2019-01-181-2/+2
* misc/ics932s401: Add a missing check to i2c_smbus_read_word_dataAditya Pakki2019-01-181-0/+2
* drivers: misc: ad525x_dpot: clean indentation issue, remove tabsColin Ian King2019-01-181-13/+11
* lkdtm: change snprintf to scnprintf for possible overflowSilvio Cesare2019-01-181-2/+2
* mei: squash single_recv_buf into one bit in client propertiesAlexander Usyskin2019-01-131-1/+2
* lkdtm: Add tests for NULL pointer dereferenceChristophe Leroy2019-01-093-0/+22
* lkdtm: Print real addressesChristophe Leroy2019-01-091-9/+9
* lkdtm: Do not depend on BLOCK and clean up headersKees Cook2019-01-091-9/+0
* Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-01-061-5/+17
|\
| * platform/chrome: don't report EC_MKBP_EVENT_SENSOR_FIFO as wakeupBrian Norris2018-11-141-3/+15
| * platform/chrome: straighten out cros_ec_get_{next,host}_event() error codesBrian Norris2018-11-141-2/+2
* | Merge tag 'hwlock-v4.21' of git://github.com/andersson/remoteprocLinus Torvalds2019-01-063-0/+166
|\ \
| * | hwspinlock: fix return value check in stm32_hwspinlock_probe()Wei Yongjun2019-01-031-2/+2
| * | hwspinlock: add STM32 hwspinlock deviceBenjamin Gaignard2018-12-053-0/+166
| |/
* | Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-061-1/+0
|\ \
| * | firewire: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-12-031-1/+0
* | | Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-063-58/+34
|\ \ \
| * | | block: sunvdc: don't run hw queue synchronously from irq contextMing Lei2019-01-031-1/+1