aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven
2008-10-17NOHZ: restart tick device from irq_enter()Thomas Gleixner
2008-10-17NOHZ: split tick_nohz_restart_sched_tick()Thomas Gleixner
2008-10-17NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner
2008-10-17sched: minor fast-path overhead reductionMike Galbraith
2008-10-17sched: fix the wrong mask_len, cleanupPeter Zijlstra
2008-10-17sched: fix the wrong mask_lenMiao Xie
2008-10-17Merge branch 'linus' into sched/urgentIngo Molnar
2008-10-17softirq: Add support for triggering softirq work on softirqs.David S. Miller
2008-10-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-16Fix kernel/softirq.c printk format warning properlyLinus Torvalds
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-10-16make kprobes.c:kretprobe_table_lock() staticAdrian Bunk
2008-10-16resources: tidy __request_region()Bjorn Helgaas
2008-10-16Configure out AIO supportThomas Petazzoni
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig
2008-10-16Add kerneldoc documentation for new printk format extensionsAndi Kleen
2008-10-16taint: fix kernel-docRandy Dunlap
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami
2008-10-16kernel/kallsyms.c: fix double returnWANG Cong
2008-10-16kernel/sys.c: improve code generationAndrew Morton
2008-10-16utsname: completely overwrite prior informationVegard Nossum
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen
2008-10-16rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITYAdam Tkac
2008-10-16Make the taint flags reliableAndi Kleen
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich
2008-10-16wait: kill is_sync_wait()Tejun Heo
2008-10-16kernel/dma.c: remove a CVS keywordAdrian Bunk
2008-10-16pm: rework disabling of user mode helpers during suspend/hibernationRafael J. Wysocki
2008-10-16memrlimit: cgroup mm owner callback changes to add task infoBalbir Singh
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron
2008-10-16modules: fix module "notes" kobject leakAlexey Dobriyan
2008-10-17module: remove CONFIG_KMOD in comment after #endifRusty Russell
2008-10-16genirq: fix name space collision of nr_irqs in autoprobe.cThomas Gleixner
2008-10-16genirq: use iterators for irq_desc loopsThomas Gleixner
2008-10-16genirq: cleanup the sparseirq modificationsThomas Gleixner
2008-10-16genirq: revert dynarrayThomas Gleixner
2008-10-16genirq: remove irq_to_desc_allocThomas Gleixner
2008-10-16genirq: remove sparse irq codeThomas Gleixner
2008-10-16genirq: use inline function for irq_to_descThomas Gleixner
2008-10-16x86: fix typo in irq_desc arrayYinghai Lu
2008-10-16fix warning: "x86: sparse_irq needs spin_lock in allocations"Andrew Morton
2008-10-16sparseirq: remove some debug print outYinghai Lu
2008-10-16irq: fix irqpoll && sparseirqYinghai Lu
2008-10-16x86: HPET_MSI change IRQ affinity in process context when it is disabledvenkatesh.pallipadi@intel.com
2008-10-16irq: set_irq_chip() has redundant call to irq_to_desc()Dean Nelson
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu