summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-051-0/+5
|\
| * Merge remote-tracking branch 'origin/x86/urgent' into x86/vdsoH. Peter Anvin2014-05-212-68/+50
| |\
| * \ Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin2014-05-2111-30/+54
| |\ \
| * | | x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski2014-05-051-0/+5
* | | | Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-0428-229/+337
|\ \ \ \
| * | | | kernel/compat.c: use sizeof() instead of sizeofFabian Frederick2014-06-041-4/+4
| * | | | kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-044-13/+6
| * | | | printk: report dropping of messages from logbufWill Deacon2014-06-041-2/+7
| * | | | timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2014-06-042-9/+13
| * | | | printk: Add printk_deferred_onceJohn Stultz2014-06-042-13/+2
| * | | | printk: rename printk_sched to printk_deferredJohn Stultz2014-06-044-4/+4
| * | | | printk: disable preemption for printk_schedJohn Stultz2014-06-041-0/+2
| * | | | printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt2014-06-041-18/+29
| * | | | printk: enable interrupts before calling console_trylock_for_printk()Jan Kara2014-06-041-11/+18
| * | | | printk: fix lockdep instrumentation of console_semJan Kara2014-06-041-14/+32
| * | | | printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara2014-06-041-33/+21
| * | | | printk: remove outdated commentJan Kara2014-06-041-2/+1
| * | | | printk: return really stored message lengthPetr Mladek2014-06-041-15/+21
| * | | | printk: shrink too long messagesPetr Mladek2014-06-041-3/+39
| * | | | printk: split message size computationPetr Mladek2014-06-041-3/+13
| * | | | printk: ignore too long messagesPetr Mladek2014-06-041-7/+23
| * | | | printk: split code for making free space in the log bufferPetr Mladek2014-06-041-15/+29
| * | | | kernel/user.c: drop unused field 'files' from user_structKirill A. Shutemov2014-06-041-1/+0
| * | | | kernel/hung_task.c: convert simple_strtoul to kstrtouintFabian Frederick2014-06-041-1/+3
| * | | | kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcallFabian Frederick2014-06-041-2/+2
| * | | | kernel/reboot.c: convert simple_strtoul to kstrtointFabian Frederick2014-06-041-7/+14
| * | | | kernel/res_counter.c: replace simple_strtoull by kstrtoullFabian Frederick2014-06-041-2/+5
| * | | | kernel/tracepoint.c: kernel-doc fixesFabian Frederick2014-06-041-0/+2
| * | | | kernel/stop_machine.c: kernel-doc warning fixFabian Frederick2014-06-041-0/+1
| * | | | kernel/latencytop.c: convert seq_printf to seq_putsFabian Frederick2014-06-041-2/+3
| * | | | kernel/exec_domain.c: code clean-upFabian Frederick2014-06-041-8/+6
| * | | | kernel/capability.c: code clean-upFabian Frederick2014-06-041-3/+3
| * | | | kernel/backtracetest.c: replace no level printk by pr_info()Fabian Frederick2014-06-041-9/+9
| * | | | kernel/cpu.c: convert printk to pr_foo()Fabian Frederick2014-06-041-17/+14
| * | | | sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick2014-06-042-2/+4
| * | | | mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman2014-06-041-10/+4
| * | | | memcg: optimize the "Search everything else" loop in mm_update_next_owner()Oleg Nesterov2014-06-041-3/+9
| * | | | memcg: mm_update_next_owner() should skip kthreadsOleg Nesterov2014-06-041-6/+4
| * | | | memcg: kill CONFIG_MM_OWNEROleg Nesterov2014-06-042-4/+4
| * | | | mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-041-3/+3
| * | | | kthread: fix return value of kthread_create() upon SIGKILL.Tetsuo Handa2014-06-041-2/+2
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-047-45/+188
|\ \ \ \ \
| * | | | | genirq: Improve documentation to match current implementationJiang Liu2014-05-272-4/+4
| * | | | | genirq: Remove dynamic_irq messThomas Gleixner2014-05-161-16/+7
| * | | | | genirq: Replace dynamic_irq_init/cleanupThomas Gleixner2014-05-162-0/+11
| * | | | | genirq: Remove irq_reserve_irq[s]Thomas Gleixner2014-05-161-25/+0
| * | | | | genirq: Replace reserve_irqs in core codeThomas Gleixner2014-05-163-3/+15
| * | | | | genirq: Provide generic hwirq allocation facilityThomas Gleixner2014-05-162-0/+56
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'linus' and 'irq/urgent' into irq/coreThomas Gleixner2014-05-168-16/+16
| |\ \ \ \ \ \ | | | | |/ / / | | | |/| | |
| * | / | | | genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner2014-05-032-6/+104
| | |/ / / / | |/| | | |