aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2015-03-171-3/+2
* Merge branch 'android-3.4' of https://android.googlesource.com/kernel/common ...Steve Kondik2015-01-161-0/+14
|\
| * crypto: create generic version of ablk_helperArd Biesheuvel2015-01-121-0/+14
* | Merge branch 'android-3.4' of https://android.googlesource.com/kernel/common ...Steve Kondik2014-10-206-3/+92
|\|
| * seccomp: add "seccomp" syscallKees Cook2014-09-171-1/+3
| * seccomp: Add SECCOMP_RET_TRAPWill Drewry2014-09-171-1/+1
| * signal, x86: add SIGSYS info and make it synchronous.Will Drewry2014-09-171-0/+22
| * asm/syscall.h: add syscall_get_archWill Drewry2014-09-171-0/+14
| * mm: allow arch code to control the user page table ceilingHugh Dickins2013-05-071-0/+10
| * signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings2013-04-051-0/+4
| * mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-111-0/+9
| * mutex: Place lock in contended state after fastpath_lock failureWill Deacon2012-10-021-2/+9
| * thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli2012-07-161-0/+10
| * mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli2012-07-161-2/+20
* | ARM: 7467/1: mutex: use generic xchg-based implementation for ARMv6+Devin Kim2014-09-261-2/+9
* | ARM: 7449/1: use generic strnlen_user and strncpy_from_user functionsWill Deacon2014-09-031-0/+52
* | drivers: Add dma-removed dma_opsLaura Abbott2014-03-142-0/+56
* | ARM: 7430/1: sizes.h: move from asm-generic to <linux/sizes.h>Alessandro Rubini2014-03-141-47/+2
* | gpiolib: separation of pin concernsLinus Walleij2013-06-141-0/+5
* | gpiolib: provide provision to register pin rangesShiraz Hashim2013-06-141-0/+25
* | drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski2013-03-011-3/+1
* | mm: cma: fix condition check when setting global cma areaMarek Szyprowski2013-02-271-1/+1
* | common: add dma_mmap_from_coherent() functionMarek Szyprowski2012-08-151-1/+3
* | msm: 8974: Add function to reserve memory from device treeLaura Abbott2012-07-231-0/+5
* | drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-06-291-0/+28
|/
* asm-generic: Use __BITS_PER_LONG in statfs.hH. Peter Anvin2012-04-301-1/+1
* asm-generic: Allow overriding clock_t and add attributes to siginfo_tH. Peter Anvin2012-04-231-3/+11
* asm-generic: add linux/types.h to cmpxchg.hPaul Gortmaker2012-04-021-0/+1
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-87/+22
|\
| * posix_types: Introduce __kernel_[u]long_tH. Peter Anvin2012-02-201-9/+14
| * posix_types: Remove fd_set macrosH. Peter Anvin2012-02-141-72/+0
| * posix_types: Make it possible to override __kernel_fsid_tH. Peter Anvin2012-02-141-4/+6
| * posix_types: Make __kernel_[ug]id32_t default to unsigned intH. Peter Anvin2012-02-141-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-291-1/+1
|\ \
| * | compat: use sys_sendfile64() implementation for sendfile syscallChris Metcalf2012-03-271-1/+1
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-287-149/+183
|\ \ \
| * | | Delete all instances of asm/system.hDavid Howells2012-03-281-5/+0
| * | | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
| * | | Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-281-1/+1
| * | | Split arch_align_stack() out from asm-generic/system.hDavid Howells2012-03-282-20/+21
| * | | Split the switch_to() wrapper out of asm-generic/system.hDavid Howells2012-03-282-16/+31
| * | | Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.hDavid Howells2012-03-282-77/+80
| * | | Create asm-generic/barrier.hDavid Howells2012-03-282-33/+51
| * | | Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.hDavid Howells2012-03-283-1/+4
* | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2012-03-281-21/+14
|\ \ \ \
| * | | | params: <level>_initcall-like kernel parametersPawel Moll2012-03-261-21/+14
* | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-281-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'v3.3-rc7' into gpio/nextGrant Likely2012-03-125-2/+60
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | gpio: constify the data parameter to gpiochip_find()Grant Likely2012-03-021-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-243-0/+4
|\ \ \ \