index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
/
irq-gic-v4.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-13
tpm: introduce tpm_chip_start() and tpm_chip_stop()
Jarkko Sakkinen
3
-81
/
+116
2019-02-13
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
6
-38
/
+17
2019-02-13
tpm: use tpm_try_get_ops() in tpm-sysfs.c.
Jarkko Sakkinen
1
-45
/
+78
2019-02-13
tpm: remove @space from tpm_transmit()
Jarkko Sakkinen
8
-53
/
+43
2019-02-13
tpm: move TPM space code out of tpm_transmit()
Jarkko Sakkinen
3
-33
/
+34
2019-02-13
tpm: move tpm_validate_commmand() to tpm2-space.c
Jarkko Sakkinen
3
-64
/
+66
2019-02-13
tpm: clean up tpm_try_transmit() error handling flow
Jarkko Sakkinen
3
-52
/
+45
2019-02-13
tpm: encapsulate tpm_dev_transmit()
Jarkko Sakkinen
1
-7
/
+18
2019-02-13
tpm: access command header through struct in tpm_try_transmit()
Jarkko Sakkinen
1
-2
/
+2
2019-02-13
tpm: declare struct tpm_header
Jarkko Sakkinen
7
-43
/
+34
2019-02-13
tpm: print tpm2_commit_space() error inside tpm2_commit_space()
Jarkko Sakkinen
2
-5
/
+6
2019-02-13
tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
Jarkko Sakkinen
1
-7
/
+6
2019-02-13
tpm: fix invalid return value in pubek_show()
Jarkko Sakkinen
1
-3
/
+2
2019-02-13
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
Jarkko Sakkinen
7
-80
/
+64
2019-02-13
tpm: don't return bool from update_timeouts
Jerry Snitselaar
3
-9
/
+11
2019-02-13
tpm: don't print error message in tpm_transmit_cmd when tpm still testing
Jerry Snitselaar
1
-1
/
+1
2019-02-13
tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2
Roberto Sassu
2
-14
/
+10
2019-02-13
tpm: Fix off-by-one when reading binary_bios_measurements
Jia Zhang
1
-4
/
+4
2019-02-13
tpm: Simplify the measurements loop
Jia Zhang
1
-23
/
+14
2019-02-13
tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete
Jarkko Sakkinen
1
-0
/
+4
2019-02-13
tpm: Unify the send callback behaviour
Jarkko Sakkinen
12
-16
/
+28
2019-02-08
selftests: add TPM 2.0 tests
Jarkko Sakkinen
6
-0
/
+936
2019-02-08
tpm: Fix some name collisions with drivers/char/tpm.h
Jarkko Sakkinen
5
-20
/
+19
2019-02-08
tpm/tpm_crb: Avoid unaligned reads in crb_recv()
Jarkko Sakkinen
1
-6
/
+16
2019-01-30
LSM: SafeSetID: remove unused include
Micah Morton
1
-1
/
+0
2019-01-29
LSM: SafeSetID: 'depend' on CONFIG_SECURITY
Micah Morton
1
-0
/
+2
2019-01-28
LSM: Add 'name' field for SafeSetID in DEFINE_LSM
Micah Morton
1
-0
/
+1
2019-01-25
LSM: add SafeSetID module that gates setid calls
Micah Morton
9
-1
/
+634
2019-01-25
LSM: add SafeSetID module that gates setid calls
Micah Morton
3
-5
/
+29
2019-01-24
tomoyo: Allow multiple use_group lines.
Tetsuo Handa
3
-22
/
+42
2019-01-24
tomoyo: Coding style fix.
Tetsuo Handa
15
-105
/
+309
2019-01-23
tomoyo: Swicth from cred->security to task_struct->security.
Tetsuo Handa
5
-122
/
+108
2019-01-23
security: keys: annotate implicit fall throughs
Mathieu Malaterre
1
-0
/
+4
2019-01-23
security: keys: annotate implicit fall throughs
Mathieu Malaterre
1
-0
/
+3
2019-01-23
security: keys: annotate implicit fall through
Mathieu Malaterre
1
-0
/
+1
2019-01-23
capabilities:: annotate implicit fall through
Mathieu Malaterre
1
-3
/
+1
2019-01-22
apparmor: Adjust offset when accessing task blob.
Tetsuo Handa
1
-1
/
+1
2019-01-21
Linux 5.0-rc3
v5.0-rc3
Linus Torvalds
1
-1
/
+1
2019-01-20
pstore/ram: Avoid allocation and leak of platform data
Kees Cook
1
-6
/
+3
2019-01-20
gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+
Ard Biesheuvel
1
-0
/
+18
2019-01-20
gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP mask
Ard Biesheuvel
1
-2
/
+3
2019-01-20
fix int_sqrt64() for very large numbers
Florian La Roche
1
-1
/
+1
2019-01-20
x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()
Will Deacon
1
-1
/
+1
2019-01-20
bpf: in __bpf_redirect_no_mac pull mac only if present
Willem de Bruijn
2
-10
/
+12
2019-01-20
virtio_net: bulk free tx skbs
Michael S. Tsirkin
1
-6
/
+6
2019-01-19
clang-format: Update .clang-format with the latest for_each macro list
Jason Gunthorpe
1
-1
/
+42
2019-01-19
net: phy: phy driver features are mandatory
Camelia Groza
2
-2
/
+7
2019-01-19
isdn: avm: Fix string plus integer warning from Clang
Nathan Chancellor
1
-1
/
+1
2019-01-19
powerpc: chrp: Use of_node_is_type to access device_type
Rob Herring
1
-2
/
+1
2019-01-19
net/mlx5e: Fix cb_ident duplicate in indirect block register
Eli Britstein
1
-13
/
+16
[next]