index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
eventfs: Keep the directories from having the same inode number as files
Steven Rostedt (Google)
1
-1
/
+5
2024-05-23
null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'
Yu Kuai
1
-14
/
+26
2024-05-23
irqchip: riscv-imsic: Fixup riscv_ipi_set_virq_range() conflict
Palmer Dabbelt
1
-1
/
+1
2024-05-23
idpf: Interpret .set_channels() input differently
Larysa Zaremba
1
-15
/
+6
2024-05-23
ice: Interpret .set_channels() input differently
Larysa Zaremba
1
-17
/
+2
2024-05-23
drivers/xen: Improve the late XenStore init protocol
Henry Wang
1
-13
/
+23
2024-05-23
nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()
Ryosuke Yasuoka
1
-2
/
+1
2024-05-23
net: relax socket state check at accept time.
Paolo Abeni
1
-1
/
+3
2024-05-23
tcp: remove 64 KByte limit for initial tp->rcv_wnd value
Jason Xing
1
-1
/
+1
2024-05-23
net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()
Romain Gantois
1
-2
/
+12
2024-05-23
tls: fix missing memory barrier in tls_init
Dae R. Jeong
1
-1
/
+9
2024-05-23
net: fec: avoid lock evasion when reading pps_enable
Wei Fang
1
-6
/
+8
2024-05-23
Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"
Jacob Keller
2
-56
/
+3
2024-05-23
doc: ceph: update userspace command to get CephFS metadata
Artem Ikonnikov
1
-6
/
+9
2024-05-23
ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bit
Xiubo Li
1
-1
/
+3
2024-05-23
ceph: check the cephx mds auth access for async dirop
Xiubo Li
2
-0
/
+59
2024-05-23
ceph: check the cephx mds auth access for open
Xiubo Li
1
-2
/
+33
2024-05-23
ceph: check the cephx mds auth access for setattr
Xiubo Li
1
-9
/
+37
2024-05-23
ceph: add ceph_mds_check_access() helper
Xiubo Li
2
-0
/
+167
2024-05-23
ceph: save cap_auths in MDS client when session is opened
Xiubo Li
2
-1
/
+126
2024-05-23
testing: net-drv: use stats64 for testing
Joe Damato
1
-1
/
+1
2024-05-23
ALSA: hda/realtek: fix mute/micmute LEDs don't work for ProBook 440/460 G11.
Andy Chi
1
-0
/
+3
2024-05-23
bcachefs: Fix race path in bch2_inode_insert()
Kent Overstreet
1
-2
/
+1
2024-05-23
bcachefs: Ensure we're RW before journalling
Kent Overstreet
1
-1
/
+3
2024-05-23
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
147
-808
/
+794
2024-05-23
bcachefs: Fix shutdown ordering
Kent Overstreet
2
-1
/
+8
2024-05-23
ksmbd: ignore trailing slashes in share paths
Nandor Kracser
1
-1
/
+5
2024-05-23
bcachefs: Fix unsafety in bch2_dirent_name_bytes()
Kent Overstreet
1
-0
/
+3
2024-05-23
riscv: selftests: Add signal handling vector tests
Charlie Jenkins
4
-1
/
+96
2024-05-23
riscv: mm: accelerate pagefault when badaccess
Kefeng Wang
1
-2
/
+2
2024-05-23
riscv: uaccess: Relax the threshold for fast path
Xiao Wang
1
-1
/
+1
2024-05-23
riscv: uaccess: Allow the last potential unrolled copy
Xiao Wang
1
-1
/
+1
2024-05-23
riscv: typo in comment for get_f64_reg
Xingyou Chen
1
-1
/
+1
2024-05-23
Use bool value in set_cpu_online()
Zhao Ke
1
-1
/
+1
2024-05-23
riscv: selftests: Add hwprobe binaries to .gitignore
Charlie Jenkins
1
-0
/
+2
2024-05-23
riscv: stacktrace: fixed walk_stackframe()
Matthew Bystrin
1
-6
/
+14
2024-05-23
ftrace: riscv: move from REGS to ARGS
Puranjay Mohan
6
-142
/
+145
2024-05-23
riscv: do not select MODULE_SECTIONS by default
Qingfang Deng
1
-1
/
+1
2024-05-23
riscv: show help string for riscv-specific targets
Emil Renner Berthing
1
-0
/
+17
2024-05-23
riscv: make image compression configurable
Emil Renner Berthing
3
-10
/
+33
2024-05-23
bcachefs: Fix stack oob in __bch2_encrypt_bio()
Kent Overstreet
1
-2
/
+6
2024-05-23
bcachefs: Fix btree_trans leak in bch2_readahead()
Kent Overstreet
1
-2
/
+2
2024-05-23
bcachefs: Fix bogus verify_replicas_entry() assert
Kent Overstreet
1
-13
/
+2
2024-05-23
i3c: dw: Add hot-join support.
Billy Tsai
2
-13
/
+56
2024-05-23
i3c: master: Enable runtime PM for master controller
Mukesh Kumar Savaliya
1
-0
/
+6
2024-05-23
i3c: master: svc: fix invalidate IBI type and miss call client IBI handler
Frank Li
1
-3
/
+13
2024-05-23
i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame
Frank Li
1
-1
/
+1
2024-05-23
i3c: Add comment for -EAGAIN in i3c_device_do_priv_xfers()
Frank Li
1
-0
/
+4
2024-05-22
mm: simplify and improve print_vma_addr() output
Linus Torvalds
1
-13
/
+6
2024-05-22
x86: improve bitop code generation with clang
Linus Torvalds
1
-5
/
+5
[prev]
[next]