summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-02-20Merge 4.9.159 into android-4.9Greg Kroah-Hartman73-271/+726
2019-02-20alpha: Fix Eiger NR_IRQS to 128Meelis Roos1-3/+3
2019-02-20alpha: fix page fault handling for r16-r18 targetsSergei Trofimovich1-1/+1
2018-11-23Merge 4.9.138 into android-4.9Greg Kroah-Hartman73-209/+579
2018-11-21arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)3-1/+29
2018-09-10Merge 4.9.126 into android-4.9Greg Kroah-Hartman68-339/+665
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn5-110/+119
2018-09-09osf_getdomainname(): use copy_to_user()Al Viro1-14/+9
2018-05-30Merge 4.9.104 into android-4.9Greg Kroah-Hartman348-2235/+3819
2018-05-30locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugsAndrea Parri1-3/+18
2018-05-30locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()Andrea Parri1-8/+7
2018-05-19Merge 4.9.101 into android-4.9Greg Kroah-Hartman60-584/+384
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby20-472/+126
2018-03-25Merge 4.9.90 into android-4.9Greg Kroah-Hartman194-591/+1598
2018-03-24vgacon: Set VGA struct resource typesBjorn Helgaas2-8/+27
2018-02-17Merge 4.9.82 into android-4.9Greg Kroah-Hartman90-792/+1244
2018-02-17alpha: fix formating of stack contentMikulas Patocka1-4/+9
2018-02-17alpha: fix reboot on Avanti platformMikulas Patocka1-1/+2
2018-02-17alpha: fix crash if pthread_create races with signal deliveryMikulas Patocka1-1/+2
2017-09-07Merge 4.9.48 into android-4.9Greg Kroah-Hartman21-51/+108
2017-09-07alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings2-2/+12
2017-05-31BACKPORT [FROMLIST] New getsockopt option to get socket cookieChenbo Feng14-0/+34
2017-05-25osf_wait4(): fix infoleakAl Viro1-2/+4
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman11-17/+52
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds61-189/+273
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes17-54/+84
2016-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds14-98/+133
2016-10-15Merge branch 'work.uaccess' into for-linusAl Viro9-78/+47
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds262-1403/+1094
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds25-50/+2127
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf49-22/+93
2016-10-08atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta12-17/+0
2016-09-15alpha: get rid of tail-zeroing in __copy_user()Al Viro3-41/+7
2016-09-09alpha: fix copy_from_user()Al Viro1-11/+8
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen12-27/+221
2016-08-08alpha: move exports to actual definitionsAl Viro41-131/+99
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds105-1582/+850
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski111-804/+705
2016-08-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds206-2012/+5749
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski10-249/+63
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick36-53/+46
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds43-54/+2252
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov36-51/+48
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds108-958/+3268
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann7-9/+9
2016-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko27-52/+47
2016-06-16locking/atomic, arch/alpha: Convert to _relaxed atomicsPeter Zijlstra1-12/+24
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra23-64/+0
2016-06-16locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra1-9/+56
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra20-32/+145
[next]