summaryrefslogtreecommitdiff
path: root/core/fs/pxe/isr.c
Commit message (Expand)AuthorAgeFilesLines
* PXE ISR: Force polling on select hardware #3 WORKAROUNDGene Cumm2014-08-021-0/+1
* PXE ISR: Force polling on select hardware WORKAROUNDGene Cumm2014-07-131-3/+2
* Merge branch 'elflink-pxe-fixes-for-mfleming-2' of git://github.com/geneC/sys...Matt Fleming2013-09-301-2/+22
|\
| * PXE ISR: Force polling on select hardware WORKAROUNDGene Cumm2013-09-231-0/+20
| * PXE: use ddprintf macroGene Cumm2013-09-231-1/+1
|/
* pxe: use core for atomic modification of certain volatilessyslinux-4.10-pre22lwipH. Peter Anvin2012-05-291-1/+1
* pxe: always start the idle thread, in case we need itsyslinux-4.10-pre21H. Peter Anvin2012-05-291-8/+28
* pxe: Add code to detect a struck interrupt line and disable (go to poll)H. Peter Anvin2012-05-291-10/+32
* pxe: Make the ISR poll routine a bit sanerH. Peter Anvin2012-03-301-2/+5
* pxe: Fix interrupt unmaskingH. Peter Anvin2012-03-301-5/+6
* pxe: Unmask the cascade if applicable, handle bad IRQ numbersH. Peter Anvin2012-03-301-12/+25
* pxe: be more verbose on unload failureH. Peter Anvin2011-05-131-0/+4
* pxe: fix the cleanup routinesyslinux-4.10-pre14H. Peter Anvin2011-05-091-1/+3
* pxe: when hooking an interrupt, explicitly enable it at the PICH. Peter Anvin2011-05-091-0/+15
* pxe: try to mimic the policy of iPXE with respect to interruptsH. Peter Anvin2011-05-081-6/+14
* pxe: start the poll thread when we would have started the ISRH. Peter Anvin2011-04-261-5/+13
* pxe: use a separate poll thread instead of using an idle thread hookH. Peter Anvin2011-04-241-19/+27
* lwip: handle UNDI stacks which need to be polledH. Peter Anvin2011-04-221-17/+42
* pxe: isr: fix formattingH. Peter Anvin2011-04-211-11/+12
* pxe: fix gcc 4.6 problemsH. Peter Anvin2011-04-211-2/+1
* pxe: Cleanup interrupt handling making it reliabe and in specEric W. Biederman2011-04-121-18/+9
* core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman2011-04-121-1/+55
* core: pxe: Factor out pxe_poll from pxe_receive_threadEric W. Biederman2011-04-121-38/+40
* core: lwip: tune parameters for performanceH. Peter Anvin2011-04-121-1/+7
* core: pxe: additional work on the lwip portH. Peter Anvin2011-04-121-1/+2
* core pxe: Switch threads if more than one runnable.Eric W. Biederman2011-04-121-0/+1
* pxe: hook up the interrupt routine and the lwip receive routineEric W. Biederman2011-04-121-0/+53
* pxe: Statically initialize pxe_receive_thread_semEric W. Biederman2011-04-091-2/+1
* core: pxe: pm_return Use jiffies_tEric W. Biederman2011-04-091-4/+2
* core: pxe: pm return hook to examine timer ticks and PXE ISR statusH. Peter Anvin2011-04-091-0/+44