| Commit message (Expand) | Author | Age |
... | |
| | * | | | | | | Merge commit 'v2.6.33-rc5' into secretlab/test-devicetree | Grant Likely | 2010-01-28 |
| | |\| | | | | |
|
| | * | | | | | | of: unify phandle name in struct device_node | Grant Likely | 2010-01-28 |
| * | | | | | | | sparc64: Fix sun4u execute bit check in TSB I-TLB load. | David S. Miller | 2010-02-19 |
| * | | | | | | | sparc: Fix incorrect comparison in of_bus_ambapp_match() | Kristoffer Glembo | 2010-02-17 |
| * | | | | | | | sparc64: Sync of_create_pci_dev() with drivers/pci/probe.c changes. | David S. Miller | 2010-02-17 |
| * | | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-02-17 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | sparc64: Tighten checks in kstack_valid(). | David S. Miller | 2010-02-12 |
* | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-17 |
|\ \ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2010-02-11 |
| |\| | | | | | |
| | |_|_|_|/ / /
| |/| | | | | | |
|
| | * | | | | | | sparc32: Fix thinko in previous change. | David S. Miller | 2010-02-11 |
| | * | | | | | | sparc: Align clone and signal stacks to 16 bytes. | David S. Miller | 2010-02-09 |
| * | | | | | | | sparc: TIF_ABI_PENDING bit removal | David Miller | 2010-01-29 |
| |/ / / / / / |
|
| * | | / / / | sparc64: Fix UP build. | David S. Miller | 2010-01-26 |
| | |_|/ / /
| |/| | | | |
|
| * | | | | | sparc64: Fix IRQ ->set_affinity() methods. | David S. Miller | 2010-01-20 |
| * | | | | | sparc64: Fully support both performance counters. | David S. Miller | 2010-01-20 |
| * | | | | | sparc64: Add perf callchain support. | David S. Miller | 2010-01-20 |
| * | | | | | sparc: convert to arch_gettimeoffset() | John Stultz | 2010-01-15 |
| * | | | | | sparc: leds_resource.end assigned to itself in clock_board_probe() | Roel Kluin | 2010-01-15 |
| * | | | | | SPARC: use helpers for rlimits | Jiri Slaby | 2010-01-08 |
| | |/ / /
| |/| | | |
|
* / | | | | sparc64: Kill bogus ip_tables.h include. | David S. Miller | 2010-02-16 |
|/ / / / |
|
* | | | | sparc64: Fix Niagara2 perf event handling. | David S. Miller | 2010-01-05 |
* | | | | sparc64: Fix NMI programming when perf events are active. | David S. Miller | 2010-01-04 |
| |_|/
|/| | |
|
* | | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2009-12-16 |
|\ \ \ |
|
| * | | | sparc64: don't export static inline pci_ functions | Stephen Rothwell | 2009-12-15 |
* | | | | sparc: use bitmap_find_next_zero_area | Akinobu Mita | 2009-12-16 |
* | | | | iommu-helper: use bitmap library | Akinobu Mita | 2009-12-16 |
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-15 |
|\ \ \ \ |
|
| * | | | | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-12-15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | sparc64: Fix clock event multiplier printf format. | David S. Miller | 2009-12-11 |
| * | | | sparc64: Use clock{source,events}_calc_mult_shift(). | David S. Miller | 2009-12-11 |
| * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-12-11 |
| |\ \ \ |
|
| * | | | | sparc64: Use free_bootmem_late() in mdesc_lmb_free(). | David S. Miller | 2009-12-11 |
| * | | | | sparc: Add alignment and emulation fault perf events. | David S. Miller | 2009-12-11 |
| * | | | | sparc64: Add syscall tracepoint support. | David S. Miller | 2009-12-11 |
| * | | | | sparc: Validate that kprobe address is 4-byte aligned. | David S. Miller | 2009-12-10 |
| * | | | | sparc64: Don't specify IRQF_SHARED for LDC interrupts. | David S. Miller | 2009-12-10 |
| * | | | | sparc64: Fix overly strict range type matching for PCI devices. | David S. Miller | 2009-12-09 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-12-14 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | this_cpu: Use this_cpu_xx in nmi handling | Christoph Lameter | 2009-10-12 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmap | Linus Torvalds | 2009-12-11 |
|\ \ \ \ \ |
|
| * | | | | | fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh | Al Viro | 2009-12-11 |
| * | | | | | sparc_brk() is not needed anymore | Al Viro | 2009-12-11 |
| * | | | | | Unify sys_mmap* | Al Viro | 2009-12-11 |
| * | | | | | file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area() | Al Viro | 2009-12-11 |
| * | | | | | kill useless checks in sparc mremap variants | Al Viro | 2009-12-11 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-12-11 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | sparc64/PCI: drop PCI_CACHE_LINE_BYTES | Tejun Heo | 2009-11-04 |
* | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-08 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | sparc: fix printk for change of variable type | Stephen Rothwell | 2009-11-16 |
| | |/ /
| |/| | |
|