index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
compaction.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-29
printk: Declare log_wait properly
Thomas Gleixner
2
-2
/
+3
2022-09-29
printk: Make pr_flush() static
Thomas Gleixner
2
-9
/
+3
2022-07-15
printk: do not wait for consoles when suspended
John Ogness
1
-2
/
+11
2022-06-23
Revert "printk: add functions to prefer direct printing"
Petr Mladek
9
-78
/
+2
2022-06-23
Revert "printk: add kthread console printers"
Petr Mladek
2
-309
/
+22
2022-06-23
Revert "printk: extend console_lock for per-console locking"
Petr Mladek
2
-220
/
+56
2022-06-23
Revert "printk: remove @console_locked"
Petr Mladek
1
-14
/
+15
2022-06-23
Revert "printk: Block console kthreads when direct printing will be required"
Petr Mladek
1
-3
/
+1
2022-06-23
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
6
-47
/
+0
2022-06-15
printk: Wait for the global console lock when the system is going down
Petr Mladek
6
-0
/
+47
2022-06-15
printk: Block console kthreads when direct printing will be required
Petr Mladek
1
-1
/
+3
2022-05-27
Revert "printk: wake up all waiters"
John Ogness
1
-1
/
+1
2022-05-25
linux/types.h: reinstate "__bitwise__" macro for user space use
Linus Torvalds
1
-0
/
+3
2022-05-25
media: lirc: revert removal of unused feature flags
Sean Young
1
-0
/
+7
2022-05-24
ext4: only allow test_dummy_encryption when supported
Eric Biggers
2
-28
/
+38
2022-05-24
ext4: fix bug_on in __es_tree_search
Baokun Li
1
-5
/
+5
2022-05-24
ext4: avoid cycles in directory h-tree
Jan Kara
1
-3
/
+19
2022-05-24
ext4: verify dir block before splitting it
Jan Kara
1
-11
/
+21
2022-05-24
ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state
Theodore Ts'o
1
-2
/
+3
2022-05-24
gfs2: Convert function bh_get to use iomap
Bob Peterson
1
-5
/
+12
2022-05-24
gfs2: use i_lock spin_lock for inode qadata
Bob Peterson
1
-12
/
+20
2022-05-24
gfs2: Return more useful errors from gfs2_rgrp_send_discards()
Andrew Price
1
-2
/
+2
2022-05-24
gfs2: Use container_of() for gfs2_glock(aspace)
Kees Cook
4
-27
/
+38
2022-05-24
gfs2: Explain some direct I/O oddities
Andreas Gruenbacher
1
-0
/
+4
2022-05-24
lockdown: also lock down previous kgdb use
Daniel Thompson
4
-3
/
+87
2022-05-24
zonefs: Fix zonefs_init_file_inode() return value
Damien Le Moal
1
-2
/
+2
2022-05-23
smack: Remove redundant assignments
Michal Orzel
1
-1
/
+0
2022-05-23
MAINTAINERS: add KEYS-TRUSTED-CAAM
Ahmad Fatoum
1
-0
/
+9
2022-05-23
doc: trusted-encrypted: describe new CAAM trust source
Ahmad Fatoum
1
-1
/
+39
2022-05-23
KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
Ahmad Fatoum
6
-2
/
+109
2022-05-23
crypto: caam - add in-kernel interface for blob generator
Ahmad Fatoum
4
-0
/
+289
2022-05-23
crypto: caam - determine whether CAAM supports blob encap/decap
Ahmad Fatoum
3
-3
/
+19
2022-05-23
KEYS: trusted: allow use of kernel RNG for key material
Ahmad Fatoum
4
-10
/
+57
2022-05-23
KEYS: trusted: allow use of TEE as backend without TCG_TPM support
Ahmad Fatoum
4
-17
/
+42
2022-05-23
tpm: Add field upgrade mode support for Infineon TPM2 modules
Stefan Mahnke-Hartmann
1
-1
/
+5
2022-05-23
tpm: Fix buffer access in tpm2_get_tpm_pt()
Stefan Mahnke-Hartmann
1
-1
/
+10
2022-05-23
char: tpm: cr50_i2c: Suppress duplicated error message in .remove()
Uwe Kleine-König
1
-2
/
+2
2022-05-23
tpm: cr50: Add new device/vendor ID 0x504a6666
Jes B. Klinke
1
-3
/
+4
2022-05-23
tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops
Johannes Holland
6
-161
/
+118
2022-05-23
tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()
Xiu Jianfeng
1
-0
/
+1
2022-05-23
tpm/tpm_ftpm_tee: Return true/false (not 1/0) from bool functions
Haowen Bai
1
-1
/
+1
2022-05-23
certs: Explain the rationale to call panic()
Mickaël Salaün
1
-0
/
+9
2022-05-23
certs: Allow root user to append signed hashes to the blacklist keyring
Mickaël Salaün
2
-21
/
+85
2022-05-23
certs: Check that builtin blacklist hashes are valid
Mickaël Salaün
5
-3
/
+57
2022-05-23
certs: Make blacklist_vet_description() more strict
Mickaël Salaün
1
-10
/
+36
2022-05-23
certs: Factor out the blacklist hash creation
Mickaël Salaün
4
-46
/
+73
2022-05-23
tools/certs: Add print-cert-tbs-hash.sh
Mickaël Salaün
2
-0
/
+92
2022-05-23
landlock: Explain how to support Landlock
Mickaël Salaün
1
-1
/
+28
2022-05-23
landlock: Add design choices documentation for filesystem access rights
Mickaël Salaün
1
-1
/
+16
2022-05-23
landlock: Document good practices about filesystem policies
Mickaël Salaün
1
-0
/
+21
[next]