summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-05-10printk: correctly align __log_bufStephen Warren
2012-05-10namespaces, pid_ns: fix leakage on fork() failureMike Galbraith
2012-05-10tracing: Do not enable function event with enableSteven Rostedt
2012-05-10compat: Fix RT signal mask corruption via sigprocmaskJan Kiszka
2012-05-10printk() - restore timestamp printing at console outputKay Sievers
2012-05-10printk() - do not merge continuation lines of different threadsKay Sievers
2012-05-09printk - fix compilation for CONFIG_PRINTK=nKay Sievers
2012-05-09rcu: Make rcu_barrier() less disruptivePaul E. McKenney
2012-05-09rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variablesPaul E. McKenney
2012-05-09rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney
2012-05-09Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-05-09sched, perf: Use a single callback into the schedulerPeter Zijlstra
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra
2012-05-09sched/fair: Propagate 'struct lb_env' usage into find_busiest_groupPeter Zijlstra
2012-05-09sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra
2012-05-09sched/fair: Let minimally loaded cpu balance the groupPeter Zijlstra
2012-05-09sched: Change rq->nr_running to unsigned intPeter Zijlstra
2012-05-09sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...Igor Mammedov
2012-05-09tracing: Remove ftrace_disable/enable_cpu()Steven Rostedt
2012-05-09tracing: Use seq_*_private interface for some seq filesJiri Olsa
2012-05-08kmsg: use do_div() to divide 64bit integerKay Sievers
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner
2012-05-08fork: Provide kmemcache based thread_info allocatorThomas Gleixner
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner
2012-05-08fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner
2012-05-08fork: Move thread info gfp flags to headerThomas Gleixner
2012-05-08fork: Remove the weak insanityThomas Gleixner
2012-05-08smp: Implement kick_all_cpus_sync()Thomas Gleixner
2012-05-08kmsg: export printk records to the /dev/kmsg interfaceKay Sievers
2012-05-07printk: convert byte-buffer to variable-length record bufferKay Sievers
2012-05-07sched: Update documentation and commentsHiroshi Shimamoto
2012-05-07Merge branch 'linus' into sched/coreIngo Molnar
2012-05-07Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2012-05-05init_task: Create generic init_task instanceThomas Gleixner
2012-05-05params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie
2012-05-05params.c: fix Smack complaint about parse_argsJim Cromie
2012-05-04genirq: Do not consider disabled wakeup irqsThomas Gleixner
2012-05-04genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner
2012-05-04smp: Fix idle_thread_init() inline stubThomas Gleixner
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris
2012-05-03smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman
2012-05-01rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney
2012-04-30dynamic_debug: make dynamic-debug work for module initializationJim Cromie
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie
2012-04-30rcu: Add rcutorture test for call_srcu()Lai Jiangshan