Age | Commit message (Expand) | Author | Files | Lines |
2012-04-15 | x86-32: fix up strncpy_from_user() sign error | Linus Torvalds | 1 | -2/+2 |
2012-04-12 | 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-06 | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -2/+4 |
2012-04-06 | 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-05 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -8/+1 |
2012-04-05 | 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-04 | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+60 |
2012-04-04 | 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-03 | 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-02 | 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-03-31 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -1/+90 |
2012-03-30 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 3 | -5/+11 |
2012-03-30 | Merge branch 'tboot' into release | Len Brown | 1 | -3/+6 |
2012-03-30 | 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-29 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 14 | -87/+124 |
2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 43 | -601/+1101 |
2012-03-29 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+0 |
2012-03-29 | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke() | Jason Wessel | 1 | -0/+60 |
2012-03-29 | x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND | zhuangfeiran@ict.ac.cn | 1 | -1/+1 |
2012-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 1 | -0/+1 |
2012-03-29 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -5/+0 |
2012-03-29 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 21 | -315/+412 |
2012-03-29 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -88/+99 |
2012-03-29 | x86: Preserve lazy irq disable semantics in fixup_irqs() | Liu, Chuansheng | 1 | -1/+6 |
2012-03-29 | documentation: remove references to cpu_*_map. | Rusty Russell | 1 | -1/+1 |
2012-03-28 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -10/+1 |