aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-08SPARC: use helpers for rlimitsJiri Slaby1-3/+3
2010-01-04sparc64: Fix Niagara2 perf event handling.David S. Miller1-0/+11
2010-01-04sparc64: Fix NMI programming when perf events are active.David S. Miller1-1/+2
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-13/+0
2009-12-16sparc: use bitmap_find_next_zero_areaAkinobu Mita1-12/+4
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita1-1/+2
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds12-76/+70
2009-12-15sparc64: don't export static inline pci_ functionsStephen Rothwell2-13/+0
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-4/+4
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-4/+4
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmapLinus Torvalds6-123/+24
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+7
2009-12-11fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro1-1/+2
2009-12-11sparc_brk() is not needed anymoreAl Viro5-25/+3
2009-12-11Unify sys_mmap*Al Viro2-43/+10
2009-12-11file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Al Viro1-3/+7
2009-12-11kill useless checks in sparc mremap variantsAl Viro5-51/+2
2009-12-11sparc64: Fix clock event multiplier printf format.David S. Miller1-1/+1
2009-12-11sparc64: Use clock{source,events}_calc_mult_shift().David S. Miller1-22/+2
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-12-11sparc64: Use free_bootmem_late() in mdesc_lmb_free().David S. Miller1-15/+6
2009-12-11sparc: Add alignment and emulation fault perf events.David S. Miller3-26/+15
2009-12-11sparc64: Add syscall tracepoint support.David S. Miller4-8/+29
2009-12-09sparc: Validate that kprobe address is 4-byte aligned.David S. Miller1-0/+3
2009-12-09sparc64: Don't specify IRQF_SHARED for LDC interrupts.David S. Miller1-2/+2
2009-12-09sparc64: Fix overly strict range type matching for PCI devices.David S. Miller1-2/+12
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-3/+3
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds17-43/+1397
2009-12-02sparc32: Remove early interrupt enable.Kristoffer Glembo1-3/+0
2009-12-02sparc, leon: Added Aeroflex Gaisler entry in manufacturer_info structureKristoffer Glembo1-0/+11
2009-11-27sparc64: Faster early-boot framebuffer console.David S. Miller3-1/+679
2009-11-25sparc: remove unused nfsd #includesBoaz Harrosh1-5/+0
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-50/+547
2009-11-18sparc: Fixup last users of irq_chip->typenameThomas Gleixner2-5/+5
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman2-3/+3
2009-11-16sparc: fix printk for change of variable typeStephen Rothwell1-1/+1
2009-11-16No auxio on LEONKristoffer Glembo1-0/+1
2009-11-08sparc: Move of_set_property_mutex acquisition outside of devtree_lock grab.David S. Miller1-2/+2
2009-11-08sparc64: replace parentheses in pmul()Roel Kluin1-1/+1
2009-11-06sysctl: sparc Use the compat_sys_sysctlEric W. Biederman2-58/+1
2009-11-04sparc64/PCI: drop PCI_CACHE_LINE_BYTESTejun Heo1-0/+7
2009-11-02sparc: Remove BKL from apcThomas Gleixner1-27/+10
2009-11-02sparc,leon: Sparc-Leon SMP supportKonrad Eisele8-2/+691
2009-10-13sparc64: Set IRQF_DISABLED on LDC channel IRQs.David S. Miller1-2/+2
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2-3/+3
2009-10-12this_cpu: Use this_cpu_xx in nmi handlingChristoph Lameter1-4/+4
2009-10-09sparc64: Fix niagara2 perf IRQ bits.David S. Miller1-1/+1
2009-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-44/+541