Age | Commit message (Expand) | Author |
2014-10-31 | sparc64: Kill unnecessary tables and increase MAX_BANKS. | David S. Miller |
2014-10-31 | sparc64: sparse irq | bob picco |
2014-10-31 | sparc64: Adjust vmalloc region size based upon available virtual address bits. | David S. Miller |
2014-10-31 | sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53. | David S. Miller |
2014-10-31 | sparc64: Fix physical memory management regressions with large max_phys_bits. | David S. Miller |
2014-10-31 | sparc64: Adjust KTSB assembler to support larger physical addresses. | David S. Miller |
2014-10-31 | sparc64: Define VA hole at run time, rather than at compile time. | David S. Miller |
2014-10-31 | sparc64: Switch to 4-level page tables. | David S. Miller |
2014-10-31 | sparc64: T5 PMU | bob picco |
2014-10-31 | sparc64: correctly recognise M6 and M7 cpu type | Allen Pais |
2014-10-31 | sparc64: Add basic validations to {pud,pmd}_bad(). | David S. Miller |
2014-10-31 | sparc64: Use 'ILOG2_4MB' instead of constant '22'. | David S. Miller |
2014-10-31 | sparc64: Fix range check in kern_addr_valid(). | David S. Miller |
2014-10-31 | sparc64: Don't use _PAGE_PRESENT in pte_modify() mask. | David S. Miller |
2014-10-31 | sparc64: Fix hex values in comment above pte_modify(). | David S. Miller |
2014-10-31 | sparc64: Fix bugs in get_user_pages_fast() wrt. THP. | David S. Miller |
2014-10-31 | sparc64: Fix huge PMD invalidation. | David S. Miller |
2014-10-31 | Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines." | Dave Kleikamp |
2014-10-31 | sparc64: Encode huge PMDs using PTE encoding. | David S. Miller |
2014-10-31 | sparc64: Move to 64-bit PGDs and PMDs. | David S. Miller |
2014-10-31 | sparc64: Move from 4MB to 8MB huge pages. | David S. Miller |
2014-10-31 | sparc64: Make PAGE_OFFSET variable. | David S. Miller |
2014-10-31 | sparc64: Fix inconsistent max-physical-address defines. | David S. Miller |
2014-10-31 | sparc64: Document the shift counts used to validate linear kernel addresses. | David S. Miller |
2014-10-31 | sparc64: Define PAGE_OFFSET in terms of physical address bits. | David S. Miller |
2014-10-31 | sparc64: Clean up 64-bit mmap exclusion defines. | David S. Miller |
2014-10-31 | sparc64: Fix register corruption in top-most kernel stack frame during boot. | David S. Miller |
2014-10-31 | sparc64: Do not define thread fpregs save area as zero-length array. | David S. Miller |
2014-10-31 | sparc64: Fix FPU register corruption with AES crypto offload. | David S. Miller |
2014-10-31 | sparc64: Move request_irq() from ldc_bind() to ldc_alloc() | Sowmini Varadhan |
2014-10-31 | sparc64: sun4v TLB error power off events | bob picco |
2014-08-26 | sparc64: Guard against flushing openfirmware mappings. | David S. Miller |
2014-08-26 | sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus. | David S. Miller |
2014-08-26 | sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR... | David S. Miller |
2014-01-09 | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel |
2013-10-11 | compiler/gcc4: Add quirk for 'asm goto' miscompilation bug | Ingo Molnar |
2013-10-02 | sparc: remove deprecated IRQF_DISABLED | Michael Opdenacker |
2013-07-31 | sparc64: cleanup: Rename ret_from_syscall to ret_from_fork | Kirill Tkhai |
2013-07-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2013-07-13 | Safer ABI for O_TMPFILE | Al Viro |
2013-07-10 | net: rename busy poll socket op and globals | Eliezer Tamir |
2013-07-10 | sparc32, leon: Require separate snoop tags set to regard snooping to be enabled | Andreas Larsson |
2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-07-04 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds |
2013-07-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-07-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-07-01 | Merge tag 'v3.10' into next | Benjamin Herrenschmidt |
2013-06-29 | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n... | Al Viro |