index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
extract-module-sig.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-02
iomap: treat a write through cache the same as FUA
Jens Axboe
1
-14
/
+20
2023-08-02
iomap: use an unsigned type for IOMAP_DIO_* defines
Jens Axboe
1
-4
/
+4
2023-08-02
iomap: cleanup up iomap_dio_bio_end_io()
Jens Axboe
1
-15
/
+31
2023-07-17
maple_tree: fix node allocation testing on 32 bit
Liam R. Howlett
1
-3
/
+3
2023-07-17
maple_tree: fix 32 bit mas_next testing
Liam R. Howlett
1
-1
/
+4
2023-07-17
selftests/mm: mkdirty: fix incorrect position of #endif
Colin Ian King
1
-1
/
+1
2023-07-17
maple_tree: set the node limit when creating a new root node
Peng Zhang
1
-1
/
+2
2023-07-17
mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()
Liam R. Howlett
1
-4
/
+5
2023-07-17
prctl: move PR_GET_AUXV out of PR_MCE_KILL
Miguel Ojeda
1
-5
/
+5
2023-07-17
tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs
Lino Sanfilippo
2
-15
/
+92
2023-07-17
tpm/tpm_tis: Disable interrupts for Lenovo L590 devices
Florian Bezdeka
1
-0
/
+8
2023-07-17
tpm: Do not remap from ACPI resources again for Pluton TPM
Valentin David
1
-8
/
+11
2023-07-17
tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th gen
Christian Hesse
1
-0
/
+8
2023-07-17
tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th gen
Christian Hesse
1
-0
/
+8
2023-07-17
security: keys: Modify mismatched function name
Jiapeng Chong
1
-1
/
+1
2023-07-17
tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms
Jerry Snitselaar
1
-0
/
+7
2023-07-17
keys: Fix linking a duplicate key to a keyring's assoc_array
Petr Pavlu
1
-11
/
+24
2023-07-17
tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
Alexander Sverdlin
1
-7
/
+15
2023-07-17
tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytes
Alexander Sverdlin
1
-15
/
+22
2023-07-17
tpm_tis_spi: Release chip select when flow control fails
Peijie Shao
1
-0
/
+8
2023-07-17
tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11
Peter Ujfalusi
1
-0
/
+1
2023-07-17
tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation
Jarkko Sakkinen
1
-23
/
+7
2023-07-17
perf test task_exit: No need for a cycles event to check if we get an PERF_RE...
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-07-17
Linux 6.5-rc2
v6.5-rc2
Linus Torvalds
1
-1
/
+1
2023-07-14
selftests/arm64: fix build failure during the "emit_tests" step
John Hubbard
1
-1
/
+1
2023-07-14
selftests/riscv: fix potential build failure during the "emit_tests" step
John Hubbard
1
-1
/
+1
2023-07-14
cifs: fix mid leak during reconnection after timeout threshold
Shyam Prasad N
1
-4
/
+15
2023-07-14
selftests/mm: give scripts execute permission
Ryan Roberts
8
-0
/
+0
2023-07-14
cifs: is_network_name_deleted should return a bool
Shyam Prasad N
3
-7
/
+14
2023-07-14
block: queue data commands from the flush state machine at the head
Christoph Hellwig
1
-1
/
+1
2023-07-14
tools headers arm64: Sync arm64's cputype.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+8
2023-07-14
tools include UAPI: Sync the sound/asound.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+79
2023-07-14
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+31
2023-07-14
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
2
-0
/
+13
2023-07-14
iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()
Dan Carpenter
1
-1
/
+2
2023-07-14
iommu: Fix crash during syfs iommu_groups/N/type
Jason Gunthorpe
1
-13
/
+14
2023-07-14
tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...
Masami Hiramatsu (Google)
3
-12
/
+14
2023-07-13
tools: timers: fix freq average calculation
Minjie Du
1
-2
/
+1
2023-07-13
selftests/mincore: fix skip condition for check_huge_pages test
Ricardo CaƱuelo
1
-2
/
+2
2023-07-13
blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq
Chengming Zhou
1
-17
/
+30
2023-07-13
sparc: mark __arch_xchg() as __always_inline
Arnd Bergmann
2
-2
/
+2
2023-07-13
MAINTAINERS: Foolishly claim maintainership of string routines
Kees Cook
1
-1
/
+4
2023-07-13
Revert "tracing: Add "(fault)" name injection to kernel probes"
Masami Hiramatsu (Google)
3
-26
/
+9
2023-07-13
tracing/probes: Fix to update dynamic data counter if fetcharg uses it
Masami Hiramatsu (Google)
1
-5
/
+7
2023-07-13
tracing/probes: Fix not to count error code to total length
Masami Hiramatsu (Google)
1
-0
/
+2
2023-07-13
tracing/probes: Fix to avoid double count of the string length on the array
Masami Hiramatsu (Google)
1
-2
/
+2
2023-07-13
fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is running
Masami Hiramatsu (Google)
1
-0
/
+6
2023-07-13
nvme-pci: fix DMA direction of unmapping integrity data
Ming Lei
1
-1
/
+1
2023-07-13
nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices
Christoph Hellwig
1
-3
/
+33
2023-07-13
tracing: Fix memory leak of iter->temp when reading trace_pipe
Zheng Yejian
1
-0
/
+1
[next]