index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw_random: timeriomem_rng: Allow setting RNG quality from platform data
Rick Altherr
2017-07-07
1
-0
/
+7
*
Merge tag 'v4.10.17' into dev-4.10
Joel Stanley
2017-06-05
12
-107
/
+214
|
\
|
*
ipmi: Fix kernel panic at ipmi_ssif_thread()
Joeseph Chang
2017-05-20
1
-1
/
+3
|
*
tmp: use pdev for parent device in tpm_chip_alloc
Winkler, Tomas
2017-05-14
1
-4
/
+4
|
*
tpm: fix RC value check in tpm2_seal_trusted
Jarkko Sakkinen
2017-05-14
2
-1
/
+6
|
*
virtio-console: avoid DMA from stack
Omar Sandoval
2017-04-21
1
-2
/
+10
|
*
mm: Tighten x86 /dev/mem with zeroing reads
Kees Cook
2017-04-21
1
-30
/
+52
|
*
char: lack of bool string made CONFIG_DEVPORT always on
Max Bires
2017-04-21
1
-1
/
+4
|
*
random: use chacha20 for get_random_int/long
Jason A. Donenfeld
2017-04-12
1
-41
/
+43
|
*
hwrng: geode - Revert managed API changes
Prarit Bhargava
2017-03-30
1
-15
/
+35
|
*
hwrng: amd - Revert managed API changes
Prarit Bhargava
2017-03-30
1
-8
/
+34
|
*
ppdev: fix registering same device name
Sudip Mukherjee
2017-03-30
1
-2
/
+9
|
*
hwrng: omap - Do not access INTMASK_REG on EIP76
Thomas Petazzoni
2017-03-26
1
-1
/
+12
|
*
hwrng: omap - use devm_clk_get() instead of of_clk_get()
Thomas Petazzoni
2017-03-26
1
-1
/
+1
|
*
hwrng: omap - write registers after enabling the clock
Thomas Petazzoni
2017-03-26
1
-1
/
+2
*
|
hwrng: timeriomem: Print error when failing to get resource
Joel Stanley
2017-04-18
1
-1
/
+3
*
|
hwrng: timeriomem - Improve performance for sub-jiffie update periods
Rick Altherr
2017-04-11
1
-41
/
+45
*
|
hwrng: timeriomem - Shorten verbose type and variable names
Rick Altherr
2017-04-11
1
-14
/
+13
*
|
hwrng: timeriomem - Migrate to new API
Rick Altherr
2017-04-11
1
-30
/
+30
*
|
ipmi: bt-bmc: Add ast2500 compatible string
Joel Stanley
2017-03-23
1
-0
/
+1
*
|
ipmi: bt-bmc: Use a regmap for register access
Andrew Jeffery
2017-03-23
2
-22
/
+61
|
/
*
tpm_tis: fix the error handling of init_tis()
Wei Yongjun
2017-03-12
1
-1
/
+1
*
tpm_tis: use default timeout value if chip reports it as zero
Maciej S. Szmigiero
2017-03-12
4
-26
/
+37
*
Revert "hwrng: core - zeroize buffers with random data"
David Daney
2017-02-08
1
-3
/
+0
*
virtio_console: fix a crash in config_work_handler
G. Campana
2017-01-19
1
-1
/
+1
*
ppdev: don't print a free'd string
Colin Ian King
2017-01-11
1
-5
/
+8
*
drivers: char: mem: Fix thinkos in kmem address checks
Robin Murphy
2017-01-11
1
-6
/
+4
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
1
-2
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
28
-28
/
+28
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2016-12-15
1
-7
/
+7
|
\
|
*
virtio_console: drop unused config fields
Michael S. Tsirkin
2016-12-15
1
-7
/
+7
*
|
Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmi
Linus Torvalds
2016-12-14
4
-105
/
+133
|
\
\
|
|
/
|
/
|
|
*
ipmi: create hardware-independent softdep for ipmi_devintf
Martin Wilck
2016-12-12
2
-1
/
+1
|
*
ipmi: Fix sequence number handling
Corey Minyard
2016-11-24
1
-4
/
+5
|
*
ipmi: Pick up slave address from SMBIOS on an ACPI device
Corey Minyard
2016-11-24
2
-3
/
+40
|
*
ipmi_si: Clean up printks
Corey Minyard
2016-11-24
1
-76
/
+54
|
*
Move platform device creation earlier in the initialization
Corey Minyard
2016-11-24
1
-15
/
+31
|
*
ipmi_ssif: Remove an unused module parameter
Corey Minyard
2016-11-07
1
-4
/
+0
|
*
ipmi: Periodically check for events, not messages
Corey Minyard
2016-11-07
1
-2
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-12-14
3
-5
/
+4
|
\
\
|
*
|
tpm: use idr_find(), not idr_find_slowpath()
Matthew Wilcox
2016-12-14
1
-2
/
+2
|
*
|
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
2016-12-14
2
-3
/
+2
*
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2016-12-14
16
-375
/
+519
|
\
\
\
|
*
|
|
tpm: adjust return value of tpm_read_log
Jason Gunthorpe
2016-11-28
1
-2
/
+4
|
*
|
|
tpm: vtpm_proxy: conditionally call tpm_chip_unregister
Jason Gunthorpe
2016-11-28
1
-7
/
+6
|
*
|
|
tpm: Fix handling of missing event log
Jason Gunthorpe
2016-11-28
4
-21
/
+26
|
*
|
|
tpm: Check the bios_dir entry for NULL before accessing it
Stefan Berger
2016-11-28
1
-5
/
+7
|
*
|
|
tpm: return -ENODEV if np is not set
Colin Ian King
2016-11-28
1
-1
/
+1
|
*
|
|
tpm: cleanup of printk error messages
Nayna Jain
2016-11-28
2
-32
/
+13
|
*
|
|
tpm: replace of_find_node_by_name() with dev of_node property
Nayna Jain
2016-11-28
1
-4
/
+2
[next]