index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
powerpc/85xx: flush dcache before resetting cores
Matthew McClintock
2010-10-14
1
-0
/
+50
|
*
|
|
|
|
powerpc/85xx: Minor fixups for kexec on 85xx
Matthew McClintock
2010-10-14
1
-13
/
+11
|
*
|
|
|
|
powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexec
Matthew McClintock
2010-10-14
1
-2
/
+0
|
*
|
|
|
|
powerpc/kexec: make masking/disabling interrupts generic
Matthew McClintock
2010-10-14
4
-12
/
+30
|
*
|
|
|
|
powerpc/watchdog: Allow the Book-E driver to be compiled as a module
Timur Tabi
2010-10-14
2
-3
/
+41
|
*
|
|
|
|
powerpc: export ppc_proc_freq and ppc_tb_freq as GPL symbols
Timur Tabi
2010-10-14
1
-1
/
+2
|
*
|
|
|
|
powerpc/fsl-pci: Fix MSI support on 83xx platforms
Kumar Gala
2010-10-14
3
-7
/
+55
|
|
/
/
/
/
|
*
|
|
|
powerpc/Makefiles: Change to new flag variables
matt mooney
2010-10-13
11
-32
/
+17
|
*
|
|
|
powerpc/spufs: Use llseek in all file operations
Arnd Bergmann
2010-10-13
1
-0
/
+18
|
*
|
|
|
powerpc/pseries/xics: Use cpu_possible_mask rather than cpu_all_mask
Nishanth Aravamudan
2010-10-13
1
-1
/
+1
|
*
|
|
|
powerpc/pci: Cleanup device dma setup code
Nishanth Aravamudan
2010-10-13
1
-3
/
+1
|
*
|
|
|
powerpc/pseries: Use kmemdup
Nishanth Aravamudan
2010-10-13
1
-2
/
+1
|
*
|
|
|
powerpc/viobus: Free TCE table on device release
Nishanth Aravamudan
2010-10-13
1
-1
/
+6
|
*
|
|
|
powerpc/vio: Use put_device() on device_register failure
Nishanth Aravamudan
2010-10-13
1
-2
/
+1
|
*
|
|
|
powerpc/dma: Fix check for direct DMA support
Nishanth Aravamudan
2010-10-13
1
-1
/
+1
|
*
|
|
|
powerpc/dma: Fix dma_iommu_dma_supported compare
Nishanth Aravamudan
2010-10-13
1
-10
/
+11
|
*
|
|
|
powerpc/pci: Fix return type of BUID_{HI,LO} macros
Nishanth Aravamudan
2010-10-13
1
-2
/
+2
|
*
|
|
|
i2c/i2c-pasemi.c: Fix unsigned return type
Julia Lawall
2010-10-13
1
-1
/
+1
|
*
|
|
|
powerpc/irq.c: Add of_node_put to avoid memory leak
Julia Lawall
2010-10-13
1
-1
/
+3
|
*
|
|
|
powerpc: Remove pr_<level> uses of KERN_<level>
Joe Perches
2010-10-13
2
-3
/
+3
|
*
|
|
|
powerpc: Use static const char arrays
Joe Perches
2010-10-13
2
-3
/
+3
|
*
|
|
|
powerpc/pseries: Partition migration in the kernel
Nathan Fontenot
2010-10-13
2
-1
/
+363
|
*
|
|
|
powerpc/pseries: Export rtas_ibm_suspend_me()
Nathan Fontenot
2010-10-13
2
-2
/
+3
|
*
|
|
|
powerpc/pseries: Export device tree updating routines
Nathan Fontenot
2010-10-13
2
-2
/
+11
|
*
|
|
|
Merge remote branch 'kumar/merge' into next
Benjamin Herrenschmidt
2010-10-13
1007
-5814
/
+10465
|
|
\
\
\
\
|
|
*
|
|
|
powerpc/ppc64e: Fix link problem when building ppc64e_defconfig
Kumar Gala
2010-10-08
1
-0
/
+7
|
*
|
|
|
|
powerpc/perf: Fix sampling enable for PPC970
Paul Mackerras
2010-09-23
1
-0
/
+2
|
*
|
|
|
|
powerpc: define a compat_sys_recv cond_syscall
Stephen Rothwell
2010-09-23
1
-0
/
+1
|
*
|
|
|
|
powerpc: mtmsrd not defined
Sean MacLennan
2010-09-02
2
-16
/
+28
|
*
|
|
|
|
powerpc: Fix incorrect .stabs entry for copy_32.S
Sean MacLennan
2010-09-02
1
-1
/
+1
|
*
|
|
|
|
powerpc/mm: Assume first cpu is boot_cpuid not 0
Matthew McClintock
2010-09-02
1
-2
/
+4
|
*
|
|
|
|
powerpc: Wire up direct socket system calls
Ian Munsie
2010-09-02
2
-1
/
+39
|
*
|
|
|
|
powerpc/chrp/nvram.c: Add of_node_put to avoid memory leak
Julia Lawall
2010-09-02
1
-1
/
+3
|
*
|
|
|
|
powerpc/cell: Add of_node_put to avoid memory leak
Julia Lawall
2010-09-02
2
-2
/
+6
|
*
|
|
|
|
powerpc/powermac/pfunc_core.c: Add of_node_put to avoid memory leak
Julia Lawall
2010-09-02
1
-3
/
+6
|
*
|
|
|
|
powerpc/maple: Add of_node_put to avoid memory leak
Julia Lawall
2010-09-02
1
-0
/
+1
|
*
|
|
|
|
powerpc/via-pmu-led.c: Add of_node_put to avoid memory leak
Julia Lawall
2010-09-02
1
-1
/
+3
|
*
|
|
|
|
powerpc/dart_iommu: Support for 64-bit iommu bypass window on PCIe
Benjamin Herrenschmidt
2010-09-02
1
-10
/
+64
|
*
|
|
|
|
powerpc/dma: Add optional platform override of dma_set_mask()
Benjamin Herrenschmidt
2010-09-02
3
-13
/
+22
|
*
|
|
|
|
powerpc: Use is_32bit_task() helper to test 32-bit binary
Denis Kirjanov
2010-09-02
7
-12
/
+12
|
*
|
|
|
|
powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}
Andreas Schwab
2010-09-02
6
-48
/
+26
|
*
|
|
|
|
powerpc/pseries: Re-enable dispatch trace log userspace interface
Paul Mackerras
2010-09-02
3
-41
/
+179
|
*
|
|
|
|
powerpc: Account time using timebase rather than PURR
Paul Mackerras
2010-09-02
13
-194
/
+290
|
*
|
|
|
|
powerpc: Dynamically allocate most lppaca structs
Paul Mackerras
2010-09-02
2
-3
/
+69
|
*
|
|
|
|
powerpc: Abstract indexing of lppaca structs
Paul Mackerras
2010-09-02
7
-18
/
+20
|
*
|
|
|
|
powerpc: Move arch_sd_sibling_asym_packing() to smp.c
Michael Neuling
2010-09-02
2
-11
/
+9
|
*
|
|
|
|
powerpc: Check end of stack canary at oops time
Anton Blanchard
2010-09-02
1
-0
/
+6
|
*
|
|
|
|
powerpc: Feature nop out reservation clear when stcx checks address
Anton Blanchard
2010-09-02
2
-5
/
+31
|
*
|
|
|
|
powerpc: Add 64bit csum_and_copy_to_user
Anton Blanchard
2010-09-02
2
-0
/
+40
|
*
|
|
|
|
powerpc: Optimise 64bit csum_partial_copy_generic and add csum_and_copy_from_...
Anton Blanchard
2010-09-02
4
-88
/
+276
[prev]
[next]