aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+13
2016-09-13asm-generic: make get_user() clear the destination on errorsGravatar Al Viro 1-3/+7
2016-09-09asm-generic: make copy_from_user() zero the destination properlyGravatar Al Viro 1-4/+6
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSGravatar Josh Poimboeuf 1-0/+1
2016-08-10locking/qrwlock: Fix write unlock bug on big endian systemsGravatar pan xinhui 1-2/+25
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-247/+0
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-11/+48
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Gravatar Aneesh Kumar K.V 1-6/+21
2016-07-26mm: change the interface for __tlb_remove_page()Gravatar Aneesh Kumar K.V 1-11/+33
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-4/+75
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-1/+9
2016-07-25Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 8-30/+166
2016-07-15vmlinux.lds: account for destructor sectionsGravatar Dmitry Vyukov 1-0/+4
2016-07-14sched/cputime: Count actually elapsed irq & softirq timeGravatar Rik van Riel 1-0/+2
2016-07-07locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() APIGravatar Davidlohr Bueso 1-0/+22
2016-06-20vmlinux.lds.h: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-1/+1
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Gravatar Peter Zijlstra 1-2/+0
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Gravatar Peter Zijlstra 3-5/+95
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsGravatar Peter Zijlstra 1-1/+1
2016-06-14locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hGravatar Peter Zijlstra 1-0/+39
2016-06-13vmlinux.lds.h: allow arch specific handling of ro_after_init data sectionGravatar Heiko Carstens 1-1/+9
2016-06-08locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock()Gravatar Pan Xinhui 1-3/+2
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathGravatar Peter Zijlstra 2-2/+6
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Gravatar Jason Low 1-16/+0
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Gravatar Jason Low 1-3/+3
2016-06-08locking/qspinlock: Fix spin_unlock_wait() some moreGravatar Peter Zijlstra 1-36/+17
2016-06-04char/genrtc: remove the rest of the driverGravatar Arnd Bergmann 1-51/+0
2016-06-04rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hGravatar Arnd Bergmann 1-201/+5
2016-05-31asm-generic/io.h: add io{read,write}64 accessorsGravatar Horia Geantă 2-0/+71
2016-05-31asm-generic/io.h: allow barriers in io{read,write}{16,32}beGravatar Horia Geantă 1-4/+4
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2016-05-20locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Gravatar Peter Zijlstra 1-1/+26
2016-05-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+8
2016-05-19arch: fix has_transparent_hugepage()Gravatar Hugh Dickins 1-0/+8
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 2-15/+14
2016-05-17sched/preempt: Fix preempt_count manipulationsGravatar Peter Zijlstra 1-2/+2
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+3
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+10
2016-05-13SIGNAL: Move generic copy_siginfo() to signal.hGravatar James Hogan 1-15/+0
2016-05-13seccomp: Get compat syscalls from asm-generic headerGravatar Matt Redfearn 1-0/+14
2016-05-09Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Gravatar Joerg Roedel 1-2/+2
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeGravatar Ingo Molnar 1-2/+6
2016-05-03io-64-nonatomic: Add relaxed accessor variantsGravatar Robin Murphy 1-2/+2
2016-04-21asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Gravatar Romain Perier 1-2/+6
2016-04-13x86/asm: Make sure verify_cpu() has a good stackGravatar Borislav Petkov 1-1/+3
2016-04-13locking/rwsem: Introduce basis for down_write_killable()Gravatar Michal Hocko 1-0/+12
2016-04-13locking/rwsem: Get rid of __down_write_nested()Gravatar Michal Hocko 1-6/+1