| Commit message (Expand) | Author | Age | Files | Lines |
* | x86_64: add workaround for no %gs-based percpu | Jeremy Fitzhardinge | 2008-07-16 | 2 | -0/+27 |
* | xen64: add extra pv_mmu_ops | Jeremy Fitzhardinge | 2008-07-16 | 1 | -0/+4 |
* | xen64: fix calls into hypercall page | Jeremy Fitzhardinge | 2008-07-16 | 1 | -48/+122 |
* | xen: fix 64-bit hypercall variants | Jeremy Fitzhardinge | 2008-07-16 | 1 | -29/+31 |
* | xen64: define asm/xen/interface for 64-bit | Jeremy Fitzhardinge | 2008-07-16 | 4 | -93/+308 |
* | xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support | Isaku Yamahata | 2008-07-16 | 1 | -0/+3 |
* | x86_64: unstatic get_local_pda | Jeremy Fitzhardinge | 2008-07-16 | 1 | -0/+2 |
* | x86/paravirt: call paravirt_pagetable_setup_{start, done} | Eduardo Habkost | 2008-07-16 | 2 | -15/+18 |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2008-07-15 | 134 | -17285/+1178 |
|\ |
|
| * | Merge commit 'origin/master' | Benjamin Herrenschmidt | 2008-07-16 | 104 | -1587/+1768 |
| |\ |
|
| * \ | Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build | Benjamin Herrenschmidt | 2008-07-15 | 393 | -4908/+17656 |
| |\ \ |
|
| * | | | powerpc: Fix pte_update for CONFIG_PTE_64BIT and !PTE_ATOMIC_UPDATES | Kumar Gala | 2008-07-15 | 1 | -1/+1 |
| * | | | powerpc: fix giveup_vsx to save registers correctly | Michael Neuling | 2008-07-15 | 1 | -0/+1 |
| * | | | powerpc: Add PPC_FEATURE_PSERIES_PERFMON_COMPAT | Nathan Lynch | 2008-07-15 | 1 | -0/+3 |
| * | | | powerpc: mman.h export fixups | Stephen Rothwell | 2008-07-15 | 2 | -3/+6 |
| * | | | Merge commit 'jwb/jwb-next' | Benjamin Herrenschmidt | 2008-07-15 | 1 | -15/+46 |
| |\ \ \ |
|
| | * | | | powerpc: rework 4xx PTE access and TLB miss | Benjamin Herrenschmidt | 2008-07-09 | 1 | -15/+46 |
| * | | | | powerpc/85xx: Add support for MPC8536DS | Kumar Gala | 2008-07-14 | 1 | -0/+2 |
| * | | | | Merge commit 'origin/HEAD' into test-merge | Benjamin Herrenschmidt | 2008-07-14 | 30 | -40/+96 |
| |\ \ \ \ |
|
| * | | | | | powerpc/mm: Add Strong Access Ordering support | Dave Kleikamp | 2008-07-09 | 1 | -0/+30 |
| * | | | | | powerpc/mm: Add SAO Feature bit to the cputable | Dave Kleikamp | 2008-07-09 | 1 | -1/+2 |
| * | | | | | powerpc/mm: Define flags for Strong Access Ordering | Dave Kleikamp | 2008-07-09 | 3 | -0/+6 |
| * | | | | | mm: Allow architectures to define additional protection bits | Dave Kleikamp | 2008-07-09 | 1 | -1/+28 |
| * | | | | | powerpc: Implement task_pt_regs() accessor | Srinivasa Ds | 2008-07-09 | 1 | -0/+2 |
| * | | | | | powerpc: move device_to_mask() to dma-mapping.h | Mark Nelson | 2008-07-09 | 1 | -0/+9 |
| * | | | | | powerpc/dma: implement new dma_*map*_attrs() interfaces | Mark Nelson | 2008-07-09 | 2 | -34/+94 |
| * | | | | | powerpc/dma: Add struct iommu_table argument to iommu_map_sg() | Mark Nelson | 2008-07-09 | 1 | -3/+3 |
| * | | | | | powerpc/spufs: add atomic busy_spus counter to struct cbe_spu_info | Maxim Shchetynin | 2008-07-09 | 1 | -0/+1 |
| | |/ / /
| |/| | | |
|
| * | | | | powerpc/pseries: Update the device tree correctly for drconf memory add/remove | Nathan Fontenot | 2008-07-03 | 1 | -2/+4 |
| * | | | | powerpc: Remove old dump_task_* functions | Michael Neuling | 2008-07-03 | 1 | -20/+0 |
| * | | | | powerpc: Fixup lwsync at runtime | Kumar Gala | 2008-07-03 | 4 | -26/+46 |
| * | | | | powerpc: Fix compile warning in init_thread | Michael Neuling | 2008-07-03 | 1 | -1/+1 |
| * | | | | powerpc: Fix building of arch/powerpc/mm/mem.o when MEMORY_HOTPLUG=y and SPAR... | Tony Breeds | 2008-07-03 | 1 | -2/+2 |
| * | | | | powerpc: Update for VSX core file and ptrace | Michael Neuling | 2008-07-01 | 2 | -2/+3 |
| * | | | | powerpc: Keep 3 high personality bytes across exec | Eric B Munson | 2008-07-01 | 1 | -1/+2 |
| * | | | | powerpc: Make sure that include/asm-powerpc/spinlock.h does not trigger compi... | Bart Van Assche | 2008-07-01 | 1 | -13/+14 |
| * | | | | powerpc: Add 64 bit version of huge_ptep_set_wrprotect | Andy Whitcroft | 2008-07-01 | 3 | -6/+15 |
| * | | | | powerpc: Add VSX context save/restore, ptrace and signal support | Michael Neuling | 2008-07-01 | 5 | -3/+63 |
| * | | | | powerpc: Add VSX assembler code macros | Michael Neuling | 2008-07-01 | 1 | -0/+103 |
| * | | | | powerpc: Add VSX CPU feature | Michael Neuling | 2008-07-01 | 1 | -1/+14 |
| * | | | | powerpc: Introduce VSX thread_struct and CONFIG_VSX | Michael Neuling | 2008-07-01 | 1 | -3/+15 |
| * | | | | powerpc: Add macros to access floating point registers in thread_struct. | Michael Neuling | 2008-07-01 | 2 | -2/+7 |
| * | | | | powerpc: Introduce infrastructure for feature sections with alternatives | Michael Ellerman | 2008-07-01 | 3 | -13/+59 |
| * | | | | powerpc: Consolidate feature fixup macros for 64/32 bit | Michael Ellerman | 2008-07-01 | 1 | -41/+13 |
| * | | | | powerpc: Consolidate CPU and firmware feature fixup macros | Michael Ellerman | 2008-07-01 | 4 | -76/+104 |
| * | | | | powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instruction | Michael Ellerman | 2008-07-01 | 1 | -0/+2 |
| * | | | | powerpc: Add new code patching routines | Michael Ellerman | 2008-07-01 | 1 | -0/+8 |
| * | | | | powerpc: Add ppc_function_entry() which gets the entry point for a function | Michael Ellerman | 2008-07-01 | 1 | -0/+16 |
| * | | | | powerpc: Allow create_branch() to return errors | Michael Ellerman | 2008-07-01 | 1 | -2/+4 |
| * | | | | powerpc: Move code patching code into arch/powerpc/lib/code-patching.c | Michael Ellerman | 2008-07-01 | 2 | -48/+25 |