]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Add GEOM VIRSTOR module to the build.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2007-10-26 peterSplit /dev/nvram driver out of isa/clock.c for i386...
2007-10-26 impOoops. Put back Invariants and witness
2007-10-26 impAdd usb serial devices by default. I'm tired of tellin...
2007-10-25 obrienThis commit was generated by cvs2svn to compensate...
2007-10-24 jhbUpdate copyright attribution.
2007-10-19 kensmithSwitch over to ULE as the default scheduler for amd64...
2007-10-18 darrenrThis commit was generated by cvs2svn to compensate...
2007-10-18 simonThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-15 netchildBackout sensors framework.
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-14 netchildImport it(4) and lm(4), supporting most popular Super...
2007-10-12 delphijThis commit was generated by cvs2svn to compensate...
2007-10-08 delphijThis commit was generated by cvs2svn to compensate...
2007-10-03 ruThis commit was generated by cvs2svn to compensate...
2007-09-30 mariusMake the PCI code aware of PCI domains (aka PCI segment...
2007-09-26 bruefferUse the correct expanded name for SCTP.
2007-09-25 alcChange the management of cached pages (PQ_CACHE) in...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-09-20 attilioFix some entries in the locks static table of witness.
2007-09-20 kibFill in cr2 in the signal context from ksi->ksi_addr.
2007-09-18 dwmaloneThe kernel version of Linux statfs64 is actually suppos...
2007-09-17 peterFix an undefined symbol that as/ld neglected to flag...
2007-09-17 jeff - Move all of the PS_ flags into either p_flag or...
2007-09-15 alcIt has been observed on the mailing lists that the...
2007-09-14 attilioCurrently the LO_NOPROFILE flag (which is masked on...
2007-09-11 attilioThis is a follow-up, cleaning-up commit about recent...
2007-08-28 kibRegenerate.
2007-08-28 kibImplement fake linux sched_getaffinity() syscall to...
2007-08-24 edwinThis commit was generated by cvs2svn to compensate...
2007-08-22 jkoshyAssign sizes to assembly language support functions.
2007-08-22 jkoshyDefine an END() macro for use in i386 and amd64 assembl...
2007-08-21 alcIn general, when we map a page into the kernel's addres...
2007-08-15 desAdd a driver for the on-die digital thermal sensor...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-02 peterMove mp_topology() from apic_init(i386) and apic_setup_...
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-26 jhbIf the trap number stored in the trapframe is corrupted...
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-23 dwmaloneIf clock_ct_to_ts fails to convert time time from the...
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-17 jeff - Optimize the amd64 cpu_switch() TD_LOCK blocking...
2007-07-12 jhbFix a couple of issues with the stack limit for 32...
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-04 peterDon't add the 'pad' argument to the mmap/truncate/etc...
2007-07-04 bzTemporary disconnect i4bing, i4bisppp and i4bipr from...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-01 njlRevert previous commit, retaining cpufreq.
2007-07-01 njlAdd cpufreq(4) to GENERIC. It does not change the...
2007-07-01 alcPages that do belong to an object and page queue can...
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...
next