aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-13/+4
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-12/+21
2013-02-20sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler.David S. Miller1-9/+19
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2013-02-20sparc64: Fix tsb_grow() in atomic context.David S. Miller2-3/+2
2013-02-17sparc idle: rename pm_idle to sparc_idleLen Brown1-0/+1
2013-02-14burying unused conditionalsAl Viro1-3/+0
2013-02-13sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller1-8/+6
2013-02-03sparc: switch to use of generic old sigactionAl Viro1-1/+1
2013-02-03sparc: switch to generic sigaltstackAl Viro1-6/+0
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro2-0/+3
2013-02-03consolidate declarations of k_sigactionAl Viro1-4/+1
2013-01-23soreuseport: infrastructureTom Herbert1-1/+1
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+1
2013-01-12sparc: remove __devinit, __devexit annotationsSam Ravnborg2-4/+4
2012-12-28sparc: Hook up finit_module syscall.David S. Miller1-1/+2
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-7/+0
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro1-6/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+0
2012-12-18sparc64: Define pte_accessible()David S. Miller1-1/+7
2012-12-18sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp1-2/+8
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+1
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra' and 'arm/omap' into nextJoerg Roedel1-0/+1
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds9-26/+32
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+3
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-0/+1
2012-11-29unify default ptrace_signal_deliverAl Viro1-2/+0
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl Viro8-24/+32
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-11-23of/address: sparc: Declare of_iomap as an extern function for sparc againAndreas Larsson1-1/+4
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-23/+113
2012-11-17sparc: dma-mapping: support debug_dma_mapping_errorShuah Khan1-0/+1
2012-11-16Merge branch 'arch-microblaze' into no-rebasesAl Viro5-13/+85
2012-11-16Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro7-12/+47
2012-11-14Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman8-23/+113
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-09sparc: Support atomic64_dec_if_positive properly.David S. Miller1-1/+3
2012-11-09of/address: sparc: Declare of_address_to_resource() as an extern function for sparc againAndreas Larsson1-0/+5
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov1-0/+1
2012-10-28sparc: Wire up sys_kcmp.David S. Miller1-1/+2
2012-10-28sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller2-2/+47
2012-10-27sparc64: Use pause instruction when available.David S. Miller2-16/+29
2012-10-27sparc64: Fix cpu strand yielding.David S. Miller2-2/+8
2012-10-26sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller4-11/+29
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov1-0/+3
2012-10-17Merge tag 'uapi-fixes-20121017' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-0/+4