Age | Commit message (Expand) | Author | Files | Lines |
2012-01-07 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -152/+150 |
2012-01-06 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -38/+101 |
2012-01-06 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -95/+121 |
2012-01-06 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2012-01-06 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 7 | -14/+14 |
2012-01-06 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 23 | -299/+339 |
2012-01-06 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 25 | -60/+627 |
2012-01-06 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -6/+8 |
2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 10 | -152/+150 |
2012-01-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2012-01-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 17 | -462/+1030 |
2012-01-06 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -13/+21 |
2012-01-06 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 26 | -568/+155 |
2012-01-04 | x86: Fix atomic64_xxx_cx8() functions | Eric Dumazet | 1 | -2/+2 |
2012-01-04 | x86: Fix and improve cmpxchg_double{,_local}() | Jan Beulich | 3 | -89/+23 |
2012-01-04 | Merge commit 'v3.2-rc7' into x86/asm | Ingo Molnar | 29 | -123/+264 |
2011-12-29 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2011-12-26 | KVM: Don't automatically expose the TSC deadline timer in cpuid | Jan Kiszka | 1 | -10/+9 |
2011-12-25 | KVM: x86: Prevent starting PIT timers in the absence of irqchip support | Jan Kiszka | 1 | -3/+7 |
2011-12-23 | x86: Skip cpus with apic-ids >= 255 in !x2apic_mode | Suresh Siddha | 1 | -1/+2 |
2011-12-23 | x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOS | Yinghai Lu | 2 | -10/+28 |
2011-12-23 | x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remapping | Yinghai Lu | 4 | -18/+64 |
2011-12-23 | x86, acpi: Skip acpi x2apic entries if the x2apic feature is not present | Yinghai Lu | 2 | -3/+14 |
2011-12-23 | x86, apic: Add probe() for apic_flat | Yinghai Lu | 1 | -1/+6 |
2011-12-23 | perf/x86: Fix raw_spin_unlock_irqrestore() usage | Robert Richter | 1 | -1/+1 |
2011-12-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+2 |
2011-12-21 | driver-core: remove sysdev.h usage. | Kay Sievers | 3 | -3/+2 |
2011-12-21 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 7 | -146/+145 |
2011-12-21 | perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLES | Stephane Eranian | 1 | -0/+1 |
2011-12-21 | perf events: Enable raw event support for Intel unhalted_reference_cycles event | Stephane Eranian | 3 | -18/+20 |
2011-12-21 | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' | Kevin Winchester | 8 | -30/+4 |
2011-12-20 | Merge commit 'v3.2-rc6' into perf/core | Ingo Molnar | 40 | -131/+468 |
2011-12-20 | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 26 | -568/+155 |
2011-12-19 | x86, dumpstack: Fix code bytes breakage due to missing KERN_CONT | Clemens Ladisch | 2 | -8/+8 |
2011-12-19 | net: bpf_jit: fix an off-one bug in x86_64 cond jump target | Markus Kötter | 1 | -2/+2 |
2011-12-19 | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Martin Schwidefsky | 1 | -1/+1 |
2011-12-18 | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat | Fernando Luis Vazquez Cao | 4 | -10/+4 |
2011-12-18 | Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Ingo Molnar | 2 | -8/+35 |
2011-12-18 | x86: Use "do { } while(0)" for empty lock_cmos()/unlock_cmos() macros | Jesper Juhl | 1 | -2/+2 |
2011-12-18 | x86: Use "do { } while(0)" for empty flush_tlb_fix_spurious_fault() macro | Jesper Juhl | 1 | -1/+1 |
2011-12-16 | x86: add IRQ context simulation in module mce-inject | Chen Gong | 2 | -8/+35 |
2011-12-15 | x86_64, asm: Optimise fls(), ffs() and fls64() | David Howells | 1 | -5/+62 |
2011-12-15 | x86, bitops: Move fls64.h inside __KERNEL__ | H. Peter Anvin | 1 | -9/+2 |
2011-12-15 | Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -3/+15 |
2011-12-15 | xen: only limit memory map to maximum reservation for domain 0. | Ian Campbell | 1 | -3/+15 |
2011-12-15 | x86, centaur: Enable cx8 for VIA Eden too | Timo Teräs | 1 | -1/+1 |
2011-12-15 | Merge commit 'v3.2-rc5' into sched/core | Ingo Molnar | 50 | -142/+542 |
2011-12-15 | x86: Fix and improve percpu_cmpxchg{8,16}b_double() | Jan Beulich | 1 | -32/+21 |
2011-12-15 | x86: Report cpb and eff_freq_ro flags correctly | Joerg Roedel | 1 | -1/+2 |
2011-12-15 | Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2 | -8/+59 |