summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-12-23ring_buffer: Off-by-one and duplicate events in ring_buffer_read_pageDavid Sharp
2010-12-23module: Move RO/NX module protection to after ftrace module updateSteven Rostedt
2010-12-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar
2010-12-22taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney
2010-12-22Fix rounding in clocks_calc_mult_shift()john stultz
2010-12-22hrtimer: fix a typo in commentNamhyung Kim
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-22Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-12-22Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar
2010-12-22kthread_work: make lockdep happyYong Zhang
2010-12-20workqueue: allow chained queueing during destructionTejun Heo
2010-12-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-12-19sched: Remove debugging checkIngo Molnar
2010-12-19Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds
2010-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-12-19sched: Fix interactivity bug by charging unaccounted run-time on entity re-we...Paul Turner
2010-12-19sched: Move periodic share updates to entity_tick()Paul Turner
2010-12-19Merge commit 'v2.6.37-rc6' into sched/coreIngo Molnar
2010-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2010-12-18irq_work: Use per cpu atomics instead of regular atomicsChristoph Lameter
2010-12-17rcu: reduce __call_rcu()-induced contention on rcu_node structuresPaul E. McKenney
2010-12-17rcu: limit rcu_node leaf-level fanoutPaul E. McKenney
2010-12-17rcu: fine-tune grace-period begin/end checksPaul E. McKenney
2010-12-17rcu: Keep gpnum and completed fields synchronizedFrederic Weisbecker
2010-12-17rcu: Stop chasing QS if another CPU did it for usFrederic Weisbecker
2010-12-17rcu: increase synchronize_sched_expedited() batchingTejun Heo
2010-12-17resources: add arch hook for preventing allocation in reserved areasBjorn Helgaas
2010-12-17Revert "resources: support allocating space within a region from the top down"Bjorn Helgaas
2010-12-17taskstats: Use this_cpu_opsChristoph Lameter
2010-12-17Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter
2010-12-17kprobes: Use this_cpu_opsChristoph Lameter
2010-12-16tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers
2010-12-16PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki
2010-12-16PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai
2010-12-16perf: Sysfs enumerationPeter Zijlstra
2010-12-16perf: Dynamic pmu typesPeter Zijlstra
2010-12-16perf: Move perf_event_init() into main.cPeter Zijlstra
2010-12-16Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-12-16Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2010-12-16sched: Fix the irqtime code for 32bitPeter Zijlstra
2010-12-16sched: Fix the irqtime code to deal with u64 wrapsPeter Zijlstra
2010-12-16perf: Fix off by one in perf_swevent_init()Dan Carpenter
2010-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-12-14kbuild: fix interaction of CONFIG_IKCONFIG and KCONFIG_CONFIGBen Gardiner
2010-12-14workqueue: It is likely that WORKER_NOT_RUNNING is trueSteven Rostedt
2010-12-13x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resumeSuresh Siddha
2010-12-12timers: Use this_cpu_readChristoph Lameter
2010-12-10hrtimer: fix timerqueue conversion flubJohn Stultz