summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
AgeCommit message (Expand)Author
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-13asm-generic: make get_user() clear the destination on errorsAl Viro
2016-09-09asm-generic: make copy_from_user() zero the destination properlyAl Viro
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf
2016-08-10locking/qrwlock: Fix write unlock bug on big endian systemspan xinhui
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-07-25Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-15vmlinux.lds: account for destructor sectionsDmitry Vyukov
2016-07-14sched/cputime: Count actually elapsed irq & softirq timeRik van Riel
2016-07-07locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() APIDavidlohr Bueso
2016-06-20vmlinux.lds.h: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra
2016-06-14locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hPeter Zijlstra
2016-06-13vmlinux.lds.h: allow arch specific handling of ro_after_init data sectionHeiko Carstens
2016-06-08locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock()Pan Xinhui
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low
2016-06-08locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra
2016-06-04char/genrtc: remove the rest of the driverArnd Bergmann
2016-06-04rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann
2016-05-31asm-generic/io.h: add io{read,write}64 accessorsHoria Geantă
2016-05-31asm-generic/io.h: allow barriers in io{read,write}{16,32}beHoria Geantă
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-05-20locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra
2016-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-05-17sched/preempt: Fix preempt_count manipulationsPeter Zijlstra
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-05-13SIGNAL: Move generic copy_siginfo() to signal.hJames Hogan
2016-05-13seccomp: Get compat syscalls from asm-generic headerMatt Redfearn
2016-05-09Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar
2016-05-03io-64-nonatomic: Add relaxed accessor variantsRobin Murphy
2016-04-21asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Romain Perier
2016-04-13x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov
2016-04-13locking/rwsem: Introduce basis for down_write_killable()Michal Hocko
2016-04-13locking/rwsem: Get rid of __down_write_nested()Michal Hocko