aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia
Commit message (Expand)AuthorAgeFilesLines
* dev_pager: define free_page for mgt devicesDoug Moore2024-08-211-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-254-4/+4
* vm: Retire kmem_arenaAlan Cox2024-07-241-2/+2
* arm: Convert drivers to use device_set_desc(f)()Mark Johnston2024-06-021-1/+1
* uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl2024-01-141-1/+2
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-106-6/+6
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-109-9/+9
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-1016-16/+16
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-1025-28/+28
* Avoid waiting on physical allocations that can't possibly be satisfiedJason A. Harmening2023-12-241-3/+6
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2720-20/+0
* arm: Add missing no-ctfconvert for fw_stub.awk targetJessica Clarke2023-08-221-1/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1636-72/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1610-20/+0
* Map arm64 pci config memory as non-postedAndrew Turner2023-03-051-2/+7
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-224-8/+9
* tegra: Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* arm/arm64 nvidia: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0923-64/+30
* Remove unused uart_devclass.John Baldwin2022-05-061-2/+1
* Remove unused fbd_devclass.John Baldwin2022-05-061-2/+1
* Remove unused ahci_devclass.John Baldwin2022-05-061-2/+1
* as3722_gpio_pin_setflags: Use computed mode instead of hardcoded PUSHPULL.John Baldwin2022-04-181-1/+1
* arm/arm64 nvidia: Remove unused variables.John Baldwin2022-04-0910-39/+5
* tegra: Fix a common typo in source code commentsGordon Bergling2022-02-061-1/+1
* tegra/ahci: do not advertise enclosure management facilityMichal Meloun2021-12-241-1/+0
* tegra124: Implement new get_gate method for tegra124 clocks.Michal Meloun2021-12-242-0/+34
* arm: fix a typo in nvidia/drm2/tegra_bo.cMateusz Guzik2021-10-251-1/+1
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-201-8/+4
* tegra_pcie: use switch instead of if in tegra_pcib_pex_ctrlFerhat Gecdogan2021-07-011-7/+6
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-1/+1
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-201-2/+2
* arm: arm64: Directly use #include <dt-binding/...>Emmanuel Vadot2021-01-159-9/+9
* ARM: Enhance common Nvidia Tegra drivers by support for Tegra210 SoC.Michal Meloun2020-12-2615-567/+1056
* arm: tegra: Remove unused variableEmmanuel Vadot2020-11-261-1/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0135-121/+2
* Fix grabbing of tegra uart.Michal Meloun2020-06-111-0/+4
* arm: nvidia: pcie: Rename class name to pcibEmmanuel Vadot2020-04-161-1/+1
* arm: Fix duplicate pcib DRIVER_MODULEEmmanuel Vadot2020-04-161-2/+2
* remove extraneous double ;s in sys/Ed Maste2020-03-302-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-3/+4
* Fix a few places that free a page from an object without busy held. This isJeff Roberson2019-12-021-0/+1
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-2/+0
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-071-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-203-8/+13
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-161-5/+0
* Don't allocate same clock twice..Michal Meloun2019-02-101-7/+0
* o Don't allocate resources for SDMA in sdhci(4) if the controller or theMarius Strobl2018-12-301-1/+1
* arm64: GENERIC-MMCCAM: Fix build and module dependEmmanuel Vadot2018-08-291-1/+1
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1