aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-2/+3
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+6
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-5/+77
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+14
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+11
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-140/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+259
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit1-0/+2
2019-04-30mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit1-0/+9
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer1-0/+14
2019-04-26futex: Update comments and docs about return values of arch futex codeWill Deacon1-2/+6
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-16/+5
2019-04-08arch: Remove dummy mmiowb() definitions from arch codeWill Deacon1-4/+0
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon1-1/+2
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon2-0/+75
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-8/+2
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-8/+3
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-140/+0
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra1-4/+0
2019-04-03asm-generic/tlb: Remove tlb_table_flush()Peter Zijlstra1-1/+0
2019-04-03asm-generic/tlb: Remove tlb_flush_mmu_free()Peter Zijlstra1-7/+3
2019-04-03asm-generic/tlb: Remove CONFIG_HAVE_GENERIC_MMU_GATHERPeter Zijlstra1-1/+0
2019-04-03asm-generic/tlb: Introduce CONFIG_HAVE_MMU_GATHER_NO_GATHER=yMartin Schwidefsky1-2/+7
2019-04-03asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEPeter Zijlstra1-4/+5
2019-04-03asm-generic/tlb, ia64: Conditionally provide tlb_migrate_finish()Peter Zijlstra1-0/+2
2019-04-03asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm()Peter Zijlstra1-1/+40
2019-04-03asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra1-12/+83
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra1-8/+11
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-13/+19
2019-04-03asm-generic/tlb: Provide a commentPeter Zijlstra1-3/+116
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-2/+3
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-0/+5
2019-03-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-10/+10
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+22
2019-03-06x86/unwind/orc: Fix ORC unwind table alignmentJosh Poimboeuf1-1/+1
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+9
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-384/+2449
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-1/+1
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-8/+8
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-02-28asm-generic/io: Pass result of I/O accessor to __io_[p]ar()Will Deacon1-10/+10
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-0/+7
2019-02-22asm-generic/page.h: fix typo in #error text requiring a real asm/page.hMike Rapoport1-1/+1
2019-02-13locking/atomics: Check atomic headers with sha1sumMark Rutland2-0/+2
2019-02-12Rename include/{uapi => }/asm-generic/shmparam.h reallyMasahiro Yamada1-0/+7
2019-02-11Merge branch 'locking/atomics' into locking/core, to pick up WIP commitsIngo Molnar2-384/+2447
2019-01-25include/asm-generic: Remove spin_is_locked() commentPaul E. McKenney1-3/+0