Age | Commit message (Expand) | Author | Files | Lines |
2015-06-16 | ia64: don't use module_init for non-modular core kernel/mca.c code | Paul Gortmaker | 1 | -2/+1 |
2015-06-16 | ia64: Use setup_timer | Vaishali Thakkar | 1 | -4/+2 |
2015-06-16 | ia64: export flush_icache_range for module use | Luis R. Rodriguez | 1 | -0/+3 |
2015-06-11 | ia64: remove paravirt code | Luis R. Rodriguez | 33 | -3317/+68 |
2015-06-08 | PCI: Remove unused pci_dma_burst_advice() | Bjorn Helgaas | 1 | -19/+0 |
2015-06-08 | PCI: Remove unused pcibios_select_root() (again) | Bjorn Helgaas | 1 | -13/+0 |
2015-06-03 | Merge branch 'locking/core' into x86/core, to prepare for dependent patch | Ingo Molnar | 2 | -8/+1 |
2015-06-03 | Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/... | Ingo Molnar | 2 | -13/+19 |
2015-06-02 | ia64: make cpu_callin_map non-volatile. | Rusty Russell | 1 | -1/+2 |
2015-06-02 | Merge branch 'linus' into sched/core, to resolve conflict | Ingo Molnar | 1 | -3/+10 |
2015-05-28 | e820, efi: add ACPI 6.0 persistent memory types | Dan Williams | 1 | -0/+4 |
2015-05-28 | PCI / ACPI: Do not set ACPI companions for host bridges with parents | Rafael J. Wysocki | 1 | -3/+10 |
2015-05-27 | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() | Bartosz Golaszewski | 1 | -1/+1 |
2015-05-19 | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 1 | -1/+0 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -2/+2 |
2015-05-19 | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 1 | -6/+1 |
2015-05-19 | locking/arch: Add WRITE_ONCE() to set_mb() | Peter Zijlstra | 1 | -1/+1 |
2015-05-13 | arch: Remove __ARCH_HAVE_CMPXCHG | Thomas Gleixner | 1 | -2/+0 |
2015-05-11 | Merge branch 'x86/asm' into x86/apic, to resolve a conflict | Ingo Molnar | 4 | -6/+4 |
2015-05-05 | remove <asm/scatterlist.h> | Christoph Hellwig | 1 | -1/+1 |
2015-04-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2015-04-24 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -1/+2 |
2015-04-24 | iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit | Jiang Liu | 2 | -13/+19 |
2015-04-22 | Merge tag 'pci-v4.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+1 |
2015-04-21 | ia64/PCI: Treat all host bridge Address Space Descriptors (even consumers) as... | Bjorn Helgaas | 1 | -4/+1 |
2015-04-20 | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 12 | -83/+82 |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -27/+0 |
2015-04-15 | VFS: assorted weird filesystems: d_inode() annotations | David Howells | 1 | -1/+1 |
2015-04-15 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+1 |
2015-04-15 | ia64: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 6 | -31/+23 |
2015-04-12 | arch: Remove exec_domain from remaining archs | Richard Weinberger | 1 | -2/+0 |
2015-04-12 | ia64: Remove Linux/x86 exec domain support | Richard Weinberger | 1 | -25/+0 |
2015-04-02 | kbuild: ia64: use $(src)/Makefile.gate rather than particular path | Masahiro Yamada | 1 | -1/+1 |
2015-04-02 | kbuild: use relative path to include Makefile | Masahiro Yamada | 1 | -1/+1 |
2015-03-26 | ACPI / processor: Introduce phys_cpuid_t for CPU hardware ID | Catalin Marinas | 1 | -1/+1 |
2015-03-25 | ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT | Graeme Gregory | 1 | -0/+1 |
2015-03-19 | PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) | Yijing Wang | 1 | -0/+2 |
2015-03-10 | ia64: remove deprecated cpus_ usage. | Rusty Russell | 1 | -2/+2 |
2015-03-05 | ia64: fix up obsolete cpu function usage. | Rusty Russell | 11 | -72/+75 |
2015-03-05 | ia64: Use for_each_cpu_and() and cpumask_any_and() instead of temp var. | Rusty Russell | 2 | -9/+5 |
2015-02-18 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+6 |
2015-02-14 | ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 1 | -4/+2 |
2015-02-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+0 |
2015-02-13 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2 | -5/+1 |
2015-02-12 | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 1 | -1/+1 |
2015-02-12 | mm/hugetlb: reduce arch dependent code around follow_huge_* | Naoya Horiguchi | 1 | -6/+0 |
2015-02-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -20/+5 |
2015-02-11 | ia64: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 1 | -20/+5 |
2015-02-10 | Merge branches 'acpi-doc', 'acpi-pm', 'acpi-pcc' and 'acpi-tables' | Rafael J. Wysocki | 1 | -6/+0 |
2015-02-10 | Merge branch 'acpica' | Rafael J. Wysocki | 2 | -10/+10 |