| Commit message (Expand) | Author | Age |
* | alpha: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 2013-11-14 |
* | openrisc: add missing pgtable_page_ctor/dtor calls | Kirill A. Shutemov | 2013-11-14 |
* | mn10300: add missing pgtable_page_ctor/dtor calls | Kirill A. Shutemov | 2013-11-14 |
* | microblaze: add missing pgtable_page_ctor/dtor calls | Kirill A. Shutemov | 2013-11-14 |
* | xtensa: fix potential NULL-pointer dereference | Kirill A. Shutemov | 2013-11-14 |
* | m32r: fix potential NULL-pointer dereference | Kirill A. Shutemov | 2013-11-14 |
* | cris: fix potential NULL-pointer dereference | Kirill A. Shutemov | 2013-11-14 |
* | x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmds | Kirill A. Shutemov | 2013-11-14 |
* | x86, mm: enable split page table lock for PMD level | Kirill A. Shutemov | 2013-11-14 |
* | mm, thp: do not access mm->pmd_huge_pte directly | Kirill A. Shutemov | 2013-11-14 |
* | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS | Kirill A. Shutemov | 2013-11-14 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-14 |
|\ |
|
| * | x86/microcode/amd: Tone down printk(), don't treat a missing firmware file as... | Thomas Renninger | 2013-11-12 |
| * | x86/dumpstack: Fix printk_address for direct addresses | Jiri Slaby | 2013-11-12 |
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-11-14 |
|\ \ |
|
| * | | seqcount: Add lockdep functionality to seqcount/seqlock structures | John Stultz | 2013-11-06 |
| * | | Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f... | Ingo Molnar | 2013-11-06 |
| |\ \ |
|
| * \ \ | Merge tag 'v3.12' into core/locking to pick up mutex upates | Ingo Molnar | 2013-11-06 |
| |\ \ \ |
|
| * | | | | x86/locking/kconfig: Update paravirt spinlock Kconfig description | Raghavendra K T | 2013-10-26 |
| * | | | | lockdep, x86/alternatives: Drop ancient lockdep fixup message | Borislav Petkov | 2013-09-28 |
* | | | | | Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-11-14 |
|\ \ \ \ \ |
|
| * | | | | | x86, trace: Change user|kernel_page_fault to page_fault_user|kernel | H. Peter Anvin | 2013-11-11 |
| * | | | | | x86, trace: Add page fault tracepoints | Seiji Aguchi | 2013-11-08 |
| * | | | | | x86, trace: Delete __trace_alloc_intr_gate() | Seiji Aguchi | 2013-11-08 |
| * | | | | | x86, trace: Register exception handler to trace IDT | Seiji Aguchi | 2013-11-08 |
| * | | | | | x86, trace: Remove __alloc_intr_gate() | Seiji Aguchi | 2013-11-08 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds | 2013-11-14 |
|\ \ \ \ \ |
|
| * | | | | | video: atmel_lcdfb: pass the pdata as params | Jean-Christophe PLAGNIOL-VILLARD | 2013-09-27 |
| * | | | | | video: atmel_lcdfb: fix platform data struct | Jean-Christophe PLAGNIOL-VILLARD | 2013-09-27 |
| * | | | | | ARM: mmp: remove the legacy rbswap setting for ttc_dkb platform | Jett.Zhou | 2013-09-20 |
* | | | | | | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-11-14 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2013-11-07 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq() | Konrad Rzeszutek Wilk | 2013-11-06 |
| * | | | | | | | Merge branch 'pci/yijing-pci_is_pcie-v2' into next | Bjorn Helgaas | 2013-11-04 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | powerpc/pci: Use pci_is_pcie() to simplify code [fix] | Yijing Wang | 2013-11-04 |
| * | | | | | | | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2013-10-31 |
| |\ \ \ \ \ \ \ \
| | | |/ / / / / /
| | |/| | | | | | |
|
| | * | | | | | | | mn10300/PCI: Remove useless pcibios_last_bus | Bjorn Helgaas | 2013-10-29 |
| | * | | | | | | | frv/PCI: Remove pcibios_last_bus | Bjorn Helgaas | 2013-10-29 |
| | * | | | | | | | x86/PCI: Coalesce multiple overlapping host bridge windows | Alexey Neyman | 2013-10-10 |
| | * | | | | | | | mn10300/PCI: Remove unused pci_mem_start | Myron Stowe | 2013-10-07 |
| | * | | | | | | | cris/PCI: Remove unused pci_mem_start | Myron Stowe | 2013-10-07 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | Merge branch 'pci/yijing-mps-v1' into next | Bjorn Helgaas | 2013-10-31 |
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| | * | | | | | | tile/PCI: use cached pci_dev->pcie_mpss to simplify code | Yijing Wang | 2013-09-24 |
| | |/ / / / / |
|
| * | | | | | | powerpc/pci: Use pci_is_pcie() to simplify code | Yijing Wang | 2013-09-23 |
| * | | | | | | x86/pci: Use cached pci_dev->pcie_cap to simplify code | Yijing Wang | 2013-09-23 |
| |/ / / / / |
|
* | | | | | | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-11-13 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2013-11-07 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | ARM: vexpress/TC2: register vexpress-spc cpufreq device | Sudeep KarkadaNagesha | 2013-10-29 |
| | * | | | | | | ARM: vexpress/TC2: add cpu clock support | Sudeep KarkadaNagesha | 2013-10-29 |
| | * | | | | | | ARM: vexpress/TC2: add support for CPU DVFS | Sudeep KarkadaNagesha | 2013-10-29 |