summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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-122-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-121-1/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | audit: remove vestiges of vers_opsRichard Guy Briggs2015-01-201-1/+0
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-1218-170/+364
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev2015-02-121-1/+1
| * | | | | | | | | | | mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2015-02-121-3/+4
| * | | | | | | | | | | pagewalk: add walk_page_vma()Naoya Horiguchi2015-02-121-0/+1
| * | | | | | | | | | | pagewalk: improve vma handlingNaoya Horiguchi2015-02-121-3/+12
| * | | | | | | | | | | mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi2015-02-121-6/+0
| * | | | | | | | | | | mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli2015-02-121-11/+0
| * | | | | | | | | | | mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli2015-02-121-0/+4
| * | | | | | | | | | | mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli2015-02-121-0/+7
| * | | | | | | | | | | mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka2015-02-121-6/+6
| * | | | | | | | | | | mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V2015-02-121-0/+4
| * | | | | | | | | | | mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim2015-02-122-60/+61
| * | | | | | | | | | | mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim2015-02-122-0/+77
| * | | | | | | | | | | mm/compaction: print current range where compaction workJoonsoo Kim2015-02-121-7/+23
| * | | | | | | | | | | mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim2015-02-122-14/+36
| * | | | | | | | | | | mm/compaction: change tracepoint format from decimal to hexadecimalJoonsoo Kim2015-02-121-1/+1
| * | | | | | | | | | | mm: account pmd page tables to the processKirill A. Shutemov2015-02-122-1/+26
| * | | | | | | | | | | mm, asm-generic: define PUD_SHIFT in <asm-generic/4level-fixup.h>Kirill A. Shutemov2015-02-121-0/+1
| * | | | | | | | | | | oom, PM: make OOM detection in the freezer path racelessMichal Hocko2015-02-121-11/+3
| * | | | | | | | | | | oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2015-02-121-0/+4
| * | | | | | | | | | | mm: memcontrol: default hierarchy interface for memoryJohannes Weiner2015-02-121-0/+32
| * | | | | | | | | | | mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner2015-02-121-1/+2
| * | | | | | | | | | | vmscan: force scan offline memory cgroupsVladimir Davydov2015-02-121-0/+6
| * | | | | | | | | | | mm: microoptimize zonelist operationsVlastimil Babka2015-02-121-6/+7
| * | | | | | | | | | | mm: reduce try_to_compact_pages parametersVlastimil Babka2015-02-121-8/+9
| * | | | | | | | | | | mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-02-122-4/+8
| * | | | | | | | | | | mm: fix typo of MIGRATE_RESERVE in commentBaoquan He2015-02-121-1/+1
| * | | | | | | | | | | mm: memcontrol: track move_lock state internallyJohannes Weiner2015-02-121-8/+4
| * | | | | | | | | | | swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov2015-02-121-15/+0
| * | | | | | | | | | | mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2015-02-122-0/+13
| * | | | | | | | | | | mm: add VM_BUG_ON_PAGE() to page_mapcount()Wang, Yalin2015-02-121-1/+2
| * | | | | | | | | | | mm: add fields for compound destructor and order into struct pageKirill A. Shutemov2015-02-122-5/+12
* | | | | | | | | | | | Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-121-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
* | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-123-3/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | syscalls: Declare sys_*stat64 prototypes if __ARCH_WANT_(COMPAT_)STAT64Catalin Marinas2015-01-271-3/+5
| * | | | | | | | | | | | | compat: Declare compat_sys_sigpending and compat_sys_sigprocmask prototypesCatalin Marinas2015-01-271-0/+9
| * | | | | | | | | | | | | efi: split off remapping code from efi_config_init()Ard Biesheuvel2015-01-121-0/+2
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-121-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \