Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | x86, mm: Unify zone_sizes_init() | Pekka Enberg | 2011-11-11 | 4 | -38/+25 | |
| | * | | | | | | | | | | | | | x86, mm: Prepare zone_sizes_init() for unification | Pekka Enberg | 2011-11-11 | 2 | -0/+7 | |
| | * | | | | | | | | | | | | | x86, mm: Use max_low_pfn for ZONE_NORMAL on 64-bit | Pekka Enberg | 2011-11-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | x86, mm: Wrap ZONE_DMA32 with CONFIG_ZONE_DMA32 | Pekka Enberg | 2011-11-11 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | x86, mm: Use max_pfn instead of highend_pfn | Pekka Enberg | 2011-11-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | x86, mm: Move zone init from paging_init() on 64-bit | Pekka Enberg | 2011-11-11 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | | x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bit | Pekka Enberg | 2011-11-11 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-01-12 | 15 | -119/+184 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | x86/PCI: Expand the x86_msi_ops to have a restore MSIs. | Konrad Rzeszutek Wilk | 2012-01-06 | 3 | -0/+11 | |
| | * | | | | | | | | | | | | | | x86/PCI: amd: factor out MMCONFIG discovery | Bjorn Helgaas | 2012-01-06 | 3 | -31/+44 | |
| | * | | | | | | | | | | | | | | x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus() | Bjorn Helgaas | 2012-01-06 | 4 | -35/+45 | |
| | * | | | | | | | | | | | | | | x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented() | Bjorn Helgaas | 2012-01-06 | 3 | -6/+1 | |
| | * | | | | | | | | | | | | | | x86/PCI: read Broadcom CNB20LE host bridge info before PCI scan | Bjorn Helgaas | 2012-01-06 | 1 | -23/+39 | |
| | * | | | | | | | | | | | | | | x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS] | Andreas Herrmann | 2012-01-06 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | PCI: x86: use generic pcibios_set_master() | Myron Stowe | 2012-01-06 | 1 | -14/+0 | |
| | * | | | | | | | | | | | | | | PCI: Pull PCI 'latency timer' setup up into the core | Myron Stowe | 2012-01-06 | 2 | -8/+0 | |
| | * | | | | | | | | | | | | | | x86/PCI: Ignore CPU non-addressable _CRS reserved memory resources | Gary Hade | 2012-01-06 | 1 | -2/+16 | |
| | * | | | | | | | | | | | | | | PCI: Add Thinkpad SL510 to pci=nocrs blacklist | Dave Jones | 2012-01-06 | 1 | -0/+10 | |
| | * | | | | | | | | | | | | | | PCI: Add Dell Studio 1557 to pci=nocrs blacklist | Dave Jones | 2012-01-06 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | | | PCI: add set_nouse_crs for use by a pci=nocrs blacklist | Dave Jones | 2012-01-06 | 1 | -0/+7 | |
| | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-01-11 | 6 | -0/+2754 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefs | Jussi Kivilinna | 2011-12-20 | 1 | -40/+0 | |
| | * | | | | | | | | | | | | | crypto: twofish-x86_64-3way - remove unneeded LRW/XTS #ifdefs | Jussi Kivilinna | 2011-12-20 | 1 | -32/+0 | |
| | * | | | | | | | | | | | | | crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modes | Jussi Kivilinna | 2011-11-21 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | crypto: serpent-sse2 - add xts support | Jussi Kivilinna | 2011-11-21 | 1 | -2/+178 | |
| | * | | | | | | | | | | | | | crypto: serpent-sse2 - add lrw support | Jussi Kivilinna | 2011-11-21 | 1 | -0/+211 | |
| | * | | | | | | | | | | | | | crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation | Jussi Kivilinna | 2011-11-21 | 3 | -0/+671 | |
| | * | | | | | | | | | | | | | crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation | Jussi Kivilinna | 2011-11-21 | 4 | -0/+1514 | |
| | * | | | | | | | | | | | | | crypto: twofish-x86_64-3way - add xts support | Jussi Kivilinna | 2011-11-09 | 1 | -2/+117 | |
| | * | | | | | | | | | | | | | crypto: twofish-x86_64-3way - add lrw support | Jussi Kivilinna | 2011-11-09 | 1 | -0/+135 | |
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2012-01-11 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | lib: move GENERIC_IOMAP to lib/Kconfig | Michael S. Tsirkin | 2011-11-24 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | | Merge branch 'akpm' (aka "Andrew's patch-bomb") | Linus Torvalds | 2012-01-11 | 2 | -5/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | signal: add block_sigmask() for adding sigmask to current->blocked | Matt Fleming | 2012-01-11 | 1 | -5/+1 | |
| | * | | | | | | | | | | | | | | fs: binfmt_elf: create Kconfig variable for PIE randomization | David Daney | 2012-01-11 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu | Linus Torvalds | 2012-01-10 | 2 | -0/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next | Joerg Roedel | 2012-01-09 | 2 | -0/+12 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | iommu: Add option to group multi-function devices | Alex Williamson | 2011-11-15 | 2 | -0/+12 | |
| | | | |_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-01-10 | 2 | -5/+43 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'v3.2-rc3' into stable/for-linus-3.3 | Konrad Rzeszutek Wilk | 2011-12-20 | 19 | -41/+246 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | xen/granttable: Grant tables V2 implementation | Annie Li | 2011-11-22 | 1 | -1/+38 | |
| | * | | | | | | | | | | | | | | | xen/granttable: Introducing grant table V2 stucture | Annie Li | 2011-11-22 | 1 | -4/+3 | |
| | * | | | | | | | | | | | | | | | xen: Make XEN_MAX_DOMAIN_MEMORY have more sensible defaults | Maxim Uvarov | 2011-11-21 | 1 | -1/+3 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2012-01-10 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-01-10 | 23 | -1638/+2137 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | KVM: x86 emulator: implement RDPMC (0F 33) | Avi Kivity | 2011-12-27 | 3 | -1/+20 | |
| | * | | | | | | | | | | | | | | | KVM: x86 emulator: fix RDPMC privilege check | Avi Kivity | 2011-12-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | KVM: Expose the architectural performance monitoring CPUID leaf | Gleb Natapov | 2011-12-27 | 1 | -1/+29 | |
| | * | | | | | | | | | | | | | | | KVM: VMX: Intercept RDPMC | Avi Kivity | 2011-12-27 | 1 | -1/+14 | |
| | * | | | | | | | | | | | | | | | KVM: SVM: Intercept RDPMC | Avi Kivity | 2011-12-27 | 1 | -0/+15 |