summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: update defconfigsH. Peter Anvin2008-08-272-227/+334
* x86: msr: fix bogus return values from rdmsr_safe/wrmsr_safeH. Peter Anvin2008-08-251-8/+8
* x86: cpuid: correct return value on partial operationsH. Peter Anvin2008-08-251-5/+9
* x86: msr: correct return value on partial operationsH. Peter Anvin2008-08-251-10/+18
* x86: cpuid: propagate error from smp_call_function_single()H. Peter Anvin2008-08-251-1/+4
* x86: msr: propagate errors from smp_call_function_single()H. Peter Anvin2008-08-253-19/+28
* smp: have smp_call_function_single() detect invalid CPUsH. Peter Anvin2008-08-251-3/+7
* x86: add X86_FEATURE_XMM4_2 definitionsAustin Zhang2008-08-251-0/+2
* x86: fix cpufreq + sched_clock() regressionPeter Zijlstra2008-08-251-1/+1
* Merge branch 'linus' into x86/urgentIngo Molnar2008-08-25422-4668/+4484
|\
| * Fix oops in acer_wmi driver (acer_wmi_init)Arjan van de Ven2008-08-231-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-2310-49/+149
| |\
| | * ipv6: protocol for address routesStephen Hemminger2008-08-231-0/+1
| | * icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev2008-08-232-19/+26
| | * pkt_sched: Fix qdisc list lockingJarek Poplawski2008-08-223-8/+42
| | * pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() raceJarek Poplawski2008-08-213-0/+13
| | * sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich2008-08-212-22/+67
| * | removed unused #include <linux/version.h>'sAdrian Bunk2008-08-2367-72/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-08-221-4/+6
| |\ \
| | * | crypto: authenc - Avoid using clobbered request pointerHerbert Xu2008-08-231-4/+6
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-08-222-3/+12
| |\ \ \
| | * | | ALSA: hda - Fix call of alc888_coef_init()Takashi Iwai2008-08-221-3/+3
| | * | | ALSA: hda_intel: enable snoop for nvidia HDA controllerPeer Chen2008-08-211-0/+9
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-08-2213-238/+460
| |\ \ \ \
| | * | | | ext4: Update documentation to remind users to update mke2fs.confTheodore Ts'o2008-07-271-0/+6
| | * | | | ext4: Fix small file fragmentationAneesh Kumar K.V2008-08-182-13/+61
| | * | | | ext4: Initialize writeback_index to 0 when allocating a new inodeAneesh Kumar K.V2008-08-191-0/+1
| | * | | | ext4: make sure ext4_has_free_blocks returns 0 for ENOSPCAneesh Kumar K.V2008-08-191-0/+3
| | * | | | ext4: journal credit fix for the delayed allocation's writepages() functionMingming Cao2008-08-192-24/+58
| | * | | | ext4: Rework the ext4_da_writepages() functionAneesh Kumar K.V2008-08-191-88/+113
| | * | | | ext4: journal credits reservation fixes for DIO, fallocateMingming Cao2008-08-193-27/+30
| | * | | | ext4: journal credits reservation fixes for extent file writepageMingming Cao2008-08-193-62/+49
| | * | | | ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao2008-08-193-34/+108
| | * | | | ext4: Fix bug where we return ENOSPC even though we have plenty of inodesEric Sandeen2008-08-191-1/+1
| | * | | | ext4: don't try to resize if there are no reserved gdt blocks leftJosef Bacik2008-08-191-1/+2
| | * | | | ext4: Use ext4_discard_reservations instead of mballoc-specific callTheodore Ts'o2008-08-161-1/+1
| | * | | | ext4: Fix ext4_dx_readdir hash collision handlingTheodore Ts'o2008-08-191-5/+15
| | * | | | ext4: Fix delalloc release block reservation for truncateMingming Cao2008-08-191-0/+21
| | * | | | ext4: Fix potential truncate BUG due to i_prealloc_list being non-emptyTheodore Ts'o2008-08-131-2/+3
| | * | | | ext4: Handle unwritten extent properly with delayed allocationAneesh Kumar K.V2008-08-191-2/+10
| * | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-08-221-1/+1
| |\ \ \ \ \
| | * | | | | sched: enable LB_BIAS by defaultPeter Zijlstra2008-08-211-1/+1
| * | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-08-221-0/+1
| |\ \ \ \ \ \
| | * | | | | | rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap2008-08-211-0/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-08-222-2/+9
| |\ \ \ \ \ \
| | * | | | | | nohz: fix wrong event handler after online an offlined cpuMiao Xie2008-08-212-2/+9
| | |/ / / / /
| * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-2223-99/+168
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-08-2214-126/+123
| |\ \ \ \ \ \ \
| | * | | | | | | [libata] pata_it821x: fix warningJeff Garzik2008-08-221-1/+1
| | * | | | | | | libata: Fix a large collection of DMA mode mismatchesAlan Cox2008-08-227-11/+33