summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-1/+1
|\
| * Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-111-1/+1
| |\
| | * Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-0146-467/+1148
| | |\
| | * | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-14/+14
|\ \ \ \
| * | | | time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani2017-04-141-10/+10
| * | | | time: Change k_clock clock_set() to use timespec64Deepa Dinamani2017-04-141-1/+1
| * | | | time: Change k_clock clock_getres() to use timespec64Deepa Dinamani2017-04-141-1/+1
| * | | | time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-141-2/+2
* | | | | Merge tag 'for-linux-4.12' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-05-014-11/+26
|\ \ \ \ \
| * | | | | ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert2017-04-281-4/+4
| * | | | | ipmi_si: use smi_num for init_nameTony Camuso2017-04-101-3/+16
| * | | | | ipmi: bt-bmc: Add ast2500 compatible stringJoel Stanley2017-04-071-0/+1
| * | | | | ipmi_ssif: use setup_timerGeliang Tang2017-04-071-3/+2
| * | | | | ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang2017-04-071-1/+3
* | | | | | Merge tag 'devmem-v4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-04-141-30/+52
|\ \ \ \ \ \
| * | | | | | mm: Tighten x86 /dev/mem with zeroing readsKees Cook2017-04-121-30/+52
* | | | | | | virtio_console: fix uninitialized variable useMichael S. Tsirkin2017-04-071-2/+4
|/ / / / / /
* | | | | | Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-261-2/+9
|\ \ \ \ \ \
| * | | | | | ppdev: fix registering same device nameSudip Mukherjee2017-03-161-2/+9
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-242-23/+69
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | hwrng: geode - Revert managed API changesPrarit Bhargava2017-03-161-15/+35
| * | | | | | hwrng: amd - Revert managed API changesPrarit Bhargava2017-03-161-8/+34
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-151-2/+14
|\| | | | | | | |/ / / / / |/| | | | |
| * | | | | hwrng: omap - Do not access INTMASK_REG on EIP76Thomas Petazzoni2017-03-081-1/+12
| * | | | | hwrng: omap - use devm_clk_get() instead of of_clk_get()Thomas Petazzoni2017-03-081-1/+1
| * | | | | hwrng: omap - write registers after enabling the clockThomas Petazzoni2017-03-081-1/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-111-79/+50
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef blockFabio Estevam2017-02-061-5/+1
| * | | | random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld2017-01-271-28/+27
| * | | | random: use chacha20 for get_random_int/longJason A. Donenfeld2017-01-271-41/+43
| * | | | random: fix comment for unused random_min_urandom_seedStephan Müller2017-01-181-3/+1
| * | | | random: remove variable limitStephan Müller2017-01-181-23/+7
| * | | | random: remove stale urandom_init_waitStephan Müller2017-01-181-1/+0
| * | | | random: remove stale maybe_reseed_primary_crngStephan Mueller2017-01-181-7/+0
* | | | | drivers/char/nwbutton: Fix build breakage caused by include file reshufflingGuenter Roeck2017-03-071-1/+1
| |/ / / |/| | |
* | | | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-039-6/+9
|\ \ \ \
| * | | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-028-5/+8
| * | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-3/+11
|\ \ \ \ | |/ / / |/| | |
| * | | virtio-console: avoid DMA from stackOmar Sandoval2017-03-021-2/+10
| * | | virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+1
* | | | Merge tag 'for-linus-4.11' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2017-02-286-27/+66
|\ \ \ \
| * | | | ipmi: bt-bmc: Use a regmap for register accessAndrew Jeffery2017-02-202-22/+61
| * | | | char: ipmi: constify ipmi_smi_handlers structuresBhumika Goyal2017-02-091-1/+1
| * | | | ipmi: make ipmi_usr_hndl constCorey Minyard2017-01-053-4/+4
| | |/ / | |/| |
* | | | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-272-2/+2
* | | | scripts/spelling.txt: add "explictely" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | | scripts/spelling.txt: add "initialiazation" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-242-6/+5