summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* 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 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-261-0/+4
|\
| * x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-161-0/+4
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-215-17/+14
* | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-215-9/+9
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+0
|\ \
| * | ipmi: get rid of pointless access_ok()Al Viro2017-11-101-6/+0
* | | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-163-11/+10
|\ \ \
| * | | char: pcmcia: Convert timers to use timer_setup()Kees Cook2017-10-203-11/+10
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+0
|\ \ \ \
| * | | | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
* | | | | Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-11-1519-2201/+2987
|\ \ \ \ \
| * \ \ \ \ Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Corey Minyard2017-11-022-3/+3
| |\ \ \ \ \
| * | | | | | ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Markus Elfring2017-10-171-1/+0
| * | | | | | ipmi_si: fix memory leak on new_smiColin Ian King2017-10-171-0/+1
| * | | | | | ipmi: remove redundant initialization of bmcColin Ian King2017-09-281-1/+1
| * | | | | | ipmi: pr_err() strings should end with newlinesArvind Yadav2017-09-281-3/+3
| * | | | | | ipmi: Clean up some print operationsCorey Minyard2017-09-281-56/+45
| * | | | | | ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-287-94/+103
| * | | | | | ipmi: Make the IPMI proc interface configurableCorey Minyard2017-09-284-21/+40
| * | | | | | ipmi_ssif: Add device attrs for the things in procCorey Minyard2017-09-281-2/+74
| * | | | | | ipmi_si: Add device attrs for the things in procCorey Minyard2017-09-281-1/+103
| * | | | | | ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard2017-09-281-10/+2
| * | | | | | ipmi_si: Move port and mem I/O handling to their own filesCorey Minyard2017-09-285-255/+263
| * | | | | | ipmi_si: Get rid of unused spacing and port fieldsCorey Minyard2017-09-281-10/+0
| * | | | | | ipmi_si: Move PARISC handling to another fileCorey Minyard2017-09-284-57/+71
| * | | | | | ipmi_si: Move PCI setup to another fileCorey Minyard2017-09-284-161/+179
| * | | | | | ipmi_si: Move platform device handling to another fileCorey Minyard2017-09-284-589/+613
| * | | | | | ipmi_si: Move hardcode handling to a separate file.Corey Minyard2017-09-274-147/+154
| * | | | | | ipmi_si: Move the hotmod handling to another file.Corey Minyard2017-09-274-244/+264
| * | | | | | ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard2017-09-273-309/+229
| * | | | | | ipmi_si: Move io setup into io structureCorey Minyard2017-09-272-92/+85
| * | | | | | ipmi_si: Move irq setup handling into the io structCorey Minyard2017-09-273-81/+82
| * | | | | | ipmi_si: Move some platform data into the io structureCorey Minyard2017-09-272-216/+213
| * | | | | | ipmi_si: Rename function to add smi, make it globalCorey Minyard2017-09-272-16/+28
| * | | | | | ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard2017-09-271-27/+23
| * | | | | | ipmi: Rescan channel list on BMC changesCorey Minyard2017-09-271-58/+111
| * | | | | | ipmi: Move lun and address out of channel structCorey Minyard2017-09-271-22/+25
| * | | | | | ipmi: Retry BMC registration on a failureCorey Minyard2017-09-271-1/+23
OpenPOWER on IntegriCloud