aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-10-16resources: tidy __request_region()Bjorn Helgaas1-20/+21
2008-10-16Configure out AIO supportThomas Petazzoni2-0/+7
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan2-19/+15
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig1-0/+58
2008-10-16Add kerneldoc documentation for new printk format extensionsAndi Kleen1-0/+2
2008-10-16taint: fix kernel-docRandy Dunlap1-15/+15
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami2-2/+2
2008-10-16kernel/kallsyms.c: fix double returnWANG Cong1-1/+0
2008-10-16kernel/sys.c: improve code generationAndrew Morton1-8/+12
2008-10-16utsname: completely overwrite prior informationVegard Nossum1-2/+4
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen2-10/+66
2008-10-16rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITYAdam Tkac1-4/+12
2008-10-16Make the taint flags reliableAndi Kleen4-63/+81
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich1-1/+0
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-52/+59
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