Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
78a1287b35dae35d908551830ff192e88e6bd670
/
drivers
/
char
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
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
6cd225cc
hwrng: exynos - add Samsung Exynos True RNG driver
by Łukasz Stelmach
· 7 years ago
b6a0941
Merge 4.15-rc6 into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
0e4b529
hwrng: core - Clean up RNG list when last hwrng is unregistered
by Gary R Hook
· 7 years ago
6a9991b
Merge tag 'drm-intel-next-2017-12-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
by Dave Airlie
· 7 years ago
22ec1a2
/dev/mem: Add bounce buffer for copy-out
by Kees Cook
· 7 years ago
87cdfdd
tpm: move wait_for_tpm_stat() to respective driver files
by Nayna Jain
· 7 years ago
174134a
ipmi_si: Fix error handling of platform device
by Corey Minyard
· 7 years ago
7195a5a
ipmi watchdog: fix typo in parameter description
by Wei Yongjun
· 7 years ago
180153e
ipmi_si_platform: Fix typo in parameter description
by Wei Yongjun
· 7 years ago
b7128ef
drm/i915: prefer resource_size_t for everything stolen
by Matthew Auld
· 7 years ago
7789422
drm/i915: make dsm struct resource centric
by Matthew Auld
· 7 years ago
bfb529e
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 7 years ago
51614b26
ipmi_si: fix crash on parisc
by Mikulas Patocka
· 7 years ago
1ac8aa8
ipmi_si: Fix oops with PCI devices
by Corey Minyard
· 7 years ago
8516673
agp/intel: Flush all chipset writes after updating the GGTT
by Chris Wilson
· 7 years ago
4f7f555
ipmi: Stop timers before cleaning up the module
by Masamitsu Yamazaki
· 7 years ago
9f480fa
crypto: chacha20 - Fix keystream alignment for chacha20_block()
by Eric Biggers
· 7 years ago
0c2616a
hwrng: bcm63xx - Remove since bcm2835-rng takes over
by Florian Fainelli
· 7 years ago
8705f24
hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platforms
by Florian Fainelli
· 7 years ago
6f09359
hwrng: bcm2835 - Add Broadcom MIPS I/O accessors
by Florian Fainelli
· 7 years ago
abd4202
hwrng: bcm2835 - Abstract I/O accessors
by Florian Fainelli
· 7 years ago
791af4f
hwrng: bcm2835 - Manage an optional clock
by Florian Fainelli
· 7 years ago
04b154f
hwrng: bcm2835 - Rework interrupt masking
by Florian Fainelli
· 7 years ago
16a4c04
hwrng: bcm2835 - Use device managed helpers
by Florian Fainelli
· 7 years ago
ec94bca
hwrng: bcm2835 - Implementation cleanup callback
by Florian Fainelli
· 7 years ago
a815777
hwrng: bcm2835 - Move enabling to hwrng::init
by Florian Fainelli
· 7 years ago
b788479
hwrng: bcm2835 - Define a driver private context
by Florian Fainelli
· 7 years ago
21bb0ef
hwrng: bcm2835 - Obtain base register via resource
by Florian Fainelli
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 8 years ago
9a45048
lp: support 64-bit time_t user space
by Arnd Bergmann
· 7 years ago
02fc87b
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
24ed960
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
by Kees Cook
· 7 years ago
93f30c7
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
2bf16b7
Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
be62a32
x86/mm: Limit mmap() of /dev/mem to valid physical addresses
by Craig Bergstrom
· 7 years ago
7c225c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
4950276
kmemcheck: remove annotations
by Levin, Alexander (Sasha Levin)
· 7 years ago
6363b3f
Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
37dc795
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
2bcc673
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8e9a2db
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
55b3a0c
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
24219d2
ipmi: get rid of pointless access_ok()
by Al Viro
· 7 years ago
c3577f61
hwrng: iproc-rng200 - Add support for BCM7278
by Florian Fainelli
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
e5cc6e7
hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resume
by Jim Quigley
· 7 years ago
142a27f
hwrng: core - Reset user selected rng by writing "" to rng_current
by PrasannaKumar Muralidharan
· 7 years ago
c8dd5e4
hwrng: xgene - Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
ab387f0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Herbert Xu
· 7 years ago
200d24d
hwrng/xgene-rng: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
Next »