| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove tas() | Jeff Dike | 2007-05-08 | 1 | -1/+0 |
* | local_t: sparc64 cleanup | Mathieu Desnoyers | 2007-05-08 | 1 | -40/+1 |
* | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe... | Mathieu Desnoyers | 2007-05-08 | 1 | -28/+31 |
* | atomic.h: add atomic64 cmpxchg, xchg and add_unless to sparc64 | Mathieu Desnoyers | 2007-05-08 | 1 | -2/+22 |
* | consolidate asm/const.h to linux/const.h | Randy Dunlap | 2007-05-08 | 8 | -26/+6 |
* | move die notifier handling to common code | Christoph Hellwig | 2007-05-08 | 1 | -23/+0 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-05-07 | 1 | -0/+1 |
|\ |
|
| * | [SPARC64]: SUN4U PCI-E controller support. | David S. Miller | 2007-05-06 | 1 | -0/+1 |
* | | Quicklist support for sparc64 | David Miller | 2007-05-07 | 1 | -12/+14 |
|/ |
|
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2007-05-05 | 2 | -10/+1 |
|\ |
|
| * | [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction | Jeremy Fitzhardinge | 2007-05-02 | 1 | -0/+1 |
| * | [PATCH] x86-64: Account for module percpu space separately from kernel percpu | Jeremy Fitzhardinge | 2007-05-02 | 1 | -10/+0 |
* | | PCI: scatterlist.h needs types.h | Jean Delvare | 2007-05-02 | 1 | -0/+1 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-04-27 | 16 | -211/+92 |
|\ |
|
| * | [SPARC64]: Convert PCI over to generic struct iommu/strbuf. | David S. Miller | 2007-04-26 | 1 | -83/+7 |
| * | [SPARC64]: Add generic iommu and strbuf structs to iommu.h | David S. Miller | 2007-04-26 | 1 | -0/+29 |
| * | [SPARC64]: Consolidate {sbus,pci}_iommu_arena. | David S. Miller | 2007-04-26 | 2 | -15/+15 |
| * | [SPARC]: Make device_node name and type const | Stephen Rothwell | 2007-04-26 | 1 | -2/+2 |
| * | [SPARC64]: constify some paramaters of OF routines | Stephen Rothwell | 2007-04-26 | 1 | -4/+6 |
| * | [SPARC64]: Add proper header file extern for cmdline_memory_size. | David S. Miller | 2007-04-26 | 1 | -0/+2 |
| * | [SPARC64]: Privatize sun4u_get_pte() and fix name. | David S. Miller | 2007-04-26 | 1 | -14/+0 |
| * | [SPARC64]: MAX_PHYSADDR_BITS et al. really need to be 42 bits not 41. | David S. Miller | 2007-04-26 | 1 | -2/+2 |
| * | [SPARC64]: Use SPARSEMEM_STATIC | David S. Miller | 2007-04-26 | 1 | -3/+3 |
| * | [SPARC64]: Use DECLARE_BITMAP in struct pci_iommu. | David S. Miller | 2007-04-26 | 1 | -1/+1 |
| * | [SPARC64]: Const'ify pci_iommu_ops. | David S. Miller | 2007-04-26 | 1 | -1/+1 |
| * | [SPARC64]: Kill pbm->pci_first_slot. | David S. Miller | 2007-04-26 | 1 | -3/+0 |
| * | [SPARC64]: Kill pci_controller->pbms_same_domain | David S. Miller | 2007-04-26 | 1 | -3/+0 |
| * | [SPARC64]: Kill pci_controller->base_address_update(). | David S. Miller | 2007-04-26 | 1 | -1/+0 |
| * | [SPARC64]: Kill pci_controller->resource_adjust() | David S. Miller | 2007-04-26 | 1 | -1/+0 |
| * | [SPARC64]: Kill PBM ranges software state. | David S. Miller | 2007-04-26 | 1 | -2/+0 |
| * | [SPARC64]: Kill PBM intmap software state. | David S. Miller | 2007-04-26 | 1 | -3/+0 |
| * | [SPARC64]: Internalize pci_memspace_mask. | David S. Miller | 2007-04-26 | 1 | -8/+0 |
| * | [SPARC64]: Probe PCI bus using OF device tree. | David S. Miller | 2007-04-26 | 2 | -24/+17 |
| * | [SPARC64] isa: Convert to use pci_device_to_OF_node(). | David S. Miller | 2007-04-26 | 1 | -2/+0 |
| * | [SPARC64] ebus: Convert to use pci_device_to_OF_node(). | David S. Miller | 2007-04-26 | 1 | -2/+0 |
| * | [SPARC/64]: constify of_get_property return | Stephen Rothwell | 2007-04-26 | 1 | -2/+2 |
| * | [SPARC64] constify of_get_property return: include | Stephen Rothwell | 2007-04-26 | 2 | -3/+3 |
| * | [SPARC64]: Add clocksource/clockevents support. | David S. Miller | 2007-04-26 | 1 | -10/+7 |
| * | [SPARC64]: Unify timer interrupt handler. | David S. Miller | 2007-04-26 | 3 | -31/+4 |
* | | [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support | Eric Dumazet | 2007-04-25 | 1 | -0/+2 |
* | | [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution | Eric Dumazet | 2007-04-25 | 1 | -1/+2 |
|/ |
|
* | [SPARC]: Add unsigned to unused bit field in a.out.h | Robert Reif | 2007-04-02 | 1 | -1/+1 |
* | [SPARC]: sparc64 gcc-4.2.0 20070317 -Werror failure | Mikael Pettersson | 2007-03-27 | 1 | -1/+1 |
* | [SPARC64]: Get DEBUG_PAGEALLOC working again. | David S. Miller | 2007-03-16 | 1 | -0/+2 |
* | [SPARC]: Hook up missing syscalls. | David S. Miller | 2007-03-12 | 1 | -8/+8 |
* | [SPARC]: We do not need OLD_GETRLIMIT. | David S. Miller | 2007-03-09 | 1 | -1/+0 |
* | [SPARC64]: Fix PARPORT build (again). | David S. Miller | 2007-03-08 | 1 | -0/+11 |
* | [SPARC64]: Fix floppy build failure. | David S. Miller | 2007-03-05 | 2 | -11/+11 |
* | [SPARC]: Provide 'get_property()' alias for of_get_property(). | David S. Miller | 2007-03-02 | 1 | -0/+1 |
* | [SPARC]: Provide pci_device_to_OF_node() just like powerpc. | David S. Miller | 2007-03-02 | 1 | -0/+3 |