| Age | Commit message (Expand) | Author | Files | Lines |
| 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 | 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-29 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 7 | -69/+77 |
| 2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 9 | -30/+312 |
| 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 | 13 | -227/+253 |
| 2012-03-29 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -13/+22 |
| 2012-03-28 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -10/+1 |
| 2012-03-28 | kdump x86: fix total mem size calculation for reservation | Dave Young | 1 | -10/+1 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 25 | -22/+5 |
| 2012-03-28 | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -6/+19 |
| 2012-03-28 | x86/apic/amd: Be more verbose about LVT offset assignments | Robert Richter | 1 | -4/+9 |
| 2012-03-28 | Disintegrate asm/system.h for X86 | David Howells | 25 | -22/+5 |
| 2012-03-28 | x86, tls: Off by one limit check | Dan Carpenter | 1 | -2/+2 |
| 2012-03-28 | x86/ioapic: Add io_apic_ops driver layer to allow interception | Jeremy Fitzhardinge | 1 | -7/+51 |
| 2012-03-27 | sched/x86/smp: Do not enable IRQs over calibrate_delay() | Peter Zijlstra | 1 | -5/+0 |
| 2012-03-26 | Merge branch 'linus' into perf/urgent | Ingo Molnar | 46 | -258/+578 |
| 2012-03-26 | x86: Merge the x86_32 and x86_64 cpu_idle() functions | Richard Weinberger | 3 | -165/+114 |
| 2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 2 | -0/+2 |
| 2012-03-24 | x86: vdso: Put declaration before code | Thomas Gleixner | 1 | -1/+2 |
| 2012-03-24 | x86: Stop recursive fault in print_context_stack after stack overflow | Hugh Dickins | 1 | -2/+5 |
| 2012-03-23 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -7/+10 |
| 2012-03-23 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2 | -5/+5 |
| 2012-03-23 | x86: use for_each_clear_bit_from() | Akinobu Mita | 1 | -3/+3 |
| 2012-03-23 | bitops: rename for_each_set_bit_cont() in favor of analogous list.h function | Akinobu Mita | 1 | -2/+2 |
| 2012-03-23 | x86-64: Simplify and optimize vdso clock_gettime monotonic variants | Andy Lutomirski | 1 | -1/+9 |
| 2012-03-23 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -2/+3 |
| 2012-03-23 | Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+4 |
| 2012-03-23 | x86/io_apic: Move and reenable irq only when CONFIG_GENERIC_PENDING_IRQ=y | Alexander Gordeev | 1 | -40/+61 |
| 2012-03-23 | x86/apic: Add separate apic_id_valid() functions for selected apic drivers | Steffen Persvold | 5 | -6/+10 |
| 2012-03-23 | x86: Fix excessive MSR print out when show_msr is not specified | Yinghai Lu | 1 | -1/+1 |
| 2012-03-23 | perf: Fix mmap_page capabilities and docs | Peter Zijlstra | 1 | -1/+9 |
| 2012-03-23 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 5 | -0/+81 |
| 2012-03-22 | x86-32: Fix endless loop when processing signals for kernel tasks | Dmitry Adamushko | 1 | -7/+10 |
| 2012-03-22 | kgdb: x86: Return all segment registers also in 64-bit mode | Jan Kiszka | 1 | -2/+4 |
| 2012-03-22 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -9/+33 |
| 2012-03-22 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 12 | -2/+22 |
| 2012-03-22 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -64/+164 |
| 2012-03-22 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 9 | -3/+90 |
| 2012-03-22 | Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+8 |
| 2012-03-22 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -29/+31 |
| 2012-03-22 | Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for... | Linus Torvalds | 2 | -2/+1 |
| 2012-03-22 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -34/+40 |
| 2012-03-22 | Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k... | Len Brown | 1 | -3/+6 |
| 2012-03-21 | mm: search from free_area_cache for the bigger size | Xiao Guangrong | 1 | -17/+17 |
| 2012-03-21 | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode | Andrea Arcangeli | 1 | -0/+2 |