index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-23
tpm: fix intermittent failure with self tests
James Bottomley
3
-40
/
+31
2018-03-23
tpm: add retry logic
James Bottomley
2
-15
/
+61
2018-03-23
tpm: self test failure should not cause suspend to fail
Chris Chiu
1
-0
/
+4
2018-03-23
tpm2: add longer timeouts for creation commands.
Tomas Winkler
3
-13
/
+26
2018-03-23
tpm_crb: use __le64 annotated variable for response buffer address
Tomas Winkler
1
-2
/
+3
2018-03-23
tpm: fix buffer type in tpm_transmit_cmd
Winkler, Tomas
2
-5
/
+5
2018-03-23
tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
Winkler, Tomas
1
-2
/
+4
2018-03-23
tpm: cmd_ready command can be issued only after granting locality
Tomas Winkler
3
-47
/
+119
2018-03-16
hwrng: mxc-rnga - add driver support on boards with device tree
Vladimir Zapolskiy
1
-9
/
+14
2018-03-15
char: nvram: disable on ARM
Alexandre Belloni
1
-1
/
+1
2018-03-14
PCI: Add Altera vendor ID
Johannes Thumshirn
1
-1
/
+0
2018-03-13
ipmi_ssif: Fix kernel panic at msg_done_handler
Kamlakant Patel
1
-2
/
+2
2018-03-13
ipmi:pci: Blacklist a Realtek "IPMI" device
Corey Minyard
1
-0
/
+12
2018-03-12
ipmi: Remove ACPI SPMI probing from the system interface driver
Corey Minyard
1
-154
/
+0
2018-03-12
ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
Corey Minyard
1
-105
/
+0
2018-03-09
hwrng: omap - Fix clock resource by adding a register clock
Gregory CLEMENT
1
-0
/
+16
2018-03-09
hwrng: omap - Remove useless test before clk_disable_unprepare
Gregory CLEMENT
1
-4
/
+2
2018-03-09
hwrng: cavium - make two functions static
Colin Ian King
2
-2
/
+2
2018-03-06
ipmi: missing error code in try_smi_init()
Dan Carpenter
1
-0
/
+1
2018-03-06
ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculation
Colin Ian King
1
-2
/
+1
2018-03-06
ipmi: Consolidate cleanup code
Corey Minyard
1
-94
/
+70
2018-03-06
ipmi: Remove some unnecessary initializations
Corey Minyard
1
-5
/
+0
2018-03-06
ipmi: Fix some error cleanup issues
Corey Minyard
1
-4
/
+14
2018-03-03
hwrng: stm32 - rework read timeout calculation
[email protected]
1
-15
/
+10
2018-03-03
hwrng: stm32 - allow disable clock error detection
[email protected]
1
-1
/
+9
2018-03-03
hwrng: stm32 - add reset during probe
[email protected]
1
-0
/
+9
2018-03-01
char: rtc: remove unused rtc_control() API
Alexandre Belloni
1
-83
/
+0
2018-02-28
drivers/char/random.c: remove unused dont_count_entropy
Rasmus Villemoes
1
-28
/
+25
2018-02-28
random: optimize add_interrupt_randomness
Andi Kleen
1
-1
/
+2
2018-02-28
random: use a tighter cap in credit_entropy_bits_safe()
Theodore Ts'o
1
-1
/
+1
2018-02-27
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
22
-206
/
+24
2018-02-26
tpm: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
2
-0
/
+8
2018-02-26
tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-2
/
+2
2018-02-26
tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...
Jeremy Boone
1
-2
/
+3
2018-02-26
tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-2
/
+6
2018-02-26
tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-2
/
+3
2018-02-26
ipmi: Re-use existing macros for built-in properties
Andy Shevchenko
1
-13
/
+5
2018-02-26
ipmi:pci: Make the PCI defines consistent with normal Linux ones
Corey Minyard
1
-17
/
+14
2018-02-26
ipmi: kcs_bmc: coding-style fixes and use new poll type
Haiyue Wang
3
-36
/
+41
2018-02-26
ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_data
Gustavo A. R. Silva
1
-0
/
+1
2018-02-26
ipmi: add an Aspeed KCS IPMI BMC driver
Haiyue Wang
3
-0
/
+332
2018-02-26
ipmi: add a KCS IPMI BMC driver
Haiyue Wang
4
-0
/
+574
2018-02-22
hwrng: bcm2835 - Handle deferred clock properly
Stefan Wahren
1
-0
/
+2
2018-02-15
hwrng: imx-rngc - make symbol imx_rngc_pm_ops static
weiyongjun \(A\)
1
-1
/
+1
2018-02-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
1
-1
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
16
-32
/
+32
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+11
2018-02-01
Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-8
/
+8
2018-02-01
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-32
/
+80
[prev]
[next]