Age | Commit message (Expand) | Author | Files | Lines |
2011-05-26 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -72/+73 |
2011-05-26 | Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.... | Linus Torvalds | 1 | -1/+1 |
2011-05-25 | printk: allocate kernel log buffer earlier | Mike Travis | 1 | -0/+2 |
2011-05-25 | mm: convert mm->cpu_vm_cpumask into cpumask_var_t | KOSAKI Motohiro | 1 | -1/+0 |
2011-05-24 | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 1 | -1/+1 |
2011-05-24 | x86, ioapic: Restore ioapic entries during resume properly | Suresh Siddha | 1 | -2/+2 |
2011-05-24 | seqlock: Get rid of SEQLOCK_UNLOCKED | Eric Dumazet | 1 | -1/+1 |
2011-05-24 | x86-64: Move vread_tsc into a new file with sensible options | Andy Lutomirski | 3 | -37/+41 |
2011-05-24 | x86-64: Don't generate cmov in vread_tsc | Andy Lutomirski | 1 | -2/+16 |
2011-05-24 | x86-64: Remove unnecessary barrier in vread_tsc | Andy Lutomirski | 1 | -4/+5 |
2011-05-24 | x86-64: Clean up vdso/kernel shared variables | Andy Lutomirski | 4 | -52/+34 |
2011-05-24 | x86: Get rid of asmregparm | Richard Weinberger | 1 | -2/+2 |
2011-05-24 | Merge branch 'fixes-2.6.39' into for-2.6.40 | Tejun Heo | 15 | -214/+134 |
2011-05-24 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2 | -65/+0 |
2011-05-23 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 17 | -537/+446 |
2011-05-23 | x86, apic: Include module.h header in apic_flat_64.c | Randy Dunlap | 1 | -0/+1 |
2011-05-23 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2011-05-23 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -8/+8 |
2011-05-23 | watchdog: Change the default timeout and configure nmi watchdog period based ... | Mandeep Singh Baines | 1 | -2/+2 |
2011-05-23 | x86: setup_smep needs to be __cpuinit | Linus Torvalds | 1 | -2/+2 |
2011-05-22 | x86, apic: Make apic drivers static | Suresh Siddha | 10 | -57/+22 |
2011-05-22 | x86, apic: Clean up bigsmp apic selection code | Suresh Siddha | 2 | -29/+31 |
2011-05-22 | x86, apic: Use .apicdrivers section for the apic drivers list | Suresh Siddha | 2 | -31/+36 |
2011-05-22 | x86, apic: Introduce .apicdrivers section to find the list of apic drivers | Suresh Siddha | 11 | -6/+43 |
2011-05-21 | x86: Eliminate various 'set but not used' warnings | Gustavo F. Padovan | 2 | -5/+2 |
2011-05-21 | x86, SMEP: Fix section mismatch warnings | Fenghua Yu | 1 | -2/+2 |
2011-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+1 |
2011-05-21 | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc | Linus Torvalds | 1 | -9/+5 |
2011-05-20 | x86, x2apic: Move the common bits to x2apic.h | Cyrill Gorcunov | 2 | -124/+7 |
2011-05-20 | x86, x2apic: Minimize IPI register writes using cluster groups | Cyrill Gorcunov | 1 | -14/+44 |
2011-05-20 | x86, x2apic: Track the x2apic cluster sibling map | Cyrill Gorcunov | 1 | -2/+70 |
2011-05-20 | x86, x2apic: Remove duplicate code for IPI mask routines | Suresh Siddha | 2 | -62/+31 |
2011-05-20 | x86, apic: Use probe routines to simplify apic selection | Suresh Siddha | 5 | -19/+37 |
2011-05-20 | x86, ioapic: Consolidate mp_ioapic_routing[] into 'struct ioapic' | Suresh Siddha | 1 | -6/+3 |
2011-05-20 | x86, ioapic: Consolidate gsi routing info into 'struct ioapic' | Suresh Siddha | 2 | -14/+28 |
2011-05-20 | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' | Suresh Siddha | 4 | -47/+59 |
2011-05-20 | x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic' | Suresh Siddha | 1 | -14/+13 |
2011-05-20 | x86, ioapic: Add struct ioapic | Suresh Siddha | 1 | -15/+17 |
2011-05-20 | x86, ioapic: Remove duplicate code for saving/restoring RTEs | Suresh Siddha | 1 | -31/+5 |
2011-05-20 | x86, ioapic: Use ioapic_saved_data while enabling intr-remapping | Suresh Siddha | 2 | -97/+31 |
2011-05-20 | x86, ioapic: Allocate ioapic_saved_data early | Suresh Siddha | 1 | -14/+13 |
2011-05-20 | x86, ioapic: Fix potential resume deadlock | Daniel J Blueman | 1 | -2/+2 |
2011-05-20 | x86, amd: Use _safe() msr access for GartTlbWlk disable code | Roedel, Joerg | 1 | -3/+6 |
2011-05-20 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
2011-05-20 | Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+23 |
2011-05-20 | Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git.... | Linus Torvalds | 1 | -1/+23 |
2011-05-20 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -3/+103 |
2011-05-20 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -68/+30 |
2011-05-20 | Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus'... | Linus Torvalds | 4 | -38/+29 |
2011-05-20 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -113/+126 |