summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-05-22Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-460/+994
2012-05-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-19/+45
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds5-25/+465
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-23/+171
2012-05-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-298/+1073
2012-05-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2012-05-17Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urg...Linus Torvalds3-1/+7
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina2-0/+2
2012-05-14printk() - isolate KERN_CONT users from ordinary complete linesKay Sievers1-44/+61
2012-05-14printk() - restore prefix/timestamp printing for multi-newline stringsKay Sievers1-51/+76
2012-05-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar10-298/+1073
2012-05-11printk: add stub for prepend_timestamp()Randy Dunlap1-0/+4
2012-05-11Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney9-182/+752
2012-05-10printk: correctly align __log_bufStephen Warren1-7/+6
2012-05-10namespaces, pid_ns: fix leakage on fork() failureMike Galbraith1-0/+3
2012-05-10tracing: Do not enable function event with enableSteven Rostedt2-1/+5
2012-05-10compat: Fix RT signal mask corruption via sigprocmaskJan Kiszka1-17/+46
2012-05-09printk() - restore timestamp printing at console outputKay Sievers1-17/+26
2012-05-09printk() - do not merge continuation lines of different threadsKay Sievers1-9/+10
2012-05-09printk - fix compilation for CONFIG_PRINTK=nKay Sievers1-19/+22
2012-05-09rcu: Make rcu_barrier() less disruptivePaul E. McKenney3-88/+222
2012-05-09rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variablesPaul E. McKenney1-4/+16
2012-05-09rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney1-3/+21
2012-05-09sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...Igor Mammedov1-0/+2
2012-05-08kmsg: use do_div() to divide 64bit integerKay Sievers1-1/+4
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner1-4/+3
2012-05-08fork: Provide kmemcache based thread_info allocatorThomas Gleixner1-0/+27
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner12-70/+107
2012-05-08fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner1-4/+17
2012-05-08fork: Move thread info gfp flags to headerThomas Gleixner1-6/+2
2012-05-08fork: Remove the weak insanityThomas Gleixner1-7/+1
2012-05-08smp: Implement kick_all_cpus_sync()Thomas Gleixner1-0/+23
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceKay Sievers1-0/+313
2012-05-07printk: convert byte-buffer to variable-length record bufferKay Sievers1-424/+590
2012-05-05init_task: Create generic init_task instanceThomas Gleixner1-2/+0
2012-05-04params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie1-21/+12
2012-05-04params.c: fix Smack complaint about parse_argsJim Cromie1-1/+1
2012-05-04genirq: Do not consider disabled wakeup irqsThomas Gleixner1-1/+6
2012-05-04genirq: Allow check_wakeup_irqs to notice level-triggered interruptsThomas Gleixner2-3/+8
2012-05-04smp: Fix idle_thread_init() inline stubThomas Gleixner1-1/+1
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris19-87/+121
2012-05-03smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha4-56/+31
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney3-32/+28
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney4-13/+4
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman19-87/+121
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman1-2/+2
2012-05-01rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney1-5/+8
2012-04-30dynamic_debug: make dynamic-debug work for module initializationJim Cromie1-1/+1
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie1-14/+17