index
:
linux.git
cached
cdir_v2
cfid-fixes
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
/
arch
/
um
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
um: rtc: Avoid shadowing err in uml_rtc_start()
Tiwei Bie
1
-1
/
+1
2025-07-17
um: vector: Reduce stack usage in vector_eth_configure()
Tiwei Bie
1
-29
/
+13
2025-07-06
um: ubd: Add missing error check in start_io_thread()
Tiwei Bie
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-20
um: Rewrite the sigio workaround based on epoll and tgkill
Tiwei Bie
2
-2
/
+2
2025-03-20
um: ubd: Switch to the pthread-based helper
Tiwei Bie
3
-23
/
+22
2025-03-18
um: virt-pci: Refactor virtio_pcidev into its own module
Tiwei Bie
5
-589
/
+794
2025-02-12
um: virtio_uml: use raw spinlock
Johannes Berg
1
-4
/
+4
2025-02-12
um: virt-pci: don't use kmalloc()
Johannes Berg
1
-96
/
+102
2025-01-30
Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+5
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-8
/
+2
2025-01-25
mm/memblock: add memblock_alloc_or_panic interface
Guo Weikang
2
-8
/
+2
2025-01-10
um: rtc: use RTC time when calculating the alarm
Benjamin Berg
1
-2
/
+5
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
1
-1
/
+0
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2
-2
/
+2
2024-11-07
um: vector: Do not use drvdata in release
Tiwei Bie
1
-1
/
+2
2024-11-07
um: net: Do not use drvdata in release
Tiwei Bie
1
-1
/
+1
2024-11-07
um: ubd: Do not use drvdata in release
Tiwei Bie
1
-1
/
+1
2024-11-07
um: ubd: Initialize ubd's disk pointer in ubd_add
Tiwei Bie
1
-0
/
+2
2024-11-07
um: virtio_uml: query the number of vqs if supported
Benjamin Berg
2
-2
/
+27
2024-11-07
um: virtio_uml: fix call_fd IRQ allocation
Benjamin Berg
1
-5
/
+10
2024-11-07
um: virtio_uml: send SET_MEM_TABLE message with the exact size
Benjamin Berg
1
-1
/
+1
2024-10-25
um: Use os_set_pdeathsig helper in winch thread/process
Tiwei Bie
1
-2
/
+1
2024-10-25
um: Set parent-death signal for ubd io thread/process
Tiwei Bie
1
-0
/
+1
2024-10-23
um: hostaudio: Do not propagate mixer parameter to kernel
Tiwei Bie
1
-0
/
+1
2024-10-23
um: hostaudio: Do not propagate dsp parameter to kernel
Tiwei Bie
1
-0
/
+1
2024-10-10
um: Set parent death signal for winch thread/process
Benjamin Berg
1
-0
/
+3
2024-10-10
um: Fix the definition for physmem_size
Tiwei Bie
1
-2
/
+0
2024-10-10
um: Remove highmem leftovers
Tiwei Bie
1
-8
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-27
Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-104
/
+195
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2
-3
/
+0
2024-09-12
vector_user: add VDE support
Renzo Davoli
1
-0
/
+83
2024-09-12
um: vector: Fix NAPI budget handling
Anton Ivanov
1
-2
/
+2
2024-09-12
um: vector: Replace locks guarding queue depth with atomics
Anton Ivanov
2
-102
/
+110
2024-07-28
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
1
-0
/
+2
2024-07-25
Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
16
-354
/
+106
2024-07-22
Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+10
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-8
/
+12
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-1
/
+1
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
1
-3
/
+5
2024-07-17
virtio: rename find_vqs_info() op to find_vqs()
Jiri Pirko
1
-1
/
+1
2024-07-17
virtio: convert find_vqs() op implementations to find_vqs_info()
Jiri Pirko
1
-6
/
+8
2024-07-04
um: vector: always reset vp->opened
Johannes Berg
1
-1
/
+2
2024-07-04
um: vector: remove vp->lock
Johannes Berg
2
-16
/
+1
2024-07-04
um: line: always fill *error_out in setup_one_line()
Johannes Berg
1
-0
/
+2
2024-07-03
um: refactor TLB update handling
Benjamin Berg
1
-2
/
+0
2024-07-03
um: harddog: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-03
um: generalize os_rcv_fd
Johannes Berg
3
-10
/
+19
2024-07-03
ubd: Remove unused mutex 'ubd_mutex'
Dr. David Alan Gilbert
1
-1
/
+0
[next]