summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'for-linus-4.17' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-04-0327-593/+1067
|\ \ \ \
| * | | | ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller2018-03-271-0/+21
| * | | | ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel2018-03-131-2/+2
| * | | | ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard2018-03-131-0/+12
| * | | | ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard2018-03-121-154/+0Star
| * | | | ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard2018-03-121-105/+0Star
| * | | | ipmi: missing error code in try_smi_init()Dan Carpenter2018-03-071-0/+1
| * | | | ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculationColin Ian King2018-03-071-2/+1Star
| * | | | ipmi: Consolidate cleanup codeCorey Minyard2018-03-071-94/+70Star
| * | | | ipmi: Remove some unnecessary initializationsCorey Minyard2018-03-071-5/+0Star
| * | | | ipmi: Fix some error cleanup issuesCorey Minyard2018-03-071-4/+14
| * | | | ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-2722-206/+24Star
| * | | | ipmi: Re-use existing macros for built-in propertiesAndy Shevchenko2018-02-261-13/+5Star
| * | | | ipmi:pci: Make the PCI defines consistent with normal Linux onesCorey Minyard2018-02-261-17/+14Star
| * | | | ipmi: kcs_bmc: coding-style fixes and use new poll typeHaiyue Wang2018-02-263-36/+41
| * | | | ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_dataGustavo A. R. Silva2018-02-261-0/+1
| * | | | ipmi: add an Aspeed KCS IPMI BMC driverHaiyue Wang2018-02-263-0/+332
| * | | | ipmi: add a KCS IPMI BMC driverHaiyue Wang2018-02-264-0/+574
| |/ / /
* | | | char: remove blackfin OTP driverArnd Bergmann2018-03-263-266/+0Star
* | | | char: remove tile-srom.cArnd Bergmann2018-03-263-487/+0Star
* | | | char: remove obsolete ds1302 rtc driverArnd Bergmann2018-03-263-367/+0Star
| |_|/ |/| |
* | | tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-272-0/+8
* | | tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+2
* | | tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-02-271-2/+3
* | | tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+6
* | | tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+3
|/ /
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-151-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-121-1/+2
| * | agp: nvidia: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-121-3/+9
| |/
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-021-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/+0Star
| | * 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/+6Star
| * | | 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/+8Star
|\ \ \
| * | | treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-9/+8Star
| | |/ | |/|
* | | 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-251-3/+1Star
| * | | hwrng: imx-rngc - simplify the power management definitionsMartin Kaiser2018-01-181-10/+3Star
| * | | hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()weiyongjun \(A\)2018-01-181-3/+1Star
| * | | hwrng: exynos - Signedness bug in exynos_trng_do_read()Dan Carpenter2018-01-181-1/+1