summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2015-12-2323-193/+659
|\
| * kernel-stop_machinec-remove-config_smp-dependencies-fixAndrew Morton2015-12-231-4/+0
| * kernel: printk: specify alignment for struct printk_logAndrey Ryabinin2015-12-181-5/+5
| * sysctl: enable strict writesKees Cook2015-12-181-1/+1
| * kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_listGeliang Tang2015-12-181-5/+2
| * kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()Xunlei Pang2015-12-181-5/+5
| * kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes2015-12-181-34/+0
| * kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes2015-12-181-8/+0
| * kernel/cpu.c: export __cpu_*_maskRasmus Villemoes2015-12-181-5/+9
| * kernel/cpu.c: change type of cpu_possible_bits and friendsRasmus Villemoes2015-12-181-22/+22
| * ptrace-use-fsuid-fsgid-effective-creds-for-fs-access-checks-fixAndrew Morton2015-12-181-1/+2
| * ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2015-12-185-12/+34
| * ptrace-task_stopped_codeptrace-=-true-cant-see-task_stopped-task-fixAndrew Morton2015-12-181-2/+1
| * ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED taskOleg Nesterov2015-12-181-1/+1
| * ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killableOleg Nesterov2015-12-181-2/+8
| * printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek2015-12-181-1/+2
| * printk-nmi-warn-when-some-message-has-been-lost-in-nmi-context-fixAndrew Morton2015-12-181-1/+1
| * printk/nmi: warn when some message has been lost in NMI contextPetr Mladek2015-12-183-1/+25
| * printk/nmi: use IRQ work only when readyPetr Mladek2015-12-181-1/+12
| * printk-nmi-generic-solution-for-safe-printk-in-nmi-v4Petr Mladek2015-12-183-7/+11
| * printk/nmi: generic solution for safe printk in NMIPetr Mladek2015-12-184-18/+249
| * printk: do cond_resched() between lines while outputting to consolesTejun Heo2015-12-181-1/+15
| * printk: only unregister boot consoles when necessaryThierry Reding2015-12-181-1/+25
| * kernel/hung_task.c: use timeout diff when timeout is updatedTetsuo Handa2015-12-181-8/+13
| * kernel/stop_machine.c: remove CONFIG_SMP dependenciesAndrew Morton2015-12-181-2/+2
| * mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams2015-12-181-4/+49
| * x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2015-12-181-2/+59
| * mm: introduce find_dev_pagemap()Dan Williams2015-12-181-8/+76
| * mm-dax-pmem-introduce-pfn_t-v3Dan Williams2015-12-181-0/+6
| * futex-thp-remove-special-case-for-thp-in-get_futex_key-fixKirill A. Shutemov2015-12-181-2/+4
| * futex, thp: remove special case for THP in get_futex_keyKirill A. Shutemov2015-12-181-49/+12
| * memcg: adjust to support new THP refcountingKirill A. Shutemov2015-12-181-3/+4
| * rmap: add argument to charge compound pageKirill A. Shutemov2015-12-181-2/+2
| * vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter2015-12-181-0/+1
| * mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman2015-12-181-0/+22
| * mm, shmem: add internal shmem resident memory accountingJerome Marchand2015-12-181-1/+1
| * kmemcg: account certain kmem allocations to memcgVladimir Davydov2015-12-184-13/+17
* | Merge remote-tracking branch 'livepatching/for-next'Stephen Rothwell2015-12-231-110/+66
|\ \
| * | livepatch: Cleanup module page permission changesJosh Poimboeuf2015-12-041-5/+11
| * | Merge branch 'from-rusty/modules-next' into for-4.5/coreJiri Kosina2015-12-046-196/+175
| |\ \
| | * | module: keep percpu symbols in module's symtabMiroslav Benes2015-12-041-4/+11
| | * | module: clean up RO/NX handling.Rusty Russell2015-12-041-91/+77
| | * | module: use a structure to encapsulate layout.Rusty Russell2015-12-042-109/+94
| | * | gcov: use within_module() helper.Rusty Russell2015-12-041-6/+1
| | * | module: Use the same logic for setting and unsetting RO/NXJosh Poimboeuf2015-12-041-27/+30
| * | | livepatch: function,sympos scheme in livepatch sysfs directoryChris J Arges2015-12-031-2/+8
| * | | livepatch: add sympos as disambiguator field to klp_relocChris J Arges2015-12-031-65/+19
| * | | livepatch: add old_sympos as disambiguator field to klp_funcChris J Arges2015-12-031-41/+31
* | | | Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell2015-12-236-60/+46
|\ \ \ \
| * \ \ \ Merge branch 'for-4.5' into for-nextTejun Heo2015-12-141-1/+1
| |\ \ \ \