aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-08-043-219/+23
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/crypto-2.6Herbert Xu2010-05-261757-38182/+89906
| |\
| * | crypto: des_s390 - Checkpatch cleanupAndrea Gelmini2010-05-261-1/+1
| * | crypto: des_s390: use generic weak key checkJan Glauber2010-05-212-28/+21
| * | crypto: des_s390: remove des3_ede128 modeJan Glauber2010-05-211-190/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-041-0/+6
|\ \ \
| * | | [SCSI] zfcp: Enable data division support for FCP devicesChristof Schmitt2010-07-281-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-045-15/+11
|\ \ \ \
| * | | | arch/um/drivers: remove duplicate structure field initializationJulia Lawall2010-07-211-8/+2
| * | | | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-1/+2
| * | | | x86: Drop CONFIG_MCORE2 check around setting of NET_IP_ALIGNAlexander Duyck2010-07-011-2/+0
| * | | | x86: Align skb w/ start of cacheline on newer core 2/Xeon ArchAlexander Duyck2010-06-301-0/+9
| * | | | net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet2010-06-152-6/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2010-08-041-0/+1
|\ \ \ \ \
| * | | | | x86, mce: Notify about corrected events tooBorislav Petkov2010-08-031-0/+1
* | | | | | parisc: pass through '\t' to early (iodc) consoleKyle McMartin2010-08-041-10/+2
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-08-049-47/+38
|\ \ \ \ \ \
| * | | | | | [CPUFREQ] Remove pointless printk from p4-clockmod.Dave Jones2010-08-031-6/+1
| * | | | | | [CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.cHolger Freyther2010-08-031-4/+4
| * | | | | | [CPUFREQ] Fix section mismatch for longhaul_cpu_init.Holger Freyther2010-08-032-16/+16
| * | | | | | [CPUFREQ] Fix section mismatch for longrun_cpu_init.Holger Freyther2010-08-031-3/+3
| * | | | | | [CPUFREQ] powernow-k8: Fix misleading variable namingBorislav Petkov2010-08-031-2/+2
| * | | | | | [CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-08-031-6/+3
| * | | | | | [CPUFREQ] arch/x86/kernel/cpu/cpufreq: use for_each_pci_dev()Kulikov Vasiliy2010-08-031-1/+1
| * | | | | | [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger2010-08-032-7/+4
| * | | | | | [CPUFREQ] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notificationThomas Renninger2010-08-031-2/+2
| * | | | | | [CPUFREQ] powernow-k8: On load failure, remind the user to enable support in ...Marti Raudsepp2010-08-031-0/+2
| * | | | | | [CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov2010-08-031-6/+5
| * | | | | | [CPUFREQ] Fix PCC driver error pathMatthew Garrett2010-08-031-8/+9
| * | | | | | [CPUFREQ] fix double freeing in error path of pcc-cpufreqDaniel J Blueman2010-08-031-12/+6
| * | | | | | [CPUFREQ] pcc driver should check for pcch method before calling _OSCMatthew Garrett2010-08-031-1/+5
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-08-041-14/+6
|\ \ \ \ \ \ \
| * | | | | | | Remove indirect read write api support.Sreedhara DS2010-08-031-14/+0
| * | | | | | | intel_scu_ipc: add definitions for vRTC related commandFeng Tang2010-08-031-0/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-08-0446-1992/+2729
|\ \ \ \ \ \ \
| * | | | | | | KVM: VMX: Fix host GDT.LIMIT corruptionAvi Kivity2010-08-021-0/+4
| * | | | | | | KVM: MMU: using __xchg_spte more smarterXiao Guangrong2010-08-021-2/+7
| * | | | | | | KVM: MMU: cleanup spte set and accssed/dirty trackingXiao Guangrong2010-08-021-9/+8
| * | | | | | | KVM: MMU: don't atomicly set spte if it's not presentXiao Guangrong2010-08-021-2/+3
| * | | | | | | KVM: MMU: fix page dirty tracking lost while sync pageXiao Guangrong2010-08-021-7/+3
| * | | | | | | KVM: MMU: fix broken page accessed tracking with ept enabledXiao Guangrong2010-08-021-2/+3
| * | | | | | | KVM: MMU: add missing reserved bits check in speculative pathXiao Guangrong2010-08-022-3/+11
| * | | | | | | KVM: MMU: fix mmu notifier invalidate handler for huge spteAndrea Arcangeli2010-08-021-2/+6
| * | | | | | | KVM: x86 emulator: fix xchg instruction emulationWei Yongjun2010-08-021-0/+4
| * | | | | | | KVM: x86: Call mask notifiers from picGleb Natapov2010-08-021-1/+11
| * | | | | | | KVM: x86: never re-execute instruction with enabled tdpGleb Natapov2010-08-021-0/+3
| * | | | | | | KVM: x86: emulator: inc/dec can have lock prefixGleb Natapov2010-08-021-2/+2
| * | | | | | | KVM: MMU: Eliminate redundant temporaries in FNAME(fetch)Avi Kivity2010-08-021-35/+24
| * | | | | | | KVM: MMU: Validate all gptes during fetch, not just those used for new pagesAvi Kivity2010-08-021-9/+24
| * | | | | | | KVM: MMU: Simplify spte fetch() functionAvi Kivity2010-08-021-44/+49