Age | Commit message (Expand) | Author | Files | Lines |
2014-06-05 | hugetlb: restrict hugepage_migration_support() to x86_64 | Naoya Horiguchi | 1 | -5/+0 |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -18/+6 |
2014-06-02 | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -12/+1 |
2014-05-29 | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2 | -10/+0 |
2014-05-28 | PCI: Turn pcibios_penalize_isa_irq() into a weak function | Hanjun Guo | 2 | -10/+0 |
2014-05-28 | sparc/PCI: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-21 | sparc64: fix format string mismatch in arch/sparc/kernel/sysfs.c | Toralf Förster | 1 | -1/+1 |
2014-05-17 | sparc64: Add membar to Niagara2 memcpy code. | David S. Miller | 1 | -0/+1 |
2014-05-09 | sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus. | David S. Miller | 2 | -3/+17 |
2014-05-07 | sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr... | David S. Miller | 1 | -15/+1 |
2014-05-04 | sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR... | David S. Miller | 1 | -3/+6 |
2014-05-04 | sparc64: Add basic validations to {pud,pmd}_bad(). | David S. Miller | 1 | -15/+31 |
2014-05-04 | sparc64: Use 'ILOG2_4MB' instead of constant '22'. | David S. Miller | 4 | -10/+10 |
2014-05-04 | sparc64: Fix range check in kern_addr_valid(). | David S. Miller | 1 | -1/+1 |
2014-05-04 | sparc64: Fix top-level fault handling bugs. | David S. Miller | 1 | -30/+52 |
2014-05-04 | sparc64: Handle 32-bit tasks properly in compute_effective_address(). | David S. Miller | 1 | -3/+9 |
2014-05-04 | sparc64: Don't use _PAGE_PRESENT in pte_modify() mask. | David S. Miller | 1 | -4/+4 |
2014-05-04 | sparc64: Fix hex values in comment above pte_modify(). | David S. Miller | 1 | -2/+2 |
2014-05-04 | sparc64: Fix bugs in get_user_pages_fast() wrt. THP. | David S. Miller | 2 | -2/+2 |
2014-05-04 | sparc64: Fix huge PMD invalidation. | David S. Miller | 3 | -15/+17 |
2014-05-04 | sparc64: Fix executable bit testing in set_pmd_at() paths. | David S. Miller | 1 | -6/+9 |
2014-05-04 | sparc64: Normalize NMI watchdog logging and behavior. | David S. Miller | 1 | -16/+5 |
2014-05-02 | sparc64: Make itc_sync_lock raw | Kirill Tkhai | 1 | -3/+3 |
2014-05-02 | sparc64: Fix argument sign extension for compat_sys_futex(). | David S. Miller | 1 | -1/+1 |
2014-04-18 | arch,sparc: Convert smp_mb__*() | Peter Zijlstra | 5 | -18/+6 |
2014-04-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -0/+1 |
2014-04-08 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+5 |
2014-04-04 | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2 | -0/+3 |
2014-04-03 | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -5/+1 |
2014-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+3 |
2014-04-02 | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+0 |
2014-04-01 | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+1 |
2014-04-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2014-03-31 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -12/+0 |
2014-03-31 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -5/+6 |
2014-03-31 | net: filter: add jited flag to indicate jit compiled filters | Daniel Borkmann | 1 | -1/+2 |
2014-03-26 | net: Rename skb->rxhash to skb->hash | Tom Herbert | 1 | -1/+1 |
2014-03-24 | sparc64: Make sure %pil interrupts are enabled during hypervisor yield. | David S. Miller | 1 | -1/+3 |
2014-03-20 | audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL | AKASHI Takahiro | 1 | -0/+1 |
2014-03-20 | sparc, sysfs: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -1/+5 |
2014-03-20 | sparc/PCI: Use default pcibios_enable_device() (Leon only) | Bjorn Helgaas | 1 | -5/+0 |
2014-03-19 | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} | Viresh Kumar | 1 | -2/+1 |
2014-03-17 | sparc64:tsb.c:use array size macro rather than number | Doug Wilson | 1 | -1/+1 |
2014-03-17 | sparc64: don't treat 64-bit syscall return codes as 32-bit | Dave Kleikamp | 1 | -2/+2 |
2014-03-12 | Merge branch 'irq/for-gpio' into irq/core | Thomas Gleixner | 2 | -1/+3 |
2014-03-11 | sparc64, sched: Remove unused sparc64_multi_core | Bjorn Helgaas | 4 | -10/+0 |
2014-03-11 | sched: Remove unused mc_capable() and smt_capable() | Bjorn Helgaas | 1 | -2/+0 |
2014-03-07 | ftrace: Do not pass data to ftrace_dyn_arch_init | Jiri Slaby | 1 | -1/+1 |
2014-03-07 | ftrace: Pass retval through return in ftrace_dyn_arch_init() | Jiri Slaby | 1 | -4/+0 |
2014-03-04 | sparc: Use the core irq stats function | Thomas Gleixner | 1 | -1/+1 |