Age | Commit message (Expand) | Author | Files | Lines |
2012-04-24 | x32, siginfo: Provide proper overrides for x32 siginfo_t | H. Peter Anvin | 1 | -1/+7 |
2012-04-24 | x32: Check __ILP32__ instead of __LP64__ for x32 | H.J. Lu | 3 | -7/+7 |
2012-04-24 | x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from asse... | Konrad Rzeszutek Wilk | 4 | -6/+8 |
2012-04-24 | ACPI: Convert wake_sleep_flags to a value instead of function | Konrad Rzeszutek Wilk | 1 | -0/+2 |
2012-04-18 | x86, apic: APIC code touches invalid MSR on P5 class machines | Bryan O'Donoghue | 1 | -14/+20 |
2012-04-17 | i387: ptrace breaks the lazy-fpu-restore logic | Oleg Nesterov | 1 | -0/+1 |
2012-04-16 | x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id() | Andreas Herrmann | 5 | -16/+9 |
2012-04-16 | x86, efi: Add dedicated EFI stub entry point | Matt Fleming | 3 | -13/+38 |
2012-04-16 | x86/amd: Remove broken links from comment and kernel message | Andreas Herrmann | 1 | -2/+2 |
2012-04-14 | Merge tag 'microcode-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2 | -11/+11 |
2012-04-13 | x86, microcode: Ensure that module is only loaded on supported AMD CPUs | Andreas Herrmann | 2 | -8/+10 |
2012-04-13 | x86, microcode: Fix sysfs warning during module unload on unsupported CPUs | Andreas Herrmann | 1 | -3/+1 |
2012-04-13 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -5/+5 |
2012-04-11 | x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it up | Linus Torvalds | 6 | -145/+105 |
2012-04-10 | um: Use asm-generic/switch_to.h | Richard Weinberger | 1 | -7/+0 |
2012-04-10 | um: Disintegrate asm/system.h | Richard Weinberger | 3 | -135/+82 |
2012-04-09 | um: fix linker script generation | Al Viro | 1 | -0/+3 |
2012-04-07 | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -1/+7 |
2012-04-07 | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -2/+4 |
2012-04-07 | Make the "word-at-a-time" helper functions more commonly usable | Linus Torvalds | 1 | -0/+46 |
2012-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -48/+115 |
2012-04-06 | x86: Use correct byte-sized register constraint in __add() | H. Peter Anvin | 1 | -1/+1 |
2012-04-06 | x86: Use correct byte-sized register constraint in __xchg_op() | Jeremy Fitzhardinge | 1 | -1/+1 |
2012-04-06 | xen/smp: Remove unnecessary call to smp_processor_id() | Srivatsa S. Bhat | 1 | -1/+1 |
2012-04-06 | xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io... | Konrad Rzeszutek Wilk | 1 | -1/+3 |
2012-04-06 | x86: vsyscall: Use NULL instead 0 for a pointer argument | Emil Goode | 1 | -3/+3 |
2012-04-06 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -8/+1 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -8/+1 |
2012-04-05 | KVM: Resolve RCU vs. async page fault problem | Gleb Natapov | 1 | -0/+4 |
2012-04-05 | KVM: VMX: vmx_set_cr0 expects kvm->srcu locked | Marcelo Tosatti | 1 | -0/+2 |
2012-04-05 | KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr() | Sasikantha babu | 1 | -1/+1 |
2012-04-05 | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+60 |
2012-04-05 | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 7 | -29/+47 |
2012-04-04 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+13 |
2012-04-04 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -36/+8 |
2012-04-04 | bpf jit: Let the x86 jit handle negative offsets | Jan Seiffert | 2 | -48/+115 |
2012-04-03 | perf/x86/p4: Add format attributes | Peter Zijlstra | 1 | -0/+13 |
2012-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2012-04-02 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 1 | -1/+1 |
2012-04-02 | x86, kvm: Call restore_sched_clock_state() only after %gs is initialized | Marcelo Tosatti | 1 | -1/+1 |
2012-04-01 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -1/+90 |
2012-03-31 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 3 | -5/+11 |
2012-03-31 | Merge branch 'tboot' into release | Len Brown | 1 | -3/+6 |
2012-03-31 | Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis... | Len Brown | 2 | -2/+5 |
2012-03-30 | x86: Use -mno-avx when available | Andi Kleen | 1 | -0/+1 |
2012-03-30 | ACPI: Fix use-after-free in acpi_map_lsapic | Petr Vandrovec | 1 | -1/+2 |
2012-03-30 | idle, x86: Allow off-lined CPU to enter deeper C states | Boris Ostrovsky | 1 | -1/+3 |
2012-03-30 | x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility | Len Brown | 2 | -34/+0 |
2012-03-30 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 152 | -1751/+3090 |
2012-03-30 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 14 | -87/+124 |