aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* locks: rename file-private locks to "open file description locks"Jeff Layton2021-03-131-3/+3
* locks: add new fcntl cmd values for handling file private locksJeff Layton2021-03-131-0/+16
* net: introduce SO_MAX_PACING_RATEEric Dumazet2020-12-081-0/+2
* asm-generic: add memfd_create system call to unistd.hWill Deacon2019-11-221-1/+3
* UAPI: Set up uapi/asm/Kbuild.asmDavid Howells2019-10-081-45/+1
* allow O_TMPFILE to work with O_WRONLYAl Viro2018-11-261-2/+2
* Safer ABI for O_TMPFILEAl Viro2018-11-261-2/+6
* [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2018-11-261-0/+4
* BACKPORT: random: introduce getrandom(2) system callTheodore Ts'o2017-11-081-1/+3
* mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov2017-08-121-3/+2
* seccomp: add "seccomp" syscallKees Cook2017-08-041-1/+3
* seccomp: Add SECCOMP_RET_TRAPWill Drewry2017-08-041-1/+1
* signal, x86: add SIGSYS info and make it synchronous.Will Drewry2017-08-041-0/+22
* asm/syscall.h: add syscall_get_archWill Drewry2017-08-041-0/+14
* BACKPORT: fs: Add TTY PM IOCTLs to compat tableNaveen Kaje2017-08-031-0/+3
* Merge tag 'v3.4.50' into HEADBruno Martins2017-08-011-0/+10
|\
| * mm: allow arch code to control the user page table ceilingHugh Dickins2013-05-071-0/+10
* | Merge tag 'v3.4.40' into HEADBruno Martins2017-08-011-0/+4
|\|
| * signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings2013-04-051-0/+4
* | Merge tag 'v3.4.30' into HEADBruno Martins2017-08-011-0/+9
|\|
| * mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko2013-01-111-0/+9
* | Merge tag 'v3.4.20' into HEADBruno Martins2017-08-011-2/+9
|\|
| * mutex: Place lock in contended state after fastpath_lock failureWill Deacon2012-10-021-2/+9
* | Merge tag 'v3.4.10' into HEADBruno Martins2017-08-011-2/+30
|\|
| * 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
* | crypto: create generic version of ablk_helperArd Biesheuvel2015-12-231-0/+14
* | 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