| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-07-11 | 2 | -0/+7 |
|\ |
|
| * | x86-32, vdso: Fix vDSO build error due to missing align_vdso_addr() | Jan Beulich | 2014-07-10 | 1 | -0/+4 |
| * | x86-64, vdso: Fix vDSO build breakage due to empty .rela.dyn | Jan Beulich | 2014-07-10 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-07-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | crypto: sha512_ssse3 - fix byte count to bit count conversion | Jussi Kivilinna | 2014-06-25 | 1 | -1/+1 |
* | | ptrace,x86: force IRET path after a ptrace_stop() | Tejun Heo | 2014-07-03 | 1 | -0/+16 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-07-01 | 3 | -3/+4 |
|\ \ |
|
| * \ | Merge commit '33b458d276bb' into kvm-master | Paolo Bonzini | 2014-06-30 | 1 | -0/+1 |
| |\ \ |
|
| | * | | KVM: SVM: Fix CPL export via SS.DPL | Jan Kiszka | 2014-06-30 | 1 | -0/+1 |
| * | | | KVM: x86: preserve the high 32-bits of the PAT register | Paolo Bonzini | 2014-06-19 | 1 | -1/+1 |
| * | | | kvm: fix wrong address when writing Hyper-V tsc page | Xiaoming Gao | 2014-06-19 | 1 | -1/+1 |
| * | | | KVM: x86: Increase the number of fixed MTRR regs to 10 | Nadav Amit | 2014-06-19 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2014-06-27 | 11 | -124/+297 |
|\ \ \ |
|
| * | | | x86/vdso: Error out in vdso2c if DT_RELA is present | Andy Lutomirski | 2014-06-24 | 1 | -1/+1 |
| * | | | x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefile | Andy Lutomirski | 2014-06-24 | 2 | -4/+3 |
| * | | | x86_32, signal: Fix vdso rt_sigreturn | Andy Lutomirski | 2014-06-23 | 1 | -1/+1 |
| * | | | x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508) | Andy Lutomirski | 2014-06-23 | 1 | -2/+8 |
| * | | | x86/vdso: Create .build-id links for unstripped vdso files | Andy Lutomirski | 2014-06-20 | 1 | -3/+13 |
| * | | | x86/vdso: Remove some redundant in-memory section headers | Andy Lutomirski | 2014-06-19 | 3 | -24/+26 |
| * | | | x86/vdso: Improve the fake section headers | Andy Lutomirski | 2014-06-19 | 8 | -67/+237 |
| * | | | x86/vdso2c: Use better macros for ELF bitness | Andy Lutomirski | 2014-06-19 | 2 | -40/+25 |
| * | | | x86/vdso: Discard the __bug_table section | Andy Lutomirski | 2014-06-19 | 1 | -0/+1 |
| |/ / |
|
* | | | nmi: provide the option to issue an NMI back trace to every cpu but current | Aaron Tomlin | 2014-06-23 | 2 | -5/+15 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-06-21 | 1 | -3/+4 |
|\ \ \ |
|
| * | | | x86/kprobes: Fix build errors and blacklist context_track_user | Masami Hiramatsu | 2014-06-14 | 1 | -3/+4 |
* | | | | Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-06-19 | 2 | -2/+8 |
|\ \ \ \ |
|
| * | | | | x86, kaslr: boot-time selectable with hibernation | Kees Cook | 2014-06-16 | 2 | -2/+8 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-06-19 | 3 | -29/+37 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | x86/xen: no need to explicitly register an NMI callback | David Vrabel | 2014-06-18 | 1 | -8/+1 |
| * | | | Revert "xen/pvh: Update E820 to work with PVH (v2)" | David Vrabel | 2014-06-05 | 1 | -20/+2 |
| * | | | x86/xen: fix memory setup for PVH dom0 | David Vrabel | 2014-06-05 | 3 | -1/+34 |
* | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-14 | 4 | -27/+87 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | x86/vdso: Fix vdso_install | Andy Lutomirski | 2014-06-13 | 1 | -11/+11 |
| * | | | x86/vdso: Hack to keep 64-bit Go programs working | Andy Lutomirski | 2014-06-12 | 3 | -13/+60 |
| * | | | x86/vdso: Add PUT_LE to store little-endian values | Andy Lutomirski | 2014-06-12 | 1 | -3/+16 |
| * | | | x86, vdso: Remove one final use of htole16() | H. Peter Anvin | 2014-06-10 | 1 | -1/+1 |
* | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-06-12 | 4 | -24/+46 |
|\ \ \ \ |
|
| * | | | | x86/irq: Fix fixup_irqs() error handling | Prarit Bhargava | 2014-04-16 | 2 | -14/+27 |
| * | | | | Merge branch 'x86/apic' into x86/irq, to consolidate branches. | Ingo Molnar | 2014-04-16 | 1 | -2/+2 |
| |\ \ \ \ |
|
| * | | | | | x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriately | K. Y. Srinivasan | 2014-04-14 | 2 | -10/+19 |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-12 | 26 | -467/+559 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare... | Ingo Molnar | 2014-06-06 | 35 | -65/+157 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2014-06-05 | 2 | -20/+19 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updates | Oleg Nesterov | 2014-06-05 | 2 | -20/+19 |
| * | | | | | | | | perf/x86: Add conditional branch filtering support | Anshuman Khandual | 2014-06-05 | 1 | -0/+5 |
| * | | | | | | | | perf/x86: Use common PMU interrupt disabled code | Vince Weaver | 2014-06-05 | 1 | -9/+9 |
| * | | | | | | | | Merge branch 'perf/kprobes' into perf/core | Ingo Molnar | 2014-06-05 | 22 | -174/+195 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation | Masami Hiramatsu | 2014-04-24 | 12 | -69/+122 |
| | * | | | | | | | | kprobes, x86: Allow kprobes on text_poke/hw_breakpoint | Masami Hiramatsu | 2014-04-24 | 2 | -5/+3 |
| | * | | | | | | | | kprobes/x86: Allow probe on some kprobe preparation functions | Masami Hiramatsu | 2014-04-24 | 3 | -23/+23 |