summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* genirq: Add internal state field to irq_descThomas Gleixner2011-02-192-1/+8
* genirq: Fixup core code namespace falloutThomas Gleixner2011-02-192-4/+4
* genirq: Implement generic irq_show_interrupts()Thomas Gleixner2011-02-193-0/+67
* genirq: Simplify handle_irq_event()Thomas Gleixner2011-02-191-13/+6
* genirq: Use handle_irq_event() in the spurious poll codeThomas Gleixner2011-02-191-12/+9
* genirq: Use handle_perpcu_event() in handle_percpu_irq()Thomas Gleixner2011-02-191-8/+6
* genirq: Use handle_irq_event() in handle_edge_irq()Thomas Gleixner2011-02-191-14/+2
* genirq: Use handle_irq_event() in handle_fasteoi_irq()Thomas Gleixner2011-02-191-17/+2
* genirq: Use handle_irq_event() in handle_level_irq()Thomas Gleixner2011-02-191-14/+2
* genirq: Use handle_irq_event() in handle_simple_irq()Thomas Gleixner2011-02-191-13/+2
* genirq: Implement handle_irq_event()Thomas Gleixner2011-02-192-8/+42
* genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()Thomas Gleixner2011-02-191-1/+1
* genirq: Consolidate IRQ_DISABLEDThomas Gleixner2011-02-194-16/+14
* genirq: Remove default magicThomas Gleixner2011-02-192-60/+17
* genirq: Consolidate disable/enableThomas Gleixner2011-02-195-8/+20
* genirq: Consolidate startup/shutdown of interruptsThomas Gleixner2011-02-194-31/+33
* genirq: Remove bogus conditionalThomas Gleixner2011-02-191-4/+1
* genirq: Move irq thread flags to coreThomas Gleixner2011-02-192-14/+14
* genirq: Mark polled irqs and defer the real handlerThomas Gleixner2011-02-194-28/+61
* genirq: spurious: Run only one poller at a timeThomas Gleixner2011-02-191-1/+15
* genirq: Do not poll disabled, percpu and timer interruptsThomas Gleixner2011-02-191-14/+26
* genirq: Fixup poll handlingThomas Gleixner2011-02-191-31/+19
* genirq: Warn when handler enables interruptsThomas Gleixner2011-02-191-1/+3
* genirq: Plug race in report_bad_irq()Thomas Gleixner2011-02-191-3/+9
* genirq: Remove redundant thread affinity settingThomas Gleixner2011-02-191-2/+0
* genirq: Do not copy affinity before setThomas Gleixner2011-02-194-15/+47
* genirq: Always apply cpu online maskThomas Gleixner2011-02-191-6/+6
* genirq: Rremove redundant checkThomas Gleixner2011-02-191-1/+2
* genirq: Simplify affinity related codeThomas Gleixner2011-02-191-23/+41
* genirq: Namespace cleanupThomas Gleixner2011-02-195-38/+133
* genirq: Add missing buslock to set_irq_type(), set_irq_wake()Thomas Gleixner2011-02-192-0/+4
* genirq: Make nr_irqs runtime expandableThomas Gleixner2011-02-191-3/+19
* Merge branch 'irq/urgent' into irq/coreThomas Gleixner2011-02-19473-3743/+4245
|\
| * genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner2011-02-191-1/+1
| * genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner2011-02-193-2/+17
| * Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-02-184-4/+150
| |\
| | * RTC: Re-enable UIE timer/polling emulationJohn Stultz2011-02-173-2/+19
| | * RTC: Revert UIE emulation removalJohn Stultz2011-02-173-0/+130
| | * RTC: Release mutex in error path of rtc_alarm_irq_enableUwe Kleine-König2011-02-171-3/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-1834-201/+327
| |\ \
| | * | net: deinit automatic LIST_HEADEric Dumazet2011-02-181-0/+2
| | * | net: dont leave active on stack LIST_HEADLinus Torvalds2011-02-181-2/+5
| | * | net: provide default_advmss() methods to blackhole dst_opsEric Dumazet2011-02-182-0/+2
| | * | tg3: Restrict phy ioctl accessMatt Carlson2011-02-171-2/+6
| | * | drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera2011-02-172-0/+4
| | * | ixgbe: work around for DDP last buffer sizeAmir Hanania2011-02-172-1/+52
| | * | ixgbe: fix panic due to uninitialised pointerAndy Gospodarek2011-02-171-2/+4
| | * | e1000e: flush all writebacks before unloadJesse Brandeburg2011-02-171-10/+21
| | * | e1000e: check down flag in tasksJesse Brandeburg2011-02-171-0/+21
| | * | isdn: hisax: Use l2headersize() instead of dup (and buggy) func.David S. Miller2011-02-151-8/+1