Age | Commit message (Expand) | Author | Files | Lines |
2012-07-26 | sparc32: centralize all mmu context handling in srmmu.c | Sam Ravnborg | 6 | -71/+63 |
2012-07-26 | sparc32: drop quicklist | Sam Ravnborg | 2 | -15/+0 |
2012-07-26 | sparc32: drop sparc model check in paging_init | Sam Ravnborg | 1 | -13/+1 |
2012-07-26 | sparc32: drop sparc_unmapped_base | Sam Ravnborg | 2 | -4/+1 |
2012-07-26 | sparc32,leon: drop leon_init() | Sam Ravnborg | 3 | -19/+0 |
2012-07-26 | sparc32: drop fixmap.h | Sam Ravnborg | 4 | -30/+26 |
2012-07-26 | sparc32: fixmap.h cleanup | Sam Ravnborg | 1 | -89/+5 |
2012-07-26 | sparc32: drop unused kmap_atomic_to_page | Sam Ravnborg | 2 | -19/+0 |
2012-07-26 | sparc32: drop swapper_pg_dir | Sam Ravnborg | 2 | -4/+3 |
2012-07-26 | sparc32: beautify srmmu_inherit_prom_mappings() | Sam Ravnborg | 1 | -10/+16 |
2012-07-26 | sparc32: use void * in nocache get/free | Sam Ravnborg | 2 | -35/+42 |
2012-07-26 | sparc32: fix coding-style in srmmu.c | Sam Ravnborg | 1 | -68/+64 |
2012-07-26 | sparc32: sort includes in srmmu.c | Sam Ravnborg | 1 | -21/+21 |
2012-07-26 | sparc32: define a few srmmu functions __init | Sam Ravnborg | 1 | -2/+2 |
2012-07-09 | sparc64: remove unused function straddles_64bit_va_hole() | Kirill Tkhai | 1 | -17/+0 |
2012-06-27 | sparc32: Remove superfluous extern declarations for prom_*() functions | Geert Uytterhoeven | 1 | -3/+0 |
2012-06-27 | sparc: Correct comments about prom_init() return values | Geert Uytterhoeven | 2 | -4/+4 |
2012-06-27 | sparc/PCI: remove unused pcibios_assign_resource() definition | Bjorn Helgaas | 1 | -5/+0 |
2012-06-27 | sparc64: Consistently use fsrc2 rather than fmovd in optimized asm. | David S. Miller | 3 | -66/+66 |
2012-06-24 | Fix typo in printed messages | Anatol Pomozov | 1 | -1/+1 |
2012-06-11 | sparc: remove two unused headers | Paul Bolle | 2 | -126/+0 |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -84/+37 |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -14/+2 |
2012-06-01 | new helper: signal_delivered() | Al Viro | 3 | -6/+3 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 3 | -12/+0 |
2012-06-01 | set_restore_sigmask() is never called without SIGPENDING (and never should be) | Al Viro | 1 | -1/+1 |
2012-06-01 | TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set | Al Viro | 2 | -3/+2 |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 3 | -37/+9 |
2012-06-01 | new helper: sigmask_to_save() | Al Viro | 2 | -14/+4 |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 3 | -12/+3 |
2012-06-01 | new helpers: {clear,test,test_and_clear}_restore_sigmask() | Al Viro | 1 | -0/+16 |
2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -4/+0 |
2012-05-30 | ia64, sparc64: convert wrappers around do_mremap() to sys_mremap() | Al Viro | 1 | -9/+2 |
2012-05-30 | bury __kernel_nlink_t, make internal nlink_t consistent | Al Viro | 1 | -5/+0 |
2012-05-29 | sparc: fix sparc64 build due to leon.h inclusion | Sam Ravnborg | 2 | -1/+1 |
2012-05-29 | sparc32: remove unused variable in head_32.S | Sam Ravnborg | 1 | -8/+0 |
2012-05-29 | sparc32,leon: fix leon bootup | Sam Ravnborg | 1 | -32/+41 |
2012-05-28 | sparc32: Export leon_dma_ops to modules. | David S. Miller | 1 | -1/+2 |
2012-05-27 | sparc32: support leon + sun in dma_make_coherent() | Sam Ravnborg | 1 | -8/+4 |
2012-05-27 | sparc32,leon: always support leon in ioport | Sam Ravnborg | 2 | -11/+9 |
2012-05-27 | sparc32,leon: always include leon_pmc in build | Sam Ravnborg | 2 | -7/+10 |
2012-05-27 | sparc32: refactor cpu_idle() | Sam Ravnborg | 1 | -30/+5 |
2012-05-27 | sparc32: srmmu_probe now knows about leon too | Sam Ravnborg | 4 | -23/+23 |
2012-05-27 | sparc32: drop LEON hack for ASI_M_MMUREGS | Sam Ravnborg | 1 | -4/+0 |
2012-05-27 | sparc32: introduce run-time patching of srmmu access functions | Sam Ravnborg | 3 | -61/+90 |
2012-05-27 | sparc32: introduce support for run-time patching for all shared assembler code | Sam Ravnborg | 5 | -29/+59 |
2012-05-27 | sparc32,leon: fix section mismatch warning | Sam Ravnborg | 1 | -2/+2 |
2012-05-27 | sparc32,leon: always include leon_smp + leon_mm in build | Sam Ravnborg | 6 | -28/+2 |
2012-05-27 | sparc32,leon: always include leon_kernel in build | Sam Ravnborg | 3 | -7/+1 |
2012-05-27 | sparc32,leon: clean up leon.h | Sam Ravnborg | 3 | -65/+4 |