summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-227-163/+9
* char/generic_nvram: Remove as unusedFinn Thain2019-01-222-165/+1
* powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain2019-01-228-33/+33
* 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-222-0/+40
* powerpc: Define missing ppc_md.nvram_size for CHRP and PowerMacFinn Thain2019-01-222-4/+19
* char/nvram: Add "devname:nvram" module aliasFinn Thain2019-01-221-0/+1
* m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain2019-01-226-17/+108
* macintosh/via-cuda: Don't rely on Cuda to end a transferFinn Thain2019-01-221-3/+5
* m68k/mac: Fix PRAM accessorsFinn Thain2019-01-222-10/+35
* m68k/mac: Use macros for RTC accesses not magic numbersFinn Thain2019-01-221-18/+41
* m68k/mac: Adopt naming and calling conventions for PRAM routinesFinn Thain2019-01-221-38/+23
* m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...Finn Thain2019-01-224-1/+30
* char/nvram: Implement NVRAM read/write methodsFinn Thain2019-01-222-48/+104
* char/nvram: Allow the set_checksum and initialize ioctls to be omittedFinn Thain2019-01-222-30/+42
* char/nvram: Adopt arch_nvram_opsFinn Thain2019-01-222-6/+56
* powerpc: Replace nvram_* extern declarations with standard headerFinn Thain2019-01-225-31/+6
* m68k/atari: Implement arch_nvram_ops structFinn Thain2019-01-222-0/+63
* nvram: Replace nvram_* function exports with static functionsFinn Thain2019-01-224-68/+38
* 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-223-245/+280
* 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
* Merge tag 'lkdtm-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kee...Greg Kroah-Hartman2019-01-104-19/+31
|\
| * 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-092-10/+0
|/
* Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-061-3/+3
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0694-694/+150
|\
| * kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| * kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| * riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-067-12/+14
| * kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-069-25/+16