index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-12
sparc64: Tighten checks in kstack_valid().
David S. Miller
1
-0
/
+4
2010-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
5
-14
/
+20
2010-02-11
sparc32: Fix thinko in previous change.
David S. Miller
1
-1
/
+1
2010-02-10
sparc: remove redundant return statements
Jan Engelhardt
4
-8
/
+0
2010-02-09
sparc: Align clone and signal stacks to 16 bytes.
David S. Miller
5
-14
/
+20
2010-02-09
of: merge of_find_node_by_phandle
Jeremy Kerr
1
-12
/
+0
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
2
-2
/
+2
2010-02-02
Merge branch 'master' into percpu
Tejun Heo
8
-354
/
+555
2010-01-29
sparc: TIF_ABI_PENDING bit removal
David Miller
1
-8
/
+0
2010-01-28
Merge commit 'v2.6.33-rc5' into secretlab/test-devicetree
Grant Likely
38
-337
/
+1528
2010-01-28
of: unify phandle name in struct device_node
Grant Likely
5
-8
/
+8
2010-01-26
sparc64: Fix UP build.
David S. Miller
1
-4
/
+2
2010-01-20
sparc64: Fix IRQ ->set_affinity() methods.
David S. Miller
1
-9
/
+28
2010-01-20
sparc64: Fully support both performance counters.
David S. Miller
1
-149
/
+348
2010-01-20
sparc64: Add perf callchain support.
David S. Miller
1
-1
/
+119
2010-01-15
sparc: convert to arch_gettimeoffset()
John Stultz
2
-178
/
+41
2010-01-15
sparc: leds_resource.end assigned to itself in clock_board_probe()
Roel Kluin
1
-2
/
+2
2010-01-08
SPARC: use helpers for rlimits
Jiri Slaby
1
-3
/
+3
2010-01-04
sparc64: Fix Niagara2 perf event handling.
David S. Miller
1
-0
/
+11
2010-01-05
local_t: Remove leftover local.h
Christoph Lameter
1
-1
/
+0
2010-01-05
Merge branch 'master' into percpu
Tejun Heo
39
-380
/
+2056
2010-01-04
sparc64: Fix NMI programming when perf events are active.
David S. Miller
1
-1
/
+2
2009-12-16
Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2
-13
/
+0
2009-12-16
sparc: use bitmap_find_next_zero_area
Akinobu Mita
1
-12
/
+4
2009-12-16
iommu-helper: use bitmap library
Akinobu Mita
1
-1
/
+2
2009-12-15
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-4
/
+4
2009-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
12
-76
/
+70
2009-12-15
sparc64: don't export static inline pci_ functions
Stephen Rothwell
2
-13
/
+0
2009-12-14
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
1
-4
/
+4
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
Linus Torvalds
1
-4
/
+4
2009-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmap
Linus Torvalds
6
-123
/
+24
2009-12-11
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
Linus Torvalds
1
-0
/
+7
2009-12-11
fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh
Al Viro
1
-1
/
+2
2009-12-11
sparc_brk() is not needed anymore
Al Viro
5
-25
/
+3
2009-12-11
Unify sys_mmap*
Al Viro
2
-43
/
+10
2009-12-11
file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()
Al Viro
1
-3
/
+7
2009-12-11
kill useless checks in sparc mremap variants
Al Viro
5
-51
/
+2
2009-12-11
sparc64: Fix clock event multiplier printf format.
David S. Miller
1
-1
/
+1
2009-12-11
sparc64: Use clock{source,events}_calc_mult_shift().
David S. Miller
1
-22
/
+2
2009-12-11
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-1
/
+1
2009-12-11
sparc64: Use free_bootmem_late() in mdesc_lmb_free().
David S. Miller
1
-15
/
+6
2009-12-11
sparc: Add alignment and emulation fault perf events.
David S. Miller
3
-26
/
+15
2009-12-11
sparc64: Add syscall tracepoint support.
David S. Miller
4
-8
/
+29
2009-12-09
sparc: Validate that kprobe address is 4-byte aligned.
David S. Miller
1
-0
/
+3
2009-12-09
sparc64: Don't specify IRQF_SHARED for LDC interrupts.
David S. Miller
1
-2
/
+2
2009-12-09
sparc64: Fix overly strict range type matching for PCI devices.
David S. Miller
1
-2
/
+12
2009-12-08
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-1
/
+1
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2
-3
/
+3
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
Linus Torvalds
17
-43
/
+1397
2009-12-02
sparc32: Remove early interrupt enable.
Kristoffer Glembo
1
-3
/
+0
[prev]
[next]