]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
riscv: Add pass(4) to GENERIC kernel
[FreeBSD/FreeBSD.git] / sys / arm64 /
2023-05-02 Xin LIMFV: less v632.
2023-04-28 Andrew TurnerSplit out pmap_map_delete on arm64
2023-04-28 Dmitry Chaginlinux(4): Regen for mknod syscall changes
2023-04-28 Dmitry Chaginlinux(4): Use Linux dev_t type for mknod syscalls dev...
2023-04-28 Dmitry Chaginlinux(4): Move dev_t type declaration under /compat...
2023-04-28 Dmitry Chaginlinux(4): Make struct newstat to match actual Linux one
2023-04-26 Elliott Mitchellarm: remove passing trapframe to intr_ipi_dispatch()
2023-04-26 Elliott Mitchellarm: remove interrupt nesting by ipi_preempt()/ipi_hard...
2023-04-26 Andrew TurnerAdd vt_simplefb to the arm64 NOTES file
2023-04-26 Dag-Erling SmørgravUpdate tzcode to 2023c.
2023-04-26 Andrew TurnerAdd a simple-framebuffer vt driver
2023-04-26 Kyle EvansNote that static hints no longer break loader hints
2023-04-25 Mykola Hohsadzearm64/disassem.c: Add support str/strb/strh instructions
2023-04-25 Mykola Hohsadzearm64/disassem.c: Fix typo sxts to sxts and amount...
2023-04-25 Mykola Hohsadzearm64/disassem.c: style and formatting
2023-04-25 Andrew TurnerAdd padding for future use on arm64
2023-04-24 Simon J. GerratyMerge bmake-20230414
2023-04-24 Andrew TurnerRemove unneeded SMMU macros
2023-04-24 Andrew TurnerRemove virtual addresses from smmu_pmap_remove_pages
2023-04-24 Andrew TurnerMove to a SMMU specific struct for the smmu pmap
2023-04-24 Andrew TurnerCreate a common function to get the SMMU sid
2023-04-24 Andrew Turnerarm64: Clean up smmu fdt xref handling
2023-04-24 Andrew TurnerUse a uint64_t to store the arm64 mpidr
2023-04-24 Andrew TurnerMake arm64 pcb padding explicit
2023-04-24 Andrew TurnerRemove unneeded masks from the arm64 KASAN shadow
2023-04-23 Mark Johnstonarm64: Disable PAC when booting on a Windows Dev Kit...
2023-04-23 Mark Johnstonarm64: Implement bus_describe_intr() for nexus
2023-04-22 Dmitry Chaginlinux(4): Fix LINUX_AT_COUNT comments
2023-04-22 Dmitry Chaginlinux(4): Deduplicate linux_copyout_auxargs()
2023-04-21 Ed Mastelibcbor: update to 0.10.2
2023-04-20 Warner Loshsyscall.master: Fix comments
2023-04-17 Cy Schubertsqlite3: Vendor import of sqlite3 3.41.2
2023-04-14 Konstantin Belousovamd64: fix PKRU and swapout interaction
2023-04-12 Andrew TurnerCreate pmap_mask_set_locked on arm64
2023-04-07 Ganbold TsagaankhuuFix style.
2023-04-07 Ganbold TsagaankhuuImprove RK3568 pcie phy handling codes a bit.
2023-04-06 Andrew TurnerMark EENTRY as .text
2023-04-04 Dmitry Chaginlinux(4): Regen for close_range syscall
2023-04-04 Dmitry Chaginlinux(4): Modify close_range syscall to match Linux
2023-04-04 Ganbold TsagaankhuuFix pcie phy enabling codes for RK3568 SoC.
2023-04-03 Martin Matuskazfs: merge openzfs/zfs@431083f75
2023-04-03 Ganbold TsagaankhuuFix driver name.
2023-04-03 Andrew TurnerAdd non-posted device memory to the arm64 mem map
2023-04-02 Alexander V. Chernikovnetlink: add NETLINK to the DEFAULTS for each architecture
2023-03-31 Joseph Mingronelibpcap: Update to 1.10.3
2023-03-31 Mitchell Hornearm64/gicv3: correct the size of the distributor resource
2023-03-31 Mark Johnstonarm64: Move the initial kernel stack out of the init_pa...
2023-03-31 Andrew TurnerMove arm64 EENTRY uses before ENTRY
2023-03-31 Mark Johnstonarm64: Ensure that thread0's PCB flags are initialized
2023-03-31 Andrew TurnerHandle the arm64 unknown exception separately
2023-03-29 Philip Paepscontrib/tzdata: import tzdata 2023c
2023-03-27 Ruslan BukinImport OpenCSD v.1.4.0.
2023-03-27 Mark Johnstonarm64: Remove duplicated function prototypes for PAC
2023-03-26 Kyle Evansarm64: cpu_switch: don't zero out pcb_onfault
2023-03-24 Philip Paepscontrib/tzdata: import tzdata 2023b
2023-03-23 Kyle Evansarm64: add KASAN support
2023-03-23 Mitchell Hornearm64: add a GENERIC-KASAN config
2023-03-23 Andrew TurnerMark the arm64 PSR register fields with UL
2023-03-23 Andrew TurnerRemove unused registes from the arm pcb
2023-03-23 Andrew TurnerAdd compat support for struct reg on arm64
2023-03-23 Zachary Leafarm64: add fault address to trapframe
2023-03-23 Zachary Leafarm64: extend ESR/SPSR registers to 64b
2023-03-23 Philip Paepscontrib/tzdata: import tzdata 2023a
2023-03-22 Brooks Davisarm64: Fix sig_atomic_t limit definitions
2023-03-22 Andrew Turnerarm64: Use the new PCB macros in swtch.S
2023-03-22 Andrew TurnerAdd macros for arm64 pcb register offsets
2023-03-20 Mitchell Hornearm64: nexus code tidy-up
2023-03-20 Dmitry Mikushinarm64: Adding a missing include file
2023-03-20 Xin LIMFV: xz 5.4.2.
2023-03-16 Andrew TurnerMark arm64 mair_el1 fields as unsigned long
2023-03-16 Andrew TurnerSwitch the arm64 VM_MEMATTR_DEVICE to nGnRE
2023-03-16 Andrew TurnerAllow forcing non-posted memory on arm64
2023-03-16 Andrew TurnerRemove an unneeded CTASSERT in the smmu driver
2023-03-16 Andrew TurnerRemove unneeded arm64 smmu macros
2023-03-16 Andrew TurnerOnly support a 4 level smmu page table
2023-03-16 Andrew TurnerRename smmu pmap functions
2023-03-16 Ed Mastessh: Update to OpenSSH 9.3p1
2023-03-15 Andrew Turnerarm64: Support stage 2 mappings in pmap_remove_all
2023-03-15 Andrew TurnerSupport the arm64 pmap_remove_write for stage 2
2023-03-15 Mitchell Hornearm64: limit EFI excluded regions to physical memory...
2023-03-15 Andrew TurnerSupport arm64 stage2 TLB invalidation
2023-03-14 Andrew TurnerFix the ofw parent check in arm64 nexus
2023-03-14 Jessica Clarkearm64: Delete redundant badly formatted and capitalised...
2023-03-14 Jessica Clarkearm64: Move Azure-specific config from std.hyperv to...
2023-03-13 Wei Huarm64: Hyper-V: Add vPCI and Mellanox driver modules...
2023-03-07 Kyle Evansarm64: fix the LINT-ACPI build
2023-03-07 Kyle Evansarm64: ofw: respect the nonposted-mmio prop in OF_decod...
2023-03-05 Andrew TurnerSupport non-posted MMIO on arm64 with FDT
2023-03-05 Andrew TurnerMap arm64 pci config memory as non-posted
2023-03-04 Dmitry Chaginlinux(4): Reduce code duplication between MD files
2023-03-03 Kyle Evansarm64: disable the physical timer for now if HCR_EL2...
2023-03-03 John-Mark Gurneyabstract out the vm detection via smbios..
2023-03-01 John Baldwinhwpmc: Don't wrap entire files in #ifdef DEV_ACPI.
2023-03-01 Dapeng Gaoarm64: Shave off two instructions in exceptions
2023-02-28 Kyle Evansarm64: set FPEN if we're stuck with HCR_EL2.E2H
2023-02-28 Cy Schubertsqlite3: Vendor import of sqlite3 3.41.0
2023-02-24 Mike Karelsarm64 kernel config: clean up whitespace
2023-02-21 Simon J. GerratyMerge commit 'd84e570b54961e8874bbd8de25635eb96be0977e'
2023-02-20 Dag-Erling Smørgravbyacc: Update to 20230201.
2023-02-17 Xin LIMFV: zlib 1.2.13.
next