summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2010-02-25rcu: Fix rcutorture mod_timer argument to delay one jiffyPaul E. McKenney-1/+1
2010-02-25rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detectionPaul E. McKenney-3/+2
2010-02-25rcu: Convert to raw_spinlocksPaul E. McKenney-92/+92
2010-02-25rcu: Stop overflowing signed integersPaul E. McKenney-28/+30
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney-3/+71
2010-02-25sched: Better name for for_each_domain_rdPaul E. McKenney-2/+2
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney-10/+38
2010-02-25rcu: Integrate rcu_dereference_check() message into lockdepPaul E. McKenney-0/+18
2010-02-25rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney-19/+53
2010-02-25Merge commit 'v2.6.33' into core/rcuIngo Molnar-146/+353
2010-02-23ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha-1/+1
2010-02-22kernel/sys.c: fix missing rcu protection for sys_getpriority()Tetsuo Handa-0/+2
2010-02-22PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki-0/+5
2010-02-22resource: add release_child_resourcesYinghai Lu-0/+30
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski-2/+2
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski-5/+9
2010-02-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+5
2010-02-18const: struct nla_policyAlexey Dobriyan-4/+2
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner-5977/+12188
2010-02-17tracing/kprobes: Make Kconfig dependencies genericHeiko Carstens-1/+1
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger-0/+5
2010-02-17sched: Don't use possibly stale sched_classThomas Gleixner-2/+4
2010-02-16kfifo: Don't use integer as NULL pointerAnton Vorontsov-1/+1
2010-02-16kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov-0/+1
2010-02-16Merge branch 'sched/urgent' into sched/coreThomas Gleixner-29/+59
2010-02-16sched: Fix race between ttwu() and task_rq_lock()Peter Zijlstra-27/+46
2010-02-16sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha-2/+13
2010-02-15Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+5
2010-02-15Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+25
2010-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2010-02-15kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu-0/+1
2010-02-14perf_events: Fix FORK eventsPeter Zijlstra-6/+5
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens-1/+1
2010-02-11ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha-0/+88
2010-02-11ftrace: Allow to remove a single function from function graph filterLi Zefan-21/+33
2010-02-09tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt-2/+17
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang-0/+2
2010-02-09kthread, sched: Remove reference to kthread_create_on_cpuAnton Blanchard-1/+1
2010-02-08sched: cpuacct: Use bigger percpu counter batch values for stats countersAnton Blanchard-1/+19
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar-296/+464
2010-02-08kernel/sched.c: Suppress unused var warningAndrew Morton-1/+1
2010-02-05posix-timers.c: Don't export local functionsH Hartley Sweeten-1/+1
2010-02-05clocksource: add suspend callbackMagnus Damm-0/+13
2010-02-05clocksource: add argument to resume callbackMagnus Damm-1/+1
2010-02-05kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu-0/+1
2010-02-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+45
2010-02-04perf_events: Optimize perf_event_task_tick()Peter Zijlstra-4/+4
2010-02-04sched: Remove member rt_se from struct rt_rqYong Zhang-2/+0
2010-02-04sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]Yong Zhang-2/+8
2010-02-04ftrace: Remove record freezingMasami Hiramatsu-39/+0