summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* asm-prototypes: Clear any CPP defines before declaring the functionsMichal Marek2017-01-051-0/+6
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-172-34/+41
|\
| * x86/kbuild: enable modversions for symbols exported from asmAdam Borowski2016-12-141-0/+7
| * kbuild: keep data tables through dead code eliminationNicholas Piggin2016-11-291-34/+34
* | Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-151-0/+1
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Joerg Roedel2016-12-061-0/+1
| |\ \ \ \
| | | * | | ACPI/IORT: Introduce linker section for IORT entries probingLorenzo Pieralisi2016-11-291-0/+1
| | | |/ /
| * | | | default exported asm symbols to zeroArnd Bergmann2016-12-021-0/+1
| | |/ / | |/| |
* | | | mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-121-0/+3
* | | | mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-121-12/+0
* | | | mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-121-26/+2
* | | | mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-121-0/+16
* | | | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-121-0/+6
* | | | mm: update mmu_gather range correctlyAneesh Kumar K.V2016-12-121-12/+31
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-122-2/+0
|\ \ \ \
| * \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-162-1/+7
| |\ \ \ \ | | |/ / /
| * | | | sched/cputime, powerpc: Remove cputime_to_scaled()Stanislaw Gruszka2016-11-152-2/+0
* | | | | Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-121-5/+4
|\ \ \ \ \
| * | | | | x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov2016-11-091-5/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-222-1/+7
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | mm: kmemleak: scan .data.ro_after_initJakub Kicinski2016-11-112-1/+7
| | |/ / | |/| |
* | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-112-3/+3
|\ \ \ \ | |/ / /
| * | | percpu: use notrace variant of preempt_disable/preempt_enableHeiko Carstens2016-11-081-2/+2
| |/ /
| * | kconfig.h: remove config_enabled() macroMasahiro Yamada2016-10-271-1/+1
| |/
* | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-254-236/+0
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-142-23/+128
|\
| * kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin2016-09-221-5/+10
| * kbuild: allow archs to select link dead code/data eliminationNicholas Piggin2016-09-091-23/+29
| * EXPORT_SYMBOL() for asmAl Viro2016-08-071-0/+94
* | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2016-10-141-23/+30
|\ \
| * | percpu: improve generic percpu modify-return implementationNicholas Piggin2016-09-221-23/+30
| |/
* | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-10-141-7/+0
|\ \
| * | libata: remove <asm-generic/libata-portmap.h>Christoph Hellwig2016-09-221-7/+0
* | | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-4/+0
|\ \ \
| * | | exceptions: detritus removalAl Viro2016-09-271-4/+0
* | | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+6
* | | | mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-071-0/+3
|/ / /
* | | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-7/+13
|\ \ \ | |/ / |/| |
| * | asm-generic: make get_user() clear the destination on errorsAl Viro2016-09-131-3/+7
| * | asm-generic: make copy_from_user() zero the destination properlyAl Viro2016-09-091-4/+6
* | | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-0/+1
|/ /
* | locking/qrwlock: Fix write unlock bug on big endian systemspan xinhui2016-08-101-2/+25
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-247/+0
|\
| * char/genrtc: remove the rest of the driverArnd Bergmann2016-06-041-51/+0
| * rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann2016-06-041-201/+5
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+1
|\ \
| * | vmlinux.lds.h: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-06-201-1/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-11/+48
|\ \
| * | mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-261-6/+21
OpenPOWER on IntegriCloud