summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-244-117/+7
|\
| * Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas2012-07-101-88/+1
| |\
| | * sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases()Bjorn Helgaas2012-07-101-88/+1
| * | Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-053-21/+0
| |\ \
| | * | sparc/PCI: factor out pcibios_setup()Myron Stowe2012-07-053-21/+0
| | |/
| * | Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2012-06-221-5/+0
| |\ \
| | * | sparc/PCI: remove unused pcibios_assign_resource() definitionBjorn Helgaas2012-06-151-5/+0
| | |/
| * | sparc/PCI: register busn_res for root busesYinghai Lu2012-06-132-3/+6
| * | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-3/+3
| |/
* | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-241-1/+1
|\ \
| * | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-061-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241-0/+4
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-283-127/+1
| |\ \ \ | | |/ /
| * | | sparc bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionDavid S. Miller2012-06-061-0/+4
| | |/ | |/|
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-221-6/+1
|\ \ \ | |_|/ |/| |
| * | SPARC: SMP: Remove call to ipi_call_lock_irq()/ipi_call_unlock_irq()Yong Zhang2012-06-051-6/+1
| |/
* | Fix typo in printed messagesAnatol Pomozov2012-06-241-1/+1
* | sparc: remove two unused headersPaul Bolle2012-06-112-126/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-015-84/+37
|\
| * new helper: signal_delivered()Al Viro2012-06-013-6/+3
| * most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-013-12/+0
| * set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+1
| * TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-012-3/+2
| * pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-013-37/+9
| * new helper: sigmask_to_save()Al Viro2012-06-012-14/+4
| * new helper: restore_saved_sigmask()Al Viro2012-06-013-12/+3
| * new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-012-14/+2
|\ \ | |/ |/|
| * ia64, sparc64: convert wrappers around do_mremap() to sys_mremap()Al Viro2012-05-301-9/+2
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-5/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-312-4/+0
|\ \
| * | move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-232-4/+0
* | | sparc: fix sparc64 build due to leon.h inclusionSam Ravnborg2012-05-292-1/+1
* | | sparc32: remove unused variable in head_32.SSam Ravnborg2012-05-291-8/+0
* | | sparc32,leon: fix leon bootupSam Ravnborg2012-05-291-32/+41
* | | sparc32: Export leon_dma_ops to modules.David S. Miller2012-05-281-1/+2
* | | sparc32: support leon + sun in dma_make_coherent()Sam Ravnborg2012-05-271-8/+4
* | | sparc32,leon: always support leon in ioportSam Ravnborg2012-05-272-11/+9
* | | sparc32,leon: always include leon_pmc in buildSam Ravnborg2012-05-272-7/+10
* | | sparc32: refactor cpu_idle()Sam Ravnborg2012-05-271-30/+5
* | | sparc32: srmmu_probe now knows about leon tooSam Ravnborg2012-05-274-23/+23
* | | sparc32: drop LEON hack for ASI_M_MMUREGSSam Ravnborg2012-05-271-4/+0
* | | sparc32: introduce run-time patching of srmmu access functionsSam Ravnborg2012-05-273-61/+90
* | | sparc32: introduce support for run-time patching for all shared assembler codeSam Ravnborg2012-05-275-29/+59
* | | sparc32,leon: fix section mismatch warningSam Ravnborg2012-05-271-2/+2
* | | sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg2012-05-276-28/+2
* | | sparc32,leon: always include leon_kernel in buildSam Ravnborg2012-05-273-7/+1
* | | sparc32,leon: clean up leon.hSam Ravnborg2012-05-273-65/+4
* | | sparc32: handle leon in cpu.cSam Ravnborg2012-05-272-9/+11
* | | sparc32: handle leon in irq_32.cSam Ravnborg2012-05-271-10/+12
OpenPOWER on IntegriCloud