summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-05-31New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-EMike Belopuhov
2013-05-31Use %lld for printing time_tPhilip Guenther
2013-05-31The function rip6_ctlinput() claims that sa6_src is constant toAlexander Bluhm
2013-05-30export the original aka untranslated address in pflowSebastian Benoit
2013-05-30Fix a bug in amd64 hibernate introduced when we moved the kernel to load atMike Larkin
2013-05-30More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller typePhilip Guenther
2013-05-30UFS does't do inode numbers >2^32, so use a smaller type internally,Philip Guenther
2013-05-30Make interrupt handling in hibernate resume MI by providing MD-specificMike Larkin
2013-05-30typo: thing -> thin provisioningTed Unangst
2013-05-30tiny change to support two poison values based on page addrTed Unangst
2013-05-30in the brave new world of void *, we don't need caddr_t castsTed Unangst
2013-05-30CD filesystems don't do inode numbers >2^32, so use a smaller type internally,Philip Guenther
2013-05-30Even though we reserve 3 pages for the amd64 hibernate stack, we set theMike Larkin
2013-05-30UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT.Ted Unangst
2013-05-30remove lots of comments about locking per beck's requestTed Unangst
2013-05-30If ACPI is not compiled in, pci_min_powerstate() has no facts to supportTheo de Raadt
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-30Comment a KASSERT whose purpose wasn't immediately apparentMike Larkin
2013-05-30fix typos in some commentsMike Larkin
2013-05-30Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned theMatthew Dempsky
2013-05-30Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled downClaudio Jeker
2013-05-30remove simple_locks from uvm code. ok beck deraadtTed Unangst
2013-05-30tedu unused header. okay krw@Kurt Miller
2013-05-30Make mkuboot install into the path so we can use it during builds.Brandon Mercer
2013-05-29regenYojiro Uo
2013-05-29add ASIX AX88179Yojiro Uo
2013-05-29add another pid of Centrino Advanced-N 6235.Yojiro Uo
2013-05-29regenYojiro Uo
2013-05-29add another pid for Intel Centrino Advanced-N 6235Yojiro Uo
2013-05-29uvm_loan has not (ever) been compiled or used.Ted Unangst
2013-05-29Add PMAP_PA_MASK to mips64. Needed for loongson hibernate.Paul Irofti
2013-05-29remove non-existing kernel configurationsJasper Lievisse Adriaanse
2013-05-29PHY auto-polling mode should not be used for anything newer than BCM5705.Mike Belopuhov
2013-05-28regenJonathan Gray
2013-05-28add some more radeon devicesJonathan Gray
2013-05-28Fix a common issue across different PHY drivers to reset theMike Belopuhov
2013-05-27Fix edge cases of uninitialized variables. In my tree for too long, I evenMiod Vallat
2013-05-27Use FLUSH_PIPELINE instead of rolling our own. No functional change.Miod Vallat
2013-05-27Drop lvalue casts; allows this to compile with gcc 4.Miod Vallat
2013-05-27Correctly specify the visible part of the rightmost tile when the currentMiod Vallat
2013-05-27Make i915_gem_set_domain_ioctl closer to the Linux code. Prepares us for aMark Kettenis
2013-05-25Fix wbinv routine used by bus_dmamap_sync() to correctly operate on all cmmus,Miod Vallat
2013-05-25Allow badaddr() to be used with a size of 8. Needed by the MVME181 memoryMiod Vallat
2013-05-25Minimal support for MVME224 and MVME236 memory boards.Miod Vallat
2013-05-25set the IFF_RUNNNING flag when recreating an interface after theMike Belopuhov
2013-05-24Fix dow register value in resettodr() - kernel computes it zero-based, butMiod Vallat
2013-05-24MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1Jonathan Gray
2013-05-24Since audio code is mp safe, establish isa and pci audio interruptsAlexandre Ratchov
2013-05-23TOD clock support for AngelFire boardsMiod Vallat
2013-05-23Revert Active PS/2 support for now, until we find a solution suitableTobias Stoeckmann