| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2011-08-05 | 9 | -113/+79 |
|\ |
|
| * | sparc: Access kernel TSB using physical addressing when possible. | David S. Miller | 2011-08-05 | 1 | -27/+24 |
| * | sparc: use kbuild-generic support for true asm-generic header files | Sam Ravnborg | 2011-08-04 | 5 | -9/+5 |
| * | sparc: Use popc when possible for ffs/__ffs/ffz. | David S. Miller | 2011-08-02 | 1 | -3/+4 |
| * | sparc: Set reboot-cmd using reboot data hypervisor call if available. | David S. Miller | 2011-08-02 | 1 | -0/+7 |
| * | sparc: Add some missing hypervisor API groups. | David S. Miller | 2011-08-02 | 1 | -0/+6 |
| * | sparc: Use popc if possible for hweight routines. | David S. Miller | 2011-08-02 | 1 | -38/+4 |
| * | sparc: Sanitize cpu feature detection and reporting. | David S. Miller | 2011-07-28 | 1 | -36/+29 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-07-29 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 2011-07-22 | 1 | -1/+1 |
* | | sparc: Detect and handle UltraSPARC-T3 cpu types. | David S. Miller | 2011-07-27 | 2 | -3/+6 |
* | | sparc: Add T3 sun4v cpu type and hypervisor group defines. | David S. Miller | 2011-07-27 | 2 | -0/+2 |
* | | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-26 | 2 | -2/+0 |
* | | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-26 | 2 | -3/+3 |
* | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 5 | -5/+3 |
* | | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 2011-07-26 | 1 | -4/+1 |
* | | ptrace: unify show_regs() prototype | Mike Frysinger | 2011-07-26 | 1 | -2/+0 |
* | | Merge 'akpm' patch series | Linus Torvalds | 2011-07-25 | 2 | -21/+70 |
|\ \ |
|
| * | | sparc64: add support for _PAGE_SPECIAL | David S. Miller | 2011-07-25 | 1 | -4/+11 |
| * | | sparc64: use RCU page table freeing | David S. Miller | 2011-07-25 | 1 | -2/+46 |
| * | | sparc64: kill page table quicklists | David S. Miller | 2011-07-25 | 1 | -17/+15 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 2011-07-21 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p... | Linus Torvalds | 2011-07-22 | 2 | -6/+0 |
|\ \ |
|
| * | | pci/of: Consolidate pci_device_to_OF_node() | Benjamin Herrenschmidt | 2011-06-08 | 2 | -6/+0 |
* | | | sparc,kgdbts: fix compile regression with kgdb test suite | Jason Wessel | 2011-07-21 | 1 | -0/+1 |
* | | | sparc/irqs: Do not trace arch_local_{*,irq_*} functions | Steven Rostedt | 2011-07-06 | 2 | -11/+11 |
| |/
|/| |
|
* | | Fix node_start/end_pfn() definition for mm/page_cgroup.c | KAMEZAWA Hiroyuki | 2011-06-27 | 1 | -2/+0 |
* | | sparc: Remove unnecessary semicolons | Joe Perches | 2011-06-07 | 4 | -8/+8 |
* | | sparc32,leon: add GRPCI2 PCI Host driver | Daniel Hellstrom | 2011-06-02 | 1 | -0/+3 |
* | | sparc32,leon: added LEON-common low-level PCI routines | Daniel Hellstrom | 2011-06-02 | 2 | -0/+45 |
* | | sparc32: added CONFIG_PCIC_PCI Kconfig setting | Daniel Hellstrom | 2011-06-02 | 1 | -1/+1 |
|/ |
|
* | ns: Wire up the setns system call | Eric W. Biederman | 2011-05-28 | 1 | -1/+2 |
* | sparc: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 4 | -90/+31 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2011-05-22 | 15 | -75/+123 |
|\ |
|
| * | sparc32: fix build, fix missing cpu_relax declaration | Sam Ravnborg | 2011-05-22 | 1 | -0/+1 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | David S. Miller | 2011-05-20 | 1 | -0/+13 |
| |\ |
|
| | * | sparc: add {read,write}*_be routines | Jan Andersson | 2011-05-12 | 1 | -0/+13 |
| * | | sparc: convert old cpumask API into new one | KOSAKI Motohiro | 2011-05-16 | 1 | -5/+5 |
| * | | sparc32,leon: Implemented SMP IPIs for LEON CPU | Daniel Hellstrom | 2011-05-16 | 1 | -1/+3 |
| * | | sparc32: implement SMP IPIs using the generic functions | Daniel Hellstrom | 2011-05-16 | 2 | -13/+14 |
| * | | sparc32,leon: added some SMP comments | Daniel Hellstrom | 2011-05-16 | 2 | -0/+14 |
| * | | sparc32: always define boot_cpu_id | Daniel Hellstrom | 2011-04-21 | 1 | -0/+12 |
| * | | sparc32: avoid build warning at mm/percpu.c:1647 | Sam Ravnborg | 2011-04-21 | 1 | -2/+4 |
| * | | sparc32: probe for cpu info only during startup | Sam Ravnborg | 2011-04-21 | 1 | -1/+0 |
| * | | sparc: consolidate show_cpuinfo in cpu.c | Sam Ravnborg | 2011-04-21 | 3 | -4/+7 |
| * | | sparc32,leon: cleaned away code from the LEON2 days | Daniel Hellstrom | 2011-04-21 | 1 | -23/+0 |
| * | | sparc32,leon: per-cpu ticker use genirq per-cpu handler | Daniel Hellstrom | 2011-04-21 | 1 | -2/+4 |
| * | | sparc32,leon: add support for extended interrupt controller | Daniel Hellstrom | 2011-04-21 | 1 | -4/+3 |
| * | | sparc32: genirq support | Sam Ravnborg | 2011-04-19 | 3 | -17/+34 |