summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-0411-1/+106
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-26123-344/+679
| |\
| * | x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck2017-08-171-0/+6
| * | compiler-gcc.h: Introduce __nostackprotector function attributeTom Lendacky2017-07-182-0/+6
| * | x86/mm, kexec: Allow kexec to be used with SMETom Lendacky2017-07-181-0/+8
| * | swiotlb: Add warnings for use of bounce buffers with SMETom Lendacky2017-07-181-0/+13
| * | x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-181-0/+1
| * | x86/mm: Add support to access boot related data in the clearTom Lendacky2017-07-181-0/+2
| * | efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky2017-07-181-1/+1
| * | efi: Add an EFI table address match functionTom Lendacky2017-07-181-0/+7
| * | 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-182-0/+20
| * | x86/mm: Add support to enable SME in early boot processingTom Lendacky2017-07-181-0/+5
| * | x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky2017-07-181-0/+35
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-0421-130/+398
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-04106-772/+2561
| |\ \ \
| * | | | sched/completion: Avoid unnecessary stack allocation for COMPLETION_INITIALIZ...Boqun Feng2017-08-291-1/+1
| * | | | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-293-4/+8
| * | | | locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra2017-08-292-5/+6
| * | | | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-41/+9
| * | | | locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra2017-08-252-6/+8
| * | | | mm, locking/barriers: Clarify tlb_flush_pending() barriersPeter Zijlstra2017-08-251-33/+45
| * | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-2529-64/+225
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'x86/asm' into locking/coreIngo Molnar2017-08-183-4/+39
| |\ \ \ \
| * | | | | locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng2017-08-171-0/+1
| * | | | | locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONSByungchul Park2017-08-171-4/+4
| * | | | | locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-172-0/+11
| * | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-115-33/+50
| |\ \ \ \ \
| * | | | | | locking/lockdep: Apply crossrelease to completionsByungchul Park2017-08-101-1/+44
| * | | | | | locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park2017-08-101-1/+21
| * | | | | | locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park2017-08-102-0/+23
| * | | | | | locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-103-11/+131
| * | | | | | locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-103-10/+10
| * | | | | | locking: Remove smp_mb__before_spinlock()Peter Zijlstra2017-08-101-13/+0
| * | | | | | locking: Introduce smp_mb__after_spinlock()Peter Zijlstra2017-08-102-0/+39
| * | | | | | mm, locking: Rework {set,clear,mm}_tlb_flush_pending()Peter Zijlstra2017-08-101-6/+27
| * | | | | | jump_label: Provide hotplug context variantsMarc Zyngier2017-08-101-2/+9
| * | | | | | cpuset: Make nr_cpusets privatePaolo Bonzini2017-08-101-6/+0
| * | | | | | jump_label: Fix concurrent static_key_enable/disable()Paolo Bonzini2017-08-101-10/+12
| * | | | | | locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()Kirill Tkhai2017-08-101-0/+1
| * | | | | | locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai2017-08-101-0/+1
| * | | | | | locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra2017-08-101-0/+2
| * | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-1043-135/+211
| |\ \ \ \ \ \
| * | | | | | | futex: Allow for compiling out PI supportNicolas Pitre2017-08-011-1/+6
| * | | | | | | kasan: Allow kasan_check_read/write() to accept pointers to volatilesDmitry Vyukov2017-07-261-4/+6
* | | | | | | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-0/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/syscalls: Check address limit on user-mode returnThomas Garnier2017-07-081-0/+16
* | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-0/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptorBaoquan He2017-08-171-0/+22
* | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-047-132/+82
|\ \ \ \ \ \ \ \ \ \