aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-25/+13
2013-11-19kernel/bounds: avoid circular dependencies in generated headersGravatar Kirill A. Shutemov 1-1/+1
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Gravatar Johannes Berg 1-2/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+16
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 16-212/+521
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-3/+3
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+11
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-40/+26
2013-11-15kernel: fix generic_exec_single indentationGravatar Christoph Hellwig 1-2/+1
2013-11-15kernel: provide a __smp_call_function_single stub for !CONFIG_SMPGravatar Christoph Hellwig 1-0/+11
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSGravatar Christoph Hellwig 2-3/+1
2013-11-15revert "softirq: Add support for triggering softirq work on softirqs"Gravatar Christoph Hellwig 1-131/+0
2013-11-15mm: properly separate the bloated ptl from the regular caseGravatar Peter Zijlstra 1-0/+2
2013-11-15mm: implement split page table lock for PMD levelGravatar Kirill A. Shutemov 1-2/+2
2013-11-15mm: convert mm->nr_ptes to atomic_long_tGravatar Kirill A. Shutemov 1-1/+1
2013-11-14genetlink: make all genl_ops users constGravatar Johannes Berg 1-1/+1
2013-11-14taskstats: use genl_register_family_with_ops()Gravatar Johannes Berg 1-25/+14
2013-11-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-4/+46
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 28-32/+1107
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-33/+35
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-9/+34
2013-11-13genirq: Prevent spurious detection for unconditionally polled interruptsGravatar Thomas Gleixner 2-3/+16
2013-11-13locking/lockdep: Mark __lockdep_count_forward_deps() as staticGravatar Fengguang Wu 1-2/+2
2013-11-13sched/fair: Avoid integer overflowGravatar Michal Nazarewicz 1-1/+1
2013-11-13sched: Optimize task_sched_runtime()Gravatar Peter Zijlstra 1-0/+14
2013-11-13sched/numa: Cure update_numa_stats() vs. hotplugGravatar Peter Zijlstra 1-1/+14
2013-11-13sched/numa: Fix NULL pointer dereference in task_numa_migrate()Gravatar Rik van Riel 1-1/+13
2013-11-13sched: Fix endless sync_sched/rcu() loop inside _cpu_down()Gravatar Michael wang 1-1/+4
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+5
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 20-239/+934
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-9/+11
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-247/+1
2013-11-13kernel/panic.c: reduce 1 byte usage for print tainted bufferGravatar Chen Gang 1-1/+1
2013-11-13gcov: reuse kbasename helperGravatar Andy Shevchenko 1-4/+3
2013-11-13kernel/gcov/fs.c: use pr_warn()Gravatar Andrew Morton 1-17/+17
2013-11-13kernel/module.c: use pr_foo()Gravatar Andrew Morton 1-59/+44
2013-11-13gcov: compile specific gcov implementation based on gcc versionGravatar Frantisek Hrbata 2-1/+61
2013-11-13gcov: add support for gcc 4.7 gcov formatGravatar Frantisek Hrbata 2-0/+566
2013-11-13gcov: move gcov structs definitions to a gcc version specific fileGravatar Frantisek Hrbata 4-80/+153
2013-11-13kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()Gravatar Chen Gang 1-3/+5
2013-11-13kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...Gravatar Chen Gang 1-2/+6
2013-11-13kernel/sysctl_binary.c: use scnprintf() instead of snprintf()Gravatar Chen Gang 1-3/+3
2013-11-13kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d...Gravatar Chen Gang 1-1/+4
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsGravatar Kees Cook 1-1/+2
2013-11-13kprobes: use KSYM_NAME_LEN to size identifier buffersGravatar Joe Mario 1-2/+2
2013-11-13list: introduce list_next_entry() and list_prev_entry()Gravatar Oleg Nesterov 1-3/+0
2013-11-13printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfoGravatar Dirk Gouders 1-2/+2
2013-11-13kernel/printk/printk.c: enable boot delay for earlyprintkGravatar Dave Young 1-2/+2
2013-11-13kernel/printk/printk.c: convert to pr_foo()Gravatar Andrew Morton 1-6/+6
2013-11-13printk: report console names during cut-overGravatar Kees Cook 1-10/+9