summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-10-10s/lenght/length/ in commentsStuart Henderson
2014-10-10fix compilation without DIAGNOSTICJonathan Matthew
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-10Make CPU_INFO_FOREACH useable before secondary CPUs are started.Martin Pieuchot
2014-10-10massage the pool item header and pool item magic words.David Gwynne
2014-10-09Instead of trying to emulate select/poll semantics with respect to EOFTodd C. Miller
2014-10-09Properly initialize secondary CPUs on 64bit machines.Martin Pieuchot
2014-10-09allow building a kernel without ddbTheo de Raadt
2014-10-09Revert "enable MSI support", it introduced a regression on some chips.Martin Pieuchot
2014-10-09ddb: add support for DWARF line number decodingMatthew Dempsky
2014-10-09disassem.c only if ddb; ok miodTheo de Raadt
2014-10-09no need for lkm_map nowTed Unangst
2014-10-09remove LKM liesTed Unangst
2014-10-09no need for lkm dummyTed Unangst
2014-10-09mechanical translation of dev_lkm_dummy() to dev_notdef()Ted Unangst
2014-10-09remove lkm filesTed Unangst
2014-10-09no need for lkmTed Unangst
2014-10-09remove LKM supportTed Unangst
2014-10-09revert unintentional commit unrelated to LKMTed Unangst
2014-10-09remove LKM devicesTed Unangst
2014-10-09remove LKMTed Unangst
2014-10-09regenTed Unangst
2014-10-09delete LKM syscall stubsTed Unangst
2014-10-09fix some data type mismatches in the zlib paths in hibernateMike Larkin
2014-10-09remove an unused function and some unused variables in hibernateMike Larkin
2014-10-08Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets.Brad Smith
2014-10-08only call Debugger() #ifdef DDBTheo de Raadt
2014-10-08#ifndef DDB, correct a format string..Theo de Raadt
2014-10-08print ipv6cp by name rather than number in "0x8057 output <...>" debug lines,Stuart Henderson
2014-10-08Remove #ifdef SO_OOBINLINE, it is always defined.Alexander Bluhm
2014-10-08publish_avail_idx does not read the used ring, no need to callStefan Fritsch
2014-10-08Add missing memory barriers to virtio.Stefan Fritsch
2014-10-08Add virtio_membar_* macrosStefan Fritsch
2014-10-08#ifdef SMALL_KERNEL some sensor blocks; ok miodTheo de Raadt
2014-10-08make workq/taskq runner threads yield when they've hogged the cpuBret Lambert
2014-10-08Add offsets for cortex-A7/A15. Adapted from bitrig.Raphael Graf
2014-10-08add support for megaraid 3008 (fury) and 3108 (invader) cards. theDavid Gwynne
2014-10-08On ThinkPads, protect code handling the hibernate button withDavid Coppa
2014-10-08Tedu the RB-tree of addresses, thanks for all the fish!Martin Pieuchot
2014-10-08Introduce ppc_mttb() and use it instead of rerolling the move to timeMartin Pieuchot
2014-10-08regenDavid Gwynne
2014-10-08new megaraidsDavid Gwynne
2014-10-08Use rtalloc1() instead of rtalloc_noclone().Martin Pieuchot
2014-10-08Check if the outgoing route is associated to a broadcast address insteadMartin Pieuchot
2014-10-08Now that the cleaner yields the cpu, we can stop checkingBret Lambert
2014-10-08remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.cJonathan Gray
2014-10-08Remove the i830/i845 pipe A force quirks, matching changesJonathan Gray
2014-10-08if SMALL_KERNEL do not register the imc_watchdog_cb callback. We stillTheo de Raadt
2014-10-07remove preliminary AOE (ata over ethernet) support. not finished afterTed Unangst
2014-10-07zap duplicated line; Theo BuehlerStuart Henderson