| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-10-16 | sparseirq: move kstat_irqs from kstat to irq_desc - fix |  Yinghai Lu | 2 | -1/+30 |
| 2008-10-16 | x86: sparse_irq needs spin_lock in allocations |  Yinghai Lu | 1 | -1/+12 |
| 2008-10-16 | sparseirq: fix lockdep |  Ingo Molnar | 1 | -5/+0 |
| 2008-10-16 | x86: remove irqbalance in kernel for 32 bit |  Yinghai Lu | 1 | -3/+0 |
| 2008-10-16 | irq: separate sparse_irqs from sparse_irqs_free |  Yinghai Lu | 1 | -52/+59 |
| 2008-10-16 | x86_64: rename irq_desc/irq_desc_alloc |  Yinghai Lu | 3 | -36/+24 |
| 2008-10-16 | generic: add irq_desc in function in parameter |  Yinghai Lu | 1 | -0/+30 |
| 2008-10-16 | irq: remove >= nr_irqs checking with config_have_sparse_irq |  Yinghai Lu | 2 | -38/+54 |
| 2008-10-16 | irq: replace loop with nr_irqs with for_each_irq_desc |  Yinghai Lu | 3 | -8/+8 |
| 2008-10-16 | irq: add irq_desc_without_new |  Yinghai Lu | 1 | -4/+24 |
| 2008-10-16 | x86: move kstat_irqs from kstat to irq_desc |  Yinghai Lu | 3 | -41/+76 |
| 2008-10-16 | irq: sparse irqs, fix IRQ auto-probe crash |  Ingo Molnar | 1 | -0/+10 |
| 2008-10-16 | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] |  Yinghai Lu | 8 | -73/+199 |
| 2008-10-16 | irq: make irqs in kernel stat use per_cpu_dyn_array |  Yinghai Lu | 1 | -1/+4 |
| 2008-10-16 | irq: sparse irqs, export nr_irqs |  Ingo Molnar | 1 | -0/+1 |
| 2008-10-16 | irq: make irq_desc to use dyn_array |  Yinghai Lu | 1 | -0/+31 |
| 2008-10-16 | irq: introduce nr_irqs |  Yinghai Lu | 7 | -29/+30 |
| 2008-10-16 | Merge branch 'linus' into genirq |  Ingo Molnar | 28 | -486/+839 |
| 2008-10-14 | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux |  Linus Torvalds | 2 | -1/+6 |
| 2008-10-13 | Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc |  Linus Torvalds | 2 | -13/+0 |
| 2008-10-13 | tty: Fix abusers of current->sighand->tty |  Alan Cox | 2 | -6/+5 |
| 2008-10-13 | tty: Move tty_write_message out of kernel/printk |  Alan Cox | 1 | -16/+0 |
| 2008-10-13 | tty: Add a kref count |  Alan Cox | 2 | -4/+5 |
| 2008-10-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 |  David S. Miller | 26 | -468/+900 |
| 2008-10-11 | Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 2 | -1/+76 |
| 2008-10-11 | Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D |  Ingo Molnar | 1 | -0/+68 |
| 2008-10-11 | Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B |  Ingo Molnar | 1 | -1/+8 |
| 2008-10-11 | Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -0/+2 |
| 2008-10-11 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq |  Linus Torvalds | 1 | -1/+10 |
| 2008-10-10 | Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 3 | -95/+257 |
| 2008-10-10 | Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B |  Ingo Molnar | 1 | -0/+2 |
| 2008-10-10 | proc: remove kernel.maps_protect |  Alexey Dobriyan | 1 | -11/+0 |
| 2008-10-10 | [PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock() |  Lai Jiangshan | 1 | -2/+0 |
| 2008-10-09 | [CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand governor |  venkatesh.pallipadi@intel.com | 1 | -1/+10 |
| 2008-10-09 | sched debug: add name to sched_domain sysctl entries |  Ingo Molnar | 1 | -2/+12 |
| 2008-10-09 | Merge branch 'linus' into core/rcu |  Ingo Molnar | 7 | -17/+97 |
| 2008-10-08 | sched: sync wakeups vs avg_overlap |  Peter Zijlstra | 1 | -8/+10 |
| 2008-10-08 | Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched/urgent' into sched/core |  Ingo Molnar | 8 | -320/+359 |
| 2008-10-06 | kgdb: call touch_softlockup_watchdog on resume |  Jason Wessel | 1 | -0/+3 |
| 2008-10-06 | sched: remove redundant code in cpu_cgroup_create() |  Li Zefan | 1 | -4/+0 |
| 2008-10-06 | Merge branch 'linus' into sched/devel |  Ingo Molnar | 12 | -35/+147 |
| 2008-10-04 | sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rq |  Dario Faggioli | 1 | -4/+4 |
| 2008-10-04 | clockevents: check broadcast tick device not the clock events device |  Thomas Gleixner | 1 | -2/+4 |
| 2008-10-03 | cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so const |  Frederic Weisbecker | 1 | -1/+1 |
| 2008-10-03 | rcu: RCU-based detection of stalled CPUs for Classic RCU, fix |  Ingo Molnar | 1 | -1/+1 |
| 2008-10-03 | rcu: RCU-based detection of stalled CPUs for Classic RCU |  Paul E. McKenney | 1 | -80/+86 |
| 2008-10-03 | Merge commit 'v2.6.27-rc8' into core/rcu |  Ingo Molnar | 12 | -51/+97 |
| 2008-10-02 | fix error-path NULL deref in alloc_posix_timer() |  Dan Carpenter | 1 | -1/+1 |
| 2008-10-02 | genirq: record trigger type |  David Brownell | 3 | -10/+29 |
| 2008-10-02 | Merge commit 'v2.6.27-rc8' into genirq |  Ingo Molnar | 90 | -2564/+4251 |