summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/sched.h> for sched_throw().marcel2007-06-061-0/+1
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-4/+6
* Commit 13/14 of sched_lock decomposition.jeff2007-06-041-1/+1
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Commit 10/14 of sched_lock decomposition.jeff2007-06-041-16/+1
* Rework the PCPU_* (MD) interface:attilio2007-06-044-6/+7
* Revert VMCNT_* operations introduction.attilio2007-05-312-3/+3
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-2/+11
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-05-291-0/+2
* Eliminate an unused definition.alc2007-05-271-4/+2
* Have the processor defer all faults and exceptions for controlmarcel2007-05-274-15/+52
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* When speculation fails (as determined by the chk instruction) themarcel2007-05-211-1/+13
* Fix GCC warning: va = va += PAGE_SIZE contains pointless operationmarcel2007-05-191-2/+2
* Add a level of indirection to the kernel PTE table. The oldmarcel2007-05-192-37/+61
* Account for the fact that contigmalloc(9) can return a NULL pointer.marcel2007-05-191-3/+6
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-182-3/+3
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-052-15/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* Remove trailing '.' for consistency!pjd2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.pjd2007-04-101-0/+1
* Catch up with ACPI-CA 20070320 import.jkim2007-03-223-99/+106
* Change the amd64, i386, and ia64 nexus drivers to setup bus space tags andjhb2007-03-211-13/+13
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+2
* Don't increment total_bounced when doing no-op dmamap_sync ops.scottl2007-03-061-1/+2
* Updated ia64 isa support with the new bus_setup_intr() syntax.piso2007-02-241-2/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-12/+15
* Change pmap_protect() so that execute access can be removed withoutalc2007-02-211-1/+2
* Eliminate some acquisitions and releases of the page queues lock that arealc2007-02-181-2/+0
* Now that the free page queue mutex is a sleep mutex, we cannot callmarcel2007-02-111-7/+0
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedbrooks2007-02-091-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-071-1/+1
* Remove 3rd clause, renumber, ok per emailimp2007-01-123-12/+3
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-201-0/+3
* Threading cleanup.. part 2 of several.julian2006-12-061-5/+3
* Since printf also has at least one critical section, we need tomarcel2006-11-181-5/+7
* Now that printf() needs the PCPU, set it up before we call printf().marcel2006-11-185-26/+16
* Revert previous commit. PC_CONS_BUFR is not used nor needed bymarcel2006-11-181-1/+0
* Fix a comment.ru2006-11-131-1/+1
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-0/+2
* Add missing includes of priv.h.rwatson2006-11-061-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Remove the KDTRACE option again because of the complaints about havingjb2006-11-041-3/+0
* Build in kernel support for loading DTrace modules by default. Thisjb2006-11-041-0/+3
* Make sure kern_envp is never NULL. If we don't get a pointer tomarcel2006-11-031-3/+4
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.jb2006-10-261-1/+0
* Add 'options KSE' to the kernel config DEFAULTS on all arches/machinesjb2006-10-261-0/+2
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-263-0/+7
OpenPOWER on IntegriCloud