]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Mark EENTRY as .text
[FreeBSD/FreeBSD.git] / sys / arm64 /
2023-09-25 Andrew TurnerMark EENTRY as .text
2023-09-25 Andrew TurnerMove arm64 EENTRY uses before ENTRY
2023-09-25 Andrew TurnerHandle the arm64 unknown exception separately
2023-09-25 Andrew TurnerMark arm64 mair_el1 fields as unsigned long
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line bare tag
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line sh pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c comment pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .h pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-18 Xin LIgve: Fix build on i386 and enable LINT builds.
2023-08-10 Gordon Berglingarm64-iommu: Fix a typo in a kernel message
2023-08-07 Mark Johnstonarm64: Add constants for decoding ISS fields for WF...
2023-08-07 Mark Johnstonpcpu: Remove unused definitions of ALT_STACK_SIZE
2023-07-31 Mykola Hohsadzearm64/disassem.c: add extended register instruction...
2023-07-31 Mykola Hohsadzearm64/disassem.c: remove redundant OP_RN_SP for TYPE_02
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-07-07 Mykola Hohsadzearm64/disassem.c: Add shifted register definitions...
2023-06-29 Dmitry Chaginlinux(4): Make ptrace_pokeusr machine dependent
2023-06-29 Dmitry Chaginlinux(4): Make ptrace_peekusr machine dependend
2023-06-29 Dmitry Chaginlinux(4): Regen for mknod syscall changes
2023-06-29 Dmitry Chaginlinux(4): Use Linux dev_t type for mknod syscalls dev...
2023-06-29 Dmitry Chaginlinux(4): Move dev_t type declaration under /compat...
2023-06-29 Dmitry Chaginlinux(4): Make struct newstat to match actual Linux one
2023-06-29 Dmitry Chaginlinux(4): Fix LINUX_AT_COUNT comments
2023-06-29 Dmitry Chaginlinux(4): Deduplicate linux_copyout_auxargs()
2023-06-29 Dmitry Chaginlinux(4): Regen for close_range syscall
2023-06-29 Dmitry Chaginlinux(4): Modify close_range syscall to match Linux
2023-06-23 Mark Johnstonarm64: Remove struct arm64_frame
2023-06-23 Mark Johnstonarm64: Make a debug print conditional on bootverbose
2023-06-20 Kyle Evansarm64: gicv3: setup PPIs on all APs after they're online
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-06-09 Mykola Hohsadzearm64/disassem.c: Add shifted register instruction...
2023-06-09 Mykola Hohsadzearm64/disassem.c: Make output lowercase
2023-06-09 Mykola Hohsadzearm64/disassem.c: Add detection of xzr and sp
2023-06-09 Mitchell Hornehwpmc: use kstack_contains()
2023-06-09 Mykola Hohsadzearm64/disassem.c: Fix typo sxts to sxts and amount...
2023-06-09 Mykola Hohsadzearm64/disassem.c: Add support str/strb/strh instructions
2023-06-09 Mykola Hohsadzearm64/disassem.c: style and formatting
2023-05-15 Andrew TurnerReduce an arm64 VFP critical section
2023-05-15 Andrew TurnerAlways store the arm64 VFP context
2023-05-15 Andrew TurnerAlways read the VFP regs in the arm64 fill_fpregs
2023-05-15 Gordon Berglingarm64: Fix a typo in a source code comment
2023-05-07 Mark Johnstonarm64: Implement bus_describe_intr() for nexus
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-21 Allan JudeEnable KERN_TLS by default in ARM64 GENERIC
2023-04-21 Konstantin Belousovamd64: fix PKRU and swapout interaction
2023-04-17 Mitchell Hornearm64: nexus code tidy-up
2023-04-17 Elliott Mitchellofwbus: remove handling of resources from ofwbus
2023-04-12 Mitchell Hornearm64/gicv3: correct the size of the distributor resource
2023-04-11 Mark Johnstonarm64: Move the initial kernel stack out of the init_pa...
2023-04-11 Mark Johnstonarm64: Ensure that thread0's PCB flags are initialized
2023-03-24 Mitchell Hornearm64: limit EFI excluded regions to physical memory...
2023-03-24 Warner Losharm64/machdep: Add parameter to the EFI table walking...
2023-03-24 Warner Losharm64: Remove unused typedef
2023-03-01 Dmitry Chaginlinux(4): Rename linux_timer.h to linux_time.h
2023-03-01 Dmitry Chaginlinux(4): Cleanup includes under arm64/linux
2023-03-01 Dmitry Chaginlinux(4): Cleanup vm includes from linux_util.h
2023-02-26 Dmitry Chaginlinux(4): Get rid of the opt_compat.h include.
2023-02-09 Alexander V. Chernikovnetlink: add NETLINK to GENERIC.
2023-02-09 Andrew TurnerRead the arm64 far early in el0 exceptions
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_trans_osrel().
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_copyout_strings().
2023-02-09 Dmitry Chaginlinux(4): Microoptimize linux_elf.h for future use.
2023-02-09 Dmitry Chaginlinux(4): Deduplicate MI futex structures.
2023-02-02 Søren SchmidtAdd support for RockChip RK356X to DWC3 driver.
2023-02-02 Emmanuel Vadotarm64: rockchip: rk_gpio: Improve mode switching
2023-02-02 Emmanuel Vadotarm64: rockchip: pinctrl: Do not rely on the node name
2023-02-01 Michael TuexenSync TCP related kernel config options
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 Brooks Davisarm64: Fix thread0.td_kstack_pages init
2023-01-23 Andrew TurnerUse hwreset_array in the Rockchip tsadc driver
2023-01-23 Andrew TurnerSplit out the arm64 EL2 exception vectors
2023-01-23 Andrew TurnerAdd more arm64 hypervisor registers
2023-01-23 Andrew TurnerPut the arm64 vttbr_el2 register into a state
2023-01-23 Andrew TurnerAdd the arch field to the arm64 MIDR macros
2023-01-23 Andrew TurnerDisable superpage use for stage 2 arm64 mappings
2023-01-23 Andrew TurnerInclude sys/malloc.h directly in the qoriq clock
2023-01-23 Andrew TurnerSort the SOC options in the arm64 NOTES config
2023-01-23 Andrew TurnerAdd more Arm CPUs to the arm64 cpu ident
2023-01-23 Andrew TurnerMark 64-bit arm64 hypervisor registers with UL
2023-01-23 Andrew TurnerClear the indirect flag in the GICv3 ITS driver
2023-01-23 Andrew TurnerReduce the arm64 ID registers we print
2023-01-23 Andrew TurnerMove the GICv3 bus_print_child function to the parent
2023-01-23 Andrew TurnerAdd bus_get_resource_list functions to the GICv3 driver
2023-01-22 Dmitry SalychevAdd initial DPAA2 support
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-12-06 Kyle Evansarm64: add a spin-table implementation for Apple Silicon
2022-11-14 Mark JohnstonSimplify kernel sanitizer interceptors
2022-11-10 John Baldwinaarch64: Add constants for fields in the PMEVTYPERn_EL0...
2022-11-10 Andrew TurnerAdd more arm64 register op* and CR* values
2022-11-10 Andrew TurnerSort the M* and P* arm64 registers
2022-11-06 Mitchell Hornelinux: populate sv_syscallnames in each sysentvec
2022-11-04 Olivier Houchardarm64: Implement cpu_ptrace().
2022-11-02 Kyle Evansarm64: fix build without FDT
2022-11-02 Kyle Evansarm64: coresight: fix the build without FDT
2022-11-02 Mitchell Hornearm64: bus: unhide bus_space definition with sanitizers...
2022-11-02 Mitchell Hornearm64: bus: provide bus_space_set_{multi,region}_stream...
2022-11-01 Konstantin Belousovarm, arm64: tweak hard-coded load addresses for PIE...
2022-10-19 Bartlomiej Grzesikqoriq_dw_pci: Fix typo in link status checking code
next