summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-05-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-05-22Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-05-22Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-05-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-05-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-05-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-17Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urg...Linus Torvalds
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina
2012-05-15lockdep: fix oops in processing workqueuePeter Zijlstra
2012-05-14workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...Tejun Heo
2012-05-14printk() - isolate KERN_CONT users from ordinary complete linesKay Sievers
2012-05-14printk() - restore prefix/timestamp printing for multi-newline stringsKay Sievers
2012-05-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-05-11printk: add stub for prepend_timestamp()Randy Dunlap
2012-05-11Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney
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-09sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...Igor Mammedov
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-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