index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
android
Age
Commit message (
Expand
)
Author
2026-03-19
rust_binder: call set_notification_done() without proc lock
Alice Ryhl
2026-03-19
rust_binder: avoid reading the written value in offsets array
Alice Ryhl
2026-03-19
rust_binder: check ownership before using vma
Alice Ryhl
2026-03-19
rust_binder: fix oneway spam detection
Carlos Llamas
2026-03-04
binder: don't use %pK through printk
Thomas Weißschuh
2026-02-11
binderfs: fix ida_alloc_max() upper bound
Carlos Llamas
2026-02-11
binder: fix BR_FROZEN_REPLY error log
Carlos Llamas
2026-02-11
binder: fix UAF in binder_netlink_report()
Carlos Llamas
2026-02-11
rust_binderfs: fix ida_alloc_max() upper bound
Carlos Llamas
2026-02-11
rust_binder: add additional alignment checks
Alice Ryhl
2026-02-11
rust_binder: correctly handle FDA objects of length zero
Alice Ryhl
2026-01-17
rust_binder: remove spin_lock() in rust_shrink_free_page()
Alice Ryhl
2026-01-02
rust_binder: avoid mem::take on delivered_deaths
Alice Ryhl
2025-12-12
rust_binder: fix race condition on death_list
Alice Ryhl
2025-10-22
binder: remove "invalid inc weak" check
Alice Ryhl
2025-10-13
binder: Fix missing kernel-doc entries in binder.c
Kriish Sharma
2025-10-13
rust_binder: report freeze notification only when fully frozen
Alice Ryhl
2025-10-13
rust_binder: don't delete FreezeListener if there are pending duplicates
Alice Ryhl
2025-10-13
rust_binder: freeze_notif_done should resend if wrong state
Alice Ryhl
2025-10-13
rust_binder: remove warning about orphan mappings
Alice Ryhl
2025-10-13
rust_binder: clean `clippy::mem_replace_with_default` warning
Miguel Ojeda
2025-09-19
rust_binder: add Rust Binder driver
Alice Ryhl
2025-09-18
binder: fix double-free in dbitmap
Carlos Llamas
2025-08-19
binder: add tracepoint for netlink reports
Carlos Llamas
2025-08-19
binder: add transaction_report feature entry
Li Li
2025-08-19
binder: introduce transaction reports via netlink
Li Li
2025-08-19
binder: add t->is_async and t->is_reply
Carlos Llamas
2025-08-19
binder: pre-allocate binder_transaction
Carlos Llamas
2025-08-18
binder: remove MODULE_LICENSE()
Carlos Llamas
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-07-28
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-07-24
binder: Use seq_buf in binder_alloc kunit tests
Tiffany Yang
2025-07-24
binder: Add copyright notice to new kunit files
Tiffany Yang
2025-07-16
binder: encapsulate individual alloc test cases
Tiffany Yang
2025-07-16
binder: Convert binder_alloc selftests to KUnit
Tiffany Yang
2025-07-16
binder: Scaffolding for binder_alloc KUnit tests
Tiffany Yang
2025-07-16
binder: Store lru freelist in binder_alloc
Tiffany Yang
2025-07-16
binder: Fix selftest page indexing
Tiffany Yang
2025-07-16
binder: use guards for plain mutex- and spinlock-protected sections
Dmitry Antipov
2025-07-16
binder: use kstrdup() in binderfs_binder_device_create()
Dmitry Antipov
2025-07-02
kill binderfs_remove_file()
Al Viro
2025-06-24
binder: Remove unused binder lock events
Steven Rostedt
2025-06-24
binder: fix reversed pid/tid in log
Carlos Llamas
2025-06-17
binder_ioctl_write_read(): simplify control flow a bit
Al Viro
2025-06-06
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-05-25
binder: fix yet another UAF in binder_devices
Carlos Llamas
2025-05-21
binder: Create safe versions of binder log files
Tiffany Y. Yang
2025-05-21
binder: Refactor binder_node print synchronization
Tiffany Y. Yang
2025-05-21
binder: fix use-after-free in binderfs_evict_inode()
Dmitry Antipov
[next]