index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
binder: use bitmap for faster descriptor lookup
Carlos Llamas
3
-14
/
+279
2024-07-01
counter: ti-eqep: Allow eQEP driver to be built for K3 devices
Judith Mendez
1
-1
/
+1
2024-07-01
hwtracing: use for_each_endpoint_of_node()
Kuninori Morimoto
1
-2
/
+2
2024-07-01
counter/ti-eqep: Add new ti-am62-eqep compatible
Judith Mendez
1
-0
/
+1
2024-07-01
dt-bindings: counter: Add new ti,am62-eqep compatible
Judith Mendez
1
-5
/
+22
2024-07-01
counter: ti-eqep: remove counter_priv() wrapper
David Lechner
1
-14
/
+9
2024-07-01
counter: ti-eqep: remove unused struct member
David Lechner
1
-1
/
+0
2024-07-01
counter: ti-eqep: implement over/underflow events
David Lechner
1
-1
/
+105
2024-07-01
counter: ftm-quaddec: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-30
Linux 6.10-rc6
v6.10-rc6
Linus Torvalds
1
-1
/
+1
2024-06-30
ata: ahci: Clean up sysfs file on error
Niklas Cassel
1
-5
/
+12
2024-06-30
ata: libata-core: Fix double free on error
Niklas Cassel
1
-4
/
+4
2024-06-30
ata,scsi: libata-core: Do not leak memory for ata_port struct members
Niklas Cassel
4
-14
/
+19
2024-06-30
ata: libata-core: Fix null pointer dereference on error
Niklas Cassel
1
-0
/
+3
2024-06-30
x86-32: fix cmpxchg8b_emu build error with clang
Linus Torvalds
1
-7
/
+5
2024-06-28
x86: stop playing stack games in profile_pc()
Linus Torvalds
1
-19
/
+1
2024-06-28
i2c: testunit: discard write requests while old command is running
Wolfram Sang
1
-0
/
+3
2024-06-28
i2c: testunit: don't erase registers after STOP
Wolfram Sang
1
-1
/
+1
2024-06-28
tty: mxser: Remove __counted_by from mxser_board.ports[]
Nathan Chancellor
1
-1
/
+1
2024-06-28
randomize_kstack: Remove non-functional per-arch entropy filtering
Kees Cook
3
-19
/
+14
2024-06-28
string: kunit: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-06-28
ata: libata-core: Add ATA_HORKAGE_NOLPM for all Crucial BX SSD1 models
Niklas Cassel
1
-2
/
+1
2024-06-28
MAINTAINERS: Update IOMMU tree location
Joerg Roedel
1
-4
/
+4
2024-06-28
tools/power turbostat: Add local build_bug.h header for snapshot target
Patryk Wlazlyn
2
-2
/
+6
2024-06-28
tools/power turbostat: Fix unc freq columns not showing with '-q' or '-l'
Adam Hawley
1
-8
/
+8
2024-06-28
tools/power turbostat: option '-n' is ambiguous
David Arcari
1
-1
/
+1
2024-06-28
drm/drm_file: Fix pid refcounting race
Jann Horn
1
-5
/
+3
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
7
-53
/
+49
2024-06-27
gpiolib: cdev: Ignore reconfiguration without direction
Kent Gibson
1
-5
/
+7
2024-06-27
gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
Kent Gibson
1
-6
/
+10
2024-06-27
usb: dwc3: core: Workaround for CSR read timeout
Jos Wang
1
-1
/
+19
2024-06-27
Revert "usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach"
Ferry Toth
1
-1
/
+1
2024-06-27
Revert "usb: gadget: u_ether: Re-attach netif device to mirror detachment"
Ferry Toth
1
-2
/
+0
2024-06-27
staging: vchiq_debugfs: Fix build if CONFIG_DEBUG_FS is not set
Bernhard Rosenkränzer
1
-1
/
+1
2024-06-27
net: mana: Fix possible double free in error handling path
Ma Ke
1
-0
/
+2
2024-06-27
iommu/amd: Fix GT feature enablement again
Vasant Hegde
1
-0
/
+1
2024-06-27
iommu/vt-d: Fix missed device TLB cache tag
Lu Baolu
1
-10
/
+10
2024-06-27
iommu/amd: Invalidate cache before removing device from domain list
Vasant Hegde
1
-6
/
+6
2024-06-27
selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.
Kuniyuki Iwashima
1
-0
/
+72
2024-06-27
af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.
Kuniyuki Iwashima
2
-2
/
+81
2024-06-27
selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.c
Kuniyuki Iwashima
1
-0
/
+147
2024-06-27
selftest: af_unix: Check SIGURG after every send() in msg_oob.c
Kuniyuki Iwashima
1
-1
/
+50
2024-06-27
selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.c
Kuniyuki Iwashima
1
-0
/
+91
2024-06-27
af_unix: Don't stop recv() at consumed ex-OOB skb.
Kuniyuki Iwashima
2
-1
/
+17
2024-06-27
selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.
Kuniyuki Iwashima
1
-5
/
+44
2024-06-27
af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.
Kuniyuki Iwashima
2
-4
/
+26
2024-06-27
af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.
Kuniyuki Iwashima
2
-5
/
+29
2024-06-27
selftest: af_unix: Add msg_oob.c.
Kuniyuki Iwashima
2
-1
/
+221
2024-06-27
selftest: af_unix: Remove test_unix_oob.c.
Kuniyuki Iwashima
3
-438
/
+1
2024-06-27
tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
Yunseong Kim
1
-1
/
+1
[next]