| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | x86: HPET_MSI change IRQ affinity in process context when it is disabled | venkatesh.pallipadi@intel.com | 2008-10-16 | 1 | -1/+2 |
| * | | irq: set_irq_chip() has redundant call to irq_to_desc() | Dean Nelson | 2008-10-16 | 1 | -1/+0 |
| * | | sparseirq: move kstat_irqs from kstat to irq_desc - fix | Yinghai Lu | 2008-10-16 | 2 | -1/+30 |
| * | | x86: sparse_irq needs spin_lock in allocations | Yinghai Lu | 2008-10-16 | 1 | -1/+12 |
| * | | sparseirq: fix lockdep | Ingo Molnar | 2008-10-16 | 1 | -5/+0 |
| * | | x86: remove irqbalance in kernel for 32 bit | Yinghai Lu | 2008-10-16 | 1 | -3/+0 |
| * | | irq: separate sparse_irqs from sparse_irqs_free | Yinghai Lu | 2008-10-16 | 1 | -54/+61 |
| * | | x86_64: rename irq_desc/irq_desc_alloc | Yinghai Lu | 2008-10-16 | 3 | -36/+24 |
| * | | generic: add irq_desc in function in parameter | Yinghai Lu | 2008-10-16 | 1 | -0/+30 |
| * | | irq: remove >= nr_irqs checking with config_have_sparse_irq | Yinghai Lu | 2008-10-16 | 2 | -38/+54 |
| * | | irq: replace loop with nr_irqs with for_each_irq_desc | Yinghai Lu | 2008-10-16 | 3 | -8/+8 |
| * | | irq: add irq_desc_without_new | Yinghai Lu | 2008-10-16 | 1 | -4/+24 |
| * | | x86: move kstat_irqs from kstat to irq_desc | Yinghai Lu | 2008-10-16 | 3 | -41/+76 |
| * | | irq: sparse irqs, fix IRQ auto-probe crash | Ingo Molnar | 2008-10-16 | 1 | -0/+10 |
| * | | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_... | Yinghai Lu | 2008-10-16 | 8 | -73/+199 |
| * | | irq: make irqs in kernel stat use per_cpu_dyn_array | Yinghai Lu | 2008-10-16 | 1 | -1/+4 |
| * | | irq: sparse irqs, export nr_irqs | Ingo Molnar | 2008-10-16 | 1 | -0/+1 |
| * | | irq: make irq_desc to use dyn_array | Yinghai Lu | 2008-10-16 | 1 | -0/+31 |
| * | | irq: introduce nr_irqs | Yinghai Lu | 2008-10-16 | 7 | -29/+30 |
| * | | Merge branch 'linus' into genirq | Ingo Molnar | 2008-10-16 | 28 | -486/+839 |
| |\ \ |
|
| * | | | genirq: record trigger type | David Brownell | 2008-10-02 | 3 | -10/+29 |
| * | | | Merge commit 'v2.6.27-rc8' into genirq | Ingo Molnar | 2008-10-02 | 90 | -2568/+4255 |
| |\ \ \ |
|
| * | | | | genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handler | Pawel MOLL | 2008-09-06 | 2 | -5/+2 |
| * | | | | genirq: fix irq_desc->depth handling with DEBUG_SHIRQ | Anton Vorontsov | 2008-08-22 | 1 | -7/+10 |
| * | | | | genirq: remove last NO_IDLE_HZ leftovers | Thomas Gleixner | 2008-07-22 | 1 | -2/+0 |
| * | | | | genirq: enable polling for disabled screaming irqs | Eric W. Biederman | 2008-07-18 | 1 | -55/+91 |
* | | | | | Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-20 | 23 | -660/+778 |
|\ \ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *-------. \ \ \ \ | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 2008-10-20 | 72 | -1687/+2748 |
| |\ \ \ \ \ \ \ \ \ |
|
| | | | | | * | | | | | timer_list: add base address to clock base | Thomas Gleixner | 2008-10-20 | 1 | -1/+2 |
| | | | | | * | | | | | timer_list: print cpu number of clockevents device | Thomas Gleixner | 2008-10-20 | 1 | -3/+7 |
| | | | | | * | | | | | timer_list: print real timer address | Thomas Gleixner | 2008-10-20 | 1 | -3/+4 |
| | | | | * | | | | | | timers: fix itimer/many thread hang, fix | Ingo Molnar | 2008-09-30 | 1 | -1/+5 |
| | | | | * | | | | | | timers: fix itimer/many thread hang, v3 | Frank Mayhar | 2008-09-27 | 2 | -89/+38 |
| | | | | * | | | | | | posix-timers: lock_timer: make it readable | Oleg Nesterov | 2008-09-24 | 1 | -13/+10 |
| | | | | * | | | | | | posix-timers: lock_timer: kill the bogus ->it_id check | Oleg Nesterov | 2008-09-24 | 1 | -5/+4 |
| | | | | * | | | | | | posix-timers: kill ->it_sigev_signo and ->it_sigev_value | Oleg Nesterov | 2008-09-24 | 1 | -10/+7 |
| | | | | * | | | | | | posix-timers: sys_timer_create: cleanup the error handling | Oleg Nesterov | 2008-09-24 | 1 | -8/+7 |
| | | | | * | | | | | | posix-timers: move the initialization of timer->sigq from send to create path | Oleg Nesterov | 2008-09-24 | 1 | -5/+5 |
| | | | | * | | | | | | posix-timers: sys_timer_create: simplify and s/tasklist/rcu/ | Oleg Nesterov | 2008-09-24 | 1 | -15/+8 |
| | | | | * | | | | | | posix-timers: sys_timer_create: remove the buggy PF_EXITING check | Oleg Nesterov | 2008-09-24 | 1 | -27/+7 |
| | | | | * | | | | | | posix-timers: always do get_task_struct(timer->it_process) | Oleg Nesterov | 2008-09-24 | 1 | -6/+4 |
| | | | | * | | | | | | posix-timers: don't switch to ->group_leader if ->it_process dies | Oleg Nesterov | 2008-09-24 | 1 | -14/+5 |
| | | | | * | | | | | | timers: fix itimer/many thread hang, v2 | Frank Mayhar | 2008-09-23 | 4 | -133/+208 |
| | | | | * | | | | | | timers: fix itimer/many thread hang, cleanups | Ingo Molnar | 2008-09-14 | 1 | -3/+3 |
| | | | | * | | | | | | timers: fix itimer/many thread hang, fix | Ingo Molnar | 2008-09-14 | 1 | -1/+0 |
| | | | | * | | | | | | timers: fix itimer/many thread hang | Frank Mayhar | 2008-09-14 | 10 | -390/+415 |
| | | | * | | | | | | | ntp: improve adjtimex frequency rounding | Roman Zippel | 2008-09-24 | 1 | -3/+2 |
| | | | * | | | | | | | timekeeping: fix rounding problem during clock update | Roman Zippel | 2008-09-24 | 1 | -3/+6 |
| | | | * | | | | | | | ntp: let update_persistent_clock() sleep | Maciej W. Rozycki | 2008-09-24 | 1 | -6/+6 |
| | | | * | | | | | | | Merge branch 'linus' into timers/ntp | Ingo Molnar | 2008-09-06 | 24 | -170/+253 |
| | | | |\ \ \ \ \ \ \ |
|