index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-24
drivers: base: test: Add ...find_device_by...(... NULL) tests
Brian Norris
1
-1
/
+40
2024-12-24
drivers: base: test: Enable device model tests with KUNIT_ALL_TESTS
Brian Norris
1
-0
/
+1
2024-12-24
drivers: base: Don't match devices with NULL of_node/fwnode/etc
Brian Norris
1
-4
/
+4
2024-12-24
kheaders: Simplify attribute through __BIN_ATTR_SIMPLE_RO()
Thomas Weißschuh
1
-16
/
+3
2024-12-20
MAINTAINERS: add Danilo to DRIVER CORE
Danilo Krummrich
1
-0
/
+1
2024-12-20
samples: rust: add Rust platform sample driver
Danilo Krummrich
5
-0
/
+66
2024-12-20
rust: platform: add basic platform device / driver abstractions
Danilo Krummrich
6
-0
/
+215
2024-12-20
rust: driver: implement `Adapter`
Danilo Krummrich
2
-1
/
+58
2024-12-20
rust: of: add `of::DeviceId` abstraction
Danilo Krummrich
3
-0
/
+62
2024-12-20
samples: rust: add Rust PCI sample driver
Danilo Krummrich
4
-0
/
+123
2024-12-20
rust: pci: implement I/O mappable `pci::Bar`
Danilo Krummrich
1
-1
/
+141
2024-12-20
rust: pci: add basic PCI device / driver abstractions
Danilo Krummrich
6
-0
/
+315
2024-12-20
rust: add devres abstraction
Danilo Krummrich
5
-0
/
+191
2024-12-20
rust: add `io::{Io, IoRaw}` base types
Danilo Krummrich
4
-0
/
+363
2024-12-20
rust: add `Revocable` type
Wedson Almeida Filho
2
-0
/
+220
2024-12-20
rust: types: add `Opaque::pin_init`
Danilo Krummrich
1
-0
/
+11
2024-12-20
rust: add rcu abstraction
Wedson Almeida Filho
5
-0
/
+63
2024-12-20
rust: implement `IdArray`, `IdTable` and `RawDeviceId`
Danilo Krummrich
3
-0
/
+172
2024-12-20
rust: implement generic driver registration
Danilo Krummrich
3
-0
/
+119
2024-12-20
rust: module: add trait `ModuleMetadata`
Danilo Krummrich
2
-0
/
+10
2024-12-16
rust: miscdevice: add fops->show_fdinfo() hook
Alice Ryhl
1
-0
/
+34
2024-12-16
samples: rust_misc_device: Provide an example C program to exercise functionality
Lee Jones
1
-0
/
+90
2024-12-16
MAINTAINERS: Add Rust Misc Sample to MISC entry
Lee Jones
1
-0
/
+1
2024-12-16
samples: rust_misc_device: Demonstrate additional get/set value functionality
Lee Jones
1
-14
/
+75
2024-12-16
samples: rust: Provide example using the new Rust MiscDevice abstraction
Lee Jones
3
-0
/
+98
2024-12-16
Documentation: ioctl-number: Carve out some identifiers for use by sample drivers
Lee Jones
1
-0
/
+1
2024-12-16
rust: miscdevice: Provide accessor to pull out miscdevice::this_device
Lee Jones
1
-0
/
+11
2024-12-16
rust: miscdevice: access the `struct miscdevice` from fops->open()
Alice Ryhl
1
-8
/
+22
2024-12-16
rust: miscdevice: access file in fops
Alice Ryhl
1
-6
/
+25
2024-12-15
Linux 6.13-rc3
Linus Torvalds
1
-1
/
+1
2024-12-14
bpf: Avoid deadlock caused by nested kprobe and fentry bpf programs
Priya Bala Govindasamy
1
-0
/
+6
2024-12-13
selftests/bpf: Add tests for raw_tp NULL args
Kumar Kartikeya Dwivedi
2
-0
/
+27
2024-12-13
bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
2
-10
/
+147
2024-12-13
bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
Kumar Kartikeya Dwivedi
4
-87
/
+9
2024-12-13
ARC: build: Try to guess GCC variant of cross compiler
Leon Romanovsky
1
-1
/
+1
2024-12-13
KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init
Sean Christopherson
3
-5
/
+29
2024-12-13
block: Fix potential deadlock while freezing queue and acquiring sysfs_lock
Nilay Shroff
3
-23
/
+26
2024-12-13
irqchip/gic-v3: Work around insecure GIC integrations
Marc Zyngier
1
-1
/
+16
2024-12-13
irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base
Uros Bizjak
1
-1
/
+1
2024-12-13
block: Fix queue_iostats_passthrough_show()
Bart Van Assche
1
-1
/
+1
2024-12-13
blk-mq: Clean up blk_mq_requeue_work()
Bart Van Assche
1
-6
/
+4
2024-12-13
mq-deadline: Remove a local variable
Bart Van Assche
1
-4
/
+1
2024-12-13
kselftest/arm64: abi: fix SVCR detection
Weizhao Ouyang
1
-17
/
+15
2024-12-13
iommu/vt-d: Avoid draining PRQ in sva mm release path
Lu Baolu
1
-1
/
+2
2024-12-13
iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain
Yi Liu
1
-7
/
+27
2024-12-13
iommu/vt-d: Remove cache tags before disabling ATS
Lu Baolu
1
-1
/
+3
2024-12-13
arm64: signal: Ensure signal delivery failure is recoverable
Kevin Brodsky
1
-15
/
+33
2024-12-13
sched/dlserver: Fix dlserver time accounting
Vineeth Pillai (Google)
1
-6
/
+9
2024-12-13
sched/dlserver: Fix dlserver double enqueue
Vineeth Pillai (Google)
3
-2
/
+18
2024-12-13
efi/esrt: remove esre_attribute::store()
Jiri Slaby (SUSE)
1
-2
/
+0
[next]