| Commit message (Expand) | Author | Age |
| ... | |
| * | | sparc32: Un-btfixup pmd_page and pte_pfn. | David S. Miller | 2012-05-12 |
| * | | sparc32: Un-btfixup {pte,pmd,pgd}_clear(). | David S. Miller | 2012-05-12 |
| * | | sparc32: Un-btfixup PGDIR_{SHIFT,SIZE,MASK} {USER_,}PTRS_PER_{PGD,PMD} | David S. Miller | 2012-05-12 |
| * | | sparc32: drop unused type/extern | Sam Ravnborg | 2012-05-12 |
| * | | sparc32: drop btfixup for check_pgt_cache | Sam Ravnborg | 2012-05-12 |
| * | | sparc32: drop btfixup for switch_mm | Sam Ravnborg | 2012-05-12 |
| * | | sparc32: code cleanup in floppy glue | Sam Ravnborg | 2012-05-12 |
| * | | sparc32: fix warning in floopy glue | Sam Ravnborg | 2012-05-12 |
| * | | sparc32: Trivial removal of sun4c references in comments. | David S. Miller | 2012-05-12 |
| * | | sparc32: Remove sun4 and sun4c from enum sparc_cpu. | David S. Miller | 2012-05-12 |
| * | | sparc32: Kill unused defines from asm/head_32.h | David S. Miller | 2012-05-11 |
| * | | sparc32: Remove some more sun4c code from floppy glue. | David S. Miller | 2012-05-11 |
| * | | sparc32: Remove ldXa and stXa defines, unused. | David S. Miller | 2012-05-11 |
| * | | sparc32: Remove sun4{,c} control reg definitions from contregs.h. | David S. Miller | 2012-05-11 |
| * | | sparc32: Kill asm/vac-ops.h | David S. Miller | 2012-05-11 |
| * | | sparc32: Put back SPARC_BRANCH. | David S. Miller | 2012-05-11 |
| * | | sparc32: Kill SUN4C_LOCK_{VADDR,END} and associated comment. | David S. Miller | 2012-05-11 |
| * | | sparc: Clear out unused asm/machines.h values. | David S. Miller | 2012-05-11 |
| * | | sparc32: Remove inline strncmp "optimization" for constant counts. | David S. Miller | 2012-05-11 |
| * | | sparc32: use inline versions of pgprot_noncached, pte_to_pgoff and pgoff_to_pte | Sam Ravnborg | 2012-05-11 |
| * | | sparc32: drop btfixup for alloc_thread_info_node/free_thread_info | Sam Ravnborg | 2012-05-11 |
| * | | sparc32: drop sun4c user stack checking routine | Sam Ravnborg | 2012-05-11 |
| * | | sparc32: delete pgtsun4c.h | Sam Ravnborg | 2012-05-11 |
| * | | sparc32: remove all uses of ARCH_SUN4C | Sam Ravnborg | 2012-05-11 |
| * | | sparc32: remove sun4c traps | Sam Ravnborg | 2012-05-11 |
| * | | sparc32: drop sun4c support | Sam Ravnborg | 2012-05-11 |
| * | | sparc32: generic clockevent support | Tkhai Kirill | 2012-04-15 |
| |/ |
|
| * | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2012-04-04 |
| |\ |
|
| | * | SPARC: adapt for dma_map_ops changes | Andrzej Pietrasiewicz | 2012-03-28 |
| * | | sparc: pgtable_64: change include order | Aaro Koskinen | 2012-04-01 |
| * | | sparc32: fix fallout from system.h removal | Sam Ravnborg | 2012-03-30 |
| * | | sparc: fix fallout from system.h split | Stephen Rothwell | 2012-03-29 |
| * | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 |
| |\ \ |
|
| | * | | sparc: Use generic posix_types.h | H. Peter Anvin | 2012-02-14 |
| | |/ |
|
| * | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 |
| |\ \ |
|
| | * | | Delete all instances of asm/system.h | David Howells | 2012-03-28 |
| | * | | Disintegrate asm/system.h for Sparc | David Howells | 2012-03-28 |
| * | | | powerpc+sparc/vio: Modernize driver registration | Benjamin Herrenschmidt | 2012-03-28 |
| * | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 2012-03-24 |
| |\ \ \ |
|
| | * | | | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 2012-03-04 |
| | | |/
| |/| |
|
| * | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-03-23 |
| |\ \ \ |
|
| | * | | | nmi watchdog: do not use cpp symbol in Kconfig | Cong Wang | 2012-03-23 |
| | | |/
| |/| |
|
| * | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-03-23 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | PCI: collapse pcibios_resource_to_bus | Bjorn Helgaas | 2012-02-23 |
| | * | | sparc/PCI: get rid of device resource fixups | Bjorn Helgaas | 2012-02-23 |
| | |/ |
|
| * | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-03-21 |
| |\ \ |
|
| | * | | irq_domain: Centralize definition of irq_dispose_mapping() | Grant Likely | 2012-02-26 |
| | |/ |
|
| * | | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2012-03-21 |
| |\ \ |
|
| | * | | highmem: kill all __kmap_atomic() | Cong Wang | 2012-03-20 |
| | |/ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-20 |
| |\ \ |
|