]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
linux(4): Cleanup includes under i386/linux
[FreeBSD/FreeBSD.git] / sys / arm64 /
2022-06-17 Dmitry Chaginlinux(4): Implement semtimedop syscalls.
2022-06-17 Dmitry Chaginlinux(4): Regen for semtimedop syscalls.
2022-06-17 Dmitry Chaginlinux(4): Change semtimedop syscall definition to match...
2022-06-17 Dmitry Chaginlinux(4): Regen for semop syscall.
2022-06-17 Dmitry Chaginlinux(4): Call semop directly.
2022-06-17 Dmitry Chaginlinux(4): Regen for epoll_pwait2 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change epoll_pwait2 syscall definition to...
2022-06-17 Dmitry Chaginlinux(4): Regen for rseq syscall.
2022-06-17 Dmitry Chaginlinux(4): Change rseq syscall definition to match Linux...
2022-06-17 Edward Tomasz Napi... linux(4): Remove unused arm64 SDT declarations
2022-06-17 Mateusz Guziklinux: remove the always curthread argument from lconvpath
2022-06-17 Edward Tomasz Napi... linux(4): Fix "set but not used" warnings
2022-06-17 Edward Tomasz Napi... linux: Replace ifdefs in ptrace with per-architecture...
2022-06-17 Edward Tomasz Napi... linux: Add ptrace(2) support on arm64
2022-06-17 Edward Tomasz Napi... linux: Implement linux_to_bsd_regset() on arm64
2022-06-17 Edward Tomasz Napi... linux: Constify bsd_to_linux_regset()
2022-06-17 Dmitry Chaginlinux(4): Regen for clone3 system call.
2022-06-17 Dmitry Chaginlinux(4): Implement clone3 system call.
2022-06-17 Dmitry Chaginlinux(4): Add struct clone_args for future clone3 syste...
2022-06-17 Dmitry Chaginlinux(4): Regen for clone syscall.
2022-06-17 Dmitry Chaginlinux(4): Change clone syscall definition to match...
2022-06-17 Dmitry Chaginlinux(4): Plug in aarch64 fcntl flags.
2022-06-17 Dmitry Chaginlinux(4): Regen for faccessat2 system call.
2022-06-17 Dmitry Chaginlinux(4): Implement faccessat2 system call.
2022-06-17 Dmitry Chaginlinux(4): Fix gcc buld.
2022-06-17 Edward Tomasz Napi... linux: implement sigaltstack(2) on arm64
2022-06-17 Edward Tomasz Napi... linux: implement signal delivery on arm64
2022-06-17 Dmitry ChaginDrop "All rights reserved" from my copyright statements.
2022-06-17 Dmitry Chaginlinux(4): Add arch name to the some printfs.
2022-06-17 Dmitry Chaginlinux(4): Fixup the vDSO initialization order.
2022-06-17 Dmitry Chaginlinux(4); Almost complete the vDSO.
2022-06-17 Dmitry Chaginlinux(4): Modify sv_onexec hook to return an error.
2022-06-17 Dmitry Chaginlinux(4): Remove function prototypes from the vDSO.
2022-06-17 Edward Tomasz Napi... linux(4): implement coredumps on arm64
2022-06-17 Edward Tomasz Napi... linux(4): revert arm64 part of 447636e43c0
2022-06-17 Edward Tomasz Napi... linux(4): implement coredump support
2022-06-17 Dmitry Chaginlinux(4): Retire linux_kplatform.
2022-06-17 Dmitry Chaginlinux(4): Regen for futex system call.
2022-06-17 Dmitry Chaginlinux(4): Change Linux futex syscall definition to...
2022-06-17 Dmitry ChaginRegen for ('0f8dab45404f347752470579feccc6d2739b9570...
2022-06-17 Dmitry Chaginlinux(4): Fix timeout parameter of rt_sigtimedwait...
2022-06-17 Dmitry Chaginlinux(4); Retire unnecessary __packed attribute from...
2022-06-07 Andrew TurnerSupport LSE atomics in the arm64 casue* functions
2022-06-07 Andrew TurnerMove the arm64 DMAP creation to C
2022-05-23 Mike Karelsgenet: fix output packet corruption in uncommon case
2022-05-16 Emmanuel Vadotarm: rockchip: rk3288: Use the macros that already...
2022-05-16 Emmanuel Vadotarm64: rockchip: rk3328: Add watchdog clock
2022-05-16 Emmanuel Vadotarm64: rockchip: rk3328: Finish implementing clocks
2022-05-16 Emmanuel Vadotarm64: rockchip: clk: Add MUXRAW macros
2022-05-16 Emmanuel Vadotarm64: rockchip: clk_mux: Add support for mux in GRF...
2022-05-16 Andrew TurnerMap the ACPI tables into the DMAP
2022-05-13 John Baldwinarm,arm64: Add a NT_ARM_TLS read-only register set.
2022-05-13 John BaldwinUse a regset for NT_ARM_VFP.
2022-05-12 John Baldwinaarch64: Fix get_fpcontext32() to work on non-curthread.
2022-05-12 Andrew TurnerAdd PT_GETREGSET
2022-05-12 Andrew TurnerCreate sys/reg.h for the common code previously in...
2022-05-12 Edward Tomasz Napi... Add infrastructure required for Linux coredump support
2022-05-10 John Baldwinarm64: Fix a logic bug in is_load_instr().
2022-05-10 John Baldwinarm64: Pass the right label to END() for handle_empty_e...
2022-05-10 John BaldwinAdd a VA_IS_CLEANMAP() macro.
2022-05-10 Olivier Houchardarm64: Handle 32bits breakpoint exception.
2022-05-03 Andrew TurnerOnly return a mapped address from efi_phys_to_kva
2022-05-03 Andrew TurnerInclude the EFI Runtime Code in the DMAP
2022-05-03 Andrew TurnerFix a coherent bus check in the arm64 busdma
2022-04-29 John BaldwinSimplify swi for bus_dma.
2022-04-29 John BaldwinAdd <machine/tls.h> header to hold MD constants and...
2022-04-21 Mike Karelsgenet: fix problems with interface down/up
2022-04-19 Andrew TurnerSupport EFIRT on arm64 with a non 4k page size
2022-04-19 Andrew TurnerAdd an implementation of .mcount on arm64
2022-04-19 Andrew TurnerAdd support for arm64 nGnRE device memory
2022-04-04 Andrew TurnerRemove a redundant L1_BLOCK == L2_BLOCK check
2022-04-04 Andrew TurnerFix calculating l0index in _pmap_alloc_l3 on arm64
2022-04-04 Andrew TurnerCorrect the location of the arm64 PMCR register
2022-04-04 Andrew TurnerRemove an unneeded memset from the arm64 pmap
2022-04-04 Andrew TurnerSplit out creating the arm64 L2 dmap entries
2022-04-04 Andrew TurnerRemove l1ptfrom pmap_early_vtophys on arm64
2022-04-04 Andrew TurnerFix the arm64 DMAP start address in a comment
2022-04-04 Andrew TurnerFix the TCR_TG0 values
2022-04-04 Andrew TurnerFix the spelling of EFI_PAGE_SIZE
2022-04-04 Andrew TurnerAdd more arm64 PAC identification fields
2022-04-04 Andrew TurnerPrint the instruction for the unknown exception
2022-04-04 Andrew TurnerAdd the char and short atomic operations on arm64
2022-03-31 Andrew TurnerTreat cache write as a read in arm64 data faults
2022-03-29 D Scott PhillipsAdd the Ampere and Fujitsu arm64 implementer IDs
2022-03-29 D Scott Phillipsarm64: Add explicit barrier after address translation...
2022-03-29 D Scott Phillipsarm64: pmap: Mask VA operand in TLBI instructions
2022-03-29 Andrew TurnerFix arm64 TLB invalidation with non-4k pages
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-14 Andrew TurnerMake the arm64 get_pcpu a function again
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-03 Greg Vsmbios: support getting address from EFI
2022-02-22 Andrew TurnerStop single stepping in signal handers on arm64
2022-02-22 Andrew TurnerFix the signal code on 32-bit breakpoints on arm64
2022-02-22 Andrew TurnerSort the names of the arm64 debug registers
2022-02-22 Andrew TurnerAdd the Armv8.3-SPE registers
2022-02-22 Andrew TurnerHandle functions that use a nop in the arm64 fbt
2022-02-14 Edward Tomasz Napi... linux: implement rt_sigsuspend(2) on arm64
2022-02-14 Edward Tomasz Napi... Regen after 2561da0636c.
2022-02-14 Edward Tomasz Napi... linux: Fix declaration of rt_sigreturn() on arm64
2022-02-14 Edward Tomasz Napi... linux(4): remove unfinished vsyscall bits on arm64
next