index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-02-20
net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()
D. Wythe
-0
/
+2
2023-02-20
Merge branch 'taprio-queuemaxsdu-fixes'
Paolo Abeni
-18
/
+26
2023-02-20
net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimited
Vladimir Oltean
-0
/
+2
2023-02-20
net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...
Vladimir Oltean
-1
/
+7
2023-02-20
net/sched: taprio: fix calculation of maximum gate durations
Vladimir Oltean
-17
/
+17
2023-02-20
rxrpc: Fix overproduction of wakeups to recvmsg()
David Howells
-2
/
+17
2023-02-20
Merge branch 'net-final-gsi-register-updates'
Paolo Abeni
-212
/
+205
2023-02-20
net: ipa: add HW_PARAM_4 GSI register
Alex Elder
-2
/
+14
2023-02-20
net: ipa: support different event ring encoding
Alex Elder
-2
/
+6
2023-02-20
net: ipa: avoid setting an undefined field
Alex Elder
-2
/
+2
2023-02-20
net: ipa: kill ev_ch_e_cntxt_1_length_encode()
Alex Elder
-26
/
+43
2023-02-20
net: ipa: kill gsi->virt_raw
Alex Elder
-181
/
+141
2023-02-20
net: ipa: fix an incorrect assignment
Alex Elder
-1
/
+1
2023-02-20
net: dpaa2-eth: do not always set xsk support in xdp_features flag
Lorenzo Bianconi
-1
/
+3
2023-02-20
powerpc/e500: Add missing prototype for 'relocate_init'
Christophe Leroy
-0
/
+1
2023-02-19
ksmbd: fix possible memory leak in smb2_lock()
Hangyu Hua
-18
/
+15
2023-02-19
Linux 6.2
v6.2
Linus Torvalds
-1
/
+1
2023-02-19
firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3
Darrell Kavanagh
-0
/
+8
2023-02-19
arm64: efi: Make efi_rt_lock a raw_spinlock
Pierre Gondois
-4
/
+4
2023-02-19
IB/mlx5: Extend debug control for CC parameters
Edward Srouji
-3
/
+39
2023-02-19
mips: fix syscall_get_nr
Elvira Khabirova
-1
/
+1
2023-02-19
MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not set
Randy Dunlap
-3
/
+5
2023-02-19
MIPS: DTS: jz4780: add #clock-cells to rtc_dev
H. Nikolaus Schaller
-0
/
+2
2023-02-19
ext4: fix task hung in ext4_xattr_delete_inode
Baokun Li
-0
/
+11
2023-02-19
jbd2: fix data missing when reusing bh which is ready to be checkpointed
Zhihao Cheng
-21
/
+29
2023-02-19
ext4: update s_journal_inum if it changes after journal replay
Baokun Li
-2
/
+5
2023-02-19
ext4: fail ext4_iget if special inode unallocated
Baokun Li
-10
/
+8
2023-02-19
ext4: fix function prototype mismatch for ext4_feat_ktype
Kees Cook
-1
/
+6
2023-02-19
ext4: remove unnecessary variable initialization
XU pengfei
-1
/
+1
2023-02-18
ext4: fix inode tree inconsistency caused by ENOMEM
zhanchengbin
-1
/
+1
2023-02-18
ext4: refuse to create ea block when umounted
Jun Nie
-0
/
+7
2023-02-18
ext4: optimize ea_inode block expansion
Jun Nie
-11
/
+17
2023-02-18
ext4: remove dead code in updating backup sb
Tanmay Bhushan
-3
/
+0
2023-02-18
Merge tag 'x86-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+1
2023-02-18
Merge tag 'timers-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-4
/
+29
2023-02-18
Merge tag 'irq-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+12
2023-02-19
Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
-4481
/
+5085
2023-02-18
tracing: Remove unnecessary NULL assignment
Wang ShaoBo
-2
/
+0
2023-02-18
tracepoint: Allow livepatch module add trace event
Jianlin Lv
-2
/
+2
2023-02-18
tracing: Always use canonical ftrace path
Ross Zwisler
-25
/
+25
2023-02-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-16
/
+28
2023-02-18
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-15
/
+9
2023-02-18
Merge tag 'block-6.2-2023-02-17' of git://git.kernel.dk/linux
Linus Torvalds
-0
/
+8
2023-02-18
xen: sysfs: make kobj_type structure constant
Thomas Weißschuh
-1
/
+1
2023-02-18
ieee802154: Drop device trackers
Miquel Raynal
-20
/
+4
2023-02-18
mac802154: Fix an always true condition
Miquel Raynal
-3
/
+2
2023-02-18
mac802154: Send beacons using the MLME Tx path
Miquel Raynal
-1
/
+19
2023-02-18
ieee802154: Change error code on monitor scan netlink request
Miquel Raynal
-1
/
+1
2023-02-18
ieee802154: Convert scan error messages to extack
Miquel Raynal
-6
/
+13
2023-02-18
ieee802154: Use netlink policies when relevant on scan parameters
Miquel Raynal
-56
/
+28
[prev]
[next]