aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-08vmlinux.lds: add missing VMLINUX_SYMBOL macrosJessica Yu1-2/+2
2017-04-02Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-03-31mm: fix section name for .data..ro_after_initKees Cook2-5/+5
2017-03-28vmlinux.lds: Add __clkevt_of_table to kernelAlexander Kochetkov1-0/+2
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-3/+45
2017-03-09asm-generic: introduce <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov3-24/+89
2017-03-09asm-generic: introduce __ARCH_USE_5LEVEL_HACKKirill A. Shutemov2-0/+67
2017-03-09asm-generic: introduce 5level-fixup.hKirill A. Shutemov2-1/+43
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+25
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+114
2017-02-24Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-0/+2
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V1-0/+8
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte.Aneesh Kumar K.V1-0/+16
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2-4/+90
2017-02-25openrisc: add optimized atomic operationsStefan Kristiansson1-0/+2
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+6
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-211/+0
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel1-5/+6
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-7/+0
2017-02-01ia64, sched/cputime: Move the nsecs based cputime headers to the last arch using itFrederic Weisbecker2-125/+0
2017-02-01sched/cputime: Remove jiffies based cputimeFrederic Weisbecker2-79/+0
2017-01-20locking/rwsem: Remove unnecessary atomic_long_t castsWaiman Long1-7/+6
2017-01-05asm-prototypes: Clear any CPP defines before declaring the functionsMichal Marek1-0/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-34/+41
2016-12-15Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2016-12-14x86/kbuild: enable modversions for symbols exported from asmAdam Borowski1-0/+7
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V1-0/+3
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V1-12/+0
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V1-26/+2
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V1-0/+16
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V1-0/+6
2016-12-12mm: update mmu_gather range correctlyAneesh Kumar K.V1-12/+31
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+0
2016-12-12Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+4
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm/exynos' into nextJoerg Roedel1-0/+1
2016-12-02default exported asm symbols to zeroArnd Bergmann1-0/+1
2016-11-29ACPI/IORT: Introduce linker section for IORT entries probingLorenzo Pieralisi1-0/+1
2016-11-29kbuild: keep data tables through dead code eliminationNicholas Piggin1-34/+34
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-1/+7
2016-11-16Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2-1/+7
2016-11-15sched/cputime, powerpc: Remove cputime_to_scaled()Stanislaw Gruszka2-2/+0
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski2-1/+7
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-3/+3
2016-11-09x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov1-5/+4
2016-11-08percpu: use notrace variant of preempt_disable/preempt_enableHeiko Carstens1-2/+2
2016-10-27kconfig.h: remove config_enabled() macroMasahiro Yamada1-1/+1
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra4-236/+0
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-23/+128
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-23/+30