summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2009-11-10Merge branch 'core/urgent' into core/rcuIngo Molnar
2009-11-10security: report the module name to security_module_requestEric Paris
2009-11-09signal: Print warning message when dropping signalsNaohiro Ooiwa
2009-11-09tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König
2009-11-08ksym_tracer: Remove KSYM_SELFTEST_ENTRYLi Zefan
2009-11-08hw-breakpoints: Arbitrate access to pmu following registers constraintsFrederic Weisbecker
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker
2009-11-08sched, no_hz: Remove unused rq->last_tick_seen fieldLai Jiangshan
2009-11-08sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov
2009-11-08irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov
2009-11-08sched: Fix kernel-doc function parameter nameRandy Dunlap
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker
2009-11-07genirq: try_one_irq() must be called with irq disabledYong Zhang
2009-11-06sysctl: Make do_sysctl staticEric W. Biederman
2009-11-06sysctl: Remove the cond_syscall entry for sys32_sysctlEric W. Biederman
2009-11-06sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman
2009-11-06sysctl: Refactor the binary sysctl handling to remove duplicate codeEric W. Biederman
2009-11-06sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman
2009-11-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-11-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-11-05sched: Fix affinity logic in select_task_rq_fair()Mike Galbraith
2009-11-05nohz: Introduce arch_needs_cpuMartin Schwidefsky
2009-11-05nohz: Reuse ktime in sub-functions of tick_check_idle.Martin Schwidefsky
2009-11-04resources: when allocate_resource() fails, leave resource untouchedBjorn Helgaas
2009-11-04sched: Rate-limit newidleMike Galbraith
2009-11-04sched: Check for an idle shared cache in select_task_rq_fair()Mike Galbraith
2009-11-04irq: Remove unused debug_poll_all_shared_irqs()Thomas Gleixner
2009-11-04irq: Fix docbook commentsLiuweni
2009-11-04cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell
2009-11-04cpumask: Simplify sched_rt.cRusty Russell
2009-11-04tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu
2009-11-04Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar
2009-11-04sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto
2009-11-04sched: Remove unused __schedule() declarationHiroshi Shimamoto
2009-11-04ftrace: Fix unmatched locking in ftrace_regex_write()Li Zefan
2009-11-04ring-buffer: Synchronize resizing buffer with reader lockLai Jiangshan
2009-11-03perf/core: Add a callback to perf eventsFrederic Weisbecker
2009-11-03perf/core: Provide a kernel-internal interface to get to performance countersArjan van de Ven
2009-11-03Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2009-11-03Correct nr_processes() when CPUs have been unpluggedIan Campbell
2009-11-03PM / Hibernate: Add newline to load_image() fail pathJiri Slaby
2009-11-03PM / Hibernate: Fix error handling in save_image()Jiri Slaby
2009-11-03PM / Hibernate: Fix blkdev refleaksJiri Slaby
2009-11-03sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith
2009-11-02Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-11-02Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-11-02Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-11-02kprobes: Sanitize struct kretprobe_instance allocationsAnanth N Mavinakayanahalli
2009-11-02rcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit() callsLai Jiangshan
2009-11-02rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney