mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-05-24 12:33:17 +00:00
Commit Graph
Select branches
Hide Pull Requests
backup/lineage-20_20230509
backup/lineage-20__20230509
lineage-19.1
lineage-20
lineage-21
lineage-22.0
lineage-22.1
lineage-22.2
lineage-23.0
lineage-23.1
lineage-23.2
staging/lineage-23.0
Select branches
Hide Pull Requests
backup/lineage-20_20230509
backup/lineage-20__20230509
lineage-19.1
lineage-20
lineage-21
lineage-22.0
lineage-22.1
lineage-22.2
lineage-23.0
lineage-23.1
lineage-23.2
staging/lineage-23.0
-
ac643c781c
Merge remote-tracking branch 'sm8250/lineage-20' into HEAD
lineage-23.2
lineage-23.1
lineage-23.0
lineage-22.2
lineage-22.1
lineage-22.0
lineage-21
lineage-20
Nolen Johnson
2026-05-19 21:54:26 -04:00 -
d12e9eb2de
fixup! BACKPORT: kbuild: check the minimum assembler version in Kconfig
fadlyas07
2026-05-10 04:10:20 +00:00 -
92d5f87662
techpack: drm/msm/sde: add sysfs node for trigger wake up early
Midas Chien
2020-04-22 16:29:32 +08:00 -
0f77f772d8
Merge remote-tracking branch 'sm8250/lineage-20' into HEAD
Nolen Johnson
2026-05-12 20:49:11 -04:00 -
9068d3dbaf
ANDROID: kallsyms: increase KSYM_NAME_LEN
Sami Tolvanen
2020-02-20 14:47:59 -08:00 -
b4ebeafa6a
Revert "linux/kallsyms: Increase KSYM_NAME_LEN both in kernel and kallsyms.c"
Nick Reuter
2026-05-11 16:41:35 -05:00 -
23ea704e18
Merge tag 'v4.19.325-cip132' of https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip into android13-4.19-kona
Thomas Turner
2026-05-12 18:00:02 +01:00 -
8b97111626
Revert "UPSTREAM: fuse: fix page stealing"
Thomas Turner
2026-05-09 16:41:49 +01:00 -
d02b4dfc69
Merge remote-tracking branch 'sm8250/lineage-20' into HEAD
Nolen Johnson
2026-05-07 10:51:55 -04:00 -
a0cf0e1623
CIP: Bump version suffix to -cip132 after merge from cip/linux-4.19.y-st tree
Ulrich Hecht
2026-05-07 13:06:48 +02:00 -
78593aa917
Merge branch 'linux-4.19.y-st' into linux-4.19.y-cip
Ulrich Hecht
2026-05-07 13:06:47 +02:00 -
876d63e0b5
Update localversion-st, tree is up-to-date with 5.10.254.
Ulrich Hecht
2026-05-07 13:05:47 +02:00 -
06f864b3a1
x86/CPU: Fix FPDSS on Zen1
Borislav Petkov (AMD)
2026-04-07 11:40:03 +02:00 -
bff91509dc
seg6: separate dst_cache for input and output paths in seg6 lwtunnel
Andrea Mayer
2026-04-12 18:51:40 -04:00 -
94936979e2
netfilter: nft_ct: fix use-after-free in timeout object destroy
Tuan Do
2026-04-03 00:33:17 -07:00 -
2e4a879d5d
apparmor: fix differential encoding verification
John Johansen
2026-04-12 23:46:34 -07:00 -
7b88ad1a67
apparmor: fix missing bounds check on DEFAULT table in verify_dfa()
Massimiliano Pellizzer
2026-04-12 23:46:31 -07:00 -
b5d5701556
ext4: convert inline data to extents when truncate exceeds inline size
Deepanshu Kartikey
2026-02-07 10:06:07 +05:30 -
cae75e3d9f
virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false
xietangxin
2026-03-12 10:54:06 +08:00 -
4378fb17e1
ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()
Jakub Kicinski
2026-03-01 11:45:48 -08:00 -
ebd01513a0
crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl
Herbert Xu
2026-04-30 00:01:27 -07:00 -
97d1348160
crypto: authencesn - Fix src offset when decrypting in-place
Herbert Xu
2026-04-30 00:01:26 -07:00 -
05654d7346
crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption
Herbert Xu
2026-04-30 00:01:25 -07:00 -
9dde35139b
crypto: authenc - use memcpy_sglist() instead of null skcipher
Eric Biggers
2026-04-30 00:01:24 -07:00 -
732cdd28b4
crypto: algif_aead - snapshot IV for async AEAD requests
Douya Le
2026-04-30 00:01:23 -07:00 -
e1d60aac7a
crypto: algif_aead - Revert to operating out-of-place
Herbert Xu
2026-04-30 00:01:22 -07:00 -
a6eb232e2c
crypto: algif_aead - use memcpy_sglist() instead of null skcipher
Eric Biggers
2026-04-30 00:01:21 -07:00 -
30a978d139
crypto: doc - fix kernel-doc notation in chacha.c and af_alg.c
Randy Dunlap
2026-04-30 00:01:19 -07:00 -
bb629fe8c6
Buffer overflow in drivers/xen/sys-hypervisor.c
Juergen Gross
2026-03-27 14:13:38 +01:00 -
2c26ec160b
xen/privcmd: fix double free via VMA splitting
Juergen Gross
2026-04-10 09:20:04 +02:00 -
ea7be32078
crypto: algif_aead - Fix minimum RX size check for decryption
Herbert Xu
2026-04-30 00:01:28 -07:00 -
7833e91cee
crypto: scatterwalk - Backport memcpy_sglist()
Eric Biggers
2026-04-30 00:01:20 -07:00 -
5607b7c978
batman-adv: avoid OGM aggregation when skb tailroom is insufficient
Yang Yang
2026-03-20 11:12:23 +01:00 -
7a198aabb1
device property: Check fwnode->secondary when finding properties
Daniel Scally
2026-03-17 13:19:52 -04:00 -
75c79b308b
device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()
Daniel Scally
2026-03-17 13:19:51 -04:00 -
e6c0b9120b
device property: Retrieve fwnode from of_node via accessor
Andy Shevchenko
2026-03-17 13:19:49 -04:00 -
9a82ca25b1
media: device property: Return true in fwnode_device_is_available for NULL ops
Daniel Scally
2026-03-17 13:19:48 -04:00 -
adb112f5a2
ext4: fix the might_sleep() warnings in kvfree()
Zqiang
2026-04-02 13:40:37 -04:00 -
2c1e63fcfd
mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
Jinjiang Tu
2026-03-31 10:43:42 -04:00 -
c0651b1727
usb: gadget: u_ether: Fix race between gether_disconnect and eth_stop
Kuen-Han Tsai
2026-04-11 14:14:06 -04:00 -
79d42f3c1a
usb: gadget: f_hid: move list and spinlock inits from bind to alloc
Michael Zimmermann
2026-04-12 08:11:18 -04:00 -
6cfd8a9d01
net: rfkill: prevent unlimited numbers of rfkill events from being created
Greg Kroah-Hartman
2026-04-12 16:03:08 -04:00 -
eee0b6c9cf
cpufreq: governor: fix double free in cpufreq_dbs_governor_init() error path
Guangshuo Li
2026-04-08 09:02:02 -04:00 -
e7bd85beb0
cpufreq: governor: Free dbs_data directly when gov->init() fails
Liao Chang
2026-04-08 09:02:01 -04:00 -
d76a62d79d
xen/privcmd: unregister xenstore notifier on module exit
GuoHan Zhao
2026-03-25 20:02:46 +08:00 -
a3fddb9461
rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING)
David Howells
2026-04-08 13:12:43 +01:00 -
49b0b456fd
net: stmmac: fix integer underflow in chain mode
Tyllis Xu
2026-03-31 23:47:07 -05:00 -
f3ba2fb419
net: qualcomm: qca_uart: report the consumed byte on RX skb allocation failure
Pengpeng Hou
2026-04-02 15:12:07 +08:00 -
33b78471df
mmc: vub300: fix NULL-deref on disconnect
Johan Hovold
2026-03-27 11:52:05 +01:00 -
3853cb44bb
net: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit()
David Carlier
2026-04-01 22:12:18 +01:00 -
03cb7db76a
batman-adv: reject oversized global TT response buffers
Ruide Cao
2026-04-02 23:12:31 +08:00 -
b53c0caf41
arm64: dts: hisilicon: hi3798cv200: Add missing dma-ranges
Shawn Guo
2026-02-27 15:22:10 +08:00 -
da3a029a87
arm64: dts: hisilicon: poplar: Correct PCIe reset GPIO polarity
Shawn Guo
2026-02-27 15:19:58 +08:00 -
d34ca29707
wifi: brcmsmac: Fix dma_free_coherent() size
Thomas Fourier
2026-02-18 14:07:37 +01:00 -
56b9715222
tipc: fix bc_ackers underflow on duplicate GRP_ACK_MSG
Oleh Konko
2026-04-02 09:48:57 +00:00 -
90abeecaea
apparmor: fix unprivileged local user can do privileged policy management
John Johansen
2026-04-12 23:46:33 -07:00 -
8c7bb1d1c3
apparmor: Fix double free of ns_name in aa_replace_profiles()
John Johansen
2026-04-12 23:46:32 -07:00 -
4a46b23c8e
apparmor: fix side-effect bug in match_char() macro usage
Massimiliano Pellizzer
2026-04-12 23:46:30 -07:00 -
00b876a970
apparmor: fix: limit the number of levels of policy namespaces
John Johansen
2026-04-12 23:46:29 -07:00 -
9fe373f3b2
apparmor: replace recursive profile removal with iterative approach
Massimiliano Pellizzer
2026-04-12 23:46:28 -07:00 -
67f57b3b8e
apparmor: fix memory leak in verify_header
Massimiliano Pellizzer
2026-04-12 23:46:27 -07:00 -
95fac7e6ed
apparmor: validate DFA start states are in bounds in unpack_pdb
Massimiliano Pellizzer
2026-04-12 23:46:26 -07:00 -
e505a4dba6
mm/rmap: fix two comments related to huge_pmd_unshare()
David Hildenbrand (Red Hat)
2026-02-18 14:05:51 +01:00 -
fb84e61138
mm/hugetlb: fix two comments related to huge_pmd_unshare()
David Hildenbrand (Red Hat)
2026-02-18 14:05:50 +01:00 -
3a004173d2
mm/hugetlb: make detecting shared pte more reliable
Miaohe Lin
2026-02-18 14:05:47 +01:00 -
c403e505dc
Input: uinput - take event lock when submitting FF request "event"
Dmitry Torokhov
2026-04-07 22:16:27 -07:00 -
c94e901cfa
Input: uinput - fix circular locking dependency with ff-core
Mikhail Gavrilov
2026-04-07 12:50:31 +05:00 -
5162bcafab
xfrm_user: fix info leak in build_report()
Greg Kroah-Hartman
2026-04-06 17:34:22 +02:00 -
318b0935a2
wifi: rt2x00usb: fix devres lifetime
Johan Hovold
2026-03-27 12:32:19 +01:00 -
310194de02
usb: gadget: f_uac1_legacy: validate control request size
Taegu Ha
2026-04-02 04:13:11 +09:00 -
4669c46b79
usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial transfer
Sebastian Urban
2026-03-15 16:10:45 +01:00 -
4989d93a9d
USB: dummy-hcd: Fix locking/synchronization error
Alan Stern
2026-03-15 14:30:43 -04:00 -
3ee0c262f1
vxlan: validate ND option lengths in vxlan_na_create
Yang Yang
2026-03-26 03:44:41 +00:00 -
20ce41e14f
comedi: me4000: Fix potential overrun of firmware buffer
Ian Abbott
2026-02-05 13:39:49 +00:00 -
7d81e1ba21
comedi: me_daq: Fix potential overrun of firmware buffer
Ian Abbott
2026-02-05 14:01:30 +00:00 -
4c2ac226d4
comedi: ni_atmio16d: Fix invalid clean-up after failed attach
Ian Abbott
2026-01-28 15:00:10 +00:00 -
69b6bdb8cd
comedi: Reinit dev->spinlock between attachments to low-level drivers
Ian Abbott
2026-02-25 13:24:27 +00:00 -
b7d7f34c27
comedi: dt2815: add hardware detection to prevent crash
Deepanshu Kartikey
2026-03-09 16:18:59 +05:30 -
63baf44e17
bridge: br_nd_send: validate ND option lengths
Yang Yang
2026-03-26 03:44:40 +00:00 -
77e24cbc2a
usb: ulpi: fix double free in ulpi_register_interface() error path
Guangshuo Li
2026-04-01 10:51:42 +08:00 -
6372876800
usb: quirks: add DELAY_INIT quirk for another Silicon Motion flash drive
Miao Li
2026-03-19 13:39:27 +08:00 -
8596683b34
iio: gyro: mpu3050: Fix out-of-sequence free_irq()
Ethan Tidmore
2026-02-24 16:48:18 -06:00 -
c9cf38e91b
iio: gyro: mpu3050: Move iio_device_register() to correct location
Ethan Tidmore
2026-02-24 16:48:17 -06:00 -
2f04b8d880
iio: gyro: mpu3050: Fix irq resource leak
Ethan Tidmore
2026-02-24 16:48:16 -06:00 -
bd3b8906a8
iio: gyro: mpu3050: Fix incorrect free_irq() variable
Ethan Tidmore
2026-02-24 16:48:15 -06:00 -
847f6e0596
Input: xpad - add support for Razer Wolverine V3 Pro
Zoltan Illes
2026-04-03 22:03:42 -07:00 -
8f8a39cd95
USB: core: add NO_LPM quirk for Razer Kiyo Pro webcam
JP Hein
2026-03-30 17:38:04 -07:00 -
4ab858daf6
USB: serial: option: add support for Rolling Wireless RW135R-GL
Wanquan Zhong
2026-03-16 19:55:12 +08:00 -
8a082ba845
USB: serial: io_edgeport: add support for Blackbox IC135A
Frej Drejhammar
2026-02-22 18:00:42 +01:00 -
dc2647d67f
drm/ast: dp501: Fix initialization of SCU2C
Thomas Zimmermann
2026-03-27 14:32:53 +01:00 -
e8400839eb
MIPS: Fix the GCC version check for `__multi3' workaround
Maciej W. Rozycki
2026-03-30 02:54:09 +01:00 -
b90f1bd010
Bluetooth: SMP: force responder MITM requirements before building the pairing response
Oleh Konko
2026-03-31 11:52:12 +00:00 -
a573374472
Bluetooth: SMP: derive legacy responder STK authentication from MITM state
Oleh Konko
2026-03-31 11:52:13 +00:00 -
ca62f53792
ALSA: ctxfi: Fix missing SPDIFI1 index handling
Takashi Iwai
2026-03-29 11:12:37 +02:00 -
eeac3f066a
ALSA: caiaq: fix stack out-of-bounds read in init_card
Berk Cem Goksel
2026-03-29 16:38:25 +03:00 -
2deb985ead
USB: serial: option: add MeiG Smart SRM825WN
Ernestas Kulik
2026-03-24 13:07:16 +02:00 -
5e583717f6
drm/ioc32: stop speculation on the drm_compat_ioctl path
Greg Kroah-Hartman
2026-03-24 17:42:51 +01:00 -
6c70b81bb9
media: dvb-frontends: w7090p: fix null-ptr-deref in w7090p_tuner_write_serpar and w7090p_tuner_read_serpar
Alex Guo
2025-06-15 21:33:53 -04:00 -
367f1ffef3
Revert "media: dvb-frontends: w7090p: fix null-ptr-deref in w7090p_tuner_write_serpar and w7090p_tuner_read_serpar"
Sasha Levin
2026-04-06 10:40:26 -04:00 -
fff7382c10
drm/vmwgfx: Add seqno waiter for sync_files
Ian Forbes
2025-02-28 14:06:33 -06:00