| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 3 | -9/+88 |
* | Merge branch 'linus' into locking/core, to pick up fixes before merging new c... | Ingo Molnar | 2016-06-14 | 11 | -52/+114 |
|\ |
|
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-06-10 | 6 | -15/+86 |
| |\ |
|
| | * | x86/ioapic: Fix incorrect pointers in ioapic_setup_resources() | Rui Wang | 2016-06-10 | 1 | -1/+1 |
| | * | x86/entry/traps: Don't force in_interrupt() to return true in IST handlers | Andy Lutomirski | 2016-06-10 | 1 | -10/+10 |
| | * | x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer models | Borislav Petkov | 2016-06-08 | 1 | -2/+2 |
| | * | x86/cpu/intel: Introduce macros for Intel family numbers | Dave Hansen | 2016-06-08 | 1 | -0/+68 |
| | * | x86, build: copy ldlinux.c32 to image.iso | H. Peter Anvin | 2016-06-07 | 1 | -0/+3 |
| | * | x86/msr: Use the proper trace point conditional for writes | Dr. David Alan Gilbert | 2016-06-06 | 1 | -2/+2 |
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-06-10 | 2 | -22/+1 |
| |\ \
| | |/
| |/| |
|
| | * | perf/x86/intel/uncore: Remove SBOX support for Broadwell server | Kan Liang | 2016-06-03 | 1 | -21/+0 |
| | * | perf/x86/intel/rapl: Fix pmus free during cleanup | Vincent Stehlé | 2016-05-25 | 1 | -1/+1 |
| * | | KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS | Paolo Bonzini | 2016-06-02 | 1 | -0/+5 |
| * | | KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number | Paolo Bonzini | 2016-06-02 | 1 | -0/+4 |
| * | | KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID | Paolo Bonzini | 2016-06-02 | 1 | -10/+12 |
| * | | kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR | Paolo Bonzini | 2016-06-02 | 1 | -1/+1 |
| * | | KVM: Handle MSR_IA32_PERF_CTL | Dmitry Bilunov | 2016-06-02 | 1 | -0/+1 |
| * | | KVM: x86: avoid write-tearing of TDP | Nadav Amit | 2016-06-02 | 1 | -4/+4 |
* | | | locking/mutex: Optimize mutex_trylock() fast-path | Peter Zijlstra | 2016-06-08 | 2 | -4/+4 |
* | | | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() | Jason Low | 2016-06-08 | 1 | -18/+0 |
|/ / |
|
* | | Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-27 | 6 | -41/+72 |
|\ \ |
|
| * | | um: add extended processor state save/restore support | Eli Cooper | 2016-05-21 | 4 | -15/+59 |
| * | | um: extend fpstate to _xstate to support YMM registers | Eli Cooper | 2016-05-21 | 2 | -13/+12 |
| * | | um: fix FPU state preservation around signal handlers | Eli Cooper | 2016-05-21 | 1 | -15/+3 |
* | | | mm: remove more IS_ERR_VALUE abuses | Linus Torvalds | 2016-05-27 | 1 | -9/+8 |
* | | | Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha... | Linus Torvalds | 2016-05-27 | 2 | -1/+28 |
|\ \ \ |
|
| * | | | platform/x86: Add PMC Driver for Intel Core SoC | Rajneesh Bhardwaj | 2016-05-27 | 1 | -0/+27 |
| * | | | intel_telemetry: Constify telemetry_core_ops structures | Julia Lawall | 2016-05-05 | 1 | -1/+1 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-05-27 | 3 | -23/+73 |
|\ \ \ \ |
|
| * | | | | kvm:vmx: more complete state update on APICv on/off | Roman Kagan | 2016-05-25 | 1 | -18/+30 |
| * | | | | KVM: SVM: Add more SVM_EXIT_REASONS | Jan Kiszka | 2016-05-24 | 1 | -3/+41 |
| * | | | | svm: bitwise vs logical op typo | Dan Carpenter | 2016-05-24 | 1 | -2/+2 |
* | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-05-26 | 4 | -6/+2 |
|\ \ \ \ \ |
|
| * | | | | | kbuild: delete unnecessary "@:" | Masahiro Yamada | 2016-04-20 | 3 | -4/+0 |
| * | | | | | kbuild: drop FORCE from PHONY targets | Masahiro Yamada | 2016-04-20 | 1 | -2/+2 |
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-05-25 | 11 | -27/+85 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code | Andy Lutomirski | 2016-05-20 | 1 | -3/+8 |
| * | | | | | | x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limits | Andy Lutomirski | 2016-05-20 | 2 | -4/+4 |
| * | | | | | | Merge branch 'linus' into x86/urgent, to refresh the tree | Ingo Molnar | 2016-05-20 | 201 | -3735/+6867 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | x86/mm/mpx: Work around MPX erratum SKD046 | Dave Hansen | 2016-05-20 | 3 | -0/+48 |
| * | | | | | | | x86/entry/64: Fix stack return address retrieval in thunk | Josh Poimboeuf | 2016-05-19 | 1 | -6/+5 |
| * | | | | | | | x86/efi: Fix 7-parameter efi_call()s | Linus Torvalds | 2016-05-17 | 1 | -5/+4 |
| * | | | | | | | x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeys | Dave Hansen | 2016-05-16 | 3 | -9/+13 |
| * | | | | | | | x86/tsc: Add missing Cherrytrail frequency to the table | Jeremy Compostella | 2016-05-12 | 1 | -0/+3 |
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-05-25 | 3 | -9/+9 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | perf/x86/intel/p4: Trival indentation fix, remove space | Colin Ian King | 2016-05-20 | 1 | -1/+1 |
| * | | | | | | | Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 2016-05-20 | 1 | -7/+7 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | perf core: Add a 'nr' field to perf_event_callchain_context | Arnaldo Carvalho de Melo | 2016-05-16 | 1 | -2/+2 |
| | * | | | | | | | perf core: Pass max stack as a perf_callchain_entry context | Arnaldo Carvalho de Melo | 2016-05-16 | 1 | -7/+7 |
| * | | | | | | | | perf/x86/intel/uncore: Remove WARN_ON_ONCE in uncore_pci_probe | Jiri Olsa | 2016-05-18 | 1 | -1/+1 |
| | |_|/ / / / /
| |/| | | | | | |
|