Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8be09029940227d30ae310bb3fe25bc8abbfe140
/
drivers
/
char
fbe173e
Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 7 years ago
4b3f1a1
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
3c8ba0d
kernel.h: Retain constant expression output for max()/min()
by Kees Cook
· 7 years ago
06dd3df
Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
9eb3122
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
0c21fd6
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 7 years ago
cc5ada7c
Merge tag 'for-linus-4.17' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 7 years ago
b5b3820
/dev/mem: Avoid overwriting "err" in read_mem()
by Kees Cook
· 7 years ago
c6185e2
ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 servers
by Helge Deller
· 7 years ago
64f5fdd
char: remove blackfin OTP driver
by Arnd Bergmann
· 7 years ago
315e80e
char: remove tile-srom.c
by Arnd Bergmann
· 7 years ago
59fc07b
char: remove obsolete ds1302 rtc driver
by Arnd Bergmann
· 7 years ago
eb428ee
hwrng: ks-sa - add hw_random driver
by Vitaly Andrianov
· 7 years ago
2be8ffe
tpm: fix intermittent failure with self tests
by James Bottomley
· 7 years ago
e2fb992
tpm: add retry logic
by James Bottomley
· 7 years ago
0803d7b
tpm: self test failure should not cause suspend to fail
by Chris Chiu
· 7 years ago
076d3564
tpm2: add longer timeouts for creation commands.
by Tomas Winkler
· 7 years ago
09b17f3
tpm_crb: use __le64 annotated variable for response buffer address
by Tomas Winkler
· 7 years ago
62c09e1
tpm: fix buffer type in tpm_transmit_cmd
by Winkler, Tomas
· 7 years ago
65520d4
tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
by Winkler, Tomas
· 7 years ago
888d867
tpm: cmd_ready command can be issued only after granting locality
by Tomas Winkler
· 7 years ago
a6ab640
hwrng: mxc-rnga - add driver support on boards with device tree
by Vladimir Zapolskiy
· 7 years ago
3ba9fae
char: nvram: disable on ARM
by Alexandre Belloni
· 7 years ago
c4ccc89
PCI: Add Altera vendor ID
by Johannes Thumshirn
· 7 years ago
f002612
ipmi_ssif: Fix kernel panic at msg_done_handler
by Kamlakant Patel
· 7 years ago
bc48fa1
ipmi:pci: Blacklist a Realtek "IPMI" device
by Corey Minyard
· 7 years ago
4876234
ipmi: Remove ACPI SPMI probing from the system interface driver
by Corey Minyard
· 7 years ago
4866b1d
ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
by Corey Minyard
· 7 years ago
b166be0
hwrng: omap - Fix clock resource by adding a register clock
by Gregory CLEMENT
· 7 years ago
10bc320
hwrng: omap - Remove useless test before clk_disable_unprepare
by Gregory CLEMENT
· 7 years ago
cf03868
hwrng: cavium - make two functions static
by Colin Ian King
· 7 years ago
532ed92
ipmi: missing error code in try_smi_init()
by Dan Carpenter
· 7 years ago
e8824ba
ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculation
by Colin Ian King
· 7 years ago
71404a2
ipmi: Consolidate cleanup code
by Corey Minyard
· 7 years ago
da18e2c
ipmi: Remove some unnecessary initializations
by Corey Minyard
· 7 years ago
cc095f0
ipmi: Fix some error cleanup issues
by Corey Minyard
· 7 years ago
279f4f8
hwrng: stm32 - rework read timeout calculation
by lionel.debieve@st.com
· 7 years ago
529571e
hwrng: stm32 - allow disable clock error detection
by lionel.debieve@st.com
· 7 years ago
326ed38
hwrng: stm32 - add reset during probe
by lionel.debieve@st.com
· 7 years ago
9e7002a
char: rtc: remove unused rtc_control() API
by Alexandre Belloni
· 7 years ago
5e747dd
drivers/char/random.c: remove unused dont_count_entropy
by Rasmus Villemoes
· 7 years ago
e8e8a2e
random: optimize add_interrupt_randomness
by Andi Kleen
· 7 years ago
9f886f4
random: use a tighter cap in credit_entropy_bits_safe()
by Theodore Ts'o
· 8 years ago
243ac21
ipmi: Add or fix SPDX-License-Identifier in all files
by Corey Minyard
· 7 years ago
3be2327
tpm: fix potential buffer overruns caused by bit glitches on the bus
by Jeremy Boone
· 7 years ago
6d24cd1
tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus
by Jeremy Boone
· 7 years ago
9b8cb28
tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the bus
by Jeremy Boone
· 7 years ago
f9d4d9b
tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus
by Jeremy Boone
· 7 years ago
6bb320c
tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
by Jeremy Boone
· 7 years ago
c5b2409
ipmi: Re-use existing macros for built-in properties
by Andy Shevchenko
· 7 years ago
ad2575f
ipmi:pci: Make the PCI defines consistent with normal Linux ones
by Corey Minyard
· 7 years ago
3b6d082f0
ipmi: kcs_bmc: coding-style fixes and use new poll type
by Haiyue Wang
· 7 years ago
aaf1bbe
ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_data
by Gustavo A. R. Silva
· 7 years ago
be2ed20
ipmi: add an Aspeed KCS IPMI BMC driver
by Haiyue Wang
· 7 years ago
20d60f61
ipmi: add a KCS IPMI BMC driver
by Haiyue Wang
· 7 years ago
7b4c5d3
hwrng: bcm2835 - Handle deferred clock properly
by Stefan Wahren
· 7 years ago
40b776a
hwrng: imx-rngc - make symbol imx_rngc_pm_ops static
by weiyongjun \(A\)
· 7 years ago
d4667ca
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
b399151
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
by Jia Zhang
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
105cf3c
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
4bf772b
Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
f6cff79
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
47fcc03
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
a103950
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
ae0cb7b
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
4c6790c
Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
c4fc5d6
hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()
by weiyongjun \(A\)
· 7 years ago
9ff6576
char: lp: use true or false for boolean values
by Gustavo A. R. Silva
· 7 years ago
e45af3d
ipmi_ssif: Remove duplicate NULL check
by Andy Shevchenko
· 7 years ago
e749d32
ipmi/powernv: Fix error return code in ipmi_powernv_probe()
by Wei Yongjun
· 7 years ago
5516e21
ipmi: use dynamic memory for DMI driver override
by John Garry
· 7 years ago
cd0bb67
hwrng: imx-rngc - simplify the power management definitions
by Martin Kaiser
· 7 years ago
2273f42
hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()
by weiyongjun \(A\)
· 7 years ago
a8bc71d
hwrng: exynos - Signedness bug in exynos_trng_do_read()
by Dan Carpenter
· 7 years ago
4565da7
hwrng: mediatek - Setup default RNG quality
by Sean Wang
· 7 years ago
37c46ca
ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driver
by Jeremy Kerr
· 7 years ago
bd1c06a
ipmi: Clear smi_info->thread to prevent use-after-free during module unload
by Masamitsu Yamazaki
· 7 years ago
067ddab
agp: sworks: Deprecate pci_get_bus_and_slot()
by Sinan Kaya
· 7 years ago
84f8cbf
agp: nvidia: Deprecate pci_get_bus_and_slot()
by Sinan Kaya
· 7 years ago
74d83a5
char: xillybus: remove direct dependency on DT functions
by Rob Herring
· 7 years ago
c828a89
treewide: Use DEVICE_ATTR_RO
by Joe Perches
· 7 years ago
1b4254c
ipmi: use correct string length
by Xiongfeng Wang
· 7 years ago
68021bf
tpm: remove unused variables
by Arnd Bergmann
· 7 years ago
b4f2082
tpm: remove unused data fields from I2C and OF device ID tables
by Javier Martinez Canillas
· 7 years ago
6c9f0ce
tpm: only attempt to disable the LPC CLKRUN if is already enabled
by Javier Martinez Canillas
· 7 years ago
5fc0bea
tpm: follow coding style for variable declaration in tpm_tis_core_init()
by Javier Martinez Canillas
· 7 years ago
764325a
tpm: delete the TPM_TIS_CLK_ENABLE flag
by Javier Martinez Canillas
· 7 years ago
b3e958c
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
by Azhar Shaikh
· 7 years ago
c382bab
tpm_tis: Move ilb_base_addr to tpm_tis_data
by Azhar Shaikh
· 7 years ago
0b66f2a
tpm2-cmd: allow more attempts for selftest execution
by Alexander.Steffen@infineon.com
· 7 years ago
095531f
tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
by Javier Martinez Canillas
· 7 years ago
6e592a0
tpm: Move Linux RNG connection to hwrng
by Jason Gunthorpe
· 7 years ago
aad887f
tpm: use struct tpm_chip for tpm_chip_find_get()
by Jarkko Sakkinen
· 7 years ago
58cc1e4
tpm: parse TPM event logs based on EFI table
by Thiebaud Weksteen
· 7 years ago
67cb8e1
tpm: rename event log provider files
by Thiebaud Weksteen
· 7 years ago
fd3ec36
tpm: move tpm_eventlog.h outside of drivers folder
by Thiebaud Weksteen
· 7 years ago
5ef924d
tpm: use tpm_msleep() value as max delay
by Nayna Jain
· 7 years ago
cf151a9
tpm: reduce tpm polling delay in tpm_tis_core
by Nayna Jain
· 7 years ago
Next »