Age | Commit message (Expand) | Author |
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | Theo de Raadt |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-26 | Do not do strncmp comparisons on dv_xname because longer device names which | Theo de Raadt |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe |
2009-09-20 | Sync dummy_cpu layout with current struct cpu_info. | Miod Vallat |
2009-08-30 | Use UVM_FLAG_FIXED for fixed allocations make with uvm_map() during early | Miod Vallat |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | wire vscsi up to a cdev | David Gwynne |
2009-08-11 | Do not bother initializing bufpages in the md code if the computation is | Miod Vallat |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-09 | Rototill system V message queues. | Bret Lambert |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-07-30 | Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-07 | Do not look at the avail_{start,end} members from vm_physmem[] anymore. | Miod Vallat |
2009-06-04 | More fallback from struct disklabel changes, yawn | Miod Vallat |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-05-31 | Fix definition of CL_FIFO_MAX to match what the hardware can do; this in | Miod Vallat |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-19 | Rename max_cpus to ncpusfound and compute it regardless of option | Miod Vallat |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-15 | Generic softinterrupt support for m88k based platforms, adapted from arm | Miod Vallat |
2009-03-09 | Switch mvme88k to timecounters. | Miod Vallat |
2009-03-08 | Move more z8536 defines from MVME188 specific code to the MI header and use it. | Miod Vallat |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2009-03-05 | Change SMP secondary processor startup to have them ``hatch'' earlier, | Miod Vallat |
2009-03-04 | Clean up the ipi code a bit and try to provide useful comments as well. | Miod Vallat |
2009-03-04 | When handling clock interrupts, check the overflow counter to know how many | Miod Vallat |
2009-03-01 | Make more IPI synchronous. Performance slightly down, stability slightly up. | Miod Vallat |
2009-02-27 | Rework nmi handling to handle ``complex'' NMI faster, and return as fast as | Miod Vallat |
2009-02-27 | Be a bin more paranoid in m88410_inval() in the operation complete check. | Miod Vallat |
2009-02-21 | Move part of the mp lock logic into per-cpu callbacks; on MVME197DP we need | Miod Vallat |
2009-02-21 | Get rid of 88110 nmi stacks. This was a good idea, but I outsmarted myself | Miod Vallat |
2009-02-20 | When looping to process external interrupts, do not complain (and panic) | Miod Vallat |
2009-02-20 | Let M188 kernel compile. | Miod Vallat |
2009-02-18 | Fix thinko in list traversal in vsbic_cmd_ccb(). | Miod Vallat |
2009-02-17 | Pass a cpu_info * to setsoftipi() so it does not need to curcpu(), which | Miod Vallat |
2009-02-17 | Be sure to pass a valid confargs * to child devices of vme0 when attaching, | Miod Vallat |
2009-02-16 | More 88110 SMP work. Contains, horribly entangled: | Miod Vallat |
2009-02-16 | Since NMI are now handled separately, remove the ``interrupt type'' argument | Miod Vallat |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-15 | Properly send a request sense command if the command status asks for it. | Miod Vallat |
2009-02-14 | Sync device lists with GENERIC. | Miod Vallat |
2009-02-14 | Add vsbic(4), a drive for the MVME327A SCSI and floppy controller, only for | Miod Vallat |