summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
10 daysarm64: fix image size inflation with CONFIG_COMPAT_TASK_SIZEsandbox/dkson95/ilp32Chen Jiahao1-0/+5
10 daysarm64: set 32-bit compatible TASK_SIZE_MAX to fix U32 libc_write_01 errorChen Jiahao2-0/+12
10 daysarm64: replace is_compat_task() with is_ilp32_compat_task() in TASK_SIZE_MAXZhen Lei1-1/+1
10 daysarm64: fix address limit problem with TASK_SIZE_MAXChen Jiahao1-1/+3
10 daysilp32: fix compile problem when ARM64_ILP32 and UBSAN are both enabledXiongfeng Wang1-0/+3
10 daysarm64: fix abi change caused by ILP32Xiongfeng Wang1-0/+4
10 daysarm64: fix AUDIT_ARCH_AARCH64ILP32 bug on audit subsystemChen Jiahao2-4/+0
10 daysilp32: skip ARM erratum 1418040 for ilp32 applicationXiongfeng Wang1-1/+1
10 daysilp32: avoid clearing upper 32 bits of syscall return value for ilp32Xiongfeng Wang1-2/+2
10 daysarm64: secomp: fix the secure computing mode 1 syscall check for ilp32Xiongfeng Wang1-0/+30
10 daysarm64:ilp32: add ARM64_ILP32 to KconfigAndrew Pinski1-1/+9
10 daysarm64:ilp32: add vdso-ilp32 and use for signal returnPhilipp Tomsich9-1/+281
10 daysarm64: ptrace: handle ptrace_request differently for aarch32 and ilp32Yury Norov1-2/+19
10 daysarm64: ilp32: introduce ilp32-specific sigframe and ucontextYury Norov5-1/+101
10 daysarm64: signal32: move ilp32 and aarch32 common code to separated fileYury Norov5-25/+54
10 daysarm64: signal: share lp64 signal structures and routines to ilp32Yury Norov2-322/+448
10 daysarm64: ilp32: introduce syscall table for ILP32Yury Norov6-4/+125
10 daysarm64: ilp32: share aarch32 syscall handlersYury Norov3-102/+107
10 daysarm64: ilp32: introduce binfmt_ilp32.cYury Norov2-0/+90
10 daysarm64: change compat_elf_hwcap and compat_elf_hwcap2 prefix to a32Yury Norov5-17/+17
10 daysarm64: introduce binfmt_elf32.cYury Norov5-20/+35
10 daysarm64: introduce AUDIT_ARCH_AARCH64ILP32 for ilp32Yury Norov2-0/+4
10 daysarm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64Yury Norov3-2/+32
10 daysarm64: introduce is_a32_compat_{task,thread} for AArch32 compatYury Norov14-48/+84
10 daysarm64: uapi: set __BITS_PER_LONG correctly for ILP32 and LP64Andrew Pinski1-1/+8
10 daysarm64: rename functions that reference compat termXiongfeng Wang19-105/+106
10 daysarm64: rename COMPAT to AARCH32_EL0Andrew Pinski19-41/+48
10 daysarm64: ilp32: add documentation on the ILP32 ABI for ARM64Yury Norov1-0/+52
10 daysthread: move thread bits accessors to separated fileYury Norov3-72/+89
10 daysptrace: Add compat PTRACE_{G,S}ETSIGMASK handlersJames Morse1-14/+38
10 daysarm64: signal: Make parse_user_sigframe() independent of rt_sigframe layoutDave Martin1-5/+8
2024-11-06script: Make linux-tizen-modules-source git repo up-to-date on the same branchold/tizen_20241114Sung-hun Kim1-1/+20
2024-10-08script: build: enable building extcon-usb-fixed moduleaccepted/tizen/unified/x/20241104.122302accepted/tizen/unified/20241105.042112accepted/tizen_unified_xMarek Szyprowski1-0/+1
2024-10-08Revert "usb: dwc2: gadget: Set extcon state for usb cable as always true"Marek Szyprowski3-28/+0
2024-10-08Revert "overlays: Add dwc2-tizen-overlay"Marek Szyprowski2-15/+0
2024-10-08rpi4: boot: Switch back to the generic DWC2 overlayMarek Szyprowski2-2/+2
2024-10-08Revert "initramfs: break loop when decompression finishes"Marek Szyprowski1-1/+0
2024-09-27script: build: enable inform_reboot and dm_bow out-of-tree modulesSeung-Woo Kim1-2/+4
2024-09-09ARM/ARM64: configs: tizen: drop DM_BOWMarek Szyprowski4-4/+0
2024-09-09Revert "device-mapper: Add dm-bow"Marek Szyprowski4-1428/+0
2024-09-06ARM/ARM64: configs: tizen: drop TIZEN_INFORM_REBOOTMarek Szyprowski4-8/+0
2024-09-05Revert "misc: add Tizen reboot notifier for passing reboot parameter"Marek Szyprowski3-88/+0
2024-08-20initramfs: break loop when decompression finishestizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20241013.235457accepted/tizen/unified/x/20240823.023205accepted/tizen/unified/toolchain/20241004.101221accepted/tizen/unified/dev/20240826.221248accepted/tizen/unified/20240822.181347accepted/tizen/9.0/unified/20241030.231225accepted/tizen_unified_x_asanaccepted/tizen_unified_toolchainaccepted/tizen_unified_devaccepted/tizen_9.0_unifiedMarek Szyprowski1-0/+1
2024-07-24ARM64: configs: tizen: Adjust for mipi csi camera of rpi5accepted/tizen/unified/x/asan/20240813.225535accepted/tizen/unified/x/20240725.034505accepted/tizen/unified/toolchain/20240812.131252accepted/tizen/unified/dev/20240729.000903accepted/tizen/unified/20240725.013002Seung-Woo Kim2-4/+8
2024-07-23packaging: Add missing overlay dt binary filesaccepted/tizen/unified/x/20240724.211515accepted/tizen/unified/20240724.120351Seung-Woo Kim2-4/+4
2024-07-01perf tools: Fix calloc() arguments to address error introduced in gcc-14accepted/tizen/unified/x/20240704.022845accepted/tizen/unified/dev/20240704.065629accepted/tizen/unified/20240703.100047Sun Haiyong4-7/+7
2024-07-01btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov1-2/+2
2024-07-01perf top: Remove needless malloc(0) call that triggers -Walloc-sizeSun Haiyong1-1/+1
2024-06-25script: build: Fix 32bit rpi4 boot image creationSeung-Woo Kim1-1/+2
2024-05-20tizen: Use unique directory prefix for baselibs packagesaccepted/tizen/unified/x/asan/20240625.091504accepted/tizen/unified/x/20240620.061540accepted/tizen/unified/toolchain/20240624.121210accepted/tizen/unified/dev/20240701.073040accepted/tizen/unified/20240619.152007Karol Lewandowski1-1/+13