Age | Commit message (Expand) | Author |
2014-10-09 | remove an unused function and some unused variables in hibernate | Mike Larkin |
2014-10-08 | Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets. | Brad Smith |
2014-10-08 | only call Debugger() #ifdef DDB | Theo de Raadt |
2014-10-08 | #ifndef DDB, correct a format string.. | Theo de Raadt |
2014-10-08 | print ipv6cp by name rather than number in "0x8057 output <...>" debug lines, | Stuart Henderson |
2014-10-08 | Remove #ifdef SO_OOBINLINE, it is always defined. | Alexander Bluhm |
2014-10-08 | publish_avail_idx does not read the used ring, no need to call | Stefan Fritsch |
2014-10-08 | Add missing memory barriers to virtio. | Stefan Fritsch |
2014-10-08 | Add virtio_membar_* macros | Stefan Fritsch |
2014-10-08 | #ifdef SMALL_KERNEL some sensor blocks; ok miod | Theo de Raadt |
2014-10-08 | make workq/taskq runner threads yield when they've hogged the cpu | Bret Lambert |
2014-10-08 | Add offsets for cortex-A7/A15. Adapted from bitrig. | Raphael Graf |
2014-10-08 | add support for megaraid 3008 (fury) and 3108 (invader) cards. the | David Gwynne |
2014-10-08 | On ThinkPads, protect code handling the hibernate button with | David Coppa |
2014-10-08 | Tedu the RB-tree of addresses, thanks for all the fish! | Martin Pieuchot |
2014-10-08 | Introduce ppc_mttb() and use it instead of rerolling the move to time | Martin Pieuchot |
2014-10-08 | regen | David Gwynne |
2014-10-08 | new megaraids | David Gwynne |
2014-10-08 | Use rtalloc1() instead of rtalloc_noclone(). | Martin Pieuchot |
2014-10-08 | Check if the outgoing route is associated to a broadcast address instead | Martin Pieuchot |
2014-10-08 | Now that the cleaner yields the cpu, we can stop checking | Bret Lambert |
2014-10-08 | remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.c | Jonathan Gray |
2014-10-08 | Remove the i830/i845 pipe A force quirks, matching changes | Jonathan Gray |
2014-10-08 | if SMALL_KERNEL do not register the imc_watchdog_cb callback. We still | Theo de Raadt |
2014-10-07 | remove preliminary AOE (ata over ethernet) support. not finished after | Ted Unangst |
2014-10-07 | zap duplicated line; Theo Buehler | Stuart Henderson |
2014-10-07 | when running bpf on an outgoing vlan interface that doesnt have a | David Gwynne |
2014-10-07 | Use L1_S_V7_AP instead of L1_S_AP for the v7 case | Jonathan Gray |
2014-10-07 | Since the list of mpe(4) interfaces is only accessed in process context, | Martin Pieuchot |
2014-10-07 | Do not protect the SIOCSIFADDR call by splnet(). Drivers already | Martin Pieuchot |
2014-10-07 | Correct the l1 pte permission bits for armv7. Problem pointed out | Jonathan Gray |
2014-10-06 | Make amd64 pmap more efficient on multi-processor | Stefan Fritsch |
2014-10-05 | fix typo in comment: correspoding -> corresponding | Lawrence Teo |
2014-10-05 | Only synchronize used TRBs and not the full ring when sending a control | Martin Pieuchot |
2014-10-05 | Do not mark the pipe as halted when the HC reports a (split) transaction | Martin Pieuchot |
2014-10-05 | Skip unnecessary processing in interrupt handler. | Kenji Aoyama |
2014-10-05 | pass size to free. | David Gwynne |
2014-10-05 | dont need to cast pointers to/from void * | David Gwynne |
2014-10-05 | ansify function definitions. | David Gwynne |
2014-10-05 | Do not re-establish the default pipe twice for every controller. Move | Martin Pieuchot |
2014-10-05 | Quirk needed by the Archos 24y Vision, from Max Fillinger. | Martin Pieuchot |
2014-10-05 | regen | Martin Pieuchot |
2014-10-05 | Add vendor and product for the Archos 24y Vision, from Max Fillinger. | Martin Pieuchot |
2014-10-05 | Use CPU_IS_PRIMARY macro. No functional change. | Kenji Aoyama |
2014-10-05 | two more events found on thinkpad yoga | Theo de Raadt |
2014-10-04 | - Recognize the Yukon Prime and Yukon Optima 2 chipsets. | Brad Smith |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-10-04 | Wait until a read control transfer is really completed before passing | Martin Pieuchot |
2014-10-04 | Skip 'hardware lied' interrupts, as same as CMU Mach do. | Kenji Aoyama |
2014-10-04 | replace mutexes to serialise the operations on the flag that restricts | David Gwynne |