Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
b73d70ad8665fd3f35c855075b9a94de3e2b69e2
/
arch
/
powerpc
/
kernel
cd5aeb9
powerpc: Fix vio_bus_probe oops on probe error
by Brian King
· 18 years ago
4589f1f
powerpc/ibmebus: Restore "name" sysfs attribute on ibmebus devices
by Joachim Fenkes
· 18 years ago
7230ced
powerpc: Fix /dev/oldmem interface for kdump
by Michael Ellerman
· 18 years ago
50d0b17
powerpc: Use generic compat_sys_old_readdir
by Christoph Hellwig
· 18 years ago
d9178f4
powerpc/kexec: Fix up KEXEC_CONTROL_CODE_SIZE missed during conversion
by Paul Collins
· 18 years ago
b975456
powerpc: Remove dead module_find_bug code
by Steven Rostedt
· 18 years ago
ac22429
powerpc: Add CMO enabled flag and paging space data to lparcfg
by Robert Jennings
· 18 years ago
9acd57c
powerpc: Fix TLB invalidation on boot on 32-bit
by Rocky Craig
· 18 years ago
163f687
kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE
by Huang Ying
· 18 years ago
8db13a0
powerpc/pci: Don't keep ISA memory hole resources in the tree
by Benjamin Herrenschmidt
· 18 years ago
b79998f
powerpc: Zero fill the return values of rtas argument buffer
by Nathan Fontenot
· 18 years ago
9c4cb82
powerpc: Remove use of CONFIG_PPC_MERGE
by Kumar Gala
· 18 years ago
7d2a175
powerpc: Don't use the wrong thread_struct for ptrace get/set VSX regs
by Michael Neuling
· 18 years ago
1ac42ef
powerpc: Fix ptrace buffer size for VSX
by Michael Neuling
· 18 years ago
33b3f03
powerpc: Correctly hookup PTRACE_GET/SETVSRREGS for 32 bit processes
by Michael Neuling
· 18 years ago
9ee07f9
powerpc: Allow non-hcall return values for lparcfg writes
by Nathan Fontenot
· 18 years ago
025d791
powerpc/powermac: Fixup default serial port device for pmac_zilog
by Benjamin Herrenschmidt
· 18 years ago
124c27d
powerpc: Show processor cache information in sysfs
by Nathan Lynch
· 18 years ago
e9efed3
powerpc: Make core id information available to userspace
by Nathan Lynch
· 18 years ago
440a085
powerpc: Make core sibling information available to userspace
by Nathan Lynch
· 18 years ago
0764bf6
powerpc/vio: More fallout from dma_mapping_error API change
by Stephen Rothwell
· 18 years ago
7d6d637
powerpc: Add TIF_NOTIFY_RESUME support for tracehook
by Roland McGrath
· 18 years ago
4f72c42
powerpc: Make syscall tracing use tracehook.h helpers
by Roland McGrath
· 18 years ago
6558ba2
powerpc: Call tracehook_signal_handler() when setting up signal frames
by Roland McGrath
· 18 years ago
e2075f7
powerpc: Update cpu_sibling_maps dynamically
by Nathan Lynch
· 18 years ago
9ba1984
powerpc: register_cpu_online should be __cpuinit
by Nathan Lynch
· 18 years ago
7d2f607
powerpc: kill useless SMT code in prom_hold_cpus
by Nathan Lynch
· 18 years ago
b9fa49a
powerpc: Fix vio build warnings
by Nathan Lynch
· 18 years ago
2325f0a
powerpc/booke: Clean up the hardware watchpoint support
by Kumar Gala
· 18 years ago
d3b0602
powerpc: Removed duplicated include in stacktrace.c
by Huang Weiyi
· 18 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 18 years ago
3ab8352
kexec jump
by Huang Ying
· 18 years ago
fc532f8
powerpc: Fix boot problem due to AT_BASE_PLATFORM change
by Nathan Lynch
· 18 years ago
5047887
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 18 years ago
ef53d9c
kprobes: improve kretprobe scalability with hashed locking
by Srinivasa D S
· 18 years ago
16c14b4
powerpc/pseries: Remove kmalloc call in handling writes to lparcfg
by Nathan Fontenot
· 18 years ago
8391e42
powerpc/pseries: Update arch vector to indicate support for CMO
by Nathan Fontenot
· 18 years ago
22e1a4d
powerpc/pseries: Verify CMO memory entitlement updates with virtual I/O
by Nathan Fontenot
· 18 years ago
a90ab95
powerpc/pseries: vio bus support for CMO
by Robert Jennings
· 18 years ago
6490c49
powerpc/pseries: iommu enablement for CMO
by Robert Jennings
· 18 years ago
ffa5abb
powerpc/pseries: Add CMO paging statistics
by Brian King
· 18 years ago
398778f
powerpc/pseries: Split retrieval of processor entitlement data into a helper routine
by Robert Jennings
· 18 years ago
dfc3403
powerpc/pseries: Add memory entitlement capabilities to /proc/ppc64/lparcfg
by Nathan Fontenot
· 18 years ago
1152939
powerpc/pseries: Split processor entitlement retrieval and gathering to helper routines
by Nathan Fotenot
· 18 years ago
545500b
powerpc/pseries: Remove extraneous error reporting for hcall failures in lparcfg
by Nathan Fontenot
· 18 years ago
80c60bf
powerpc: Fix compile error with binutils 2.15
by Segher Boessenkool
· 18 years ago
d6a61bf
powerpc: BookE hardware watchpoint support
by Luis Machado
· 18 years ago
00bf6e9
powerpc: Fallout from sysdev API changes
by Stephen Rothwell
· 18 years ago
9115d13
powerpc: Enable AT_BASE_PLATFORM aux vector
by Nathan Lynch
· 18 years ago
ecc8b65
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 18 years ago
27ac792
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
by Andrea Righi
· 18 years ago
17ce452
kgdb, powerpc: arch specific powerpc kgdb support
by Jason Wessel
· 18 years ago
06b8147
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 18 years ago
4a0b2b4
sysdev: Pass the attribute to the low level sysdev show/store function
by Andi Kleen
· 18 years ago
c69cccc
powerpc: Fix build bug with binutils < 2.18 and GCC < 4.2
by Segher Boessenkool
· 18 years ago
79e25ba
powerpc: Indicate which oprofile counters to use while in compat mode
by Torez Smith
· 18 years ago
67260ac
powerpc: Fix OF parsing of 64 bits PCI addresses
by Benjamin Herrenschmidt
· 18 years ago
6fdc9f5
powerpc: Fix support for latencytop
by Arnd Bergmann
· 18 years ago
4f3dd8a
powerpc/dma: Use the struct dma_attrs in iommu code
by Mark Nelson
· 18 years ago
9b610fd
Merge branch 'linus' into timers/nohz
by Ingo Molnar
· 18 years ago
b8f8c3c
nohz: prevent tick stop outside of the idle loop
by Thomas Gleixner
· 18 years ago
0332f00
powerpc/fsl: Minor TLBSYNC cleanup for FSL Book-E
by Kumar Gala
· 18 years ago
6cfd899
powerpc: rework FSL Book-E PTE access and TLB miss
by Kumar Gala
· 18 years ago
84c3d4a
Merge commit 'origin/master'
by Benjamin Herrenschmidt
· 18 years ago
1a781a7
Merge branch 'generic-ipi' into generic-ipi-for-linus
by Ingo Molnar
· 18 years ago
af5329c
Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 18 years ago
43d2548
Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build
by Benjamin Herrenschmidt
· 18 years ago
b6f6b98
powerpc: Don't spin on sync instruction at boot time
by Sonny Rao
· 18 years ago
cd6f37b
powerpc: Add VSX load/store alignment exception handler
by Michael Neuling
· 18 years ago
7c29217
powerpc: fix giveup_vsx to save registers correctly
by Michael Neuling
· 18 years ago
01f4b8b
powerpc: support for latencytop
by Arnd Bergmann
· 18 years ago
0f47331
powerpc: Add PPC_FEATURE_PSERIES_PERFMON_COMPAT
by Nathan Lynch
· 18 years ago
930074b
Merge commit 'jwb/jwb-next'
by Benjamin Herrenschmidt
· 18 years ago
d18bb9a
Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 18 years ago
7798ed0
generic-ipi: powerpc/generic-ipi tree build failure
by Stephen Rothwell
· 18 years ago
ddb107e
powerpc/booke: don't reinitialize time base
by Kumar Gala
· 18 years ago
11c2d81
Merge commit 'origin/HEAD' into test-merge
by Benjamin Herrenschmidt
· 18 years ago
bac0c91
Merge branch 'tracing/ftrace' into auto-ftrace-next
by Ingo Molnar
· 18 years ago
1bc54c0
powerpc: rework 4xx PTE access and TLB miss
by Benjamin Herrenschmidt
· 18 years ago
beae4c0
Merge branch 'virtex-for-2.6.27' of git://git.secretlab.ca/git/linux-2.6-virtex into 4xx-next
by Josh Boyer
· 18 years ago
b887ec6
powerpc: remove unused variable in emulate_fp_pair
by Michael Neuling
· 18 years ago
c1cb299
powerpc: fix swapcontext backwards compat. with VSX ucontext changes
by Michael Neuling
· 18 years ago
1b17adf
powerpc/ibmebus: more meaningful variable name
by Paul Gortmaker
· 18 years ago
ef3d324
powerpc/mm: Add Strong Access Ordering support
by Dave Kleikamp
· 18 years ago
058c78f
powerpc: Use new printk extension %pS to print symbols on oops
by Benjamin Herrenschmidt
· 18 years ago
3a4c6f0
powerpc: move device_to_mask() to dma-mapping.h
by Mark Nelson
· 18 years ago
3affedc
powerpc/dma: implement new dma_*map*_attrs() interfaces
by Mark Nelson
· 18 years ago
c869236
powerpc/dma: Add struct iommu_table argument to iommu_map_sg()
by Mark Nelson
· 18 years ago
ba0fc70
powerpc: Add missing reference to coherent_dma_mask
by Vitaly Bordug
· 18 years ago
3bc5ab9
powerpc: Fix unterminated of_device_id array in legacy_serial.c
by Benjamin Herrenschmidt
· 18 years ago
23e7237
powerpc/virtex: add Xilinx 440 cpu to the cputable
by John Linn
· 18 years ago
392096e
generic-ipi: fix linux-next tree build failure
by Stephen Rothwell
· 18 years ago
7b4c950
stacktrace: export save_stack_trace[_tsk]
by Ingo Molnar
· 18 years ago
138fc1e
powerpc: Remove old dump_task_* functions
by Michael Neuling
· 18 years ago
6a274c0
powerpc: Clean up copy_to/from_user for vsx and fpr
by Michael Neuling
· 18 years ago
2d1b202
powerpc: Fixup lwsync at runtime
by Kumar Gala
· 18 years ago
1e6d1f2
powerpc/legacy_serial: Bail if reg-offset/shift properties are present
by John Linn
· 18 years ago
f3e909c
powerpc: Update for VSX core file and ptrace
by Michael Neuling
· 18 years ago
436db69
powerpc: Fix compile error for CONFIG_VSX
by Michael Neuling
· 18 years ago
fcbc5a9
powerpc: Explicitly copy elements of pt_regs
by Stephen Rothwell
· 18 years ago
Next »