summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-23cgroups: avoid accessing uninitialized data in failure pathLi Zefan1-2/+3
2008-12-23cgroups: suppress bogus warning messagesSharyathi Nagesh1-3/+0
2008-12-20Null pointer deref with hrtimer_try_to_cancel()Thomas Gleixner1-0/+6
2008-12-19sparseirq: 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-15cgroups: fix a race between rmdir and remountPaul Menage1-1/+1
2008-12-14Revert "sched_clock: prevent scd->clock from moving backwards"Linus Torvalds1-3/+3
2008-12-10Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2008-12-10fix 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-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2008-12-04Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+23
2008-12-04Merge 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-01taint: add missing commentArjan van de Ven1-0/+1
2008-12-01epoll: introduce resource usage limitsDavide Libenzi1-0/+10
2008-11-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+4
2008-11-30Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-27/+56
2008-11-30Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2008-11-30Merge 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
2008-11-27ftrace: prevent recursionLai Jiangshan1-1/+1
2008-11-24posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDPetr Tesarik1-1/+1
2008-11-23x86, mmiotrace: fix buffer overrun detectionPekka Paalanen1-9/+7
2008-11-23Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar26-226/+474
2008-11-21lockdep: consistent alignement for lockdep infoLi Zefan1-2/+2
2008-11-21function tracing: fix wrong position computing of stack_traceLiming Wang1-9/+15
2008-11-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-59/+56
2008-11-19cgroups: fix a serious bug in cgroupstatsLi Zefan1-2/+5
2008-11-19sprint_symbol(): use less stackHugh Dickins1-5/+12