aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-11-28Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+20
2010-11-27Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-6/+6
2010-11-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-15/+92
2010-11-27Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+3
2010-11-26perf: Fix the software context switch counterGravatar Peter Zijlstra 1-2/+0
2010-11-26perf: Fix inherit vs. context rotation bugGravatar Thomas Gleixner 1-2/+20
2010-11-19Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking"Gravatar Linus Torvalds 1-1/+1
2010-11-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 1-10/+11
2010-11-18irq_work: Drop cmpxchg() resultGravatar Sergio Aguirre 1-1/+3
2010-11-18perf: Fix owner-list vs exitGravatar Peter Zijlstra 1-12/+51
2010-11-18sched: Fix idle balancingGravatar Nikhil Rao 1-1/+3
2010-11-18sched: Fix volanomark performance regressionGravatar Alex Shi 1-4/+0
2010-11-18Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 2-2/+7
2010-11-18Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Ingo Molnar 2-0/+31
2010-11-17kdb: fix crash when KDB_BASE_CMD_MAX is exceededGravatar Jovi Zhang 1-4/+4
2010-11-17kdb: fix memory leak in kdb_main.cGravatar Jovi Zhang 1-6/+7
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-11-16kernel: make /proc/kallsyms mode 400 to reduce ease of attackingGravatar Marcus Meissner 1-1/+1
2010-11-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-22/+61
2010-11-16Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-2/+6
2010-11-16Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+4
2010-11-16Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 1-1/+1
2010-11-16kernel/sysctl.c: Fix build failure with !CONFIG_PRINTKGravatar Joe Perches 1-1/+1
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureGravatar Eric Paris 1-1/+14
2010-11-15PM / PM QoS: Fix reversed min and maxGravatar Colin Cross 1-2/+2
2010-11-12tracing: Fix recursive user stack traceGravatar Steven Rostedt 1-0/+19
2010-11-12Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-4/+0
2010-11-12Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+34
2010-11-12Restrict unprivileged access to kernel syslogGravatar Dan Rosenberg 2-0/+15
2010-11-12latencytop: fix per task accumulatorGravatar Ken Chen 1-9/+8
2010-11-12kernel/range.c: fix clean_sort_range() for the case of full arrayGravatar Alexey Khoroshilov 1-1/+1
2010-11-12perf,hw_breakpoint: Initialize hardware api earlierGravatar Jason Wessel 2-2/+7
2010-11-11sched: Fix cross-sched-class wakeup preemptionGravatar Peter Zijlstra 3-18/+27
2010-11-10tracing: Fix module use of trace_bprintk()Gravatar Steven Rostedt 1-0/+12
2010-11-11PM / OPP: Hide OPP configuration when SoCs do not provide an implementationGravatar Mark Brown 1-0/+4
2010-11-10sched: Fix runnable condition for stoptaskGravatar Peter Zijlstra 1-1/+1
2010-11-10sched: Use group weight, idle cpu metrics to fix imbalances during idleGravatar Suresh Siddha 2-3/+33
2010-11-10perf_events: Fix time tracking in samplesGravatar Stephane Eranian 1-8/+34
2010-11-10block: remove REQ_HARDBARRIERGravatar Christoph Hellwig 1-4/+0
2010-11-10futex: Address compiler warnings in exit_robust_listGravatar Darren Hart 2-2/+4
2010-11-10posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid callGravatar Sergey Senozhatsky 1-6/+6
2010-11-10[S390] ftrace: build without frame pointers on s390Gravatar Heiko Carstens 1-1/+1
2010-11-05watchdog: Fix section mismatch and potential undefined behavior.Gravatar David Daney 1-1/+1
2010-11-05posix-cpu-timers: workaround to suppress the problems with mt execGravatar Oleg Nesterov 1-0/+8
2010-11-05Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Gravatar Jesper Juhl 1-11/+4
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Gravatar Linus Torvalds 1-0/+4
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Gravatar Linus Torvalds 2-21/+82
2010-10-30audit mmapGravatar Al Viro 1-0/+16
2010-10-30audit: Use rcu for task lookup protectionGravatar Thomas Gleixner 1-16/+14
2010-10-30audit: Do not send uninitialized data for AUDIT_TTY_GETGravatar Thomas Gleixner 1-2/+4