Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5c7e372caa35d303e414caeb64ee2243fd3cac3d
/
drivers
/
char
5af7f11
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
039cd25
Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 6 years ago
45763bf
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
8dcd175
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
384d11f
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 6 years ago
750b317
agp: efficeon: no need to set PG_reserved on GATT tables
by David Hildenbrand
· 6 years ago
63bdf42
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
984798d
hwrng: bcm2835 - fix probe as platform device
by Jonas Gorski
· 6 years ago
401c9bd
hpet: Use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
0389035
ipmi_si: Potential array underflow in hotmod_handler()
by Dan Carpenter
· 6 years ago
90b2d4f
ipmi_si: Remove hacks for adding a dummy platform devices
by Corey Minyard
· 6 years ago
e17c657
ipmi_si: Consolidate scanning the platform bus
by Corey Minyard
· 6 years ago
bdb57b7
ipmi_si: Remove hotmod devices on removal and exit
by Corey Minyard
· 6 years ago
1a84df2
ipmi_si: Remove hardcode IPMI devices by scanning the platform bus
by Corey Minyard
· 6 years ago
3bb8ea4
ipmi_si: Switch hotmod to use a platform device
by Corey Minyard
· 6 years ago
3cd83ba
ipmi: Consolidate the adding of platform devices
by Corey Minyard
· 6 years ago
f6296bd
ipmi_si: Rename addr_type to addr_space to match what it does
by Corey Minyard
· 6 years ago
f25eb44
ipmi_si: Convert some types into unsigned
by Corey Minyard
· 6 years ago
41b766d
ipmi_si: Fix crash when using hard-coded device
by Corey Minyard
· 6 years ago
4f64020
hwrng: make symbol 'optee_rng_id_table' static
by Wei Yongjun
· 6 years ago
8deed84
hwrng: Fix unsigned comparison with less than zero
by YueHaibing
· 6 years ago
56410c0
hwrng: optee: Initialize some structs using memset instead of braces
by Nathan Chancellor
· 6 years ago
dea73a3
Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/drivers
by Arnd Bergmann
· 6 years ago
ca5dc2d
char: lp: mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
50a81b6
tpm/ppi: Enable submission of optional command parameter for PPI 1.3
by Stefan Berger
· 6 years ago
8b60c79
tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is used
by Stefan Berger
· 6 years ago
9d4023e
tpm/ppi: Display up to 101 operations as define for version 1.3
by Stefan Berger
· 6 years ago
09fe1b4
tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1
by Stefan Berger
· 6 years ago
587bad7
tpm/ppi: pass function revision ID to tpm_eval_dsm()
by Stefan Berger
· 6 years ago
0b6cf6b
tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()
by Roberto Sassu
· 6 years ago
901615c
tpm: move tpm_chip definition to include/linux/tpm.h
by Roberto Sassu
· 6 years ago
879b589
tpm: retrieve digest size of unknown algorithms with PCR read
by Roberto Sassu
· 6 years ago
aa04247
tpm: rename and export tpm2_digest and tpm2_algorithms
by Roberto Sassu
· 6 years ago
bcfff83
tpm: dynamically allocate the allocated_banks array
by Roberto Sassu
· 6 years ago
47a6c28
tpm: remove @flags from tpm_transmit()
by Jarkko Sakkinen
· 6 years ago
a3fbfae
tpm: take TPM chip power gating out of tpm_transmit()
by Jarkko Sakkinen
· 6 years ago
719b7d8
tpm: introduce tpm_chip_start() and tpm_chip_stop()
by Jarkko Sakkinen
· 6 years ago
2f25740
tpm: remove TPM_TRANSMIT_UNLOCKED flag
by Jarkko Sakkinen
· 6 years ago
2677ca9
tpm: use tpm_try_get_ops() in tpm-sysfs.c.
by Jarkko Sakkinen
· 6 years ago
5faafba
tpm: remove @space from tpm_transmit()
by Jarkko Sakkinen
· 6 years ago
29b47ce
tpm: move TPM space code out of tpm_transmit()
by Jarkko Sakkinen
· 6 years ago
c3465a3
tpm: move tpm_validate_commmand() to tpm2-space.c
by Jarkko Sakkinen
· 6 years ago
304ff67
tpm: clean up tpm_try_transmit() error handling flow
by Jarkko Sakkinen
· 6 years ago
c4df71d
tpm: encapsulate tpm_dev_transmit()
by Jarkko Sakkinen
· 6 years ago
720b071
tpm: access command header through struct in tpm_try_transmit()
by Jarkko Sakkinen
· 6 years ago
b34b77a
tpm: declare struct tpm_header
by Jarkko Sakkinen
· 6 years ago
aff0c20
tpm: print tpm2_commit_space() error inside tpm2_commit_space()
by Jarkko Sakkinen
· 6 years ago
4148467
tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
by Jarkko Sakkinen
· 6 years ago
c628610
tpm: fix invalid return value in pubek_show()
by Jarkko Sakkinen
· 6 years ago
412eb58
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
by Jarkko Sakkinen
· 6 years ago
36ce089
tpm: don't return bool from update_timeouts
by Jerry Snitselaar
· 6 years ago
08a8112
tpm: don't print error message in tpm_transmit_cmd when tpm still testing
by Jerry Snitselaar
· 6 years ago
c8faabf
tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2
by Roberto Sassu
· 6 years ago
64494d3
tpm: Fix off-by-one when reading binary_bios_measurements
by Jia Zhang
· 6 years ago
bb3b6b0
tpm: Simplify the measurements loop
by Jia Zhang
· 6 years ago
442601e
tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete
by Jarkko Sakkinen
· 6 years ago
f5595f5
tpm: Unify the send callback behaviour
by Jarkko Sakkinen
· 6 years ago
f320439
ipmi: Use dedicated API for copying a UUID
by Andy Shevchenko
· 6 years ago
16ccdb5
ipmi: Use defined constant for UUID representation
by Andy Shevchenko
· 6 years ago
83af419
ipmi:ssif: Change some pr_xxx to dev_xxx calls
by Corey Minyard
· 6 years ago
42c7c6e
ipmi: kcs_bmc: handle devm_kasprintf() failure case
by Nicholas Mc Guire
· 6 years ago
95ac0da
ipmi: Fix return value when a message is truncated
by Corey Minyard
· 6 years ago
d5a2197
ipmi: clean an indentation issue, remove extraneous space
by Colin Ian King
· 6 years ago
e1891cf
ipmi: Make the smi watcher be disabled immediately when not needed
by Corey Minyard
· 6 years ago
c65ea99
ipmi: Fix how the lower layers are told to watch for messages
by Corey Minyard
· 6 years ago
a1466ec
ipmi: Fix SSIF flag requests
by Corey Minyard
· 6 years ago
401e7e8
ipmi_si: fix use-after-free of resource->name
by Yang Yingliang
· 6 years ago
8ab547a
tpm: Fix some name collisions with drivers/char/tpm.h
by Jarkko Sakkinen
· 6 years ago
3d7a850
tpm/tpm_crb: Avoid unaligned reads in crb_recv()
by Jarkko Sakkinen
· 6 years ago
5fe8b1c
hwrng: add OP-TEE based rng driver
by Sumit Garg
· 6 years ago
fdddcfd
Merge 5.0-rc4 into char-misc-next
by Greg Kroah-Hartman
· 6 years ago
d488bd2
Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
aef027d
hwrng: virtio - Avoid repeated init of completion
by David Tolnay
· 6 years ago
913a89f
ipmi: Don't initialize anything in the core until something uses it
by Corey Minyard
· 6 years ago
77f8269
ipmi: fix use-after-free of user->release_barrier.rda
by Yang Yingliang
· 6 years ago
479d6b3
ipmi: Prevent use-after-free in deliver_response
by Fred Klassen
· 6 years ago
a7102c7
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
by Gustavo A. R. Silva
· 6 years ago
7d6380cd
ipmi:ssif: Fix handling of multi-part return messages
by Corey Minyard
· 6 years ago
f9f7bb9
mbcs: add .owner to mbcs struct file_operations
by Naveen Kumar Parna
· 6 years ago
d7ac3c6
applicom: Fix potential Spectre v1 vulnerabilities
by Gustavo A. R. Silva
· 6 years ago
24d48a6
hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enable
by Buland Singh
· 6 years ago
db6e863
efirtc: remove unnecessary code efi_rtc_open & efi_rtc_close
by Naveen Kumar Parna
· 6 years ago
20e07af
powerpc: Adopt nvram module for PPC64
by Finn Thain
· 6 years ago
537f328
char/generic_nvram: Remove as unused
by Finn Thain
· 6 years ago
f9c3a57
powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM
by Finn Thain
· 6 years ago
95ac14b
powerpc: Implement nvram ioctls
by Finn Thain
· 6 years ago
7fc0ac0
char/nvram: Add "devname:nvram" module alias
by Finn Thain
· 6 years ago
666047f
m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
by Finn Thain
· 6 years ago
109b3a8
char/nvram: Implement NVRAM read/write methods
by Finn Thain
· 6 years ago
2d58636
char/nvram: Allow the set_checksum and initialize ioctls to be omitted
by Finn Thain
· 6 years ago
d5bbb50
char/nvram: Adopt arch_nvram_ops
by Finn Thain
· 6 years ago
a156c7b
powerpc: Replace nvram_* extern declarations with standard header
by Finn Thain
· 6 years ago
1278cf6
nvram: Replace nvram_* function exports with static functions
by Finn Thain
· 6 years ago
cb8d800
char/nvram: Re-order functions to remove forward declarations and #ifdefs
by Finn Thain
· 6 years ago
437ace3
m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
by Finn Thain
· 6 years ago
83d2aed
scsi/atari_scsi: Don't select CONFIG_NVRAM
by Finn Thain
· 6 years ago
701956d
char/mwave: fix potential Spectre v1 vulnerability
by Gustavo A. R. Silva
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
74673fc
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
28e8c4b
Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 6 years ago
Next »