aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* sys: Use the new arm_smccc_invoke macrosAndrew Turner2024-10-211-2/+2
* sys: add conf/std.debug, generic debugging optionsKristof Provost2024-10-091-0/+9
* arm ti: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-3/+0
* kernel: Make some compile time constant variables constZhenlei Huang2024-09-201-3/+3
* arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configsJessica Clarke2024-09-073-2/+2
* intrng: Allow alternative IPI PICs to be registered and usedJessica Clarke2024-09-063-1/+26
* intrng: Extract arm/arm64 IPI->PIC glue codeJessica Clarke2024-09-063-142/+7
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-09-066-8/+6
* arm/mpic: remove empty pic_init_secondary() hookElliott Mitchell2024-09-061-7/+0
* arm: Add evdev to the TEGRA124 configMark Johnston2024-08-011-0/+5
* conf: Add usbhid and hidbus to GENERIC* kernel configsEmmanuel Vadot2024-07-293-0/+9
* NOTES: Add devices for iSCSI supportJohn Baldwin2024-07-181-0/+1
* NOTES: Move OFED options to MI NOTESJohn Baldwin2024-07-181-0/+5
* arm: Add a missing interrupt to the generic timerAndrew Turner2024-07-151-0/+2
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-122-10/+0
* ti/am335x: Fix the device_set_descf() call in dmtpps_probe()Mark Johnston2024-06-091-1/+1
* arm: Convert drivers to use device_set_desc(f)()Mark Johnston2024-06-093-8/+3
* Adjust comments referencing vm_mem_init()Mitchell Horne2024-06-061-2/+3
* arm: Remove stray references to dev/sound/chip.hChristos Margiolis2024-05-174-4/+0
* ktrace: Record syscall violations with KTR_CAPFAILJake Freeland2024-05-111-15/+12
* arm: Remove duplicate definitions in armreg.hMark Johnston2024-05-081-2/+0
* arm: Fix a typo in a KASSERT messageGordon Bergling2024-04-241-1/+1
* freescale: Fix a typo in a source code commentGordon Bergling2024-04-241-1/+1
* aw_gpio: temporarily switch to input function if read in eint modeAndriy Gapon2024-04-211-0/+12
* busdma: fix page miscount for small segment sizesMitchell Horne2024-04-181-5/+6
* arm busdma: Fix parameter types to exclusion_bounce_checkJohn Baldwin2024-04-081-1/+1
* arm: pmap_extract() returns a PA not a boolean valueJohn Baldwin2024-04-081-1/+1
* vf_i2c: split up and add ACPI attachments in addition to FDTPierre-Luc Drouin2024-04-012-612/+2
* ath(4): always enable 11nBjoern A. Zeeb2024-04-011-1/+0
* uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl2024-01-181-1/+2
* identcpu: Let the hw.model be readable in capability modeMark Johnston2024-01-111-1/+1
* thread: Add a return value to cpu_set_upcall()Mark Johnston2024-01-021-1/+2
* arm: Disable the VFP during bootMark Johnston2023-12-181-0/+2
* arm: Handle VFP exceptions from the kernelMark Johnston2023-12-181-7/+12
* arm: Fix handling of undefined instructions in kernel modeMark Johnston2023-12-181-4/+4
* arm: Add fpu_kern_alloc_ctx()Mark Johnston2023-12-181-2/+20
* arm: Compile vfp.c conditionally rather than using an ifdefMark Johnston2023-12-181-4/+0
* busdma: emit a warning for use of filtersMitchell Horne2023-12-061-0/+4
* arm: Update declarations for arm_dcache_align{,_mask}Mark Johnston2023-11-161-2/+2
* uma: Make the cache alignment mask unsignedOlivier Certner2023-11-161-3/+3
* arm: Simplify get_cachetype_cp15()Olivier Certner2023-11-161-4/+3
* uma: Hide 'uma_align_cache'; Create/rename accessorsOlivier Certner2023-11-161-1/+1
* Remove a few more stray __FBSDID usesJohn Baldwin2023-10-241-3/+0
* uiomove: Add some assertionsMark Johnston2023-10-241-0/+6
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-231-2/+2
* arm/allwinner: fix variables initialization in clkngNicolas Provost2023-10-182-2/+2
* iicbus: Move twsi under a new controller subdirectoryEmmanuel Vadot2023-10-182-2/+2
* gic_acpi: Limit the number of CPUs to GIC_MAXCPUJohn Baldwin2023-10-111-3/+3
* arm unwind: Reject unaligned stack pointersJohn Baldwin2023-10-111-0/+9
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-091-1/+1