summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V2016-07-261-11/+33
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-262-4/+75
|\ \ \
| * | | asm-generic/io.h: add io{read,write}64 accessorsHoria Geantă2016-05-312-0/+71
| * | | asm-generic/io.h: allow barriers in io{read,write}{16,32}beHoria Geantă2016-05-311-4/+4
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-07-261-1/+9
|\ \ \ | |_|/ |/| |
| * | vmlinux.lds.h: allow arch specific handling of ro_after_init data sectionHeiko Carstens2016-06-131-1/+9
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-251-0/+2
|\ \ \
| * | | sched/cputime: Count actually elapsed irq & softirq timeRik van Riel2016-07-141-0/+2
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-258-30/+166
|\ \ \
| * | | locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() APIDavidlohr Bueso2016-07-071-0/+22
| * | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * | | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra2016-06-163-5/+95
| * | | locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-1/+1
| * | | locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hPeter Zijlstra2016-06-141-0/+39
| * | | locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock()Pan Xinhui2016-06-081-3/+2
| * | | locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra2016-06-082-2/+6
| * | | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low2016-06-081-16/+0
| * | | locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low2016-06-081-3/+3
| |/ /
* / / vmlinux.lds: account for destructor sectionsDmitry Vyukov2016-07-151-0/+4
|/ /
* / locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra2016-06-081-36/+17
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-251-2/+2
|\
| * sched/preempt: Fix preempt_count manipulationsPeter Zijlstra2016-05-171-2/+2
* | locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra2016-05-201-1/+26
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-191-0/+8
|\ \
| * | arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-0/+8
| |/
* | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-191-2/+2
|\ \
| * \ Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2016-05-091-2/+2
| |\ \
| | * | io-64-nonatomic: Add relaxed accessor variantsRobin Murphy2016-05-031-2/+2
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-192-15/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | SIGNAL: Move generic copy_siginfo() to signal.hJames Hogan2016-05-131-15/+0
| * | | seccomp: Get compat syscalls from asm-generic headerMatt Redfearn2016-05-131-0/+14
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-1/+3
|\ \ \
| * | | Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-051-2/+6
| |\| |
| * | | x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov2016-04-131-1/+3
| | |/ | |/|
* | | Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-05-161-3/+10
|\ \ \ | |_|/ |/| |
| * | locking/rwsem: Introduce basis for down_write_killable()Michal Hocko2016-04-131-0/+12
| * | locking/rwsem: Get rid of __down_write_nested()Michal Hocko2016-04-131-6/+1
| |/
* / asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Romain Perier2016-04-211-2/+6
|/