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