summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines2011-03-221-1/+1
* printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook2011-03-222-8/+6
* console: prevent registered consoles from dumping old kernel message over againFeng Tang2011-03-221-0/+18
* console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto2011-03-221-1/+15
* kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus2011-03-221-6/+16
* kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus2011-03-221-1/+4
* sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov2011-03-221-98/+25
* kernel/cpu.c: fix many errors related to style.Michael Rodriguez2011-03-221-6/+5
* smp: move smp setup functions to kernel/smp.cAmerigo Wang2011-03-221-0/+81
* move x86 specific oops=panic to generic codeOlaf Hering2011-03-221-0/+10
* kthread: use kthread_create_on_node()Eric Dumazet2011-03-223-5/+12
* kthread: NUMA aware kthread_create_on_node()Eric Dumazet2011-03-222-7/+27
* mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-3/+6
* mm: NUMA aware alloc_task_struct_node()Eric Dumazet2011-03-221-4/+6
* cgroups: if you list_empty() a head then don't list_del() itPhil Carmody2011-03-221-8/+6
* Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes2011-03-211-4/+12
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-202-2/+3
|\
| * kernel: change to new flag variablematt mooney2011-03-172-2/+3
| |
| \
*-. \ Merge branches 'irq-fixes-for-linus' and 'sched-fixes-for-linus' of git://git...Linus Torvalds2011-03-182-2/+3
|\ \ \
| | * | sched, kernel-doc: Fix runqueue_is_locked() descriptionRandy Dunlap2011-03-161-2/+1
| * | | genirq: Fix incorrect unlock in __setup_irq()Dan Carpenter2011-03-171-1/+1
| * | | genirq: show_interrupts: Check desc->name before printing it blindlyThomas Gleixner2011-03-171-1/+2
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-183-9/+14
|\ \ \ \
| * | | | trace, filters: Initialize the match variable in process_ops() properlyIngo Molnar2011-03-181-1/+1
| * | | | trace, documentation: Fix branch profiling location in debugfsDavid Rientjes2011-03-171-2/+2
| * | | | perf: Fix tear-down of inherited group eventsPeter Zijlstra2011-03-161-5/+8
| * | | | perf: Handle stopped state with tracepointsFrederic Weisbecker2011-03-161-0/+2
| * | | | perf: Fix the software events state checkFrederic Weisbecker2011-03-161-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-nextJiri Kosina2011-02-1542-626/+681
| |\ \ \ \
| * | | | | Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2011-01-191-1/+1
* | | | | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-03-172-0/+3
|\ \ \ \ \ \
| * | | | | | export pid symbols needed for kvm_vcpu_on_spinRik van Riel2011-03-172-0/+3
* | | | | | | smp_call_function_interrupt: use typedef and %pfMilton Miller2011-03-171-8/+8
* | | | | | | smp_call_function_many: handle concurrent clearing of maskMilton Miller2011-03-171-3/+10
* | | | | | | call_function_many: add missing orderingMilton Miller2011-03-171-13/+33
* | | | | | | call_function_many: fix list delete vs add raceMilton Miller2011-03-171-7/+13
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-03-1784-2468/+5553
|\| | | | | |
| * | | | | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-161-8/+1
| |\ \ \ \ \ \
| | * | | | | | BKL: That's all, folksArnd Bergmann2011-03-051-8/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-162-6/+12
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'irq/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...David S. Miller2011-03-151-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-104-15/+27
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-039-24/+51
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-032-6/+10
| | * | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-1923-186/+241
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | Merge branch 'irq/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...David S. Miller2011-01-241-0/+82
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-2414-232/+325
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2011-01-1941-445/+813
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | audit: export symbol for use with xt_AUDITJan Engelhardt2011-01-181-0/+2