aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-7/+6
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-211/+0
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesGravatar Ard Biesheuvel 1-5/+6
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-7/+0
2017-02-01ia64, sched/cputime: Move the nsecs based cputime headers to the last arch us...Gravatar Frederic Weisbecker 2-125/+0
2017-02-01sched/cputime: Remove jiffies based cputimeGravatar Frederic Weisbecker 2-79/+0
2017-01-20locking/rwsem: Remove unnecessary atomic_long_t castsGravatar Waiman Long 1-7/+6
2017-01-05asm-prototypes: Clear any CPP defines before declaring the functionsGravatar Michal Marek 1-0/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 2-34/+41
2016-12-15Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2016-12-14x86/kbuild: enable modversions for symbols exported from asmGravatar Adam Borowski 1-0/+7
2016-12-12mm: THP page cache support for ppc64Gravatar Aneesh Kumar K.V 1-0/+3
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawGravatar Aneesh Kumar K.V 1-12/+0
2016-12-12mm: remove the page size change check in tlb_remove_pageGravatar Aneesh Kumar K.V 1-26/+2
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeGravatar Aneesh Kumar K.V 1-0/+16
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesGravatar Aneesh Kumar K.V 1-0/+6
2016-12-12mm: update mmu_gather range correctlyGravatar Aneesh Kumar K.V 1-12/+31
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+0
2016-12-12Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+4
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Gravatar Joerg Roedel 1-0/+1
2016-12-02default exported asm symbols to zeroGravatar Arnd Bergmann 1-0/+1
2016-11-29ACPI/IORT: Introduce linker section for IORT entries probingGravatar Lorenzo Pieralisi 1-0/+1
2016-11-29kbuild: keep data tables through dead code eliminationGravatar Nicholas Piggin 1-34/+34
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 2-1/+7
2016-11-16Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 2-1/+7
2016-11-15sched/cputime, powerpc: Remove cputime_to_scaled()Gravatar Stanislaw Gruszka 2-2/+0
2016-11-11mm: kmemleak: scan .data.ro_after_initGravatar Jakub Kicinski 2-1/+7
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 2-3/+3
2016-11-09x86/pat, mm: Make track_pfn_insert() return voidGravatar Borislav Petkov 1-5/+4
2016-11-08percpu: use notrace variant of preempt_disable/preempt_enableGravatar Heiko Carstens 1-2/+2
2016-10-27kconfig.h: remove config_enabled() macroGravatar Masahiro Yamada 1-1/+1
2016-10-25locking/mutex: Kill arch specific codeGravatar Peter Zijlstra 4-236/+0
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 2-23/+128
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Gravatar Linus Torvalds 1-23/+30
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Gravatar Linus Torvalds 1-7/+0
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+0
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+6
2016-10-07mm: move phys_mem_access_prot_allowed() declaration to pgtable.hGravatar Baoyou Xie 1-0/+3
2016-09-27exceptions: detritus removalGravatar Al Viro 1-4/+0
2016-09-22percpu: improve generic percpu modify-return implementationGravatar Nicholas Piggin 1-23/+30
2016-09-22libata: remove <asm-generic/libata-portmap.h>Gravatar Christoph Hellwig 1-7/+0
2016-09-22kbuild: -ffunction-sections fix for archs with conflicting sectionsGravatar Nicholas Piggin 1-5/+10
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+13
2016-09-13asm-generic: make get_user() clear the destination on errorsGravatar Al Viro 1-3/+7
2016-09-09asm-generic: make copy_from_user() zero the destination properlyGravatar Al Viro 1-4/+6
2016-09-09kbuild: allow archs to select link dead code/data eliminationGravatar Nicholas Piggin 1-23/+29
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSGravatar Josh Poimboeuf 1-0/+1
2016-08-10locking/qrwlock: Fix write unlock bug on big endian systemsGravatar pan xinhui 1-2/+25
2016-08-07EXPORT_SYMBOL() for asmGravatar Al Viro 1-0/+94