summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-1/+1
|\
| * x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-1116-32/+32
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-062-4/+11
|\ \
| * | agp: sworks: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-1/+2
| * | agp: nvidia: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-3/+9
| |/
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-011-8/+8
|\ \
| * \ Merge tag 'drm-intel-next-2017-12-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-12-211-8/+8
| |\ \ | | |/ | |/|
| | * drm/i915: prefer resource_size_t for everything stolenMatthew Auld2017-12-121-6/+6
| | * drm/i915: make dsm struct resource centricMatthew Auld2017-12-121-2/+0
| | * agp/intel: Flush all chipset writes after updating the GGTTChris Wilson2017-12-111-0/+2
* | | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-014-32/+80
|\ \ \
| * | | char: lp: use true or false for boolean valuesGustavo A. R. Silva2018-01-251-1/+1
| * | | char: xillybus: remove direct dependency on DT functionsRob Herring2018-01-092-10/+6
| * | | Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2018-01-023-23/+30
| |\ \ \ | | |/ /
| * | | /dev/mem: Add bounce buffer for copy-outKees Cook2017-12-181-5/+22
| * | | lp: support 64-bit time_t user spaceArnd Bergmann2017-11-281-16/+51
| | |/ | |/|
* | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-9/+8
|\ \ \
| * | | treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-9/+8
| | |/ | |/|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-319-245/+389
|\ \ \
| * | | hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()weiyongjun \(A\)2018-01-261-3/+1
| * | | hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser2018-01-181-10/+3
| * | | hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)2018-01-181-3/+1
| * | | hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter2018-01-181-1/+1
| * | | hwrng: mediatek - Setup default RNG qualitySean Wang2018-01-181-0/+1
| * | | hwrng: exynos - add Samsung Exynos True RNG driverƁukasz Stelmach2018-01-053-0/+250
| * | | hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook2017-12-221-0/+4
| * | | crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-12/+12
| * | | hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli2017-11-293-168/+0
| * | | hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli2017-11-292-4/+14
| * | | hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli2017-11-291-2/+11
| * | | hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli2017-11-291-8/+19
| * | | hwrng: bcm2835 - Manage an optional clockFlorian Fainelli2017-11-291-1/+16
| * | | hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli2017-11-291-16/+23
| * | | hwrng: bcm2835 - Use device managed helpersFlorian Fainelli2017-11-291-12/+1
| * | | hwrng: bcm2835 - Implementation cleanup callbackFlorian Fainelli2017-11-291-3/+9
| * | | hwrng: bcm2835 - Move enabling to hwrng::initFlorian Fainelli2017-11-291-4/+12
| * | | hwrng: bcm2835 - Define a driver private contextFlorian Fainelli2017-11-291-21/+34
| * | | hwrng: bcm2835 - Obtain base register via resourceFlorian Fainelli2017-11-291-10/+10
| | |/ | |/|
* | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-01-3120-513/+563
|\ \ \
| * | | tpm: remove unused variablesArnd Bergmann2018-01-081-2/+0
| * | | tpm: remove unused data fields from I2C and OF device ID tablesJavier Martinez Canillas2018-01-081-21/+6
| * | | tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas2018-01-081-1/+10
| * | | tpm: follow coding style for variable declaration in tpm_tis_core_init()Javier Martinez Canillas2018-01-081-1/+3
| * | | tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas2018-01-083-18/+0
| * | | tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh2018-01-084-92/+118
| * | | tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh2018-01-083-48/+56
| * | | tpm2-cmd: allow more attempts for selftest executionAlexander.Steffen@infineon.com2018-01-081-7/+5
| * | | tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas2018-01-082-8/+25
| * | | tpm: Move Linux RNG connection to hwrngJason Gunthorpe2018-01-086-69/+52
OpenPOWER on IntegriCloud