summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-144-33/+35
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2013-11-071-1/+5
| |\
| | * PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu2013-11-071-1/+5
| * | Merge branch 'pm-sleep'Rafael J. Wysocki2013-10-282-10/+26
| |\|
| | * PM / Hibernate: Use bool for boolean fields of struct snapshot_dataRafael J. Wysocki2013-10-181-10/+10
| | * PM / Sleep: Detect device suspend/resume lockup and log eventBenoit Goby2013-10-181-0/+16
| * | Merge branch 'pm-qos'Rafael J. Wysocki2013-10-281-22/+4
| |\ \
| | * | PM / QoS: simplify pm_qos_power_write()Andy Shevchenko2013-10-171-22/+4
| | |/
* | | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-142-9/+34
|\ \ \
| * \ \ Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe2013-11-081-1/+6
| |\ \ \
| | * | | smp: don't warn about csd->flags having CSD_FLAG_LOCK cleared for !waitJens Axboe2013-10-251-1/+5
| | * | | smp: export __smp_call_function_single()Jens Axboe2013-10-251-0/+1
| | | |/ | | |/|
| * | | kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()Chen Gang2013-11-081-2/+1
| * | | blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara2013-11-081-6/+27
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+5
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-045-36/+98
| |\| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-235-15/+33
| |\ \ \ \
| * | | | | static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa2013-10-191-0/+5
* | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-1320-239/+934
|\ \ \ \ \ \
| * | | | | | kernel/panic.c: reduce 1 byte usage for print tainted bufferChen Gang2013-11-131-1/+1
| * | | | | | gcov: reuse kbasename helperAndy Shevchenko2013-11-131-4/+3
| * | | | | | kernel/gcov/fs.c: use pr_warn()Andrew Morton2013-11-131-17/+17
| * | | | | | kernel/module.c: use pr_foo()Andrew Morton2013-11-131-59/+44
| * | | | | | gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata2013-11-132-1/+61
| * | | | | | gcov: add support for gcc 4.7 gcov formatFrantisek Hrbata2013-11-132-0/+566
| * | | | | | gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata2013-11-134-80/+153
| * | | | | | kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()Chen Gang2013-11-131-3/+5
| * | | | | | kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...Chen Gang2013-11-131-2/+6
| * | | | | | kernel/sysctl_binary.c: use scnprintf() instead of snprintf()Chen Gang2013-11-131-3/+3
| * | | | | | kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d...Chen Gang2013-11-131-1/+4
| * | | | | | exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-131-1/+2
| * | | | | | kprobes: use KSYM_NAME_LEN to size identifier buffersJoe Mario2013-11-131-2/+2
| * | | | | | list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov2013-11-131-3/+0
| * | | | | | printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfoDirk Gouders2013-11-131-2/+2
| * | | | | | kernel/printk/printk.c: enable boot delay for earlyprintkDave Young2013-11-131-2/+2
| * | | | | | kernel/printk/printk.c: convert to pr_foo()Andrew Morton2013-11-131-6/+6
| * | | | | | printk: report console names during cut-overKees Cook2013-11-131-10/+9
| * | | | | | kernel/sys.c: remove obsolete #include <linux/kexec.h>Geert Uytterhoeven2013-11-131-1/+0
| * | | | | | kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk()Chen Gang2013-11-131-7/+0
| * | | | | | cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani2013-11-131-26/+3
| * | | | | | kthread: make kthread_create() killableTetsuo Handa2013-11-131-18/+55
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-133-9/+11
|\ \ \ \ \ \ \
| * | | | | | | constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
| * | | | | | | switch elf_core_write_extra_phdrs() to dump_emit()Al Viro2013-11-091-7/+3
| * | | | | | | pid_namespace: make freeing struct pid_namespace rcu-delayedAl Viro2013-10-241-1/+7
* | | | | | | | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-11-131-247/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | cgroup: kill css_idLi Zefan2013-09-231-247/+1
* | | | | | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-7/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-7/+6
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-124-3/+40
|\ \ \ \ \ \ \ \