summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-03FROMLIST: binder: check offset alignment in binder_get_object()android13-5.10-2024-01_r7android13-5.10-2024-01Carlos Llamas
2024-03-27ANDROID: userfaultfd: abort uffdio ops if mmap_lock is contendedandroid13-5.10-2024-01_r6Lokesh Gidra
2024-03-27ANDROID: userfaultfd: add MMAP_TRYLOCK mode for COPY/ZEROPAGELokesh Gidra
2024-03-21ANDROID: GKI: fix ABI breakage in struct ipv6_devconfandroid13-5.10-2024-01_r5Carlos Llamas
2024-03-21Reapply "net: release reference to inet6_dev pointer"Carlos Llamas
2024-03-21Reapply "net: change accept_ra_min_rtr_lft to affect all RA lifetimes"Carlos Llamas
2024-03-21Reapply "net: add sysctl accept_ra_min_rtr_lft"Carlos Llamas
2024-03-21ANDROID: GKI: explicit include of stringify.hCarlos Llamas
2024-03-08ANDROID: userfaultfd: allow SPF for UFFD_FEATURE_SIGBUS on private+anonandroid13-5.10-2024-01_r4Lokesh Gidra
2024-02-28UPSTREAM: usb: gadget: uvc: Remove nested lockingandroid13-5.10-2024-01_r3Avichal Rakesh
2024-02-28UPSTREAM: usb: gadget: uvc: Fix use are free during STREAMOFFAvichal Rakesh
2024-02-01ANDROID: mm: Fix VMA ref count after fast-mremapandroid13-5.10-2024-01_r2android-u-qpr3-beta-2.1_r0.7android-u-qpr3-beta-2.1_r0.5android-u-qpr3-beta-2.1_r0.4android-u-qpr3-beta-2.1_r0.3android-u-qpr3-beta-2.1_r0.2android-u-qpr3-beta-2.1_r0.1android-15-beta-1_r0.6android-15-beta-1_r0.5android-15-beta-1_r0.4android-15-beta-1_r0.3android-15-beta-1_r0.2android-15-beta-1_r0.1android-gs-tangorpro-5.10-android15-dpandroid-gs-tangorpro-5.10-android15-betaandroid-gs-tangorpro-5.10-android14-qpr3-betaandroid-gs-raviole-5.10-android15-dpandroid-gs-raviole-5.10-android15-betaandroid-gs-raviole-5.10-android14-qpr3-betaandroid-gs-pantah-5.10-android15-dpandroid-gs-pantah-5.10-android15-betaandroid-gs-pantah-5.10-android14-qpr3-betaandroid-gs-lynx-5.10-android15-dpandroid-gs-lynx-5.10-android15-betaandroid-gs-lynx-5.10-android14-qpr3-betaandroid-gs-felix-5.10-android15-dpandroid-gs-felix-5.10-android15-betaandroid-gs-felix-5.10-android14-qpr3-betaandroid-gs-bluejay-5.10-android15-dpandroid-gs-bluejay-5.10-android15-betaandroid-gs-bluejay-5.10-android14-qpr3-betaKalesh Singh
2024-01-16ANDROID: Initialize android13-5.10-2024-01android13-5.10-2024-01_r1Todd Kjos
2024-01-10ANDROID: binder: fix KMI-break due to alloc->lockandroid-u-qpr3-beta-2_r0.7android-u-qpr3-beta-2_r0.6android-u-qpr3-beta-2_r0.5android-u-qpr3-beta-2_r0.4android-u-qpr3-beta-2_r0.3android-u-qpr3-beta-2_r0.2android-15-dp-2_r0.6android-15-dp-2_r0.5android-15-dp-2_r0.4android-15-dp-2_r0.3android-15-dp-2_r0.2android-15-dp-2_r0.1Carlos Llamas
2024-01-10ANDROID: binder: fix KMI-break due to address type changeCarlos Llamas
2024-01-10BACKPORT: FROMGIT: binder: switch alloc->mutex to spinlock_tCarlos Llamas
2024-01-10BACKPORT: FROMGIT: binder: reverse locking order in shrinker callbackCarlos Llamas
2024-01-10FROMGIT: binder: avoid user addresses in debug logsCarlos Llamas
2024-01-10FROMGIT: binder: refactor binder_delete_free_buffer()Carlos Llamas
2024-01-10FROMGIT: binder: collapse print_binder_buffer() into callerCarlos Llamas
2024-01-10FROMGIT: binder: document the final page calculationCarlos Llamas
2024-01-10BACKPORT: FROMGIT: binder: rename lru shrinker utilitiesCarlos Llamas
2024-01-10UPSTREAM: drivers/android: remove redundant ret variableMinghao Chi
2024-01-10FROMGIT: binder: make oversized buffer code more readableCarlos Llamas
2024-01-10FROMGIT: binder: remove redundant debug logCarlos Llamas
2024-01-10BACKPORT: FROMGIT: binder: perform page installation outside of locksCarlos Llamas
2024-01-10FROMGIT: binder: initialize lru pages in mmap callbackCarlos Llamas
2024-01-10FROMGIT: binder: malloc new_buffer outside of locksCarlos Llamas
2024-01-10BACKPORT: FROMGIT: binder: refactor page range allocationCarlos Llamas
2024-01-10BACKPORT: FROMGIT: binder: relocate binder_alloc_clear_buf()Carlos Llamas
2024-01-10FROMGIT: binder: relocate low space calculationCarlos Llamas
2024-01-10FROMGIT: binder: separate the no-space debugging logicCarlos Llamas
2024-01-10FROMGIT: binder: remove pid param in binder_alloc_new_buf()Carlos Llamas
2024-01-10FROMGIT: binder: do unlocked work in binder_alloc_new_buf()Carlos Llamas
2024-01-10FROMGIT: binder: split up binder_update_page_range()Carlos Llamas
2024-01-10FROMGIT: binder: keep vma addresses type as unsigned longCarlos Llamas
2024-01-10FROMGIT: binder: remove extern from function prototypesCarlos Llamas
2024-01-10FROMGIT: binder: fix comment on binder_alloc_new_buf() return valueCarlos Llamas
2024-01-10FROMGIT: binder: fix trivial typo of binder_free_buf_locked()Carlos Llamas
2024-01-10FROMGIT: binder: fix unused alloc->free_async_spaceCarlos Llamas
2024-01-10FROMGIT: binder: fix async space check for 0-sized buffersCarlos Llamas
2024-01-10FROMGIT: binder: fix race between mmput() and do_exit()Carlos Llamas
2024-01-10BACKPORT: FROMGIT: binder: fix use-after-free in shinker's callbackCarlos Llamas
2024-01-09FROMGIT: binder: use EPOLLERR from eventpoll.hCarlos Llamas
2024-01-09UPSTREAM: netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo Neira Ayuso
2024-01-09UPSTREAM: ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao
2024-01-04UPSTREAM: trace: bpf: Allow bpf to attach to bare tracepointsASB-2024-01-05_13-5.10Qais Yousef
2023-12-27BACKPORT: USB: gadget: core: adjust uevent timing on gadget unbindRoy Luo
2023-12-23ANDROID: GKI: Enable CONFIG_USB_EHCI_ROOT_HUB_TTJindong Yue
2023-12-21UPSTREAM: dm verity: don't perform FEC for failed readahead IOWu Bo