summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-21ANDROID: mm/filemap: Fix missing put_page() for speculative page faultandroid12-5.10-2022-12_r14deprecated/android12-5.10-2022-12android12-5.10-2022-12Patrick Daly
2023-05-30Revert "Revert "mm/rmap: Fix anon_vma->degree ambiguity leading to double-reu...android12-5.10-2022-12_r13android12-5.10-2022-12_r12Lee Jones
2023-05-19BACKPORT: hid: bigben_probe(): validate report countandroid12-5.10-2022-12_r11Pietro Borrello
2023-05-19UPSTREAM: HID: bigben: use spinlock to safely schedule workersPietro Borrello
2023-05-19UPSTREAM: HID: bigben_worker() remove unneeded check on report_fieldPietro Borrello
2023-05-19UPSTREAM: HID: bigben: use spinlock to protect concurrent accessesPietro Borrello
2023-05-18BACKPORT: scsi: ufs: Fix device management cmd timeout flowandroid12-5.10-2022-12_r10tanghuan
2023-05-18FROMLIST: binder: fix UAF caused by faulty buffer cleanupCarlos Llamas
2023-05-17BACKPORT: scsi: ufs: fix a race condition related to device managementtanghuan@vivo.com
2023-04-20ANDROID: GKI: Update symbols to symbol listandroid12-5.10-2022-12_r9Wei Liu
2023-04-20ANDROID: GKI: Update symbols to symbol listWei Liu
2023-04-20ANDROID: ABI: Update oplus symbol listLiujie Xie
2023-04-20ANDROID: clear memory trylock-bit when page_locked.Peifeng Li
2023-04-20ANDROID: vendor_hooks: Add hooks for mutex and rwsem optimistic spinLiujie Xie
2023-04-17ANDROID: Enable percpu high priority kthreads for erofsandroid12-5.10-2022-12_r8Sandeep Dhavale
2023-04-17UPSTREAM: erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter
2023-04-17BACKPORT: erofs: add per-cpu threads for decompression as an optionSandeep Dhavale
2023-03-14UPSTREAM: efi: rt-wrapper: Add missing includeandroid12-5.10-2022-12_r7Ard Biesheuvel
2023-03-14UPSTREAM: arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel
2023-03-07ANDROID: dma-buf: heaps: Don't lock unused dmabuf_page_pool mutexandroid12-5.10-2022-12_r6T.J. Mercier
2023-03-07FROMGIT: KVM: arm64: Ignore kvm-arm.mode if !is_hyp_mode_available()Elliot Berman
2023-03-07UPSTREAM: KVM: arm64: Allow KVM to be disabled from the command lineMarc Zyngier
2023-03-03UPSTREAM: io_uring: ensure that io_init_req() passes in the right issue_flagsJens Axboe
2023-03-03UPSTREAM: io_uring: add missing lock in io_get_file_fixedandroid12-5.10-2022-12_r5Bing-Jhong Billy Jheng
2023-02-22UPSTREAM: ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne
2023-02-22ANDROID: usb: f_accessory: Check buffer size when initialised via compositeLee Jones
2023-02-20UPSTREAM: io_uring/rw: remove leftover debug statementJens Axboe
2023-02-20UPSTREAM: io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe
2023-02-20UPSTREAM: io_uring: fix double poll leak on repollingPavel Begunkov
2023-02-20UPSTREAM: io_uring: Clean up a false-positive warning from GCC 9.3.0Alviro Iskandar Setiawan
2023-02-18UPSTREAM: io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher
2023-02-18UPSTREAM: io_uring: io_kiocb_update_pos() should not touch file for non -1 of...Jens Axboe
2023-02-18UPSTREAM: io_uring/rw: defer fsnotify calls to task contextJens Axboe
2023-02-18UPSTREAM: io_uring: do not recalculate ppos unnecessarilyDylan Yudaken
2023-02-18UPSTREAM: io_uring: update kiocb->ki_pos at execution timeDylan Yudaken
2023-02-18UPSTREAM: io_uring: remove duplicated calls to io_kiocb_pposDylan Yudaken
2023-02-18UPSTREAM: io_uring: ensure that cached task references are always put on exitJens Axboe
2023-02-18UPSTREAM: io_uring: fix CQ waiting timeout handlingPavel Begunkov
2023-02-18UPSTREAM: io_uring: lock overflowing for IOPOLLPavel Begunkov
2023-02-18UPSTREAM: io_uring: check for valid register opcode earlierJens Axboe
2023-02-18UPSTREAM: io_uring: fix async accept on O_NONBLOCK socketsDylan Yudaken
2023-02-18UPSTREAM: io_uring: allow re-poll if we made progressJens Axboe
2023-02-18UPSTREAM: io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe
2023-02-18UPSTREAM: io_uring: add flag for disabling provided buffer recyclingJens Axboe
2023-02-18UPSTREAM: io_uring: ensure recv and recvmsg handle MSG_WAITALL correctlyJens Axboe
2023-02-18UPSTREAM: io_uring: improve send/recv error handlingPavel Begunkov
2023-02-18UPSTREAM: io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe
2023-02-18UPSTREAM: io_uring/io-wq: only free worker if it was allocated for creationJens Axboe
2023-02-18UPSTREAM: io_uring/io-wq: free worker if task_work creation is canceledJens Axboe
2023-02-18UPSTREAM: io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()Harshit Mogalapalli