summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-123-9/+84
|\
| * Merge branch 'devel-stable' into for-nextRussell King2015-02-1020-67/+92
| |\
| | * kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-131-1/+2
| * | ARM: 8256/1: driver coamba: add device binding path 'driver_override'Antonios Motakis2015-02-101-0/+1
| * | ARM: 8207/1: amba: Use inlines instead of macros for amba_pclk_enable/disableKrzysztof Kozlowski2015-01-161-4/+8
| * | ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instructionYalin Wang2014-12-221-4/+73
* | | Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2015-02-122-0/+13
|\ \ \
| * | | tracing: Add array printing helperDave Martin2015-01-282-0/+13
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-112-9/+55
|\ \ \
| * | | cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2015-02-111-9/+16
| * | | tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.hChristophe Ricard2015-01-171-6/+6
| * | | tpm/tpm_i2c_stm_st33: Remove reference to io_serirqChristophe Ricard2015-01-171-1/+0
| * | | tpm/tpm_i2c_stm_st33: Add new tpm_stm_dev structure and remove tpm_i2c_buffer...Christophe Ricard2015-01-171-0/+40
* | | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-02-111-1/+0
|\ \ \ \
| * | | | audit: remove vestiges of vers_opsRichard Guy Briggs2015-01-201-1/+0
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-1118-170/+364
|\ \ \ \ \
| * | | | | mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev2015-02-111-1/+1
| * | | | | mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2015-02-111-3/+4
| * | | | | pagewalk: add walk_page_vma()Naoya Horiguchi2015-02-111-0/+1
| * | | | | pagewalk: improve vma handlingNaoya Horiguchi2015-02-111-3/+12
| * | | | | mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi2015-02-111-6/+0
| * | | | | mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli2015-02-111-11/+0
| * | | | | mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli2015-02-111-0/+4
| * | | | | mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli2015-02-111-0/+7
| * | | | | mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka2015-02-111-6/+6
| * | | | | mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V2015-02-111-0/+4
| * | | | | mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim2015-02-112-60/+61
| * | | | | mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim2015-02-112-0/+77
| * | | | | mm/compaction: print current range where compaction workJoonsoo Kim2015-02-111-7/+23
| * | | | | mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim2015-02-112-14/+36
| * | | | | mm/compaction: change tracepoint format from decimal to hexadecimalJoonsoo Kim2015-02-111-1/+1
| * | | | | mm: account pmd page tables to the processKirill A. Shutemov2015-02-112-1/+26
| * | | | | mm, asm-generic: define PUD_SHIFT in <asm-generic/4level-fixup.h>Kirill A. Shutemov2015-02-111-0/+1
| * | | | | oom, PM: make OOM detection in the freezer path racelessMichal Hocko2015-02-111-11/+3
| * | | | | oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2015-02-111-0/+4
| * | | | | mm: memcontrol: default hierarchy interface for memoryJohannes Weiner2015-02-111-0/+32
| * | | | | mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner2015-02-111-1/+2
| * | | | | vmscan: force scan offline memory cgroupsVladimir Davydov2015-02-111-0/+6
| * | | | | mm: microoptimize zonelist operationsVlastimil Babka2015-02-111-6/+7
| * | | | | mm: reduce try_to_compact_pages parametersVlastimil Babka2015-02-111-8/+9
| * | | | | mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-02-112-4/+8
| * | | | | mm: fix typo of MIGRATE_RESERVE in commentBaoquan He2015-02-111-1/+1
| * | | | | mm: memcontrol: track move_lock state internallyJohannes Weiner2015-02-111-8/+4
| * | | | | swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov2015-02-111-15/+0
| * | | | | mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-112-0/+13
| * | | | | mm: add VM_BUG_ON_PAGE() to page_mapcount()Wang, Yalin2015-02-111-1/+2
| * | | | | mm: add fields for compound destructor and order into struct pageKirill A. Shutemov2015-02-112-5/+12
* | | | | | Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-111-0/+10
|\ \ \ \ \ \
| * | | | | | perf: add PMU_EVENT_ATTR_STRING() helperCody P Schafer2015-02-021-0/+7
| * | | | | | perf: provide sysfs_show for struct perf_pmu_events_attrCody P Schafer2015-02-021-0/+3