index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-08
Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
20
-482
/
+756
2019-03-06
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-629
/
+300
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+0
2019-03-06
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
3
-0
/
+322
2019-03-05
agp: efficeon: no need to set PG_reserved on GATT tables
David Hildenbrand
1
-2
/
+0
2019-03-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-9
/
+11
2019-02-28
hwrng: bcm2835 - fix probe as platform device
Jonas Gorski
1
-8
/
+10
2019-02-26
hpet: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-5
/
+2
2019-02-22
ipmi_si: Potential array underflow in hotmod_handler()
Dan Carpenter
1
-1
/
+2
2019-02-22
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
1
-42
/
+3
2019-02-22
ipmi_si: Consolidate scanning the platform bus
Corey Minyard
4
-30
/
+23
2019-02-22
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
3
-6
/
+43
2019-02-22
ipmi_si: Remove hardcode IPMI devices by scanning the platform bus
Corey Minyard
1
-7
/
+15
2019-02-22
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
3
-113
/
+98
2019-02-22
ipmi: Consolidate the adding of platform devices
Corey Minyard
9
-214
/
+205
2019-02-22
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
8
-27
/
+29
2019-02-22
ipmi_si: Convert some types into unsigned
Corey Minyard
1
-4
/
+4
2019-02-22
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
4
-76
/
+216
2019-02-20
hwrng: make symbol 'optee_rng_id_table' static
Wei Yongjun
1
-1
/
+1
2019-02-20
hwrng: Fix unsigned comparison with less than zero
YueHaibing
1
-2
/
+2
2019-02-20
hwrng: optee: Initialize some structs using memset instead of braces
Nathan Chancellor
1
-5
/
+13
2019-02-15
Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/l...
Arnd Bergmann
3
-0
/
+314
2019-02-13
char: lp: mark expected switch fall-through
Gustavo A. R. Silva
1
-2
/
+2
2019-02-09
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
1
-1
/
+1
2019-02-09
ipmi: Use defined constant for UUID representation
Andy Shevchenko
1
-4
/
+4
2019-02-09
ipmi:ssif: Change some pr_xxx to dev_xxx calls
Corey Minyard
1
-42
/
+74
2019-02-09
ipmi: kcs_bmc: handle devm_kasprintf() failure case
Nicholas Mc Guire
1
-2
/
+3
2019-02-09
ipmi: Fix return value when a message is truncated
Corey Minyard
1
-3
/
+3
2019-02-09
ipmi: clean an indentation issue, remove extraneous space
Colin Ian King
1
-1
/
+1
2019-02-09
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
3
-76
/
+92
2019-02-09
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
3
-45
/
+105
2019-02-09
ipmi: Fix SSIF flag requests
Corey Minyard
1
-12
/
+52
2019-02-09
ipmi_si: fix use-after-free of resource->name
Yang Yingliang
3
-4
/
+11
2019-02-01
hwrng: add OP-TEE based rng driver
Sumit Garg
3
-0
/
+314
2019-01-28
Merge 5.0-rc4 into char-misc-next
Greg Kroah-Hartman
3
-81
/
+124
2019-01-25
Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+7
2019-01-25
hwrng: virtio - Avoid repeated init of completion
David Tolnay
1
-1
/
+1
2019-01-23
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
1
-63
/
+80
2019-01-23
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
1
-1
/
+1
2019-01-23
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
1
-1
/
+1
2019-01-23
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
1
-8
/
+18
2019-01-23
ipmi:ssif: Fix handling of multi-part return messages
Corey Minyard
1
-8
/
+17
2019-01-22
mbcs: add .owner to mbcs struct file_operations
Naveen Kumar Parna
1
-0
/
+1
2019-01-22
applicom: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
1
-11
/
+24
2019-01-22
hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enable
Buland Singh
1
-1
/
+1
2019-01-22
efirtc: remove unnecessary code efi_rtc_open & efi_rtc_close
Naveen Kumar Parna
1
-23
/
+0
2019-01-22
powerpc: Adopt nvram module for PPC64
Finn Thain
1
-0
/
+4
2019-01-22
char/generic_nvram: Remove as unused
Finn Thain
2
-165
/
+1
2019-01-22
powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM
Finn Thain
1
-10
/
+9
2019-01-22
powerpc: Implement nvram ioctls
Finn Thain
1
-0
/
+38
[next]