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
/
drivers
/
android
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-12
binder: fix double-free in dbitmap
Carlos Llamas
1
-0
/
+1
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
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
2025-07-02
kill binderfs_remove_file()
Al Viro
3
-18
/
+1
2025-06-24
binder: Remove unused binder lock events
Steven Rostedt
1
-21
/
+0
2025-06-24
binder: fix reversed pid/tid in log
Carlos Llamas
1
-4
/
+2
2025-06-17
binder_ioctl_write_read(): simplify control flow a bit
Al Viro
1
-14
/
+6
2025-06-06
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
3
-89
/
+169
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+2
2025-05-25
binder: fix yet another UAF in binder_devices
Carlos Llamas
1
-0
/
+1
2025-05-21
binder: Create safe versions of binder log files
Tiffany Y. Yang
1
-27
/
+79
2025-05-21
binder: Refactor binder_node print synchronization
Tiffany Y. Yang
1
-51
/
+68
2025-05-21
binder: fix use-after-free in binderfs_evict_inode()
Dmitry Antipov
3
-5
/
+20
2025-04-28
Merge 6.15-rc4 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2025-04-15
binder: use buffer offsets in debug logs
Tiffany Y. Yang
1
-16
/
+11
2025-04-15
binder: fix offset calculation in debug log
Carlos Llamas
1
-1
/
+1
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
1
-2
/
+2
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+1
2025-02-20
binder: remove unneeded <linux/export.h> inclusion from binder_internal.h
Masahiro Yamada
1
-1
/
+0
2025-02-20
binderfs: fix use-after-free in binder_devices
Carlos Llamas
1
-0
/
+1
2025-01-27
Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
7
-169
/
+288
2025-01-13
binder: log transaction code on failure
Carlos Llamas
1
-2
/
+2
2025-01-08
binder: fix kernel-doc warning of 'file' member
Carlos Llamas
1
-1
/
+1
2025-01-08
binderfs: add new binder devices to binder_devices
Li Li
3
-2
/
+16
2024-12-24
binder: use per-vma lock in page reclaiming
Carlos Llamas
1
-7
/
+22
2024-12-24
binder: propagate vm_insert_page() errors
Carlos Llamas
1
-1
/
+0
2024-12-24
binder: use per-vma lock in page installation
Carlos Llamas
1
-17
/
+50
2024-12-24
binder: rename alloc->buffer to vm_start
Carlos Llamas
5
-19
/
+19
2024-12-24
binder: replace alloc->vma with alloc->mapped
Carlos Llamas
3
-26
/
+30
2024-12-24
binder: store shrinker metadata under page->private
Carlos Llamas
3
-70
/
+99
2024-12-24
binder: select correct nid for pages in LRU
Carlos Llamas
1
-4
/
+12
2024-12-24
binder: concurrent page installation
Carlos Llamas
1
-24
/
+41
2024-12-24
Revert "binder: switch alloc->mutex to spinlock_t"
Carlos Llamas
2
-28
/
+28
2024-12-15
binder: initialize lsm_context structure
Casey Schaufler
1
-1
/
+1
2024-12-04
lsm: replace context+len with lsm_context
Casey Schaufler
1
-3
/
+2
2024-12-04
lsm: ensure the correct LSM context releaser
Casey Schaufler
1
-12
/
+12
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-15
/
+49
2024-11-11
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
2
-5
/
+4
2024-11-11
mm/list_lru: split the lock to per-cgroup scope
Kairui Song
1
-1
/
+0
2024-10-13
binder: add delivered_freeze to debugfs output
Carlos Llamas
1
-0
/
+4
2024-10-13
binder: fix memleak of proc->delivered_freeze
Carlos Llamas
1
-0
/
+11
[next]