summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook
2011-03-22console: prevent registered consoles from dumping old kernel message over againFeng Tang
2011-03-22console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto
2011-03-22kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus
2011-03-22kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov
2011-03-22kernel/cpu.c: fix many errors related to style.Michael Rodriguez
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang
2011-03-22move x86 specific oops=panic to generic codeOlaf Hering
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet
2011-03-22cgroups: if you list_empty() a head then don't list_del() itPhil Carmody
2011-03-21Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-03-18Merge branches 'irq-fixes-for-linus' and 'sched-fixes-for-linus' of git://git...Linus Torvalds
2011-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-18trace, filters: Initialize the match variable in process_ops() properlyIngo Molnar
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-03-17smp_call_function_interrupt: use typedef and %pfMilton Miller
2011-03-17smp_call_function_many: handle concurrent clearing of maskMilton Miller
2011-03-17call_function_many: add missing orderingMilton Miller
2011-03-17call_function_many: fix list delete vs add raceMilton Miller
2011-03-17export pid symbols needed for kvm_vcpu_on_spinRik van Riel
2011-03-17genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter
2011-03-17genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner
2011-03-17kernel: change to new flag variablematt mooney
2011-03-17trace, documentation: Fix branch profiling location in debugfsDavid Rientjes
2011-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-16sched.c: fix kernel-doc for runqueue_is_locked()Randy Dunlap
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-03-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-16perf: Fix tear-down of inherited group eventsPeter Zijlstra
2011-03-16perf: Handle stopped state with tracepointsFrederic Weisbecker
2011-03-16perf: Fix the software events state checkFrederic Weisbecker
2011-03-16sched, kernel-doc: Fix runqueue_is_locked() descriptionRandy Dunlap
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-03-15Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds