summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-02-262-4/+6
|\
| * resource/PCI: mark struct resource as constDominik Brodowski2010-02-222-2/+2
| * resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-222-4/+6
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-02-256-22/+7
|\ \ | |/ |/|
| * of/sparc: Remove sparc-local declaration of allnodes and devtree_lockGrant Likely2010-02-141-3/+0
| * of: merge of_find_node_by_phandleJeremy Kerr2010-02-091-12/+0
| * Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely2010-01-2838-337/+1528
| |\
| * | of: unify phandle name in struct device_nodeGrant Likely2010-01-285-8/+8
* | | sparc64: Fix sun4u execute bit check in TSB I-TLB load.David S. Miller2010-02-191-2/+4
* | | sparc: Fix incorrect comparison in of_bus_ambapp_match()Kristoffer Glembo2010-02-171-1/+1
* | | sparc64: Sync of_create_pci_dev() with drivers/pci/probe.c changes.David S. Miller2010-02-171-0/+7
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-171-8/+0
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-02-115-14/+20
| |\ \ \
| * | | | sparc: TIF_ABI_PENDING bit removalDavid Miller2010-01-291-8/+0
* | | | | sparc64: Tighten checks in kstack_valid().David S. Miller2010-02-121-0/+4
| |/ / / |/| | |
* | | | sparc32: Fix thinko in previous change.David S. Miller2010-02-111-1/+1
* | | | sparc: Align clone and signal stacks to 16 bytes.David S. Miller2010-02-095-14/+20
|/ / /
* | | sparc64: Fix UP build.David S. Miller2010-01-261-4/+2
* | | sparc64: Fix IRQ ->set_affinity() methods.David S. Miller2010-01-201-9/+28
* | | sparc64: Fully support both performance counters.David S. Miller2010-01-201-154/+353
* | | sparc64: Add perf callchain support.David S. Miller2010-01-201-1/+119
* | | sparc: convert to arch_gettimeoffset()John Stultz2010-01-152-178/+41
* | | sparc: leds_resource.end assigned to itself in clock_board_probe()Roel Kluin2010-01-151-2/+2
* | | SPARC: use helpers for rlimitsJiri Slaby2010-01-081-3/+3
| |/ |/|
* | sparc64: Fix Niagara2 perf event handling.David S. Miller2010-01-041-0/+11
* | sparc64: Fix NMI programming when perf events are active.David S. Miller2010-01-041-1/+2
* | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-162-13/+0
|\ \
| * | sparc64: don't export static inline pci_ functionsStephen Rothwell2009-12-152-13/+0
* | | sparc: use bitmap_find_next_zero_areaAkinobu Mita2009-12-161-12/+4
* | | iommu-helper: use bitmap libraryAkinobu Mita2009-12-161-1/+2
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-151-4/+4
|\ \ \
| * | | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-4/+4
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-12-1512-76/+70
|\ \ \ | |/ / |/| |
| * | sparc64: Fix clock event multiplier printf format.David S. Miller2009-12-111-1/+1
| * | sparc64: Use clock{source,events}_calc_mult_shift().David S. Miller2009-12-111-22/+2
| * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-111-1/+1
| |\ \
| * | | sparc64: Use free_bootmem_late() in mdesc_lmb_free().David S. Miller2009-12-111-15/+6
| * | | sparc: Add alignment and emulation fault perf events.David S. Miller2009-12-113-26/+15
| * | | sparc64: Add syscall tracepoint support.David S. Miller2009-12-114-8/+29
| * | | sparc: Validate that kprobe address is 4-byte aligned.David S. Miller2009-12-091-0/+3
| * | | sparc64: Don't specify IRQF_SHARED for LDC interrupts.David S. Miller2009-12-091-2/+2
| * | | sparc64: Fix overly strict range type matching for PCI devices.David S. Miller2009-12-091-2/+12
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-4/+4
|\ \ \ \
| * | | | this_cpu: Use this_cpu_xx in nmi handlingChristoph Lameter2009-10-121-4/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmapLinus Torvalds2009-12-116-123/+24
|\ \ \ \ \
| * | | | | fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro2009-12-111-1/+2
| * | | | | sparc_brk() is not needed anymoreAl Viro2009-12-115-25/+3
| * | | | | Unify sys_mmap*Al Viro2009-12-112-43/+10
| * | | | | file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Al Viro2009-12-111-3/+7
| * | | | | kill useless checks in sparc mremap variantsAl Viro2009-12-115-51/+2
| | |_|/ / | |/| | |
OpenPOWER on IntegriCloud