| Commit message (Expand) | Author | Age | Files | Lines |
* | unify default ptrace_signal_deliver | Al Viro | 2012-11-29 | 1 | -2/+0 |
* | death to idle_regs() | Al Viro | 2012-11-28 | 2 | -11/+0 |
* | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | 2 | -4/+2 |
* | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h | Al Viro | 2012-11-28 | 2 | -13/+0 |
* | x86, um: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 15 | -98/+52 |
* | get rid of pt_regs argument of ->load_binary() | Al Viro | 2012-11-28 | 1 | -2/+3 |
* | consolidate sys_execve() prototype | Al Viro | 2012-11-28 | 1 | -3/+0 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-11-23 | 12 | -38/+120 |
|\ |
|
| * | x86-64: Fix ordering of CFI directives and recent ASM_CLAC additions | Jan Beulich | 2012-11-20 | 1 | -7/+7 |
| * | x86, microcode, AMD: Add support for family 16h processors | Boris Ostrovsky | 2012-11-20 | 1 | -0/+4 |
| * | x86-32: Export kernel_stack_pointer() for modules | H. Peter Anvin | 2012-11-20 | 1 | -0/+2 |
| * | x86-32: Fix invalid stack address while in softirq | Robert Richter | 2012-11-20 | 2 | -11/+32 |
| * | Merge commit 'efi-for-3.7-v2' into x86/urgent | H. Peter Anvin | 2012-11-20 | 2 | -3/+2 |
| |\ |
|
| | * | x86, efi: Fix processor-specific memcpy() build error | Matt Fleming | 2012-11-20 | 1 | -0/+2 |
| | * | x86: remove dummy long from EFI stub | Cesar Eduardo Barros | 2012-11-20 | 1 | -3/+0 |
| * | | x86, mm: Correct vmflag test for checking VM_HUGETLB | Joonsoo Kim | 2012-11-14 | 1 | -1/+1 |
| |/ |
|
| * | Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2012-11-13 | 1 | -13/+18 |
| |\ |
|
| | * | x86/mce: Do not change worker's running cpu in cmci_rediscover(). | Tang Chen | 2012-10-30 | 1 | -13/+18 |
| * | | x86, amd: Disable way access filter on Piledriver CPUs | Andre Przywara | 2012-10-31 | 1 | -0/+14 |
| * | | x86/ce4100: Fix PCI configuration register access for devices without interrupts | Maxime Bizon | 2012-10-30 | 1 | -0/+13 |
| * | | x86/ce4100: Fix reboot by forcing the reboot method to be KBD | Maxime Bizon | 2012-10-30 | 1 | -0/+10 |
| * | | x86/ce4100: Fix pm_poweroff | Florian Fainelli | 2012-10-30 | 1 | -0/+14 |
| * | | x86, microcode_amd: Change email addresses, MAINTAINERS entry | Andreas Herrmann | 2012-10-30 | 1 | -2/+2 |
| * | | x86, AMD: Change Boris' email address | Borislav Petkov | 2012-10-30 | 1 | -1/+1 |
| |/ |
|
* | | KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update() | Takashi Iwai | 2012-11-16 | 1 | -4/+7 |
* | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-11-12 | 2 | -0/+6 |
|\ \ |
|
| * | | KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461) | Petr Matousek | 2012-11-12 | 2 | -0/+6 |
* | | | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-11-10 | 1 | -14/+7 |
|\ \ \ |
|
| * | | | xen/hypercall: fix hypercall fallback code for very old hypervisors | Jan Beulich | 2012-11-04 | 1 | -14/+7 |
* | | | | Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-11-02 | 2 | -2/+20 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | xen/mmu: Use Xen specific TLB flush instead of the generic one. | Konrad Rzeszutek Wilk | 2012-10-31 | 1 | -1/+20 |
| * | | x86: remove obsolete comment from asm/xen/hypervisor.h | Olaf Hering | 2012-10-30 | 1 | -1/+0 |
* | | | KVM: x86: fix vcpu->mmio_fragments overflow | Xiao Guangrong | 2012-10-31 | 1 | -26/+34 |
| |/
|/| |
|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-10-26 | 8 | -58/+100 |
|\ \ |
|
| * \ | Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle... | Ingo Molnar | 2012-10-26 | 3 | -8/+23 |
| |\ \ |
|
| | * | | x86: efi: Turn off efi_enabled after setup on mixed fw/kernel | Olof Johansson | 2012-10-25 | 3 | -8/+23 |
| * | | | x86, mm: Undo incorrect revert in arch/x86/mm/init.c | Yinghai Lu | 2012-10-25 | 1 | -4/+0 |
| * | | | x86, mm: Find_early_table_space based on ranges that are actually being mapped | Jacob Shin | 2012-10-24 | 1 | -29/+41 |
| * | | | x86, mm: Use memblock memory loop instead of e820_RAM | Yinghai Lu | 2012-10-24 | 1 | -7/+8 |
| * | | | x86, mm: Trim memory in memblock to be page aligned | Yinghai Lu | 2012-10-24 | 1 | -0/+3 |
| * | | | x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_inter... | Dimitri Sivanich | 2012-10-24 | 1 | -0/+3 |
| * | | | x86/efi: Fix oops caused by incorrect set_memory_uc() usage | Matt Fleming | 2012-10-24 | 3 | -15/+26 |
| * | | | x86-64: Fix page table accounting | Jan Beulich | 2012-10-24 | 1 | -1/+6 |
| * | | | Revert "x86/mm: Fix the size calculation of mapping tables" | Dave Young | 2012-10-24 | 1 | -13/+9 |
* | | | | perf/x86: Remove unused variable in nhmex_rbox_alter_er() | Wei Yongjun | 2012-10-24 | 1 | -2/+0 |
* | | | | perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq() | Vince Weaver | 2012-10-24 | 1 | -1/+77 |
* | | | | perf/x86: Remove cpuc->enable check on Intl KNC event enable/disable | Vince Weaver | 2012-10-24 | 1 | -6/+2 |
* | | | | perf/x86: Make Intel KNC use full 40-bit width of counters | Vince Weaver | 2012-10-24 | 1 | -4/+3 |
* | | | | perf/x86/uncore: Handle pci_read_config_dword() errors | Yan, Zheng | 2012-10-24 | 1 | -15/+28 |
* | | | | perf/x86: Remove P6 cpuc->enabled check | Vince Weaver | 2012-10-24 | 1 | -7/+7 |