]> git.karo-electronics.de Git - karo-tx-linux.git/history - kernel
genirq: Prepare the handling of shared oneshot interrupts
[karo-tx-linux.git] / kernel /
2011-02-25 Thomas Gleixnergenirq: Prepare the handling of shared oneshot interrupts
2011-02-25 Thomas Gleixnergenirq: Make warning in handle_percpu_event useful
2011-02-22 Jan Beulichgenirq: Streamline kernel/irq/Kconfig
2011-02-22 Thomas Gleixnergenirq: Use the correct variable for note_interrupt
2011-02-21 Thomas Gleixnergenirq: Add missing break in __irq_set_trigger()
2011-02-21 Yinghai Lugenirq: Use IRQ_BITMAP_BITS as search size in irq_alloc...
2011-02-21 Thomas Gleixnergenirq: Fix misplaced status update in irq_disable()
2011-02-19 Thomas Gleixnergenirq: Implement irq_data based move_*_irq() versions
2011-02-19 Thomas Gleixnergenirq; Add fasteoi irq_chip quirk
2011-02-19 Thomas Gleixnergenirq: Add preflow handler support
2011-02-19 Thomas Gleixnergenirq: Consolidate set_chip_handler functions
2011-02-19 Thomas Gleixnergenirq: Use irq_get/put functions
2011-02-19 Thomas Gleixnergenirq: Implement irq_get/put_desc_[bus]locked/unlock()
2011-02-19 Thomas Gleixnergenirq: Remove real old transition functions
2011-02-19 Thomas Gleixnergenirq: Remove desc->status when GENERIC_HARDIRQS_NO_CO...
2011-02-19 Thomas Gleixnergenirq: Reflect IRQ_MOVE_PCNTXT in irq_data state
2011-02-19 Thomas Gleixnergenirq: Move wakeup state to irq_data
2011-02-19 Thomas Gleixnergenirq: Add IRQCHIP_SET_TYPE_MASKED flag
2011-02-19 Thomas Gleixnergenirq: Cleanup irq.h
2011-02-19 Thomas Gleixnergenirq: Force wrapped access to desc->status in core...
2011-02-19 Thomas Gleixnergenirq: Wrap the remaning IRQ_* flags
2011-02-19 Thomas Gleixnergenirq: Mirror irq trigger type bits in irq_data.state
2011-02-19 Thomas Gleixnergenirq: Move IRQ_AFFINITY_SET to core
2011-02-19 Thomas Gleixnergenirq: Reuse existing can set affinty check
2011-02-19 Thomas Gleixnergenirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in...
2011-02-19 Thomas Gleixnergenirq: Move debug code to separate header
2011-02-19 Thomas Gleixnergenirq: Remove CHECK_IRQ_PER_CPU from core code
2011-02-19 Thomas Gleixnergenirq: Remove CONFIG_IRQ_PER_CPU
2011-02-19 Thomas Gleixnergenirq: Add IRQ_MOVE_PENDING to irq_data.state
2011-02-19 Thomas Gleixnergenirq: Move IRQ_WAKEUP to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_SUSPENDED to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_MASKED to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_PENDING flag to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_DISABLED to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_REPLAY and IRQ_WAITING to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_ONESHOT to core
2011-02-19 Thomas Gleixnergenirq: Add IRQ_INPROGRESS to core
2011-02-19 Thomas Gleixnergenirq: Move IRQ_POLL_INPROGRESS to core
2011-02-19 Thomas Gleixnergenirq: Use modify_status for set_irq_nested_thread
2011-02-19 Thomas Gleixnergenirq: Move IRQ_SPURIOUS_DISABLED to core state
2011-02-19 Thomas Gleixnergenirq: Move IRQ_AUTODETECT to internal state
2011-02-19 Thomas Gleixnergenirq: Protect tglx from tripping over his own feet
2011-02-19 Thomas Gleixnergenirq: Add internal state field to irq_desc
2011-02-19 Thomas Gleixnergenirq: Fixup core code namespace fallout
2011-02-19 Thomas Gleixnergenirq: Implement generic irq_show_interrupts()
2011-02-19 Thomas Gleixnergenirq: Simplify handle_irq_event()
2011-02-19 Thomas Gleixnergenirq: Use handle_irq_event() in the spurious poll...
2011-02-19 Thomas Gleixnergenirq: Use handle_perpcu_event() in handle_percpu_irq()
2011-02-19 Thomas Gleixnergenirq: Use handle_irq_event() in handle_edge_irq()
2011-02-19 Thomas Gleixnergenirq: Use handle_irq_event() in handle_fasteoi_irq()
2011-02-19 Thomas Gleixnergenirq: Use handle_irq_event() in handle_level_irq()
2011-02-19 Thomas Gleixnergenirq: Use handle_irq_event() in handle_simple_irq()
2011-02-19 Thomas Gleixnergenirq: Implement handle_irq_event()
2011-02-19 Thomas Gleixnergenirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()
2011-02-19 Thomas Gleixnergenirq: Consolidate IRQ_DISABLED
2011-02-19 Thomas Gleixnergenirq: Remove default magic
2011-02-19 Thomas Gleixnergenirq: Consolidate disable/enable
2011-02-19 Thomas Gleixnergenirq: Consolidate startup/shutdown of interrupts
2011-02-19 Thomas Gleixnergenirq: Remove bogus conditional
2011-02-19 Thomas Gleixnergenirq: Move irq thread flags to core
2011-02-19 Thomas Gleixnergenirq: Mark polled irqs and defer the real handler
2011-02-19 Thomas Gleixnergenirq: spurious: Run only one poller at a time
2011-02-19 Thomas Gleixnergenirq: Do not poll disabled, percpu and timer interrupts
2011-02-19 Thomas Gleixnergenirq: Fixup poll handling
2011-02-19 Thomas Gleixnergenirq: Warn when handler enables interrupts
2011-02-19 Thomas Gleixnergenirq: Plug race in report_bad_irq()
2011-02-19 Thomas Gleixnergenirq: Remove redundant thread affinity setting
2011-02-19 Thomas Gleixnergenirq: Do not copy affinity before set
2011-02-19 Thomas Gleixnergenirq: Always apply cpu online mask
2011-02-19 Thomas Gleixnergenirq: Rremove redundant check
2011-02-19 Thomas Gleixnergenirq: Simplify affinity related code
2011-02-19 Thomas Gleixnergenirq: Namespace cleanup
2011-02-19 Thomas Gleixnergenirq: Add missing buslock to set_irq_type(), set_irq_...
2011-02-19 Thomas Gleixnergenirq: Make nr_irqs runtime expandable
2011-02-19 Thomas GleixnerMerge branch 'irq/urgent' into irq/core
2011-02-19 Thomas Gleixnergenirq: Disable the SHIRQ_DEBUG call in request_threade...
2011-02-19 Thomas Gleixnergenirq: Prevent access beyond allocated_irqs bitmap
2011-02-18 Linus TorvaldsMerge branch 'rtc-for-linus' of git://git.kernel.org...
2011-02-18 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-02-18 Linus TorvaldsMerge branch 'for-linus/bugfixes' of git://xenbits...
2011-02-18 Linus TorvaldsMerge branch 'fixes-2.6.38' of git://git.kernel.org...
2011-02-18 Linus TorvaldsMerge branch 'pm-fixes' of git://git.kernel.org/pub...
2011-02-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-02-18 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-02-17 Dave AirlieMerge remote branch 'nouveau/drm-nouveau-next' of ...
2011-02-17 Linus TorvaldsMerge branch 'spi/merge' of git://git.secretlab.ca...
2011-02-16 Stanislaw GruszkaPM / Hibernate: Return error code when alloc_image_page...
2011-02-16 Tejun Heoworkqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least...
2011-02-16 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-02-16 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2011-02-16 Tejun Heoworkqueue, freezer: unify spelling of 'freeze' + 'able...
2011-02-16 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-02-15 Linus TorvaldsMerge branch 'drm-fixes' of git://git.kernel.org/pub...
2011-02-15 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2011-02-15 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2011-02-15 Linus TorvaldsMerge branch 'tools-release' of git://git.kernel.org...
2011-02-15 Linus TorvaldsMerge branch 'fixes' of git://git.kernel.org/pub/scm...
2011-02-15 Linus TorvaldsMerge branch 'for-2.6.38' of git://linux-nfs.org/~bfiel...
2011-02-15 Linus TorvaldsMerge branches 'core-fixes-for-linus' and 'timers-fixes...
2011-02-15 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git.kernel...
next