summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner11-17/+40
2011-02-19genirq: Move IRQ_DISABLED to coreThomas Gleixner9-25/+57
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner7-21/+31
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner4-6/+7
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner9-22/+57
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner4-5/+6
2011-02-19genirq: Use modify_status for set_irq_nested_threadThomas Gleixner2-31/+13
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner4-10/+11
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner4-21/+27
2011-02-19genirq: Protect tglx from tripping over his own feetThomas Gleixner3-2/+11
2011-02-19genirq: Add internal state field to irq_descThomas Gleixner2-1/+8
2011-02-19genirq: Fixup core code namespace falloutThomas Gleixner2-4/+4
2011-02-19genirq: Implement generic irq_show_interrupts()Thomas Gleixner3-0/+67
2011-02-19genirq: Simplify handle_irq_event()Thomas Gleixner1-13/+6
2011-02-19genirq: Use handle_irq_event() in the spurious poll codeThomas Gleixner1-12/+9
2011-02-19genirq: Use handle_perpcu_event() in handle_percpu_irq()Thomas Gleixner1-8/+6
2011-02-19genirq: Use handle_irq_event() in handle_edge_irq()Thomas Gleixner1-14/+2
2011-02-19genirq: Use handle_irq_event() in handle_fasteoi_irq()Thomas Gleixner1-17/+2
2011-02-19genirq: Use handle_irq_event() in handle_level_irq()Thomas Gleixner1-14/+2
2011-02-19genirq: Use handle_irq_event() in handle_simple_irq()Thomas Gleixner1-13/+2
2011-02-19genirq: Implement handle_irq_event()Thomas Gleixner2-8/+42
2011-02-19genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()Thomas Gleixner1-1/+1
2011-02-19genirq: Consolidate IRQ_DISABLEDThomas Gleixner4-16/+14
2011-02-19genirq: Remove default magicThomas Gleixner2-60/+17
2011-02-19genirq: Consolidate disable/enableThomas Gleixner5-8/+20
2011-02-19genirq: Consolidate startup/shutdown of interruptsThomas Gleixner4-31/+33
2011-02-19genirq: Remove bogus conditionalThomas Gleixner1-4/+1
2011-02-19genirq: Move irq thread flags to coreThomas Gleixner2-14/+14
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner4-28/+61
2011-02-19genirq: spurious: Run only one poller at a timeThomas Gleixner1-1/+15
2011-02-19genirq: Do not poll disabled, percpu and timer interruptsThomas Gleixner1-14/+26
2011-02-19genirq: Fixup poll handlingThomas Gleixner1-31/+19
2011-02-19genirq: Warn when handler enables interruptsThomas Gleixner1-1/+3
2011-02-19genirq: Plug race in report_bad_irq()Thomas Gleixner1-3/+9
2011-02-19genirq: Remove redundant thread affinity settingThomas Gleixner1-2/+0
2011-02-19genirq: Do not copy affinity before setThomas Gleixner4-15/+47
2011-02-19genirq: Always apply cpu online maskThomas Gleixner1-6/+6
2011-02-19genirq: Rremove redundant checkThomas Gleixner1-1/+2
2011-02-19genirq: Simplify affinity related codeThomas Gleixner1-23/+41
2011-02-19genirq: Namespace cleanupThomas Gleixner5-38/+133
2011-02-19genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner2-0/+4
2011-02-19genirq: Make nr_irqs runtime expandableThomas Gleixner1-3/+19
2011-02-19genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner1-1/+1
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner3-2/+17
2011-02-18net: deinit automatic LIST_HEADEric Dumazet1-0/+2
2011-02-18net: dont leave active on stack LIST_HEADLinus Torvalds1-2/+5
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet2-0/+2
2011-02-18Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds2-16/+35
2011-02-18fs/partitions: Validate map_count in Mac partition tablesTimo Warns1-8/+9
2011-02-17RTC: Re-enable UIE timer/polling emulationJohn Stultz3-2/+19