summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-213-9/+0Star
|\
| * unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-201-6/+0Star
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-202-3/+0Star
* | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+1
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-161-0/+1
| |\ \ \ \ \
| | * | | | | sparc: dma-mapping: support debug_dma_mapping_errorShuah Khan2012-11-171-0/+1
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-12-207-12/+67
|\ \ \ \ \ \
| * | | | | | sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code.David S. Miller2012-12-201-0/+3
| * | | | | | sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code.David S. Miller2012-12-201-0/+6
| * | | | | | sparc64: Fix ECB looping constructs in AES code.David S. Miller2012-12-201-0/+1
| * | | | | | sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code.David S. Miller2012-12-201-0/+4
| * | | | | | sparc64: Fix AES ctr mode block size.David S. Miller2012-12-201-3/+24
| * | | | | | sparc64: Fix unrolled AES 256-bit key loops.David S. Miller2012-12-201-6/+14
| * | | | | | sparc64: Define pte_accessible()David S. Miller2012-12-191-1/+7
| * | | | | | sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp2012-12-191-2/+8
* | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-4/+0Star
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-4/+0Star
| | |_|_|/ / | |/| | | |
* | | | | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-182-14/+1Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-132-0/+20
|\ \ \ \ \ \
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-252-4/+5
| |\| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-1834-84/+280
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | sparc: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann2012-11-061-0/+19
| * | | | | | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-1221-385/+160Star
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | unify default ptrace_signal_deliverAl Viro2012-11-291-2/+0Star
| * | | | | flagday: kill pt_regs argument of do_fork()Al Viro2012-11-292-4/+2Star
| * | | | | flagday: don't pass regs to copy_thread()Al Viro2012-11-292-5/+4Star
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-2920-376/+156Star
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-1723-26/+166
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro2012-11-1718-90/+317
| | |\ \ \ \ \
| | * | | | | | sparc32: switch to generic sys_execve()Al Viro2012-10-174-49/+4Star
| | * | | | | | sparc32: switch to generic kernel_execve()Al Viro2012-10-174-27/+13Star
| | * | | | | | sparc32: switch to generic kernel_thread()Al Viro2012-10-174-81/+56Star
| | * | | | | | sparc32: bury the remnants of LOWSYS tricksAl Viro2012-10-171-13/+2Star
| | * | | | | | sparc64: convert to generic execveAl Viro2012-10-176-71/+12Star
| | * | | | | | sparc64: switch to generic kernel_execve()Al Viro2012-10-153-27/+6Star
| | * | | | | | sparc64: take fprs_write() and friends to start_thread()Al Viro2012-10-153-13/+9Star
| | * | | | | | sparc64: switch to generic kernel_thread()Al Viro2012-10-155-82/+42Star
| | * | | | | | sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro2012-10-159-30/+29Star
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-121-0/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-123-229/+72Star
|\ \ \ \ \ \ \
| * | | | | | | arch/sparc/kernel/sys_sparc_64.c: s/COLOUR/COLOR/Andrew Morton2012-12-121-3/+3
| * | | | | | | mm: use vm_unmapped_area() in hugetlbfs on sparc64 architectureMichel Lespinasse2012-12-121-94/+30Star
| * | | | | | | mm: use vm_unmapped_area() on sparc64 architectureMichel Lespinasse2012-12-121-114/+30Star
| * | | | | | | mm: use vm_unmapped_area() on sparc32 architectureMichel Lespinasse2012-12-121-18/+9Star
* | | | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman2012-11-1434-84/+280
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov2012-10-251-0/+3
| | |_|/ / / / | |/| | | | |