]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Back out gcc workaround per re@ request. Details:
[FreeBSD/FreeBSD.git] / sys / amd64 /
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
2007-06-17 mjacobCheck for pte being NULL in return from pmap_pte_pde...
2007-06-17 mjacobInitialize lastaddr to zero to make gcc4.2 happy.
2007-06-15 peterPrototype (but functional) Linux-ish /dev/nvram interfa...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-14 delphijEnable SCTP by default for GENERIC kernels in order...
2007-06-12 yongariAdd nfe(4) to the list of drivers supported by GENERIC...
2007-06-11 mjacobCheck against maxsegsz being zero in bus_dma_tag_create...
2007-06-11 thompsaAdd wlan_scan_ap and wlan_scan_sta to platforms that...
2007-06-11 marcelUse default options for default partitioning schemes...
2007-06-10 attilioOptimize vmmeter locking.
2007-06-09 marcelAdd kdb_cpu_sync_icache(), intended to synchronize...
2007-06-08 rwatsonEnable AUDIT by default in the GENERIC kernel, allowing...
2007-06-06 davidxuBackout experimental adaptive-spin umtx code.
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 jhbMove a warning under bootverbose as no machines that...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-05 jeff - Add a new argument to cpu_switch. This is a pointer...
2007-06-05 jeff - Expose td_lock to assembly so it may be used in...
2007-06-05 jeffCommit 14/14 of sched_lock decomposition.
2007-06-04 jeff - Change comments and asserts to reflect the removal...
2007-06-04 jeffCommit 11/14 of sched_lock decomposition.
2007-06-04 jeffCommit 10/14 of sched_lock decomposition.
2007-06-04 attilioRework the PCPU_* (MD) interface:
2007-06-04 dwmaloneDespite several examples in the kernel, the third argum...
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 alcAdd the machine-specific definitions for configuring...
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-02 dougbThis commit was generated by cvs2svn to compensate...
2007-05-31 attilioRevert VMCNT_* operations introduction.
2007-05-31 pisoIn some particular cases (like in pccard and pccbb...
2007-05-31 desAdd CPUID2_PDCM
2007-05-30 desMFi386: PDCM, remove pointless message
2007-05-29 yongariHonor maxsegsz of less than a page size in a DMA tag...
2007-05-28 simokawaEnable fwip and dcons in GENERIC. They seem fairly...
2007-05-27 rwatsonRemove "XXX Giant" comments before calls to kdb_trap...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-23 kibMove futex support code from <arch>/support.s into...
2007-05-22 kanAllow FreeBSD's native ELF image activators to execute...
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-20 jeff - rename VMCNT_DEC to VMCNT_SUB to reflect the count...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 kanRemove extern struct pcpu __pcpu[]; from the header...
2007-05-19 kanInclude machine/pcb.hto turn extern struct pcb stoppcbs...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-18 jeff - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros...
2007-05-14 jhbRework the support for ABIs to override resource limits...
2007-05-11 kanDo not dereference linux_to_bsd_signal[-1] if userland has
2007-05-10 kevloAdd wlan_amrr. ural(4) uses amrr as transmit rate control.
2007-05-09 scottlIt turns out that the hptiop driver isn't portable...
2007-05-09 scottlIntroduce a driver for the Highpoint RocketRAID 3xxx...
2007-05-08 jhbHandle CPUs with APIC IDs higher than 32 (at least...
2007-05-08 jhbMinor fixes and tweaks to the x86 interrupt code:
2007-05-06 pisoBring in the reminaing bits to make interrupt filtering...
2007-05-05 alcDefine every architecture as either VM_PHYSSEG_DENSE or
2007-05-02 jhbRevamp the MSI/MSI-X code a bit to achieve two main...
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-04-25 ariffDisable C1 Enhanced mode on AMD K8 Family Revision...
2007-04-24 jhbFix the triple fault used as a last resort during a...
2007-04-24 jhbMFi386: Attempt to reset the machine using the Reset...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-21 upsModify TLB invalidation handling.
2007-04-21 sepotvinAdd support for specifying a minimal size for vm.kmem_s...
2007-04-18 jkimFix style(9) and comments.
2007-04-18 jkimstyle(9) says sizeof's are not be followed by a space...
2007-04-18 jkimImplement settimeofday() for Linuxulator/amd64.
2007-04-17 jhbHonor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc...
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-13 alcEliminate the misuse of PG_FRAME to truncate a virtual...
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-10 pjdRemove trailing '.' for consistency!
2007-04-10 pjdAdd UFS_GJOURNAL options to the GENERIC kernel.
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-04-02 jkimMFP4: Turn emul_lock into a mutex.
2007-03-31 jkimCorrect BB-profiling and adjust comments.
2007-03-30 jkimFix off-by-4 error in address validation for i386,...
2007-03-30 jkimFix more style(9) nits[1] and remove unnecessary use...
2007-03-30 jkimUse the same wisdom of sys/i386/i386/support.s 1.97...
2007-03-30 jkimMFP4: Fix style(9) nits and grammar in comments.
2007-03-30 jkimMFP4: 114193, 114194
2007-03-30 jkimMFP4: Linux futex support for amd64.
2007-03-30 jkimRegen for set_thread_area.
2007-03-30 jkimMFP4: Linux set_thread_area syscall (aka TLS) support...
2007-03-29 julianImplement the openat() linux syscall
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-26 krisRemove unnecessary giant acquisition around panic in...
2007-03-26 njlAdd an interface for drivers to be notified of changes...
next