Sign in
android
/
kernel
/
common
/
89bc0b3e94aca316922ea2c1fa95efb7b935a9dd
89bc0b3
UPSTREAM: net: sched: sch_multiq: fix possible OOB write in multiq_tune()
by Hangyu Hua
· 2 years ago
38f92c9
BACKPORT: mm: fix crashes from deferred split racing folio migration
by chunpeng li
· 2 years ago
cee1f33
BACKPORT: mm: memcg: fix split queue list crash when large folio migration
by chunpeng li
· 2 years ago
204e871
BACKPORT: memcontrol: only transfer the memcg data for migration
by chunpeng li
· 2 years ago
3cc9e23
ANDROID: abi_gki_aarch64_vivo: Update symbol list
by zhujingpeng
· 2 years ago
9f6bd03
ANDROID: vendor_hooks: add hook in __mutex_unlock_slowpath()
by zhujingpeng
· 2 years ago
8a0f09e
ANDROID: Add CtsLibcoreLegacy22TestCases and high percen coverage CtsCameraTestCases to the kernel-presubmit group
by Darren Chang
· 2 years ago
2aab18f
ANDROID: ABI: Update pixel symbol list
by Robin Peng
· 2 years ago
d7a7845
ANDROID: Export symbols to enable kunit tests
by Sid Nayyar
· 2 years ago
c4b2c04
ANDROID: Add padding to kunit_resource struct
by Sid Nayyar
· 2 years ago
7c9ee873
UPSTREAM: exfat: convert exfat_find_empty_entry() to use dentry cache
by dongliang.cui
· 2 years ago
3d65f27
UPSTREAM: exfat: convert exfat_init_ext_entry() to use dentry cache
by dongliang.cui
· 2 years ago
60f4c79
UPSTREAM: exfat: move free cluster out of exfat_init_ext_entry()
by dongliang.cui
· 2 years ago
4e8cfef
UPSTREAM: exfat: convert exfat_remove_entries() to use dentry cache
by dongliang.cui
· 2 years ago
e92f401
UPSTREAM: exfat: convert exfat_add_entry() to use dentry cache
by dongliang.cui
· 2 years ago
85fd296
UPSTREAM: exfat: add exfat_get_empty_dentry_set() helper
by dongliang.cui
· 2 years ago
2feec0a
UPSTREAM: exfat: add __exfat_get_dentry_set() helper
by dongliang.cui
· 2 years ago
46e92d5
UPSTREAM: exfat: move freeing sbi, upcase table and dropping nls into
by dongliang.cui
· 2 years ago
eed2903a
UPSTREAM: exfat: fix appending discontinuous clusters to empty file
by dongliang.cui
· 2 years ago
0bcb246
UPSTREAM: exfat: fix zero the unwritten part for dio read
by dongliang.cui
· 2 years ago
26c2307
UPSTREAM: exfat: do not zero the extended part
by dongliang.cui
· 2 years ago
83600dc
UPSTREAM: exfat: change to get file size from DataLength
by dongliang.cui
· 2 years ago
1175cf3
UPSTREAM: exfat: using hweight instead of internal logic
by dongliang.cui
· 2 years ago
e2a390c
UPSTREAM: exfat: support create zero-size directory
by dongliang.cui
· 2 years ago
4cdb6f5
UPSTREAM: exfat: add ioctls for accessing attributes
by dongliang.cui
· 2 years ago
5cc4dca
UPSTREAM: exfat: convert to new timestamp accessors
by dongliang.cui
· 2 years ago
3569b05
ANDROID: fuse: Update file size in fuse_passthrough_splice_write
by Paul Lawrence
· 2 years ago
09d40ff
ANDROID: update symbol for unisoc audio modules
by Wei.Chen
· 2 years ago
90fa1a55
ANDROID: GKI: update symbol list file for xiaomi
by chunpeng li
· 2 years ago
d70733e
ANDROID: vendor_hook: customize gfp and orders to alloc large folio
by chunpeng li
· 2 years ago
a450ed5
ANDROID: GKI: update symbol list file for xiaomi
by chunpeng li
· 2 years ago
1e539e8
ANDROID: vendor_hook: customize order for thp pcp list
by chunpeng li
· 2 years ago
ce8a12c
BACKPORT: mm: simplify thp_vma_allowable_order
by Matthew Wilcox
· 2 years ago
a8890d3
ANDROID: abi_gki_aarch64_qcom: update abi symbol list
by Jishnu Prakash
· 2 years ago
b9a812a
ANDROID: virt: gunyah: Correct n_mem_entries calculation in gunyah_gup_share_parcel
by Elliot Berman
· 2 years ago
c9ef18a
ANDROID: add kthread_stop_put to symbol list
by Greg Kroah-Hartman
· 2 years ago
375ddbe
ANDROID: KVM: arm64: Fix hyp module base address in pkvm_el2_mod_va()
by Will Deacon
· 2 years ago
54fe7d36
Merge tag 'android15-6.6.46_r00' into android15-6.6
by Greg Kroah-Hartman
· 2 years ago
d9de370
UPSTREAM: mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==N
by Barry Song
· 2 years ago
e603a53e
BACKPORT: mm: zswap: add zswap_never_enabled()
by Yosry Ahmed
· 2 years ago
6bdb6c7
BACKPORT: mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNC
by Barry Song
· 2 years ago
66f7137
BACKPORT: mm: remove folio_test_anon(folio)==false path in __folio_add_anon_rmap()
by Barry Song
· 2 years ago
7882adc
UPSTREAM: mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
by Barry Song
· 2 years ago
870700e
BACKPORT: mm: extend rmap flags arguments for folio_add_new_anon_rmap
by Barry Song
· 2 years ago
4c68f62
BACKPORT: mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictable
by Matthew Wilcox (Oracle)
· 2 years ago
49882603
BACKPORT: wifi: mac80211: Use flexible array in struct ieee80211_tim_ie
by Jeff Johnson
· 2 years ago
cfdfb5e
UPSTREAM: mm: convert collapse_huge_page() to use a folio
by Matthew Wilcox (Oracle)
· 2 years ago
297deba
UPSTREAM: mm: convert migrate_vma_insert_page() to use a folio
by Matthew Wilcox (Oracle)
· 2 years ago
b2debfc
BACKPORT: mm: remove references to page_add_new_anon_rmap in comments
by Matthew Wilcox (Oracle)
· 2 years ago
453679c
UPSTREAM: mm: remove stale example from comment
by Matthew Wilcox (Oracle)
· 2 years ago
10338a2
BACKPORT: mm: convert unuse_pte() to use a folio throughout
by Matthew Wilcox (Oracle)
· 2 years ago
38de31bd
BACKPORT: mm: remove PageAnonExclusive assertions in unuse_pte()
by Matthew Wilcox (Oracle)
· 2 years ago
fe52579d
UPSTREAM: mm: convert ksm_might_need_to_copy() to work on folios
by Matthew Wilcox (Oracle)
· 2 years ago
7f4f768
ANDROID: GKI: update symbol list for honor
by jiangxinpei
· 2 years ago
b4a2740
ANDROID: GKI: modify vendor hook name for Honor ogki
by jiangxinpei
· 2 years ago
561b551
ANDROID: KVM: arm64: Remove unnecessary stage2_unmap_clear_pte from stage2_make_pte
by Keir Fraser
· 2 years ago
459097f
ANDROID: KVM: arm64: Disallow kvm_pgtable_stage2_unmap on host S2
by Keir Fraser
· 2 years ago
34fc61f
FROMGIT: BACKPORT: KVM: arm64: Don't pass a TLBI level hint when zapping table entries
by Will Deacon
· 2 years ago
517b52f
FROMGIT: BACKPORT: KVM: arm64: Don't defer TLB invalidation when zapping table entries
by Will Deacon
· 2 years ago
dbaa197
FROMGIT: KVM: arm64: Ensure TLBI uses correct VMID after changing context
by Will Deacon
· 2 years ago
c7e69c2
FROMGIT: KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe hyp init
by Will Deacon
· 2 years ago
3f4c034
ANDROID: drivers/arm-smmu-v3-kvm: Add SMMUs to domain for live devices
by Mostafa Saleh
· 2 years ago
341b6a0
ANDROID: drivers/arm-smmu-v3-kvm: Invalidate ASID/VMID on detach
by Mostafa Saleh
· 2 years ago
396901e
ANDROID: drivers/arm-smmu-v3-kvm: Ensure domain_id is in range
by Mostafa Saleh
· 2 years ago
b7d3ae5
ANDROID: drivers/arm-smmu-v3-kvm: Fix wrong type cast in capable
by Mostafa Saleh
· 2 years ago
98fd837
ANDROID: GKI: Add symbol to symbol list for imx
by Zhipeng Wang
· 2 years ago
08b53b0
ANDROID: Add CtsCameraTestCases to the kernel-presubmit group
by Darren Chang
· 2 years ago
b42ed94
FROMLIST: binder: fix UAF caused by offsets overwrite
by Carlos Llamas
· 2 years ago
cfd01b5
BACKPORT: binder: remove redundant variable page_addr
by Colin Ian King
· 2 years ago
8da6283
ANDROID: GKI: Update symbols to symbol list for honor
by h00013079
· 2 years ago
d21d656
ANDROID: signal: Add vendor hook for memory reap
by zhengtangquan
· 2 years ago
a94ba5a
BACKPORT: timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpu
by Thomas Gleixner
· 2 years ago
4b38cee
ANDROID: GKI: Update symbols to symbol list
by jiangxinpei
· 2 years ago
65ebb00f
ANDROID: vendor_hooks: add hook to perform targeted memory management
by Dezhi Huang
· 2 years ago
800cd29
ANDROID: ABI: update symbol list for honor
by jiangxinpei
· 2 years ago
0517467
ANDROID: vendor_hooks: add hook to optimize the madvise processing flow
by Dezhi Huang
· 2 years ago
d974a8b
ANDROID: GKI: Update symbol list for mtk
by Seiya Wang
· 2 years ago
e7c0515
BACKPORT: thermal: gov_power_allocator: Avoid overwriting PID coefficients from setup time
by Di Shen
· 2 years ago
bea8a4b
UPSTREAM: scsi: ufs: Uninitialized variable in ufshcd_devfreq_target()
by Dan Carpenter
· 2 years ago
1896bfd
UPSTREAM: pmdomain: arm: Fix NULL dereference on scmi_perf_domain removal
by Cristian Marussi
· 2 years ago
9b2996c
UPSTREAM: mm/userfaultfd: UFFDIO_MOVE implementation should use ptep_get()
by Ryan Roberts
· 2 years ago
82094b2
UPSTREAM: ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFT
by Xiubo Li
· 2 years ago
837cb4d
UPSTREAM: usb: gadget: uvc: Remove nested locking
by Avichal Rakesh
· 2 years ago
d897e12
UPSTREAM: pmdomain: arm: Avoid polling for scmi_perf_domain
by Ulf Hansson
· 2 years ago
6dcad5b
FROMLIST: scsi: ufs: core: Fix the code for entering hibernation
by Bart Van Assche
· 2 years ago
4c0eff9
FROMLIST: scsi: ufs: core: Make ufshcd_uic_cmd_compl() easier to read
by Bart Van Assche
· 2 years ago
b7459d5
FROMGIT: rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
by Frederic Weisbecker
· 2 years ago
3921b71
ANDROID: GKI: update symbol list for honor
by jiangxinpei
· 2 years ago
eba98a6
ANDROID: GKI: Add vendor hook define for Honor ogki
by jiangxinpei
· 2 years ago
d9ce6b0b
ANDROID: Add sound/usb/card.h to aarch64 allowlist
by Yuan-Jen Cheng
· 2 years ago
bdd9aa1
ANDROID: Add aoc-usb headers to aarch64 allowlist
by Yuan-Jen Cheng
· 2 years ago
cbff1d7
ANDROID: fix up arm64 eratta addition
by Greg Kroah-Hartman
· 2 years ago
android15-6.6.46_r00
797e286
Revert "tracefs: Use generic inode RCU for synchronizing freeing"
by Greg Kroah-Hartman
· 2 years ago
5f03411
Merge 6.6.46 into android15-6.6-lts
by Greg Kroah-Hartman
· 2 years ago
6c3bccd
ANDROID: GKI: Update symbol list for vivo
by jujiang
· 2 years ago
3cfe1de
FROMGIT: tcp: Update window clamping condition
by Subash Abhinov Kasiviswanathan
· 2 years ago
c8968f2
ANDROID: vendor_hooks: Fix incorrect declaration of restricted hook
by Yang Yang
· 2 years ago
1933a7b
ANDROID: GKI: Update symbols to symbol list
by jiangxinpei
· 2 years ago
0d9cb95
ANDROID: GKI: Add hooks for socket management.
by jiangxinpei
· 2 years ago
30095105
Revert "leds: trigger: Store brightness set by led_trigger_event()"
by Greg Kroah-Hartman
· 2 years ago
Next »