aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-02-16core: Move early_res from arch/x86 to kernel/Yinghai Lu
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo
2010-02-16kfifo: Don't use integer as NULL pointerAnton Vorontsov
2010-02-16kfifo: Make kfifo_initialized work after kfifo_freeAnton Vorontsov
2010-02-16Merge branch 'sched/urgent' into sched/coreThomas Gleixner
2010-02-16sched: Fix race between ttwu() and task_rq_lock()Peter Zijlstra
2010-02-16sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha
2010-02-15Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-02-15Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-02-15Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-02-15kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu
2010-02-14perf_events: Fix FORK eventsPeter Zijlstra
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens
2010-02-11ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha
2010-02-11ftrace: Allow to remove a single function from function graph filterLi Zefan
2010-02-10x86: Change range end to start+sizeYinghai Lu
2010-02-10x86: Move range related operation to one fileYinghai Lu
2010-02-10Merge remote branch 'linus/master' into x86/bootmemH. Peter Anvin
2010-02-10x86: Avoid race condition in pci_enable_msix()Brandon Phiilps
2010-02-09tracing: Add correct/incorrect to sort keys for branch annotation outputSteven Rostedt
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang
2010-02-09kthread, sched: Remove reference to kthread_create_on_cpuAnton Blanchard
2010-02-08Lose the first argument of audit_inode_child()Al Viro
2010-02-08sched: cpuacct: Use bigger percpu counter batch values for stats countersAnton Blanchard
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar
2010-02-08kernel/sched.c: Suppress unused var warningAndrew Morton
2010-02-05posix-timers.c: Don't export local functionsH Hartley Sweeten
2010-02-05clocksource: add suspend callbackMagnus Damm
2010-02-05clocksource: add argument to resume callbackMagnus Damm
2010-02-05kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu
2010-02-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-02-04perf_events: Optimize perf_event_task_tick()Peter Zijlstra
2010-02-04sched: Remove member rt_se from struct rt_rqYong Zhang
2010-02-04sched: Change usage of rt_rq->rt_se to rt_rq->tg->rt_se[cpu]Yong Zhang
2010-02-04ftrace: Remove record freezingMasami Hiramatsu
2010-02-04kprobes: Check probe address is reservedMasami Hiramatsu
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu
2010-02-04syslog: use defined constants instead of raw numbersKees Cook
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook
2010-02-04perf: Make bp_len type to u64 generic across the archMahesh Salgaonkar
2010-02-03hrtimer, softirq: Fix hrtimer->softirq trampolinePeter Zijlstra
2010-02-03futex: Handle futex value corruption gracefullyThomas Gleixner
2010-02-03futex: Handle user space corruption gracefullyThomas Gleixner
2010-02-03futex_lock_pi() key refcnt fixMikael Pettersson
2010-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2010-02-02cgroups: fix to return errno in a failure pathLi Zefan
2010-02-02kfifo: fix kernel-doc notationRandy Dunlap
2010-02-03kernel/cred.c: use kmem_cache_freeJulia Lawall
2010-02-02tracing: Fix circular dead lock in stack traceLai Jiangshan