index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2019-03-08
20
-482
/
+756
|
\
|
*
ipmi_si: Potential array underflow in hotmod_handler()
Dan Carpenter
2019-02-22
1
-1
/
+2
|
*
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
2019-02-22
1
-42
/
+3
|
*
ipmi_si: Consolidate scanning the platform bus
Corey Minyard
2019-02-22
4
-30
/
+23
|
*
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
2019-02-22
3
-6
/
+43
|
*
ipmi_si: Remove hardcode IPMI devices by scanning the platform bus
Corey Minyard
2019-02-22
1
-7
/
+15
|
*
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
2019-02-22
3
-113
/
+98
|
*
ipmi: Consolidate the adding of platform devices
Corey Minyard
2019-02-22
9
-214
/
+205
|
*
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
2019-02-22
8
-27
/
+29
|
*
ipmi_si: Convert some types into unsigned
Corey Minyard
2019-02-22
1
-4
/
+4
|
*
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
2019-02-22
4
-76
/
+216
|
*
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
2019-02-10
1
-1
/
+1
|
*
ipmi: Use defined constant for UUID representation
Andy Shevchenko
2019-02-10
1
-4
/
+4
|
*
ipmi:ssif: Change some pr_xxx to dev_xxx calls
Corey Minyard
2019-02-10
1
-42
/
+74
|
*
ipmi: kcs_bmc: handle devm_kasprintf() failure case
Nicholas Mc Guire
2019-02-10
1
-2
/
+3
|
*
ipmi: Fix return value when a message is truncated
Corey Minyard
2019-02-10
1
-3
/
+3
|
*
ipmi: clean an indentation issue, remove extraneous space
Colin Ian King
2019-02-10
1
-1
/
+1
|
*
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-10
3
-76
/
+92
|
*
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-02-10
3
-45
/
+105
|
*
ipmi: Fix SSIF flag requests
Corey Minyard
2019-02-10
1
-12
/
+52
|
*
ipmi_si: fix use-after-free of resource->name
Yang Yingliang
2019-02-10
3
-4
/
+11
*
|
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-03-06
9
-629
/
+300
|
\
\
|
*
|
hpet: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-26
1
-5
/
+2
|
*
|
char: lp: mark expected switch fall-through
Gustavo A. R. Silva
2019-02-13
1
-2
/
+2
|
*
|
Merge 5.0-rc4 into char-misc-next
Greg Kroah-Hartman
2019-01-28
3
-81
/
+124
|
|
\
|
|
*
|
mbcs: add .owner to mbcs struct file_operations
Naveen Kumar Parna
2019-01-22
1
-0
/
+1
|
*
|
applicom: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
2019-01-22
1
-11
/
+24
|
*
|
hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enable
Buland Singh
2019-01-22
1
-1
/
+1
|
*
|
efirtc: remove unnecessary code efi_rtc_open & efi_rtc_close
Naveen Kumar Parna
2019-01-22
1
-23
/
+0
|
*
|
powerpc: Adopt nvram module for PPC64
Finn Thain
2019-01-22
1
-0
/
+4
|
*
|
char/generic_nvram: Remove as unused
Finn Thain
2019-01-22
2
-165
/
+1
|
*
|
powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM
Finn Thain
2019-01-22
1
-10
/
+9
|
*
|
powerpc: Implement nvram ioctls
Finn Thain
2019-01-22
1
-0
/
+38
|
*
|
char/nvram: Add "devname:nvram" module alias
Finn Thain
2019-01-22
1
-0
/
+1
|
*
|
m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...
Finn Thain
2019-01-22
1
-1
/
+2
|
*
|
char/nvram: Implement NVRAM read/write methods
Finn Thain
2019-01-22
1
-46
/
+74
|
*
|
char/nvram: Allow the set_checksum and initialize ioctls to be omitted
Finn Thain
2019-01-22
1
-30
/
+40
|
*
|
char/nvram: Adopt arch_nvram_ops
Finn Thain
2019-01-22
1
-6
/
+24
|
*
|
powerpc: Replace nvram_* extern declarations with standard header
Finn Thain
2019-01-22
1
-0
/
+1
|
*
|
nvram: Replace nvram_* function exports with static functions
Finn Thain
2019-01-22
1
-22
/
+5
|
*
|
char/nvram: Re-order functions to remove forward declarations and #ifdefs
Finn Thain
2019-01-22
1
-95
/
+72
|
*
|
m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
Finn Thain
2019-01-22
1
-245
/
+35
|
*
|
scsi/atari_scsi: Don't select CONFIG_NVRAM
Finn Thain
2019-01-22
1
-4
/
+1
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-06
1
-2
/
+0
|
\
\
\
|
*
|
|
agp: efficeon: no need to set PG_reserved on GATT tables
David Hildenbrand
2019-03-06
1
-2
/
+0
*
|
|
|
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2019-03-06
3
-0
/
+322
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
hwrng: make symbol 'optee_rng_id_table' static
Wei Yongjun
2019-02-20
1
-1
/
+1
|
*
|
|
hwrng: Fix unsigned comparison with less than zero
YueHaibing
2019-02-20
1
-2
/
+2
|
*
|
|
hwrng: optee: Initialize some structs using memset instead of braces
Nathan Chancellor
2019-02-20
1
-5
/
+13
|
*
|
|
Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/l...
Arnd Bergmann
2019-02-15
3
-0
/
+314
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
[next]