index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-07
elf: add remaining SHF_ flag macros
Timur Tabi
1
-0
/
+10
2025-03-07
Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"
Luiz Augusto von Dentz
1
-70
/
+38
2025-03-07
PCI: Increase Resizable BAR support from 512 GB to 128 TB
Zhiyuan Dai
1
-1
/
+1
2025-03-07
io_uring/rw: defer reg buf vec import
Pavel Begunkov
1
-0
/
+3
2025-03-07
io_uring/rw: implement vectored registered rw
Pavel Begunkov
1
-0
/
+2
2025-03-07
io_uring: add infra for importing vectored reg buffers
Pavel Begunkov
1
-2
/
+5
2025-03-07
io_uring: introduce struct iou_vec
Pavel Begunkov
1
-0
/
+5
2025-03-07
Merge branch 'for-6.15/io_uring-epoll-wait' into for-6.15/io_uring-reg-vec
Jens Axboe
2
-0
/
+5
2025-03-07
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vec
Jens Axboe
13
-32
/
+163
2025-03-07
Merge branch 'for-6.15/io_uring' into for-6.15/io_uring-reg-vec
Jens Axboe
3
-8
/
+33
2025-03-07
PM: EM: Address RCU-related sparse warnings
Rafael J. Wysocki
1
-6
/
+6
2025-03-07
bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()
Luis Chamberlain
1
-0
/
+1
2025-03-06
fs/pipe: add simpler helpers for common cases
Linus Torvalds
1
-0
/
+27
2025-03-06
Merge tag 'nf-25-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
1
-1
/
+3
2025-03-06
net/mlx5: Relocate function declarations from port.h to mlx5_core.h
Shahar Shitrit
1
-83
/
+0
2025-03-06
block: Name the RQF flags enum
Breno Leitao
1
-1
/
+1
2025-03-07
Merge tag 'drm-misc-next-2025-03-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
12
-70
/
+286
2025-03-06
inet: call inet6_ehashfn() once from inet6_hash_connect()
Eric Dumazet
2
-2
/
+4
2025-03-06
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Ingo Molnar
46
-75
/
+364
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-46
/
+95
2025-03-06
eth: bnxt: remove most dependencies on RTNL
Stanislav Fomichev
1
-0
/
+5
2025-03-06
docs: net: document new locking reality
Stanislav Fomichev
1
-0
/
+4
2025-03-06
net: add option to request netdev instance lock
Stanislav Fomichev
1
-1
/
+7
2025-03-06
net: replace dev_addr_sem with netdev instance lock
Stanislav Fomichev
1
-5
/
+1
2025-03-06
net: hold netdev instance lock during ndo_bpf
Stanislav Fomichev
1
-0
/
+1
2025-03-06
net: hold netdev instance lock during sysfs operations
Stanislav Fomichev
1
-0
/
+4
2025-03-06
net: hold netdev instance lock during ioctl operations
Stanislav Fomichev
1
-0
/
+3
2025-03-06
net: hold netdev instance lock during rtnetlink operations
Stanislav Fomichev
1
-6
/
+34
2025-03-06
net: hold netdev instance lock during queue operations
Stanislav Fomichev
1
-1
/
+1
2025-03-06
net: hold netdev instance lock during nft ndo_setup_tc
Stanislav Fomichev
1
-0
/
+2
2025-03-06
net: hold netdev instance lock during ndo_open/ndo_stop
Stanislav Fomichev
1
-0
/
+23
2025-03-06
Merge tag 'amd-pstate-v6.15-2025-03-06' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux
Rafael J. Wysocki
1
-0
/
+3
2025-03-06
PM: EM: Consify two parameters of em_dev_register_perf_domain()
Rafael J. Wysocki
1
-4
/
+4
2025-03-06
drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_CPU_ADDR_MIRROR
Matthew Brost
1
-0
/
+3
2025-03-06
drm/gpuvm: Add DRM_GPUVA_OP_DRIVER
Matthew Brost
1
-0
/
+5
2025-03-06
drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR
Matthew Brost
1
-1
/
+18
2025-03-06
drm/gpusvm: Add support for GPU Shared Virtual Memory
Matthew Brost
1
-0
/
+509
2025-03-06
drm/pagemap: Add DRM pagemap
Thomas Hellström
1
-0
/
+107
2025-03-06
mm/migrate: Add migrate_device_pfns
Matthew Brost
1
-0
/
+1
2025-03-06
Merge branch 'for-6.15/features' into fwctl
Jason Gunthorpe
2
-1
/
+234
2025-03-06
fwctl/mlx5: Support for communicating with mlx5 fw
Saeed Mahameed
2
-0
/
+37
2025-03-06
fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
Jason Gunthorpe
2
-0
/
+77
2025-03-06
taint: Add TAINT_FWCTL
Jason Gunthorpe
1
-1
/
+2
2025-03-06
fwctl: FWCTL_INFO to return basic information about the device
Jason Gunthorpe
2
-0
/
+43
2025-03-06
fwctl: Basic ioctl dispatch for the character device
Jason Gunthorpe
2
-0
/
+84
2025-03-06
fwctl: Add basic structure for a class subsystem with a cdev
Jason Gunthorpe
1
-0
/
+69
2025-03-06
firmware: tegra: bpmp: Fix typo in bpmp-abi.h
Zhu Jun
1
-1
/
+1
2025-03-06
PCI/DOE: Rename Discovery Response Data Object Contents to type
Alistair Francis
1
-1
/
+4
2025-03-06
tracing: gfp: Remove duplication of recording GFP flags
Steven Rostedt
1
-31
/
+10
2025-03-06
tracing: Remove orphaned event_trace_printk
Hengqi Chen
1
-18
/
+0
[prev]
[next]