index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-07
jbd2: add todo for a fast commit performance optimization
Harshad Shirwadkar
1
-0
/
+9
2020-11-07
jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
Harshad Shirwadkar
3
-5
/
+11
2020-11-07
jbd2: don't use state lock during commit path
Harshad Shirwadkar
2
-10
/
+6
2020-11-07
jbd2: drop jbd2_fc_init documentation
Harshad Shirwadkar
1
-4
/
+2
2020-11-07
ext4: clean up the JBD2 API that initializes fast commits
Harshad Shirwadkar
5
-58
/
+65
2020-11-07
jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
Harshad Shirwadkar
7
-15
/
+20
2020-11-07
ext4: fixup ext4_fc_track_* functions' signature
Harshad Shirwadkar
5
-63
/
+74
2020-11-07
ext4: drop redundant calls ext4_fc_track_range
Harshad Shirwadkar
2
-9
/
+0
2020-11-07
ext4: mark fc ineligible if inode gets evictied due to mem pressure
Harshad Shirwadkar
4
-6
/
+8
2020-11-07
ext4: describe fast_commit feature flags
Harshad Shirwadkar
3
-0
/
+20
2020-11-07
ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
Joseph Qi
1
-0
/
+1
2020-11-07
ext4: silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2020-11-07
MAINTAINERS: add missing file in ext4 entry
Chao Yu
1
-0
/
+1
2020-11-07
ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA
Kaixu Xia
1
-2
/
+2
2020-11-06
net/sunrpc: return 0 on attempt to write to "transports"
Dan Carpenter
1
-1
/
+1
2020-11-06
proc "seq files": switch to ->read_iter
Christoph Hellwig
1
-1
/
+1
2020-11-06
proc "single files": switch to ->read_iter
Greg Kroah-Hartman
1
-1
/
+1
2020-11-06
proc/stat: switch to ->read_iter
Christoph Hellwig
1
-1
/
+1
2020-11-06
proc/cpuinfo: switch to ->read_iter
Christoph Hellwig
1
-1
/
+1
2020-11-06
proc: wire up generic_file_splice_read for iter ops
Christoph Hellwig
1
-0
/
+2
2020-11-06
seq_file: add seq_read_iter
Christoph Hellwig
2
-13
/
+33
2020-11-06
fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()
Eric Biggers
1
-3
/
+1
2020-11-06
null_blk: Fix scheduling in atomic with zoned mode
Damien Le Moal
2
-17
/
+32
2020-11-06
tty: fix crash in release_tty if tty->port is not set
Matthias Reichl
1
-2
/
+4
2020-11-06
serial: txx9: add missing platform_driver_unregister() on error in serial_txx...
Qinglang Miao
1
-0
/
+3
2020-11-06
tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabled
Lucas Stach
1
-0
/
+1
2020-11-06
serial: 8250_mtk: Fix uart_get_baud_rate warning
Claire Chang
1
-1
/
+1
2020-11-06
tpm: efi: Don't create binary_bios_measurements file for an empty log
Tyler Hicks
1
-0
/
+5
2020-11-06
tpm_tis: Disable interrupts on ThinkPad T490s
Jerry Snitselaar
1
-2
/
+27
2020-11-06
KVM: arm64: Remove AA64ZFR0_EL1 accessors
Andrew Jones
1
-50
/
+11
2020-11-06
KVM: arm64: Check RAZ visibility in ID register accessors
Andrew Jones
2
-3
/
+26
2020-11-06
KVM: arm64: Consolidate REG_HIDDEN_GUEST/USER
Andrew Jones
2
-20
/
+10
2020-11-06
KVM: arm64: Don't hide ID registers from userspace
Andrew Jones
1
-17
/
+1
2020-11-06
KVM: arm64: Fix build error in user_mem_abort()
Gavin Shan
1
-0
/
+2
2020-11-06
i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED
Michael Wu
1
-27
/
+18
2020-11-06
i2c: designware: call i2c_dw_read_clear_intrbits_slave() once
Michael Wu
1
-6
/
+1
2020-11-06
i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORM
Geert Uytterhoeven
1
-1
/
+1
2020-11-06
i2c: mlxbf: Update author and maintainer email info
Khalil Blaiech
2
-2
/
+2
2020-11-06
i2c: mlxbf: Update reference clock frequency
Khalil Blaiech
1
-6
/
+4
2020-11-06
i2c: mlxbf: Remove unecessary wrapper functions
Khalil Blaiech
1
-111
/
+72
2020-11-06
i2c: mlxbf: Fix resrticted cast warning of sparse
Khalil Blaiech
1
-2
/
+2
2020-11-06
i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call
Khalil Blaiech
1
-0
/
+9
2020-11-06
i2c: sh_mobile: implement atomic transfers
Ulrich Hecht
1
-20
/
+66
2020-11-06
spi: bcm2835: remove use of uninitialized gpio flags variable
Martin Hundebøll
1
-2
/
+1
2020-11-06
USB: apple-mfi-fastcharge: fix reference leak in apple_mfi_fc_set_property
Zhang Qilong
1
-1
/
+3
2020-11-06
usb: mtu3: fix panic in mtu3_gadget_stop()
Macpaul Lin
1
-0
/
+1
2020-11-06
RISC-V: Fix the VDSO symbol generaton for binutils-2.35+
Palmer Dabbelt
3
-9
/
+16
2020-11-06
RISC-V: Use non-PGD mappings for early DTB access
Anup Patel
1
-0
/
+14
2020-11-06
riscv: uaccess: fix __put_kernel_nofault()
Changbin Du
1
-1
/
+1
2020-11-06
riscv: fix pfn_to_virt err in do_page_fault().
Liu Shaohua
1
-1
/
+3
[prev]
[next]