aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-04sparc64: smp_callin: Enable irqs after preemption is disabledKirill Tkhai1-1/+2
2014-01-04sparc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2-4/+3
2013-12-03sparc64: Fix build regressionKirill Tkhai1-0/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds17-47/+166
2013-11-14sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai11-33/+125
2013-11-14sparc64: Add self-IPI support for smp_send_reschedule()Kirill Tkhai1-2/+7
2013-11-14sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-bridgesoftedal1-2/+2
2013-11-13sparc: Use preempt_schedule_irqThomas Gleixner1-4/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu1-1/+1
2013-11-12sparc64: Move from 4MB to 8MB huge pages.David S. Miller2-2/+2
2013-11-12sparc64: Make PAGE_OFFSET variable.David S. Miller2-5/+30
2013-11-12sparc64: Document the shift counts used to validate linear kernel addresses.David S. Miller1-5/+5
2013-11-12sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller1-3/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+53
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+10
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro1-1/+1
2013-10-15of: Make cpu node handling more portable.David Miller1-0/+53
2013-10-14doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew1-1/+1
2013-10-02sparc: fix MSI build failure on Sparc32Thomas Petazzoni1-1/+2
2013-10-02sparc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2013-10-02sparc: fix ldom_reboot buffer overflow harderKees Cook1-3/+2
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-21/+10
2013-09-27sparc64: Fix buggy strlcpy() conversion in ldom_reboot().David S. Miller1-1/+1
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-6/+6
2013-09-05sparc64: Export flush_ptrace_access() (needed by lustre)Geert Uytterhoeven1-0/+2
2013-08-22sparc64: Fix off by one in trampoline TLB mapping installation loop.David S. Miller1-2/+0
2013-08-02sparc64: Fix ITLB handler of null pageKirill Tkhai1-2/+1
2013-07-31sparc64: Fix not SRA'ed %o5 in 32-bit traced syscallKirill Tkhai1-4/+4
2013-07-31sparc64: cleanup: Rename ret_from_syscall to ret_from_forkKirill Tkhai2-4/+4
2013-07-31sparc32: Fix exit flag passed from traced sys_sigreturnKirill Tkhai1-1/+1
2013-07-31sparc64: Fix wrong syscall return value passed to trace_sys_exit()Kirill Tkhai1-1/+1
2013-07-31support sparc64x chip type in cpumap.cAllen Pais1-0/+1
2013-07-31cpu hw caps support for sparc64xAllen Pais1-4/+8
2013-07-14sparc: delete __cpuinit/__CPUINIT usage from all usersPaul Gortmaker13-60/+53
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-0/+12
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-07-10[PATCH] sparc32: vm_area_struct access for old Sun SPARCs.Olivier DANET1-0/+2
2013-07-10arch: sparc: kernel: check the memory length before use strcpy().Chen Gang1-0/+10
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-3/+0
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+2
2013-07-03mm/SPARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-3/+0
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+0
2013-06-29sparc: __pci_mmap_set_flags() is uselessAl Viro1-10/+0
2013-06-19sparc,leon: Convert to use devm_ioremap_resourceTushar Behera1-5/+3
2013-06-19sparc32, leon: Enable interrupts before going idle to avoid getting stuckAndreas Larsson1-0/+7
2013-06-19sparc32, leon: Remove separate "ticker" timer for SMPAndreas Larsson1-37/+17