index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-14
clocksource: Make negative motion detection more robust
Thomas Gleixner
1
-0
/
+2
2024-12-14
timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING
Thomas Gleixner
1
-15
/
+0
2024-12-14
misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle
Parker Newman
1
-0
/
+11
2024-12-14
usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag
Xu Yang
1
-0
/
+1
2024-12-14
PCI: Detect and trust built-in Thunderbolt chips
Esther Shimanovich
1
-0
/
+6
2024-12-14
leds: class: Protect brightness_show() with led_cdev->led_access mutex
Mukesh Ojha
1
-1
/
+1
2024-12-14
bpf: Prevent tailcall infinite loop caused by freplace
Leon Hwang
1
-4
/
+13
2024-12-14
fanotify: allow reporting errors on failure to open fd
Amir Goldstein
1
-0
/
+1
2024-12-14
mmc: core: Add SD card quirk for broken poweroff notification
Keita Aihara
1
-0
/
+1
2024-12-14
HID: add per device quirk to force bind to hid-generic
Benjamin Tissoires
1
-0
/
+2
2024-12-14
cleanup: Adjust scoped_guard() macros to avoid potential warning
Przemek Kitszel
1
-10
/
+42
2024-12-14
block: RCU protect disk->conv_zones_bitmap
Damien Le Moal
1
-1
/
+1
2024-12-14
epoll: annotate racy check
Christian Brauner
1
-1
/
+1
2024-12-14
mm: open-code PageTail in folio_flags() and const_folio_flags()
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-12-14
stackdepot: fix stack_depot_save_flags() in NMI context
Marco Elver
1
-3
/
+3
2024-12-14
io_uring: Change res2 parameter type in io_uring_cmd_done
Bernd Schubert
1
-2
/
+2
2024-12-14
scatterlist: fix incorrect func name in kernel-doc
Randy Dunlap
1
-1
/
+1
2024-12-14
i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIRED
Frank Li
1
-2
/
+5
2024-12-14
i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITS
Frank Li
1
-1
/
+3
2024-12-14
f2fs: fix to adjust appropriate length for fiemap
Zhiguo Niu
1
-0
/
+1
2024-12-14
mmc: sd: SDUC Support Recognition
Avri Altman
2
-1
/
+2
2024-12-09
mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address ...
Adrian Huang
1
-3
/
+9
2024-12-09
util_macros.h: fix/rework find_closest() macros
Alexandru Ardelean
1
-16
/
+40
2024-12-05
block: always verify unfreeze lock on the owner task
Ming Lei
1
-0
/
+4
2024-12-05
Rename .data.once to .data..once to fix resetting WARN*_ONCE
Masahiro Yamada
3
-6
/
+6
2024-12-05
Rename .data.unlikely to .data..unlikely
Masahiro Yamada
1
-1
/
+1
2024-12-05
block: return unsigned int from bdev_io_min
Christoph Hellwig
1
-1
/
+1
2024-12-05
block: model freeze & enter queue as lock for supporting lockdep
Ming Lei
1
-0
/
+6
2024-12-05
blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs
Ming Lei
1
-0
/
+2
2024-12-05
kfifo: don't include dma-mapping.h in kfifo.h
Christoph Hellwig
1
-1
/
+0
2024-12-05
locking/lockdep: Avoid creating new name string literals in lockdep_set_subcl...
Ahmed Ehab
1
-1
/
+1
2024-12-05
Compiler Attributes: disable __counted_by for clang < 19.1.3
Jan Hendrik Farr
2
-13
/
+19
2024-12-05
KVM: x86: switch hugepage recovery thread to vhost_task
Paolo Bonzini
1
-6
/
+0
2024-12-05
f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflow
Chao Yu
1
-3
/
+3
2024-12-05
nfs_common: must not hold RCU while calling nfsd_file_put_local
Mike Snitzer
1
-3
/
+15
2024-12-05
netpoll: Use rcu_access_pointer() in netpoll_poll_lock
Breno Leitao
1
-1
/
+1
2024-12-05
bpf: Add kernel symbol for struct_ops trampoline
Xu Kuohai
1
-1
/
+2
2024-12-05
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
1
-0
/
+6
2024-12-05
platform/x86/intel/pmt: allow user offset for PMT callbacks
Michael J. Ruhl
1
-1
/
+2
2024-12-05
of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
Usama Arif
1
-2
/
+3
2024-12-05
rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RT
Eder Zulian
1
-8
/
+7
2024-12-05
locking/rt: Add sparse annotation PREEMPT_RT's sleeping locks.
Sebastian Andrzej Siewior
2
-9
/
+9
2024-12-05
sched/ext: Remove sched_fork() hack
Thomas Gleixner
1
-1
/
+0
2024-12-05
kcsan, seqlock: Fix incorrect assumption in read_seqbegin()
Marco Elver
1
-11
/
+1
2024-12-05
kcsan, seqlock: Support seqcount_latch_t
Marco Elver
1
-15
/
+71
2024-12-05
time: Fix references to _msecs_to_jiffies() handling of values
Miguel Ojeda
1
-1
/
+1
2024-12-05
cleanup: Remove address space of returned pointer
Uros Bizjak
1
-2
/
+2
2024-12-05
crypto: hisilicon/qm - disable same error report before resetting
Weili Qian
1
-1
/
+7
2024-12-05
fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()
John Garry
1
-1
/
+1
2024-12-05
block/fs: Pass an iocb to generic_atomic_write_valid()
John Garry
1
-1
/
+1
[next]