summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-24Galileo: dts: use array for motor strength and frequency setting for multiple...sandbox/chanwoochoi/tizenjeongsup.jeong33-132/+66
2020-04-24Motor: use default frequency when platform frequency request is predefined va...jeongsup.jeong2-21/+22
2020-04-24Motor: change motor control parameters for new haptic conceptjeongsup.jeong2-89/+122
2020-04-24Motor: add handling freq, overdrive param on ff effectjeongsup.jeong2-56/+102
2020-04-24Motor: ztm620: add pm_notifierjeongsup.jeong2-90/+185
2020-04-01Bluetooth: Add GATT data batchingsubmit/tizen/20200331.090714accepted/tizen/unified/20200402.155630Wootak Jung5-0/+390
2020-03-02Input: tizen_bezel: Change event value of the bezel devicesubmit/tizen/20200323.012640accepted/tizen/unified/20200324.101622lsmin.lee2-19/+22
2020-03-02Bluetooth: SMP: fix crash in unpairingsubmit/tizen/20200302.034238accepted/tizen/unified/20200302.125741Matias Karhumaa3-10/+29
2020-03-02Bluetooth: Fix missing encryption refresh on Security RequestSzymon Janc1-1/+7
2020-01-02arm64: relocatable: fix inconsistencies in linker script and optionssubmit/tizen/20200102.014302accepted/tizen/unified/20200102.220848Ard Biesheuvel2-5/+6
2020-01-02arm64: remove no-op -p linker flagGreg Hackmann1-1/+1
2020-01-02arm64: prevent regressions in compressed kernel image size when upgrading to ...Nick Desaulniers1-2/+6
2019-12-31arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSsubmit/tizen/20191231.055421accepted/tizen/unified/20200101.120530Nathan Chancellor1-1/+1
2019-12-31arm64: Silence gcc warnings about arch ABI driftDave Martin1-0/+1
2019-12-27Input: zxt_ztm620_ts: Remove possible overflow by using strlcat()Seung-Woo Kim1-117/+63
2019-12-27Input: zxt_ztm620_ts: Repalce meaningless strncat() to strcat()Seung-Woo Kim1-26/+26
2019-12-27soc: samsung: cal-if: fix not to calculate array size from nullSeung-Woo Kim4-299/+327
2019-12-27video: fbdev: exynos: dpu9110: panel: s6e36w3x01: remove buffer overflowSeung-Woo Kim1-1/+1
2019-12-27AsoC: speedy: fix sizeof-pointer-memaccess for strncpy()Seung-Woo Kim1-1/+1
2019-12-27net: bcmdhd: Fix string concatenate with strncat()Seung-Woo Kim1-1/+1
2019-12-27arm64: tizen_tw3_defconfig: Enable CONFIG_CRYPTO_CCMAnupam Roy1-3/+4
2019-12-27arm64: tizen_tw3_defconfig: sync USB_CONFIGFS related config optionsSeung-Woo Kim1-0/+19
2019-12-23cfg80211: Fix array-bounds warning in fragment copyMatthias Kaehlcke1-3/+3
2019-12-23ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf1-2/+2
2019-12-23tracing: Silence GCC 9 array bounds warningMiguel Ojeda3-10/+20
2019-12-23gcc-9: silence 'address-of-packed-member' warningLinus Torvalds1-0/+1
2019-12-23unifdef: use memcpy instead of strncpyLinus Torvalds1-2/+2
2019-12-23arm64, vdso: Define vdso_{start,end} as arrayKees Cook1-5/+5
2019-12-23Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang1-0/+3
2019-12-23disable stringop truncation warnings for nowStephen Rothwell1-0/+3
2019-12-23kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor1-1/+1
2019-12-23exec: avoid gcc-8 warning for get_task_commArnd Bergmann2-5/+8
2019-12-23turn off -Wattribute-aliasArnd Bergmann1-0/+1
2019-12-23drm/tgm: tdm_pp: msc: check and adjust src/dest size parametersubmit/tizen/20191223.042319accepted/tizen/unified/20191223.060227Seung-Woo Kim1-0/+32
2019-12-20usb: gadget: f_fs: Give chance to retry malloc for large size bufferDongwoo Lee1-3/+27
2019-12-17Bluetooth: Enables filter_policy and adv_type set by userAmit Purwar1-2/+11
2019-11-26arm64: tizen_tw3_defconfig: Use configfs instead of legacy usb gadgetsubmit/tizen/20191126.032220accepted/tizen/unified/20191127.020253Dongwoo Lee1-4/+6
2019-11-26usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen1-5/+105
2019-11-26usb: gadget: configs: plug memory leakJohn Keeping1-0/+1
2019-11-26usb: gadget: Zero ffs_io_dataAndrzej Pietrasiewicz1-2/+4
2019-11-26usb: f_fs: Avoid crash due to out-of-scope stack ptr accessJohn Stultz1-0/+1
2019-11-26usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang1-1/+1
2019-11-26usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen1-0/+4
2019-11-26usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen1-1/+1
2019-11-26usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong1-1/+0
2019-11-26usb: gadget: f_fs: Process all descriptors during bindJack Pham1-4/+2
2019-11-26usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar1-1/+2
2019-11-26usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier1-1/+1
2019-11-26usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping1-2/+11
2019-11-26usb: gadget: f_fs: Fix ExtCompat descriptor validationVincent Pelletier1-1/+1