summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov2015-02-102-6/+2
* memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov2015-02-101-2/+1
* memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov2015-02-101-2/+3
* mm: hugetlb: fix type of hugetlb_treat_as_movable variableAndrey Ryabinin2015-02-101-1/+1
* asm-generic: drop unused pte_file* helpersKirill A. Shutemov2015-02-101-15/+0
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-102-4/+1
* mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov2015-02-101-5/+3
* rmap: drop support of non-linear mappingsKirill A. Shutemov2015-02-104-14/+2
* mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-102-9/+0
* mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov2015-02-101-9/+7
* mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov2015-02-101-1/+0
* mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov2015-02-101-2/+6
* mm: don't use compound_head() in virt_to_head_page()Joonsoo Kim2015-02-101-1/+26
* fsnotify: fix handling of renames in auditJan Kara2015-02-101-2/+4
* Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2015-02-094-3/+16
|\
| * Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2015-02-091-0/+2
| |\
| * | ata: pata_platform: fix owner module reference mismatch for scsi hostAkinobu Mita2015-01-281-1/+4
| * | ata: ahci_platform: fix owner module reference mismatch for scsi hostAkinobu Mita2015-01-282-1/+9
| * | ata: libahci: Allow using multiple regulatorsGregory CLEMENT2015-01-191-0/+2
| * | libata: s/ata_id_removeable()/ata_id_removable()/Nicholas Krause2014-12-251-1/+1
* | | Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-02-091-6/+2
|\ \ \
| * | | workqueue.h: remove loops of single statement macrosValentin Rothberg2015-01-061-6/+2
| |/ /
* | | Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2015-02-092-4/+8
|\ \ \
| * | | cgroup: add dummy css_put() for !CONFIG_CGROUPSTejun Heo2015-01-061-0/+4
| * | | cgroup: reorder SUBSYS(blkio) in cgroup_subsys.hTejun Heo2015-01-061-4/+4
| |/ /
* | | Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2015-02-091-3/+31
|\ \ \
| * | | percpu_ref: implement percpu_ref_is_dying()Tejun Heo2015-01-061-0/+14
| * | | percpu_ref: remove unnecessary ACCESS_ONCE() in percpu_ref_tryget_live()Tejun Heo2015-01-061-3/+17
| |/ /
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-091-1/+1
|\ \ \
| * \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-01-291-1/+1
| |\ \ \
| | * | | efi: Rename efi_guid_unparse to efi_guid_to_strBorislav Petkov2015-01-071-1/+1
* | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-091-0/+7
|\ \ \ \ \
| * | | | | init: Get rid of x86ismsThomas Gleixner2015-01-221-0/+7
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-094-4/+38
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner2015-01-243-4/+31
| |\ \ \ \ \ \
| | * | | | | | rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang2015-01-231-1/+1
| | * | | | | | time: Expose get_monotonic_boottime64 for in-kernel useJohn Stultz2015-01-231-0/+5
| | * | | | | | time: Expose getboottime64 for in-kernel usesJohn Stultz2015-01-231-2/+14
| | * | | | | | ktime: Optimize ktime_divns for constant divisorsNicolas Pitre2015-01-231-1/+11
| | |/ / / / /
| * | | | | | hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner2015-01-231-0/+2
| * | | | | | ktime.h: Introduce ktime_ms_deltaChunyan Zhang2015-01-231-0/+5
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-091-0/+26
|\ \ \ \ \ \ \
| * | | | | | | sched/wait: Introduce wait_on_bit_timeout()Johan Hedberg2015-02-041-0/+26
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-093-12/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | perf: Decouple unthrottling and rotatingMark Rutland2015-02-041-1/+1
| * | | | | | | | Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar2015-02-046-12/+64
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-01-2821-36/+81
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-143-11/+26
* | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-091-2/+10
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.19-rc7' into locking/core, to refresh the branch before applyin...Ingo Molnar2015-02-0427-48/+145
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |