| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | | | | | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err | Ingo Molnar | 2016-07-15 |
| * | | | | | | | | | | | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er... | Andy Lutomirski | 2016-07-15 |
| * | | | | | | | | | | | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() | Andy Lutomirski | 2016-07-15 |
| * | | | | | | | | | | | Merge branch 'x86/asm' into x86/mm, to resolve conflicts | Ingo Molnar | 2016-07-15 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes | Ingo Molnar | 2016-07-09 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / /
| | | |/| | | | | | | | | |
|
| | * | | | | | | | | | | | x86/signals: Add missing signal_compat code for x86 features | Dave Hansen | 2016-06-14 |
| | * | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixes | Ingo Molnar | 2016-06-11 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|/ / / / /
| | | |/| | | | | | | | | |
|
| | * | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.h | H. Peter Anvin | 2016-06-08 |
| | * | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h> | H. Peter Anvin | 2016-06-08 |
| | * | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h> | H. Peter Anvin | 2016-06-08 |
| | * | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h> | H. Peter Anvin | 2016-06-08 |
| | * | | | | | | | | | | | x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT() | H. Peter Anvin | 2016-06-08 |
| | * | | | | | | | | | | | x86, asm: define CC_SET() and CC_OUT() macros | H. Peter Anvin | 2016-06-08 |
| | * | | | | | | | | | | | x86, asm: change the GEN_*_RMWcc() macros to not quote the condition | H. Peter Anvin | 2016-06-08 |
| | * | | | | | | | | | | | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 2016-06-08 |
| | * | | | | | | | | | | | x86, bitops: remove use of "sbb" to return CF | H. Peter Anvin | 2016-06-08 |
| | * | | | | | | | | | | | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 2016-06-08 |
| * | | | | | | | | | | | | x86/mm: Ignore A/D bits in pte/pmd/pud_none() | Dave Hansen | 2016-07-13 |
| * | | | | | | | | | | | | x86/mm: Move swap offset/type up in PTE to work around erratum | Dave Hansen | 2016-07-13 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes | Ingo Molnar | 2016-07-08 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | x86/extable: Ensure entries are swapped completely when sorting | Mathias Krause | 2016-05-11 |
| * | | | | | | | | | | | x86/mm/32: Add support for 64-bit __get_user() on 32-bit kernels | Benjamin LaHaise | 2016-04-13 |
* | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | x86/apic: Remove the unused struct apic::apic_id_mask field | Wei Jiangang | 2016-07-15 |
| | |_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-07-25 |
|\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne... | Ingo Molnar | 2016-07-07 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge tag 'v4.7-rc5' into perf/core, to pick up fixes | Ingo Molnar | 2016-06-27 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'x86/urgent' into perf/core, to pick up dependency | Ingo Molnar | 2016-06-08 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'linus' into perf/core, to refresh the branch | Ingo Molnar | 2016-06-08 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | x86/topology: Add topology_max_smt_threads() | Andi Kleen | 2016-06-03 |
* | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 |
| * | | | | | | | | | | | | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 |
| * | | | | | | | | | | | | Merge branch 'linus' into locking/core, to pick up fixes before merging new c... | Ingo Molnar | 2016-06-14 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | locking/mutex: Optimize mutex_trylock() fast-path | Peter Zijlstra | 2016-06-08 |
| * | | | | | | | | | | | | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() | Jason Low | 2016-06-08 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-25 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | efi: Convert efi_call_virt() to efi_call_virt_pointer() | Alex Thorlton | 2016-06-27 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | x86/cpu: Fix duplicated X86_BUG(9) macro | Dave Hansen | 2016-07-09 |
| |_|_|_|/ / / / / /
|/| | | | | | | | | |
|
* | | | | | | | | | | pvclock: Cleanup to remove function pvclock_get_nsec_offset | Minfei Huang | 2016-06-27 |
* | | | | | | | | | | pvclock: Add CPU barriers to get correct version value | Minfei Huang | 2016-06-27 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-06-24 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 2016-06-24 |
* | | | | | | | | | | x86: fix up a few misc stack pointer vs thread_info confusions | Linus Torvalds | 2016-06-24 |
|/ / / / / / / / / |
|
* | | | | | | | / | x86: avoid avoid passing around 'thread_info' in stack dumping code | Linus Torvalds | 2016-06-23 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-06-16 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid() | Suravee Suthikulpanit | 2016-06-15 |
| |/ / / / / / |
|
* | | | / / / | x86/cpu/intel: Introduce macros for Intel family numbers | Dave Hansen | 2016-06-08 |
| |_|_|/ / /
|/| | | | | |
|
* | | | | | | x86/msr: Use the proper trace point conditional for writes | Dr. David Alan Gilbert | 2016-06-06 |
|/ / / / / |
|
* | | | | | Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha... | Linus Torvalds | 2016-05-27 |
|\ \ \ \ \ |
|