index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kunit: make kunit_bus_type const
Ricardo B. Marliere
2024-02-27
1
-1
/
+1
*
kunit: Mark filter* params as rw
Lucas De Marchi
2024-02-27
1
-3
/
+3
*
kunit: tool: Print UML command
Mickaël Salaün
2024-02-27
1
-0
/
+1
*
Linux 6.8-rc6
v6.8-rc6
Linus Torvalds
2024-02-26
1
-1
/
+1
*
Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-02-26
7
-22
/
+25
|
\
|
*
bcachefs: fix bch2_save_backtrace()
Kent Overstreet
2024-02-25
1
-1
/
+1
|
*
bcachefs: Fix check_snapshot() memcpy
Kent Overstreet
2024-02-25
1
-1
/
+1
|
*
bcachefs: Fix bch2_journal_flush_device_pins()
Kent Overstreet
2024-02-25
1
-3
/
+5
|
*
bcachefs: fix iov_iter count underflow on sub-block dio read
Brian Foster
2024-02-25
1
-0
/
+2
|
*
bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btree
Kent Overstreet
2024-02-25
1
-1
/
+3
|
*
bcachefs: Kill __GFP_NOFAIL in buffered read path
Kent Overstreet
2024-02-25
1
-13
/
+8
|
*
bcachefs: fix backpointer_to_text() when dev does not exist
Kent Overstreet
2024-02-25
1
-3
/
+5
*
|
Merge tag 'docs-6.8-fixes3' of git://git.lwn.net/linux
Linus Torvalds
2024-02-25
2
-6
/
+10
|
\
\
|
*
|
docs: translations: use attribute to store current language
Vegard Nossum
2024-02-21
1
-6
/
+4
|
*
|
docs: Instruct LaTeX to cope with deeper nesting
Jonathan Corbet
2024-02-20
1
-0
/
+6
*
|
|
Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-02-25
12
-26
/
+75
|
\
\
\
|
*
|
|
usb: typec: tpcm: Fix issues with power being removed during reset
Mark Brown
2024-02-20
1
-1
/
+2
|
*
|
|
MAINTAINERS: Drop myself as maintainer of TYPEC port controller drivers
Guenter Roeck
2024-02-19
1
-2
/
+1
|
*
|
|
usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs
Krishna Kurapati
2024-02-19
1
-1
/
+9
|
*
|
|
Revert "usb: typec: tcpm: reset counter when enter into unattached state afte...
Ondrej Jirman
2024-02-19
1
-3
/
+0
|
*
|
|
usb: gadget: omap_udc: fix USB gadget regression on Palm TE
Aaro Koskinen
2024-02-19
1
-1
/
+2
|
*
|
|
usb: dwc3: gadget: Don't disconnect if not started
Thinh Nguyen
2024-02-19
1
-0
/
+5
|
*
|
|
usb: cdns3: fix memory double free when handle zero packet
Frank Li
2024-02-19
1
-1
/
+5
|
*
|
|
usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()
Frank Li
2024-02-19
1
-1
/
+1
|
*
|
|
usb: roles: don't get/set_role() when usb_role_switch is unregistered
Xu Yang
2024-02-19
1
-2
/
+10
|
*
|
|
usb: roles: fix NULL pointer issue when put module's reference
Xu Yang
2024-02-19
1
-6
/
+11
|
*
|
|
usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllers
Pawel Laszczak
2024-02-19
3
-6
/
+14
|
*
|
|
usb: cdnsp: blocked some cdns3 specific code
Pawel Laszczak
2024-02-19
1
-2
/
+14
|
*
|
|
usb: uhci-grlib: Explicitly include linux/platform_device.h
Andreas Larsson
2024-02-19
1
-0
/
+1
*
|
|
|
Merge tag 'tty-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-02-25
3
-34
/
+38
|
\
\
\
\
|
*
|
|
|
serial: amba-pl011: Fix DMA transmission in RS485 mode
Lino Sanfilippo
2024-02-19
1
-30
/
+30
|
*
|
|
|
serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabled
Lino Sanfilippo
2024-02-19
1
-1
/
+3
|
*
|
|
|
tty: hvc: Don't enable the RISC-V SBI console by default
Palmer Dabbelt
2024-02-19
1
-3
/
+5
|
|
/
/
/
*
|
|
|
Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-02-25
13
-46
/
+112
|
\
\
\
\
|
*
|
|
|
KVM/VMX: Move VERW closer to VMentry for MDS mitigation
Pawan Gupta
2024-02-20
2
-4
/
+19
|
*
|
|
|
KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
Sean Christopherson
2024-02-20
2
-5
/
+8
|
*
|
|
|
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
2024-02-20
6
-37
/
+34
|
*
|
|
|
x86/entry_32: Add VERW just before userspace transition
Pawan Gupta
2024-02-20
1
-0
/
+3
|
*
|
|
|
x86/entry_64: Add VERW just before userspace transition
Pawan Gupta
2024-02-20
2
-0
/
+12
|
*
|
|
|
x86/bugs: Add asm helpers for executing VERW
Pawan Gupta
2024-02-20
3
-1
/
+37
|
|
/
/
/
*
|
|
|
Merge tag 'irq_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-02-25
4
-10
/
+10
|
\
\
\
\
|
*
|
|
|
irqchip/gic-v3-its: Do not assume vPE tables are preallocated
Oliver Upton
2024-02-21
1
-1
/
+1
|
*
|
|
|
irqchip/mbigen: Don't use bus_get_dev_root() to find the parent
Chen Jun
2024-02-21
1
-7
/
+1
|
*
|
|
|
PCI/MSI: Prevent MSI hardware interrupt number truncation
Vidya Sagar
2024-02-19
1
-1
/
+1
|
*
|
|
|
irqchip/sifive-plic: Enable interrupt if needed before EOI
Nam Cao
2024-02-19
1
-1
/
+7
|
|
/
/
/
*
|
|
|
Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-02-25
1
-14
/
+14
|
\
\
\
\
|
*
|
|
|
erofs: fix refcount on the metabuf used for inode lookup
Sandeep Dhavale
2024-02-22
1
-14
/
+14
*
|
|
|
|
Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-02-25
22
-63
/
+88
|
\
\
\
\
\
|
*
|
|
|
|
ext4_get_link(): fix breakage in RCU mode
Al Viro
2024-02-25
1
-3
/
+5
|
*
|
|
|
|
cifs_get_link(): bail out in unsafe case
Al Viro
2024-02-25
1
-0
/
+3
[next]