summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-12-29sparseirq: move __weak symbols into separate compilation unitYinghai Lu2-9/+20
2008-12-29sparseirq: work around __weak alias bugIngo Molnar2-5/+9
2008-12-27sparseirq: fix hang with !SPARSE_IRQYinghai Lu1-0/+15
2008-12-27sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu1-0/+1
2008-12-27sparseirq: work around compiler optimizing away __weak functionsYinghai Lu1-3/+4
2008-12-27sparseirq: fix desc->lock initIngo Molnar2-0/+3
2008-12-27sparseirq: do not printk when migrating IRQ descriptorsIngo Molnar1-5/+1
2008-12-26sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu1-4/+0
2008-12-26irq: simplify for_each_irq_desc() usageKOSAKI Motohiro3-23/+0
2008-12-26proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro1-1/+1
2008-12-26irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro1-2/+11
2008-12-26hrtimer: remove #include <linux/irq.h>KOSAKI Motohiro1-1/+0
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar33-113/+551
2008-12-24cgroups: avoid accessing uninitialized data in failure pathLi Zefan1-2/+3
2008-12-24cgroups: suppress bogus warning messagesSharyathi Nagesh1-3/+0
2008-12-21Null pointer deref with hrtimer_try_to_cancel()Thomas Gleixner1-0/+6
2008-12-20sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu1-8/+3
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro1-5/+0
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu5-7/+153
2008-12-16cgroups: fix a race between rmdir and remountPaul Menage1-1/+1
2008-12-15Revert "sched_clock: prevent scd->clock from moving backwards"Linus Torvalds1-3/+3
2008-12-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2008-12-11fix mapping_writably_mapped()Hugh Dickins1-6/+9
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+1
2008-12-10relayfs: fix infinite loop with splice()Tom Zanussi1-5/+2
2008-12-09sched: CPU remove deadlock fixBrian King1-0/+2
2008-12-09[PATCH] fix broken timestamps in AVC generated by kernel threadsAl Viro2-4/+5
2008-12-09[patch 1/1] audit: remove excess kernel-docRandy Dunlap1-2/+0
2008-12-09[PATCH] return records for fork() both to child and parentAl Viro2-0/+18
2008-12-09[PATCH] Audit: make audit=0 actually turn off auditEric Paris1-7/+21
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu1-3/+3
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu5-8/+202
2008-12-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2008-12-05Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+23
2008-12-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2008-12-04[PATCH] kill obsolete temporary comment in swsusp_close()Al Viro1-1/+1
2008-12-04time: catch xtime_nsec underflows and fix themjohn stultz1-0/+22
2008-12-03check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0Roel Kluin1-1/+1
2008-12-02genirq: record IRQ_LEVEL in irq_desc[]David Brownell2-6/+10
2008-12-02taint: add missing commentArjan van de Ven1-0/+1
2008-12-02epoll: introduce resource usage limitsDavide Libenzi1-0/+10
2008-12-01Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+4
2008-12-01Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-27/+56
2008-12-01Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2008-12-01Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+23
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+2
2008-11-30cpuinit fixes in kernel/*Al Viro2-3/+3
2008-11-29sched: prevent divide by zero error in cpu_avg_load_per_task, updateIngo Molnar1-1/+1
2008-11-29sched, cpusets: fix warning in kernel/cpuset.cIngo Molnar1-1/+1
2008-11-27sched: prevent divide by zero error in cpu_avg_load_per_taskSteven Rostedt1-2/+3