Age | Commit message (Expand) | Author | Files | Lines |
2013-03-11 | sparc64: correctly recognize SPARC64-X chips | Allen Pais | 1 | -0/+1 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+0 |
2013-02-26 | default SET_PERSONALITY() in linux/elf.h | Al Viro | 1 | -3/+0 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -13/+2 |
2013-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 3 | -12/+21 |
2013-02-21 | sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler. | David S. Miller | 1 | -9/+19 |
2013-02-20 | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2013-02-20 | sparc64: Fix tsb_grow() in atomic context. | David S. Miller | 2 | -3/+2 |
2013-02-18 | sparc idle: rename pm_idle to sparc_idle | Len Brown | 1 | -0/+1 |
2013-02-14 | burying unused conditionals | Al Viro | 1 | -3/+0 |
2013-02-14 | sparc64: Fix get_user_pages_fast() wrt. THP. | David S. Miller | 1 | -8/+6 |
2013-02-04 | sparc: switch to generic sigaltstack | Al Viro | 1 | -6/+0 |
2013-02-04 | consolidate kernel-side struct sigaction declarations | Al Viro | 1 | -0/+1 |
2013-02-04 | consolidate declarations of k_sigaction | Al Viro | 1 | -4/+1 |
2013-01-04 | SPARC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2 | -4/+4 |
2012-12-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
2012-12-20 | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2012-12-20 | Bury the conditionals from kernel_thread/kernel_execve series | Al Viro | 1 | -1/+0 |
2012-12-19 | sparc64: Define pte_accessible() | David S. Miller | 1 | -1/+7 |
2012-12-19 | sparc: huge_ptep_set_* functions need to call set_huge_pte_at() | Dave Kleikamp | 1 | -2/+8 |
2012-12-18 | compat: generic compat_sys_sched_rr_get_interval() implementation | Catalin Marinas | 1 | -0/+1 |
2012-12-16 | Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'... | Joerg Roedel | 1 | -0/+1 |
2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 9 | -26/+32 |
2012-12-08 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -0/+1 |
2012-11-29 | unify default ptrace_signal_deliver | Al Viro | 1 | -2/+0 |
2012-11-29 | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc... | Al Viro | 8 | -24/+32 |
2012-11-24 | of/address: sparc: Declare of_iomap as an extern function for sparc again | Andreas Larsson | 1 | -1/+4 |
2012-11-17 | sparc: dma-mapping: support debug_dma_mapping_error | Shuah Khan | 1 | -0/+1 |
2012-11-17 | Merge branch 'arch-microblaze' into no-rebases | Al Viro | 4 | -12/+83 |
2012-11-17 | Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparc | Al Viro | 5 | -11/+38 |
2012-11-14 | tracing,x86: Add a TSC trace_clock | David Sharp | 1 | -0/+1 |
2012-11-10 | sparc: Support atomic64_dec_if_positive properly. | David S. Miller | 1 | -1/+3 |
2012-11-10 | of/address: sparc: Declare of_address_to_resource() as an extern function for... | Andreas Larsson | 1 | -0/+5 |
2012-10-29 | sparc64: Improvde documentation and readability of atomic backoff code. | David S. Miller | 2 | -2/+47 |
2012-10-28 | sparc64: Use pause instruction when available. | David S. Miller | 2 | -16/+29 |
2012-10-28 | sparc64: Fix cpu strand yielding. | David S. Miller | 2 | -2/+8 |
2012-10-27 | sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads. | David S. Miller | 3 | -10/+24 |
2012-10-17 | sparc32: switch to generic sys_execve() | Al Viro | 2 | -5/+1 |
2012-10-17 | sparc32: switch to generic kernel_execve() | Al Viro | 1 | -0/+3 |
2012-10-17 | sparc32: switch to generic kernel_thread() | Al Viro | 1 | -1/+0 |
2012-10-17 | sparc64: convert to generic execve | Al Viro | 2 | -0/+3 |
2012-10-16 | sparc64: Add global PMU register dumping via sysrq. | David S. Miller | 2 | -1/+14 |
2012-10-15 | sparc64: take fprs_write() and friends to start_thread() | Al Viro | 1 | -0/+9 |
2012-10-15 | sparc64: switch to generic kernel_thread() | Al Viro | 2 | -2/+3 |
2012-10-15 | sparc64: clear syscall_noerror on the entry to syscall, not on the exit | Al Viro | 4 | -19/+16 |
2012-10-15 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -24/+1 |
2012-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 1 | -0/+5 |
2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -1/+5 |
2012-10-11 | sparc64: Fix deficiencies in sun4v error reporting. | David S. Miller | 1 | -0/+5 |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -6/+1 |