aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Don't use the whole region 5 for KVA, because the CPU may not implement allMarcel Moolenaar2011-05-021-1/+2
* Stop linking against a direct-mapped virtual address and insteadMarcel Moolenaar2011-04-3012-304/+520
* Change rman_manage_region() to actually honor the rm_start and rm_endJohn Baldwin2011-04-291-1/+1
* Add the watchdogs patting during the (shutdown time) disk syncing andAttilio Rao2011-04-281-0/+8
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-271-2/+2
* Remove prototypes of non-existent functions.Marcel Moolenaar2011-04-251-5/+0
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAAlexander Motin2011-04-241-10/+9
* Use the new arch_loadaddr I/F to align ELF objects to PBVM pageMarcel Moolenaar2011-04-031-1/+5
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.Konstantin Belousov2011-04-012-0/+20
* Eliminate an unused definition.Alan Cox2011-03-261-3/+0
* Fix switching to physical mode as part of calling into EFI runtimeMarcel Moolenaar2011-03-2110-273/+304
* Change region 4 to be part of the kernel. This serves 2 purposes:Marcel Moolenaar2011-03-215-46/+40
* For now remove options FLOWTABLE from the remaining GENERIC kernelBjoern A. Zeeb2011-03-191-2/+0
* o Move the IVT and supporting functions to the front of the textMarcel Moolenaar2011-03-183-31/+74
* Remove inclusion of unneeded bootinfo.h header.Marcel Moolenaar2011-03-181-1/+0
* Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk aboutMarcel Moolenaar2011-03-186-26/+26
* MFaltix:Marcel Moolenaar2011-03-162-2/+49
|\
| * Reserve 24KB for the static kernel stack. We use this stack to call intoMarcel Moolenaar2011-03-151-1/+5
| * Re-order the TRs so that there're less gaps. This could have a performanceMarcel Moolenaar2011-03-151-5/+5
| * Don't define IA64_PBVM_PAGE_SIZE as 1U shifted to the left by some amount.Marcel Moolenaar2011-03-141-1/+1
| * o Deal with unmapped PBVM in the alternate instruction and data TLB faultMarcel Moolenaar2011-03-146-84/+110
| * Expose the PBVM constants to assembly.Marcel Moolenaar2011-03-141-0/+5
| * First cut at having the kernel run within the PBVM:Marcel Moolenaar2011-03-1215-364/+375
| * Merge svn+ssh://svn.freebsd.org/base/head@219553Marcel Moolenaar2011-03-122-1/+2
| |\ | |/ |/|
| * o Add defines for Pre-Boot Virtual Memory (PBVM)Marcel Moolenaar2011-03-111-9/+57
| * Add fields for the PBVM page table address and size.Marcel Moolenaar2011-03-111-2/+3
| * Merge svn+ssh://svn.freebsd.org/base/head@218816Marcel Moolenaar2011-02-1812-39/+21
| |\
| * \ svn+ssh://svn.freebsd.org/base/head@216199Marcel Moolenaar2010-12-056-89/+28
| |\ \
| * \ \ Merge svn+ssh://svn.freebsd.org/base/head@214309Marcel Moolenaar2010-10-265-24/+10
| |\ \ \
| * \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@211344Marcel Moolenaar2010-08-157-9/+33
| |\ \ \ \
| * | | | | Use an unbuffered transmit function for low-level console output.Marcel Moolenaar2010-07-071-0/+1
| * | | | | Switch ia64 to the unified busdma implementation.Marcel Moolenaar2010-07-073-978/+5
| * | | | | Merge svn+ssh://svn.freebsd.org/base/head@209749Marcel Moolenaar2010-07-066-3/+46
| |\ \ \ \ \
| * \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@209086Marcel Moolenaar2010-06-125-26/+88
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@208879Marcel Moolenaar2010-06-061-5/+9
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@208557Marcel Moolenaar2010-05-2611-356/+291
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@207793Marcel Moolenaar2010-05-086-131/+71
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | We need to iterate all busses in each domain. As it seems,Marcel Moolenaar2010-04-171-26/+36
| * | | | | | | | | | Snapshot: PCI busses are discovered, though no devices are enumerableMarcel Moolenaar2010-04-1712-40/+487
| * | | | | | | | | | Merge svn+ssh://svn.freebsd.org/base/head@206571Marcel Moolenaar2010-04-134-72/+132
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@205807Marcel Moolenaar2010-03-2815-182/+190
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Implement sgisn_probe() and move the SAL prodecure numbers toMarcel Moolenaar2010-03-261-0/+5
* | | | | | | | | | | | | Mostly revert r219468, as I had misremembered the C standard regardingMatthew D Fleming2011-03-111-1/+1
* | | | | | | | | | | | | Use MAXPATHLEN rather than the size of an extern array when copying theMatthew D Fleming2011-03-101-1/+1
* | | | | | | | | | | | | Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-0/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Remove pmap fields that are either unused or not fully implemented.Alan Cox2011-02-171-2/+0
* | | | | | | | | | | | Comment-out FLOWTABLE. It causes a kernel panic due to a misaligned memoryMarcel Moolenaar2011-02-061-1/+2
* | | | | | | | | | | | Put the general logic for being a CPU hog into a new functionMatthew D Fleming2011-02-021-2/+1
* | | | | | | | | | | | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-3/+2
* | | | | | | | | | | | Remove empty dev_mem_md_init() stubs.Jung-uk Kim2011-01-171-5/+0