ioapic: Don't allow interrupt source overrides to GSI 0 (ExtINT)
[dragonfly.git] / sys /
2011-03-21 Sepherosa Ziehauioapic: Don't allow interrupt source overrides to GSI...
2011-03-20 Sepherosa Ziehaumptable: Always clear 'force_pci0' before setting/using it
2011-03-20 Sepherosa Ziehaumptable/ioapic: Properly routing PCI interrupts
2011-03-20 Sepherosa Ziehauioapic/abi: Mark unused ISA IRQs as reserved
2011-03-20 Sepherosa Ziehauioapic: Let callers of pin_setup() to hold imen_spinlock
2011-03-19 Sepherosa Ziehauioapic: Move MachIntrABI switching from ABI finalize...
2011-03-19 Sascha WildnerFix loading of a kernel that was linked with ld 2.20...
2011-03-19 Sascha WildnerFix buildkernel without -j.
2011-03-19 Sepherosa Ziehauapic: Initialize LAPIC before programming I/O APIC
2011-03-19 Sepherosa Ziehaulapic: Centralize LAPIC configuration
2011-03-19 Sepherosa Ziehaulapic_init: Use 'bsp' function parameter consistently
2011-03-19 Sepherosa Ziehaulapic: Move LAPIC related vector installation into...
2011-03-19 Sepherosa Ziehaulapic: apic_initialize() -> lapic_init()
2011-03-19 Sepherosa Ziehauapic: Centralize IMCR present setting
2011-03-19 Sepherosa Ziehauclock: Use irq number; More consistent with the above...
2011-03-18 Sascha Wildnerkernel: Fix -Wundef in a number of places.
2011-03-18 Sepherosa Ziehauioapic/abi: Log interrupt trigger mode changes
2011-03-18 Sepherosa Ziehauicu/abi: Fix typo
2011-03-18 Sepherosa Ziehaumptable/pci: Configure interrupts after routing
2011-03-18 Sepherosa Ziehaunexus: Implement bus_config_intr bus method
2011-03-18 Sepherosa Ziehaumachintr: Add intr_config interface
2011-03-18 Sepherosa Ziehauioapic: Properly setup I/O APIC pin according to the...
2011-03-18 Sepherosa Ziehauioapic/abi: Save IRQ to GSI mapping
2011-03-18 Sepherosa Ziehauioapic/abi: Save interrupt polarity
2011-03-18 Sepherosa Ziehauioapic: During initmap, only GSIs should be configured.
2011-03-17 Sepherosa Ziehauioapic: Setup I/O APIC according to the saved informati...
2011-03-17 Sepherosa Ziehauioapic: Save interrupt source override information
2011-03-17 Sepherosa Ziehauioapic: Save I/O APIC information for later configuration
2011-03-17 Sepherosa Ziehaumptable: Get pin count of I/O APIC and calculate GSI...
2011-03-17 Sascha Wildnerkernel: In the x86_64 kernel, add a missing include...
2011-03-17 Sascha Wildnerkernel: Fix x86_64 building without 'options DDB'.
2011-03-17 Sascha Wildnerkernel: Improve #ifdef a bit.
2011-03-16 Sascha Wildnerkernel: Fix building without 'options P1003_1B'.
2011-03-16 Sascha Wildnerkernel: Fix building without 'options INVARIANTS'.
2011-03-16 Sascha Wildnerkernel: Fix building without 'options INET'.
2011-03-16 Sepherosa Ziehauacpi/pstate: Adjust FID/VID verification for AMD 0Fh...
2011-03-16 Sepherosa Ziehauacpi/pstate: Fix error logging messages
2011-03-16 Venkatesh Srinivaskernel -- Remove mplock2.h header from files not using...
2011-03-16 Venkatesh Srinivaskernel -- Mark MQUEUE filterops MPSAFE.
2011-03-16 Venkatesh Srinivaskernel -- Remove MPlock in sys_pselect().
2011-03-15 Joe Talbottkernel - Remove no longer needed MCLSHIFT kernel option.
2011-03-14 Sepherosa Ziehauioapic: Add tunable hw.ioapic_use_old
2011-03-14 Sepherosa Ziehauioapic: Remove unused TUNABLE_INT
2011-03-14 Joe Talbottmbuf - Factor common code out of m_getjcl() and m_getcl().
2011-03-14 Joe Talbottmbuf - Fix m_getjcl()'s size argument's type.
2011-03-14 Joe Talbottwpi(4) - Use MJUMPAGESIZE mbuf clusters.
2011-03-14 Joe Talbottmbuf - Add MJUMPAGESIZE mbuf cluster support.
2011-03-14 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-10 YONETANI Tomokazukernel - missing PRELE() in ptrace(PT_DETACH).
2011-03-09 Sepherosa Ziehauioapic: Function renaming
2011-03-09 Sepherosa Ziehaulapic: Record the max LAPIC APIC ID
2011-03-09 Matthew Dillonkernel - Add vm.cache_vmspaces boot-time tunable
2011-03-09 Matthew Dillonkernel - Add lwkt.cache_threads boot-time tunable
2011-03-09 Matthew Dillonkernel - Add kern.zone_cache sysctl
2011-03-08 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-08 Matthew Dillonkernel - Fix null pointer panic related to setproctitle()
2011-03-07 Matthew Dillonkernel - Fix ktrace -C and -d
2011-03-07 Sascha WildnerMerge remote branch 'crater/vendor/MDOCML' into HEAD
2011-03-06 Matthew Dillonkernel - Make sure thread is released before migrating
2011-03-06 Venkatesh SrinivasMerge branch 'master' of ssh://crater.dragonflybsd...
2011-03-06 Venkatesh Srinivaskernel -- file desc malloc zone overflow handling.
2011-03-06 Sascha WildnerRevert "<float.h>: Use compiler builtins for some const...
2011-03-06 Francois TigeotFix a compilation error on x86_64.
2011-03-06 Matthew Dillonkernel - Fix a few MP races against process status
2011-03-05 Matthew Dillonkernel - Major bridging functionality added (bug fixes 2)
2011-03-05 Venkatesh Srinivaskernel -- vm_map: Remove infork field from vm_map.
2011-03-04 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-04 Sascha Wildnerie(4): Fix a gcc44 warning.
2011-03-04 Venkatesh Srinivaskernel -- vm_object locking Part 2: Lockup a few vm_obj...
2011-03-04 Sascha WildnerAt long last, switch us to using GCC 4.4 as the default...
2011-03-04 Venkatesh Srinivaskernel -- vm_object locking Part 1: Primitives
2011-03-04 Venkatesh Srinivaskernel -- POSIX Message Queues: Remove objcache for...
2011-03-04 Venkatesh Srinivaskernel -- Prevent POSIX MQ from overflowing malloc...
2011-03-03 Sascha Wildner<float.h>: Use compiler builtins for some constants...
2011-03-03 Sascha WildnerFix buildworld (netstat(1)).
2011-03-03 Sepherosa Ziehaumptable: Assign index for each IOAPIC
2011-03-03 Sepherosa Ziehaumptable: Simplify bus id duplication check logic
2011-03-03 Peter Avalos<sys/queue.h>: Sync with FreeBSD
2011-03-03 Peter AvalosRemove insque()/remque() from kernel code.
2011-03-03 Peter AvalosIPX/SPX: Remove unused code.
2011-03-02 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-02 Sascha Wildnerkernel: Fix the remaining gcc44 warnings for the kernel.
2011-03-02 Sascha Wildneraicasm: Add two YY_NO_INPUTs (silences gcc44 warnings).
2011-03-01 Matthew Dillonkernel - Refactor dsched ref/unref routines
2011-03-01 Matthew Dillonkernel - Use do/while sequences to protect multi-line...
2011-03-01 Sepherosa Ziehaukern.mk: Prevent gcc4.4 from generating SSSE3, SSE4...
2011-03-01 Sepherosa Ziehaukernel: Don't store FPU status into the reserved area...
2011-02-28 Matthew Dillonkernel - Major bridging functionality added (bug fixes)
2011-02-28 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-02-27 Sascha Wildnerkernel: Use the system's offsetof() macro instead of...
2011-02-27 Sascha Wildnerkernel: Remove some variables that are set but not...
2011-02-27 Sascha Wildnerkernel: Comment out some unused functions.
2011-02-27 Sascha Wildnermly(4): Put mly_timeout() under MLY_DEBUG where it...
2011-02-26 Matthew Dillonkernel - Fix incorrect inode wait code in HAMMER
2011-02-25 Sepherosa Ziehaumk: Add FORCE_CPUTYPE which overrides user's CPUTYPE...
2011-02-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-24 Matthew Dillonkernel - Major bridging functionality added (bonding)
2011-02-24 Sascha WildnerRemove the meteor(4) driver.
2011-02-24 Antonio Huete Jimenezprocfs - Fix open() for procfs.
2011-02-24 Matthew Dillonkernel - Major bridging functionality completed
next