summaryrefslogtreecommitdiff
path: root/sys/arm/nvidia
AgeCommit message (Expand)Author
2025-10-28arm/nvidia/tegra: Fix a couple of typos in kernel messagesGordon Bergling
2025-09-30gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-07-04gpio: attach gpiobus when the controller is readyAhmad Khalifa
2025-07-04gpio: remove redundant calls to bus_attach_childrenAhmad Khalifa
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-05-08vm_page: make iter_insert() publicDoug Moore
2025-05-02sys: Reduce where we include sys/devmap.hAndrew Turner
2025-03-03drm2 tegra: Use vm_radix_iter_lookup instead of vm_page_iter_lookupJohn Baldwin
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2025-01-02Check for errors from bus_generic_detach in various driversJohn Baldwin
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2025-01-02Use bus_detach_children instead of bus_generic_detachJohn Baldwin
2024-12-08vm_page: pass page to iter_removeDoug Moore
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-11-26drm2: Fix the build after commit 38e3125d6df9Mark Johnston
2024-11-21device_pager: user iterators to free device pagesDoug Moore
2024-11-04Check for errors when detaching children first, not lastJohn Baldwin
2024-11-02newbus: Introduce bus_get_pass() and hide bus_current_passElliott Mitchell
2024-08-21dev_pager: define free_page for mgt devicesDoug Moore
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-07-24vm: Retire kmem_arenaAlan Cox
2024-06-02arm: Convert drivers to use device_set_desc(f)()Mark Johnston
2024-01-14uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl
2024-01-10phy: Move phy code in dev/phyEmmanuel Vadot
2024-01-10regulator: Move regulator code in dev/regulatorEmmanuel Vadot
2024-01-10hwreset: Move reset code in dev/hwresetEmmanuel Vadot
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-12-23Avoid waiting on physical allocations that can't possibly be satisfiedJason A. Harmening
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-22arm: Add missing no-ctfconvert for fw_stub.awk targetJessica Clarke
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-03-05Map arm64 pci config memory as non-postedAndrew Turner
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2022-06-04tegra: Fix a typo in a source code commentGordon Bergling
2022-05-09arm/arm64 nvidia: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused uart_devclass.John Baldwin
2022-05-06Remove unused fbd_devclass.John Baldwin
2022-05-06Remove unused ahci_devclass.John Baldwin
2022-04-18as3722_gpio_pin_setflags: Use computed mode instead of hardcoded PUSHPULL.John Baldwin
2022-04-08arm/arm64 nvidia: Remove unused variables.John Baldwin
2022-02-06tegra: Fix a common typo in source code commentsGordon Bergling
2021-12-24tegra/ahci: do not advertise enclosure management facilityMichal Meloun
2021-12-24tegra124: Implement new get_gate method for tegra124 clocks.Michal Meloun
2021-10-25arm: fix a typo in nvidia/drm2/tegra_bo.cMateusz Guzik
2021-10-19Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston
2021-07-01tegra_pcie: use switch instead of if in tegra_pcib_pex_ctrlFerhat Gecdogan