index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
android
Age
Commit message (
Expand
)
Author
Files
Lines
14 days
rust_binder: remove spin_lock() in rust_shrink_free_page()
Alice Ryhl
1
-3
/
+0
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-36
/
+20
2025-12-06
Merge tag 'bitmap-for-6.19' of github.com:/norov/linux
Linus Torvalds
1
-17
/
+47
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-151
/
+52
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-0
/
+2
2025-12-03
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
5
-10
/
+11
2025-12-02
rust_binder: use bitmap for allocation of handles
Alice Ryhl
1
-17
/
+47
2025-11-26
rust_binder: avoid mem::take on delivered_deaths
Alice Ryhl
1
-2
/
+6
2025-11-26
rust_binder: fix race condition on death_list
Alice Ryhl
1
-3
/
+3
2025-11-26
android: binder: add missing return value documentation for binder_apply_fd_f...
Sunday Adelodun
1
-0
/
+2
2025-11-26
android: binderfs: add missing parameters in binder_ctl_ioctl()'s doc
Sunday Adelodun
1
-0
/
+3
2025-11-26
rust_binder: move BC_FREE_BUFFER drop inside if statement
Alice Ryhl
1
-2
/
+2
2025-11-26
rust_binder: use compat_ptr_ioctl
Alice Ryhl
2
-28
/
+3
2025-11-26
binder: mark binder_alloc_exhaustive_test as slow
Carlos Llamas
1
-1
/
+1
2025-11-25
tools: ynl-gen: add regeneration comment
Asbjørn Sloth Tønnesen
2
-0
/
+2
2025-11-17
convert rust_binderfs
Al Viro
1
-88
/
+33
2025-11-16
rust: rbtree: add immutable cursor
Vitaly Wool
3
-4
/
+4
2025-11-16
convert binderfs
Al Viro
1
-19
/
+14
2025-11-16
binderfs_binder_ctl_create(): kill a bogus check
Al Viro
1
-6
/
+0
2025-11-16
binderfs: use simple_start_creating()
Al Viro
1
-38
/
+5
2025-10-22
binder: remove "invalid inc weak" check
Alice Ryhl
1
-10
/
+1
2025-10-22
rust: replace `CStr` with `core::ffi::CStr`
Tamir Duberstein
1
-1
/
+1
2025-10-20
rust_binder: use `core::ffi::CStr` method names
Tamir Duberstein
1
-2
/
+2
2025-10-20
rust_binder: use `kernel::fmt`
Tamir Duberstein
1
-2
/
+3
2025-10-20
rust_binder: remove trailing comma
Tamir Duberstein
1
-1
/
+1
2025-10-13
binder: Fix missing kernel-doc entries in binder.c
Kriish Sharma
1
-13
/
+14
2025-10-13
rust_binder: report freeze notification only when fully frozen
Alice Ryhl
3
-14
/
+42
2025-10-13
rust_binder: don't delete FreezeListener if there are pending duplicates
Alice Ryhl
1
-1
/
+10
2025-10-13
rust_binder: freeze_notif_done should resend if wrong state
Alice Ryhl
1
-2
/
+3
2025-10-13
rust_binder: remove warning about orphan mappings
Alice Ryhl
1
-4
/
+0
2025-10-13
rust_binder: clean `clippy::mem_replace_with_default` warning
Miguel Ojeda
1
-1
/
+1
2025-09-19
rust_binder: add Rust Binder driver
Alice Ryhl
28
-1
/
+10264
2025-09-18
binder: fix double-free in dbitmap
Carlos Llamas
1
-0
/
+1
2025-08-19
binder: add tracepoint for netlink reports
Carlos Llamas
2
-0
/
+39
2025-08-19
binder: add transaction_report feature entry
Li Li
1
-0
/
+8
2025-08-19
binder: introduce transaction reports via netlink
Li Li
5
-5
/
+134
2025-08-19
binder: add t->is_async and t->is_reply
Carlos Llamas
2
-5
/
+6
2025-08-19
binder: pre-allocate binder_transaction
Carlos Llamas
1
-34
/
+30
2025-08-18
binder: remove MODULE_LICENSE()
Carlos Llamas
1
-2
/
+0
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
12
-405
/
+657
2025-07-28
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-14
/
+6
2025-07-24
binder: Use seq_buf in binder_alloc kunit tests
Tiffany Yang
1
-25
/
+21
2025-07-24
binder: Add copyright notice to new kunit files
Tiffany Yang
3
-1
/
+11
2025-07-16
binder: encapsulate individual alloc test cases
Tiffany Yang
1
-53
/
+181
2025-07-16
binder: Convert binder_alloc selftests to KUnit
Tiffany Yang
7
-366
/
+282
2025-07-16
binder: Scaffolding for binder_alloc KUnit tests
Tiffany Yang
9
-6
/
+208
2025-07-16
binder: Store lru freelist in binder_alloc
Tiffany Yang
3
-20
/
+67
2025-07-16
binder: Fix selftest page indexing
Tiffany Yang
1
-1
/
+1
2025-07-16
binder: use guards for plain mutex- and spinlock-protected sections
Dmitry Antipov
3
-38
/
+17
2025-07-16
binder: use kstrdup() in binderfs_binder_device_create()
Dmitry Antipov
1
-4
/
+1
[next]