Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-03-27 | 37 | -170/+252 | |
|\ | ||||||
| * | x86: disable __do_IRQ support | Thomas Gleixner | 2009-03-26 | 1 | -0/+3 | |
| * | Merge branches 'irq/sparseirq' and 'linus' into irq/core | Ingo Molnar | 2009-03-23 | 173 | -18805/+17096 | |
| |\ | ||||||
| * | | sparseirq, powerpc/cell: fix unused variable warning in interrupt.c | Stephen Rothwell | 2009-03-16 | 1 | -2/+0 | |
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 2009-03-16 | 1009 | -8599/+23227 | |
| |\ \ \ | ||||||
| | * | | | genirq: deprecate obsolete typedefs and defines | Thomas Gleixner | 2009-03-13 | 1 | -0/+9 | |
| | * | | | genirq: deprecate __do_IRQ | Thomas Gleixner | 2009-03-13 | 2 | -0/+13 | |
| | * | | | genirq: add doc to struct irqaction | Thomas Gleixner | 2009-03-13 | 2 | -0/+12 | |
| | * | | | genirq: use kzalloc instead of explicit zero initialization | Thomas Gleixner | 2009-03-13 | 1 | -3/+1 | |
| | * | | | genirq: make irqreturn_t an enum | Thomas Gleixner | 2009-03-13 | 2 | -20/+12 | |
| | * | | | genirq: remove redundant if condition | Thomas Gleixner | 2009-03-13 | 1 | -1/+1 | |
| | * | | | genirq: remove unused hw_irq_controller typedef | Thomas Gleixner | 2009-03-13 | 1 | -1/+0 | |
| | * | | | irq: export remove_irq() and setup_irq() symbols | Magnus Damm | 2009-03-12 | 1 | -0/+2 | |
| | * | | | irq: match remove_irq() args with setup_irq() | Magnus Damm | 2009-03-12 | 2 | -10/+18 | |
| | * | | | irq: add remove_irq() for freeing of setup_irq() irqs | Magnus Damm | 2009-03-12 | 2 | -13/+27 | |
| | * | | | Merge branch 'linus' into irq/genirq | Ingo Molnar | 2009-03-12 | 353 | -3233/+3518 | |
| | |\ \ \ | ||||||
| | * | | | | genirq: assert that irq handlers are indeed running in hardirq context | Peter Zijlstra | 2009-03-03 | 1 | -0/+2 | |
| | * | | | | Merge branch 'linus' into irq/genirq | Ingo Molnar | 2009-03-02 | 2344 | -30521/+66584 | |
| | |\ \ \ \ | ||||||
| | * | | | | | irq: name 'p' variables a bit better | Ingo Molnar | 2009-02-17 | 1 | -11/+11 | |
| | * | | | | | irq: further clean up the free_irq() code flow | Ingo Molnar | 2009-02-17 | 1 | -7/+4 | |
| | * | | | | | irq: refactor and clean up the free_irq() code flow | Ingo Molnar | 2009-02-15 | 1 | -47/+54 | |
| | * | | | | | irq: clean up manage.c | Ingo Molnar | 2009-02-15 | 1 | -6/+7 | |
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 2009-02-13 | 33 | -70/+97 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | | | * | | | | | kernel/irq: fix sparse warning: make symbol static | Hannes Eder | 2009-02-09 | 1 | -5/+5 | |
| | | * | | | | | | irq: optimize init_kstat_irqs/init_copy_kstat_irqs | Yinghai Lu | 2009-02-09 | 2 | -17/+14 | |
| | | * | | | | | | irq: clear kstat_irqs | Yinghai Lu | 2009-02-09 | 3 | -0/+7 | |
| | | * | | | | | | fix "sparseirq: use kstat_irqs_cpu on non-x86 architectures too" | Andrew Morton | 2009-01-30 | 1 | -1/+1 | |
| | | * | | | | | | irq: clean up irq stat methods | Yinghai Lu | 2009-01-22 | 2 | -9/+6 | |
| | | * | | | | | | sparc64: Fix build by using kstat_irqs_cpu() | David Miller | 2009-01-22 | 1 | -1/+1 | |
| | | * | | | | | | sparc64: Fix build by including linux/irq.h into time_64.c | David Miller | 2009-01-22 | 1 | -1/+1 | |
| | | * | | | | | | sparseirq: use kstat_irqs_cpu on non-x86 architectures too | Yinghai Lu | 2009-01-12 | 7 | -8/+7 | |
| | | * | | | | | | sparseirq: fix build with unknown irq_desc struct | Yinghai Lu | 2009-01-11 | 1 | -0/+4 | |
| | | * | | | | | | sparseirq: use kstat_irqs_cpu instead | Yinghai Lu | 2009-01-11 | 13 | -14/+14 | |
| | | * | | | | | | sparseirq: make some func to be used with genirq | Yinghai Lu | 2009-01-11 | 5 | -12/+11 | |
| | | * | | | | | | Merge commit 'v2.6.29-rc1' into irq/urgent | Ingo Molnar | 2009-01-11 | 2182 | -41157/+152947 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | sparseirq: make for_each_irq_desc() more robust | KOSAKI Motohiro | 2009-01-07 | 1 | -2/+6 | |
| | * | | | | | | | | irq: use GFP_KERNEL for action allocation in request_irq() | Johannes Weiner | 2009-02-13 | 1 | -1/+1 | |
| | * | | | | | | | | irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQ | Ingo Molnar | 2009-01-16 | 2 | -1/+19 | |
| | * | | | | | | | | Merge branch 'linus' into irq/genirq | Ingo Molnar | 2009-01-16 | 8824 | -237001/+1014756 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | genirq: check chip->ack before calling | Wang Chen | 2008-12-29 | 1 | -2/+4 | |
* | | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-03-27 | 12 | -261/+437 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ \ \ | Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer... | Ingo Molnar | 2009-03-26 | 8 | -234/+357 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | posix timers: fix RLIMIT_CPU && fork() | Oleg Nesterov | 2009-03-23 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix | John Stultz | 2009-02-26 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | time: ntp: clean up second_overflow() | Ingo Molnar | 2009-02-25 | 1 | -5/+6 | |
| | | * | | | | | | | | | | | | time: ntp: simplify ntp_tick_adj calculations | Ingo Molnar | 2009-02-25 | 1 | -2/+5 | |
| | | * | | | | | | | | | | | | time: ntp: make 64-bit constants more robust | Ingo Molnar | 2009-02-25 | 2 | -3/+3 | |
| | | * | | | | | | | | | | | | time: ntp: refactor do_adjtimex() some more | Ingo Molnar | 2009-02-25 | 1 | -25/+36 | |
| | | * | | | | | | | | | | | | time: ntp: refactor do_adjtimex() | Ingo Molnar | 2009-02-25 | 1 | -83/+99 | |
| | | * | | | | | | | | | | | | time: ntp: fix bug in ntp_update_offset() & do_adjtimex() | Ingo Molnar | 2009-02-25 | 1 | -1/+8 |