aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-16wait: kill is_sync_wait()Tejun Heo1-12/+2
2008-10-16kernel/dma.c: remove a CVS keywordAdrian Bunk1-1/+1
2008-10-16pm: rework disabling of user mode helpers during suspend/hibernationRafael J. Wysocki4-38/+55
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh2-6/+7
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron1-0/+31
2008-10-16modules: fix module "notes" kobject leakAlexey Dobriyan1-1/+1
2008-10-17module: remove CONFIG_KMOD in comment after #endifRusty Russell1-1/+1
2008-10-16genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner1-4/+4
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner2-35/+15
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner5-55/+48
2008-10-16genirq: revert dynarrayThomas Gleixner2-130/+14
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner1-1/+1
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-114/+0
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner1-14/+0
2008-10-16x86: fix typo in irq_desc arrayYinghai Lu1-1/+1
2008-10-16fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton1-2/+1
2008-10-16sparseirq: remove some debug print outYinghai Lu1-18/+0
2008-10-16irq: fix irqpoll && sparseirqYinghai Lu1-6/+11
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com1-1/+2
2008-10-16irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson1-1/+0
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu2-1/+30
2008-10-16x86: sparse_irq needs spin_lock in allocationsYinghai Lu1-1/+12
2008-10-16sparseirq: fix lockdepIngo Molnar1-5/+0
2008-10-16x86: remove irqbalance in kernel for 32 bitYinghai Lu1-3/+0
2008-10-16irq: separate sparse_irqs from sparse_irqs_freeYinghai Lu1-54/+61
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu3-36/+24
2008-10-16generic: add irq_desc in function in parameterYinghai Lu1-0/+30
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu2-38/+54
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu3-8/+8
2008-10-16irq: add irq_desc_without_newYinghai Lu1-4/+24
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu3-41/+76
2008-10-16irq: sparse irqs, fix IRQ auto-probe crashIngo Molnar1-0/+10
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu8-73/+199
2008-10-16irq: make irqs in kernel stat use per_cpu_dyn_arrayYinghai Lu1-1/+4
2008-10-16irq: sparse irqs, export nr_irqsIngo Molnar1-0/+1
2008-10-16irq: make irq_desc to use dyn_arrayYinghai Lu1-0/+31
2008-10-16irq: introduce nr_irqsYinghai Lu7-29/+30
2008-10-16Merge branch 'linus' into genirqIngo Molnar28-486/+839
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linusIngo Molnar5-16/+73
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-1/+6
2008-10-14tracing/fastboot: improve help textIngo Molnar1-6/+11
2008-10-14tracing/stacktrace: improve help textIngo Molnar1-2/+11
2008-10-14trace: add build-time check to avoid overrunning hex bufferHarvey Harrison1-3/+3
2008-10-14ftrace: fix hex output mode of ftraceHarvey Harrison1-6/+2
2008-10-14tracing/fastboot: fix printk format typo in boot tracerArjan van de Ven1-2/+2
2008-10-14ftrace: return an error when setting a nonexistent tracerFrederic Weisbecker1-3/+10
2008-10-14ftrace: make some tracers reentrantSteven Rostedt2-16/+4
2008-10-14ring-buffer: make reentrantSteven Rostedt1-113/+374
2008-10-14ring-buffer: move page indexes into page headersSteven Rostedt1-34/+41
2008-10-14tracing/fastboot: only trace non-module initcallsFrederic Weisbecker1-3/+8