summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-131-1/+20
|\
| * percpu: Introduce DEFINE_PER_CPU_DECRYPTEDBrijesh Singh2017-11-071-0/+19
| * Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-07104-0/+104
| |\
| * | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-10-141-1/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-136-53/+34Star
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07104-0/+104
| |\ \ \ | | | |/ | | |/|
| * | | locking/qrwlock: Prevent slowpath writers getting held up by fastpathWill Deacon2017-10-252-22/+9Star
| * | | locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlockWill Deacon2017-10-251-2/+2
| * | | locking/atomic: Add atomic_cond_read_acquire()Will Deacon2017-10-251-0/+3
| * | | locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'Will Deacon2017-10-252-13/+14
| * | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-1/+0Star
| * | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-20/+0Star
| * | | locking/rwsem: Add down_read_killable()Kirill Tkhai2017-10-101-0/+10
| * | | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2017-10-101-2/+22
| |\ \ \ | | | |/ | | |/|
| * | | locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook2017-09-281-0/+1
* | | | Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds2017-11-131-0/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | div64: add missing kernel-docRandy Dunlap2017-10-071-0/+14
| |/ /
* | / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02104-0/+104
| |/ |/|
* | percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland2017-09-261-2/+22
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-151-4/+4
|\
| * fix the __user misannotations in asm-generic get_user/put_userAl Viro2017-09-041-4/+4
* | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds2017-09-091-0/+1
|\ \
| * | Merge tag 'v4.13-rc7' into mtd/nextBoris Brezillon2017-08-282-15/+30
| |\|
| * | mtd: only use __xipram annotation when XIP_KERNEL is setArnd Bergmann2017-08-151-0/+1
* | | mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-091-1/+33
* | | mm: thp: check pmd migration entry in common pathZi Yan2017-09-091-1/+17
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-042-0/+14
|\ \ \
| * \ \ Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-262-15/+30
| |\ \ \ | | | |/ | | |/|
| * | | x86/mm: Extend early_memremap() support with additional attrsTom Lendacky2017-07-181-0/+2
| * | | x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-181-0/+12
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-042-41/+11Star
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-1/+5
| |\ \ \
| * | | | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-41/+9Star
| * | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-251-12/+26
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'x86/asm' into locking/coreIngo Molnar2017-08-181-0/+27
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-111-3/+4
| |\ \ \ \ \
| * | | | | | locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra2017-08-101-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-042-1/+53
|\ \ \ \ \ \
| * | | | | | x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-1/+26
| | |_|/ / / | |/| | | |
| * | | | | x86/io: Remove xlate_dev_kmem_ptr() duplicationAndy Shevchenko2017-07-241-0/+3
| * | | | | x86/io: Remove mem*io() duplicationsAndy Shevchenko2017-07-241-0/+24
| |/ / / /
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-042-8/+4Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-08-291-1/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-08-251-12/+26
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-171-3/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | irq: Make the irqentry text section unconditionalMasami Hiramatsu2017-08-102-8/+4Star
| | |_|_|/ | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-14/+0Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-14/+0Star
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | locking: Remove spin_unlock_wait() generic definitionsPaul E. McKenney2017-08-171-14/+0Star
| | |/ /
* | | / cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo2017-08-291-1/+5
| |_|/ |/| |