]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Remove unused stuff from cpu.h.
[FreeBSD/FreeBSD.git] / sys /
2010-07-15 impRemove unused stuff from cpu.h.
2010-07-15 impWe don't need sys/cdefs.h for __CONCAT here.
2010-07-15 impRemove i386-ish sysctls. Also, make the bootinfo sysct...
2010-07-15 impRemove one layer of indirection. No need to call cpu_t...
2010-07-14 yongariRemove enabling Data FIFO protection with indirect...
2010-07-14 mavRename timeevents.c to kern_clocksource.c.
2010-07-14 jhbRework the SMBIOS table walker to make it operate like...
2010-07-14 jhb- Document layout of KTR_STRUCT payload in a comment.
2010-07-14 gibbsCorrect logic bug in aicasm's undefined register bit...
2010-07-14 mavMove timeevents.c to MI code, as it is not x86-specific...
2010-07-14 mavRemove some unneeded includes. Code now can be built...
2010-07-14 ruFixed cache size decoding read from a label.
2010-07-14 impUse cpuregs.h spellings over the cpu.h spellings.
2010-07-14 cognetImport preliminary support for Atmel AT91SAM9G20 cpu...
2010-07-14 impRemove the unused part of cpu.h now that the rest of...
2010-07-14 impPrefer the cpuregs.h spellings of register and bit...
2010-07-13 rmacklemFor the experimental NFSv4 client, make sure that attri...
2010-07-13 nwhitehornRemove obsolete code that sets SHMMAXPGS to a tiny...
2010-07-13 rmacklemFor the experimental NFSv4 client, do not use cached...
2010-07-13 rmacklemFix a bogus comment that mentions lru lists that don...
2010-07-13 impunion cpuprid is also unused now
2010-07-13 impAdd INFO config register from mips32/64 land
2010-07-13 impRemove redunant machine/cpuregs.h include.
2010-07-13 impTemp hack to N32 kernel: turn off debugger since n32...
2010-07-13 nwhitehornAdd GENERIC kernel config for powerpc64.
2010-07-13 remkoAdd a 4 and 7 port USB hub from NEC.
2010-07-13 jkimInitialize a variable before its use.
2010-07-13 jkimPreallocate buffers for palette and state. Do not...
2010-07-13 yongariPrefer PCIR_BAR macro over BGE_PCI_BAR0.
2010-07-13 yongariFix error message for jumbo buffer allocation failure.
2010-07-13 yongaristyle.
2010-07-13 gnnFix a panic brought about by writing an MSR without...
2010-07-13 yongariMake bge_stop_fw() static.
2010-07-13 nwhitehornFix build on architectures where PAGE_SIZE is a long...
2010-07-13 impDefine break value for ddb.
2010-07-13 impUse the cpuregs.h spellings for these registers rather...
2010-07-13 jkimDefine SMP unconditionally for amd64 and remove opt_glo...
2010-07-13 jkimMake SMP code path conditional at run-time.
2010-07-13 impcpu_id and fpu_id are unused, except to be set early...
2010-07-13 impRemove obsolete undef of COPY_SIGCODE. It appears...
2010-07-13 impRemove obsolete define "COPY_SIGCODE". This is unused...
2010-07-13 nwhitehornConvert several instances of MACHINE_ARCH to MACHINE_CP...
2010-07-13 nwhitehornMake kernel modules build correctly on 64-bit PowerPC.
2010-07-13 mavRise knowledge about curthread->td_intr_frame by one...
2010-07-13 edUT_NAMESIZE is no more.
2010-07-13 lstewart- The sum variable used in DPCPU_SUM needs to be of...
2010-07-13 lstewartThe SIFTR DPCPU statistics struct was not being zeroed...
2010-07-13 lstewartMacro to simplify zeroing DPCPU variables.
2010-07-13 lstewartCatch up with the rename of DPCPU_SUM to DPCPU_VARSUM...
2010-07-13 mavUnify pc98 event timer code with the rest of x86.
2010-07-13 lstewart- Rename DPCPU_SUM to DPCPU_VARSUM to better reflect...
2010-07-13 mavDisable multi-sector PIO transfers if ATA_SET_MULTI...
2010-07-13 nwhitehornAdd powerpc64 kernel ldscript.
2010-07-13 nwhitehornMFppc64:
2010-07-13 takawataFix comment.
2010-07-13 takawataOne more Prolific serial device ID.
2010-07-13 jkimFix white spaces.
2010-07-13 jkimAccording to ACPICA User Guide and Programmer Reference...
2010-07-13 cpercivaCorrectly copy the M_RDONLY flag when duplicating a...
2010-07-13 nwhitehornAdd a missing architecture declaration to the machine...
2010-07-12 mmMerge ZFS version 15 and almost all OpenSolaris bugfixe...
2010-07-12 mariusCorrect inverted parent DMA tag parameters.
2010-07-12 marius- Make the maxsize parameter of the data buffer DMA...
2010-07-12 jfvFix for a panic when TX checksum offload is done and
2010-07-12 grehanFix printf specifier to allow 32/64 bit builds.
2010-07-12 jkimMove i386-inherited logic of building ACPI headers...
2010-07-12 jhbRemove a dead test. We already exclude NMI traps from...
2010-07-12 kibWhen switching the thread from the processor, store...
2010-07-12 nwhitehornUnify ABI-related bits of the Book-E and AIM machdep...
2010-07-12 jkimUse type-specific inline function imax() instead of...
2010-07-12 jhbA previous change moved the GETATTR RPC for open()...
2010-07-12 jhb- Add missing locking around flushing of an NFS node...
2010-07-12 nwhitehornMFppc64:
2010-07-12 mavRevert and remake r209883:
2010-07-12 jchandraMerge jmallett@'s n64 work into HEAD
2010-07-12 kibOne more use for _SIG_VALID.
2010-07-12 jchandraMerge jmallett@'s n64 work into HEAD.
2010-07-12 jchandraMerge jmallett@'s n64 work into HEAD
2010-07-12 jchandraMove KSEG address definitions from cpu.h to cpuregs...
2010-07-12 mavInstead of deleting existing IRQ resource, which is...
2010-07-12 nwhitehornProvide support in loader for booting 64-bit PowerPC...
2010-07-11 thompsaUse more compact deviceid table.
2010-07-11 thompsaUpdate for style(9).
2010-07-11 rajSort platform options.
2010-07-11 rajGet rid of bootinfo for good in loader (U-Boot-based...
2010-07-11 rajConvert Freescale PowerPC platforms to FDT convention.
2010-07-11 rajProvide more defines for PCI-Express device ctrl.
2010-07-11 rajIntroduce PowerPC-specific helper routines for FDT.
2010-07-11 rajSave fdtbus trigger / polarity data at their correct...
2010-07-11 rajLet simplebus(4) diagnostics be a bit more descriptive.
2010-07-11 rajProvide a missing interrupt-parent for the CPM / QUICC...
2010-07-11 alcChange the implementation of vm_hold_free_pages() so...
2010-07-11 mavMake kernel panic with reasonable message if no usable...
2010-07-11 mavRemove interval validation from cpu_tick_calibrate...
2010-07-10 weongyoFixes a page fault in bwi_pci_probe() because the array...
2010-07-10 weongyoFixes a bug for LP PHY that some frames have 2 padding...
2010-07-10 alcReduce the number of global TLB shootdowns generated...
2010-07-10 mavIf ata_sata_phy_reset() failed and ata_generic_reset...
2010-07-10 mavOn attach, grab channel lock before setting up interrup...
2010-07-10 nwhitehornThe 64-bit PowerPC ABI implemented in binutils 2.15...
next