aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2013-01-10powerpc/eeh: Fix crash when adding a device in a slot with DDWThadeu Lima de Souza Cascardo
2013-01-10powerpc/eeh/of: Checking for CONFIG_EEH is not neededThadeu Lima de Souza Cascardo
2013-01-10powerpc/iommu: Prevent false TCE leak messageThadeu Lima de Souza Cascardo
2013-01-10powerpc: Add the DAWR support to the set_break()Michael Neuling
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling
2013-01-10powerpc: Implement PPR save/restoreHaren Myneni
2013-01-10powerpc: Define ppr in thread_structHaren Myneni
2013-01-10powerpc: Move branch instruction from ACCOUNT_CPU_USER_ENTRY to callerHaren Myneni
2013-01-10powerpc/kexec: Add kexec "hold" support for Book3e processorsJimi Xenidis
2013-01-10powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32Li Zhong
2013-01-10powerpc: Build kernel with -mcmodel=mediumAnton Blanchard
2013-01-10powerpc: Remove RELOC() macroAnton Blanchard
2013-01-10powerpc: Relocate prom_init.c on 64bitAnton Blanchard
2013-01-10powerpc: Update Kconfig + Makefile to prepare for server doorbellsIan Munsie
2013-01-10powerpc: Add code to handle soft-disabled doorbells on serverIan Munsie
2013-01-10powerpc: Add book3s privileged doorbell exception vectorsIan Munsie
2013-01-10powerpc: Add book3s hypervisor doorbell exception vectorsIan Munsie
2013-01-10powerpc: Define differences between doorbells on book3e and book3sIan Munsie
2013-01-10powerpc: Enable the Watchdog vector for 405Jason Gunthorpe
2013-01-03Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman
2013-01-03powerpc/vdso: Remove redundant locking in update_vsyscall_tz()Shan Hai
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds
2012-12-11numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang
2012-12-06KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28powerpc: switch to generic fork/clone/vforkAl Viro
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro
2012-11-28powerpc/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-20vtime: Warn if irqs aren't disabled on system time accounting APIsFrederic Weisbecker
2012-11-19vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker
2012-11-19vtime: Explicitly account pending user time on process tickFrederic Weisbecker
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder
2012-11-15powerpc: Setup relocation on exceptions for bare metal systemsMichael Neuling
2012-11-15powerpc: Move initial mfspr LPCR out of __init_LPCRMichael Neuling
2012-11-15powerpc: Add relocation on exception vector handlersMichael Neuling
2012-11-15powerpc: Add new macros needed for relocation on exceptionsMichael Neuling
2012-11-15powerpc: Turn syscall handler into macrosMichael Neuling
2012-11-15powerpc: Make load_hander handle upto 64k offsetMichael Neuling
2012-11-15powerpc: Remove unessessary 0x3000 location enforcementMichael Neuling
2012-11-15powerpc: Whitespace changes in exception64s.SMichael Neuling
2012-11-15Merge branch 'dt' into nextBenjamin Herrenschmidt