aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-1220-67/+835
* Convert two while(1); statements into proper panics. Soon, kernelsWarner Losh2014-02-121-2/+2
* Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()Ian Lepore2014-02-124-46/+48
* Swap PA and VA so they are in the right registers...Warner Losh2014-02-111-2/+2
* Correct assertion to assert that the existing device VM object uses theJohn Baldwin2014-02-111-2/+4
* Don't waste a page of KVA for the boot-time memory test on x86. For amd64,John Baldwin2014-02-116-21/+16
* Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as anJohn Baldwin2014-02-112-0/+4
* Check in the "real" board_tsc4370 file in place of the stubbed out one.Ian Lepore2014-02-111-17/+547
* Disable debugging by default.Ruslan Bukin2014-02-111-3/+3
* Fix spelling of eight (was spelled eigth) in struct pkthdr.Marcel Moolenaar2014-02-111-2/+2
* Create two public UMA_ZONE_PCPU zones: 64 bit sized and pointer sized.Gleb Smirnoff2014-02-103-13/+33
* Style.Gleb Smirnoff2014-02-101-3/+3
* Make M_ZERO flag work correctly on UMA_ZONE_PCPU zones.Gleb Smirnoff2014-02-101-2/+14
* Add zpcpu_get_cpu() that converts base pointer of UMA_ZPCPU_ZONEGleb Smirnoff2014-02-101-0/+7
* Only count table lookups when we're actually processing packets.Christian Brueffer2014-02-101-1/+1
* For IPv6, return the same error code as IPv4 when mrouter is not initialized.Christian Brueffer2014-02-101-1/+1
* Simplify nd6_output_lle:Alexander V. Chernikov2014-02-101-29/+14
* Allow iwn2000 and iwn2030 firmware to be linked into the kernel.Christian Brueffer2014-02-091-0/+28
* Update legacy platforms to use new arm_physmem helper routines.Ian Lepore2014-02-095-71/+76
* If someone tries to boot a generic ATMEL kernel that has no board_init()Ian Lepore2014-02-091-0/+5
* Add FDT attachment.Warner Losh2014-02-091-1/+16
* FDT attachment...Warner Losh2014-02-091-6/+18
* Add TWI attachment for FDT. We're only matching the SAMG20 device forWarner Losh2014-02-091-1/+18
* Add FDT attachment.Warner Losh2014-02-091-1/+17
* Add FDT attachment. Flag lost functionality with FDT_HACKS so we canWarner Losh2014-02-091-1/+26
* Add FDT attachment.Warner Losh2014-02-091-1/+19
* Add FDT attachment, plus minor code shuffle.Warner Losh2014-02-091-19/+37
* Add FDT attachment.Warner Losh2014-02-091-1/+23
* Add FDT matching code.Warner Losh2014-02-091-1/+17
* Add some extra debugging output when DEBUG is defined.Ian Lepore2014-02-091-0/+10
* Fix the exclude-region clipping logic for the edge-trim case.Ian Lepore2014-02-091-6/+6
* Pass the pagetable used from locore.S to initarm to allow it to map dataAndrew Turner2014-02-092-1/+9
* No need to set physmem in each initarm() instance anymore, it's handledIan Lepore2014-02-093-4/+0
* Use vm_paddr_t, not vm_offset_t, when dealing with physical addresses.Ian Lepore2014-02-092-8/+8
* Remove the now unused MMU_INIT macro.Andrew Turner2014-02-091-5/+0
* Fixup for r261590 (vnet sysctl handlers cleanup).Mikolaj Golub2014-02-093-12/+3
* It turns out a global variable is the only straightforward way toIan Lepore2014-02-0913-4/+30
* Calculate the kernel's load address from the PC in the elf / gzipIan Lepore2014-02-091-4/+10
* Don't call vm_fault_prefault() on zero-fill faults. It's a waste of time.Alan Cox2014-02-091-1/+4
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedIan Lepore2014-02-094-14/+14
* Consolidate code related to setting up physical memory configuration intoIan Lepore2014-02-0814-328/+494
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.Ian Lepore2014-02-0821-539/+10
* Remove ft_rtalloc and choose rtalloc function at compile time.Gleb Smirnoff2014-02-081-17/+6
* Spacing.Gleb Smirnoff2014-02-081-30/+30
* Add drivers for:Ruslan Bukin2014-02-086-0/+732
* Add virtualized XSAVE support to bhyve which permits guests to use XSAVE andJohn Baldwin2014-02-085-7/+166
* Revert accidentially leaked changes in r261627.Gleb Smirnoff2014-02-081-0/+4
* Remove never set flag FL_OVERWRITE. The only place whereGleb Smirnoff2014-02-082-7/+0
* Add a counter to differentiate between VM-exits due to nested paging faultsNeel Natu2014-02-083-3/+6
* MFV r261619:Xin LI2014-02-081-2/+3