summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-8/+17
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds1-0/+5
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-8/+17
2014-06-05Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds28-229/+337
2014-06-05kernel/compat.c: use sizeof() instead of sizeofFabian Frederick1-4/+4
2014-06-05kernel/printk: use symbolic defines for console loglevelsBorislav Petkov4-13/+6
2014-06-05printk: report dropping of messages from logbufWill Deacon1-2/+7
2014-06-05timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2-9/+13
2014-06-05printk: Add printk_deferred_onceJohn Stultz2-13/+2
2014-06-05printk: rename printk_sched to printk_deferredJohn Stultz4-4/+4
2014-06-05printk: disable preemption for printk_schedJohn Stultz1-0/+2
2014-06-05printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt1-18/+29
2014-06-05printk: enable interrupts before calling console_trylock_for_printk()Jan Kara1-11/+18
2014-06-05printk: fix lockdep instrumentation of console_semJan Kara1-14/+32
2014-06-05printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara1-33/+21
2014-06-05printk: remove outdated commentJan Kara1-2/+1
2014-06-05printk: return really stored message lengthPetr Mladek1-15/+21
2014-06-05printk: shrink too long messagesPetr Mladek1-3/+39
2014-06-05printk: split message size computationPetr Mladek1-3/+13
2014-06-05printk: ignore too long messagesPetr Mladek1-7/+23
2014-06-05printk: split code for making free space in the log bufferPetr Mladek1-15/+29
2014-06-05kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov1-1/+0
2014-06-05kernel/hung_task.c: convert simple_strtoul to kstrtouintFabian Frederick1-1/+3
2014-06-05kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcallFabian Frederick1-2/+2
2014-06-05kernel/reboot.c: convert simple_strtoul to kstrtointFabian Frederick1-7/+14
2014-06-05kernel/res_counter.c: replace simple_strtoull by kstrtoullFabian Frederick1-2/+5
2014-06-05kernel/tracepoint.c: kernel-doc fixesFabian Frederick1-0/+2
2014-06-05kernel/stop_machine.c: kernel-doc warning fixFabian Frederick1-0/+1
2014-06-05kernel/latencytop.c: convert seq_printf to seq_putsFabian Frederick1-2/+3
2014-06-05kernel/exec_domain.c: code clean-upFabian Frederick1-8/+6
2014-06-05kernel/capability.c: code clean-upFabian Frederick1-3/+3
2014-06-05kernel/backtracetest.c: replace no level printk by pr_info()Fabian Frederick1-9/+9
2014-06-05kernel/cpu.c: convert printk to pr_foo()Fabian Frederick1-17/+14
2014-06-05sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick2-2/+4
2014-06-05mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-10/+4
2014-06-05memcg: optimize the "Search everything else" loop in mm_update_next_owner()Oleg Nesterov1-3/+9
2014-06-05memcg: mm_update_next_owner() should skip kthreadsOleg Nesterov1-6/+4
2014-06-05memcg: kill CONFIG_MM_OWNEROleg Nesterov2-4/+4
2014-06-05mm: get rid of __GFP_KMEMCGVladimir Davydov1-3/+3
2014-06-05kthread: fix return value of kthread_create() upon SIGKILL.Tetsuo Handa1-2/+2
2014-06-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-45/+188
2014-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-20/+10
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-77/+130
2014-06-04Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'Rafael J. Wysocki1-2/+1
2014-06-04Merge branch 'acpi-pm'Rafael J. Wysocki1-0/+15
2014-06-04Merge branch 'pm-sleep'Rafael J. Wysocki6-75/+114
2014-06-04Merge branch 'pm-cpuidle'Rafael J. Wysocki2-13/+9
2014-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-339/+522
2014-06-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-69/+80
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-27/+92