summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kvm: sldi should be sldMichael Neuling2012-07-021-1/+1
* powerpc/xmon: Use cpumask iterator to avoid warningAnton Blanchard2012-07-021-1/+1
* powerpc/pseries: Fix software invalidate TCEMichael Neuling2012-06-291-2/+2
* powerpc: check_and_cede_processor() never cedesAnton Blanchard2012-06-292-1/+6
* powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt2012-06-291-1/+1
* powerpc: Fix Section mismatch warnings in prom_init.cLi Zhong2012-06-291-2/+2
* ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preemptTiejun Chen2012-06-291-57/+40Star
* powerpc: Fix uninitialised error in numa.cMichael Neuling2012-06-291-1/+1
* powerpc: Fix BPF_JIT code to link with multiple TOCsMichael Ellerman2012-06-291-0/+2
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-06-241-30/+66
|\
| * KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_pagePaul Mackerras2012-06-191-30/+66
* | Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-211-54/+7Star
|\ \ | |/ |/|
| * kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-54/+7Star
* | Make hard_irq_disable() actually hard-disable interruptsPaul Mackerras2012-06-151-0/+3
|/
* powerpc: Fix kernel panic during kernel module loadSteffen Rumler2012-06-081-6/+5Star
* powerpc/time: Sanity check of decrementer expiration is necessaryPaul Mackerras2012-06-081-3/+11
* powerpc: Fix size of st_nlink on 64bitAnton Blanchard2012-06-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-015-41/+24Star
|\
| * new helper: signal_delivered()Al Viro2012-06-011-5/+1Star
| * powerpc: get rid of restore_sigmask()Al Viro2012-06-014-14/+4Star
| * most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-3/+0Star
| * set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+1
| * pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-7/+0Star
| * new helper: sigmask_to_save()Al Viro2012-06-011-6/+1Star
| * new helper: restore_saved_sigmask()Al Viro2012-06-011-5/+1Star
| * new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-012-5/+2Star
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-311-3/+0Star
| * powerpc: get rid of nlink_t uses, switch to explicitly-sized typeAl Viro2012-05-311-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-2/+0Star
|\ \
| * | move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* | | powerpc: use clear_tasks_mm_cpumask()Anton Vorontsov2012-06-011-9/+2Star
| |/ |/|
* | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\ \
| * | vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | | powerpc: Use the new generic strncpy_from_user() and strnlen_user()Paul Mackerras2012-05-285-83/+48Star
* | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-0/+1
|\ \ \
| * \ \ Merge branch 'drivers/mmc' into next/driversArnd Bergmann2012-05-151-0/+1
| |\ \ \
| | * | | mmc: dt: Consolidate DT bindingsArnd Bergmann2012-05-151-0/+1
| | |/ /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-2559-1457/+3990
|\ \ \ \
| * | | | KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf2012-05-068-144/+190
| * | | | KVM: PPC: Emulator: clean up instruction parsingAlexander Graf2012-05-065-137/+56Star
| * | | | kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt2012-05-065-1/+80
| * | | | kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt2012-05-069-112/+191
| * | | | KVM: PPC: bookehv: Fix r8/r13 storing in level exception handlerMihai Caraman2012-05-061-1/+1
| * | | | KVM: PPC: Book3S: Enable IRQs during exit handlingAlexander Graf2012-05-061-0/+3
| * | | | KVM: PPC: Fix PR KVM on POWER7 bare metalAlexander Graf2012-05-061-13/+22
| * | | | KVM: PPC: Fix stbux emulationAlexander Graf2012-05-061-1/+1
| * | | | KVM: PPC: bookehv: Use lwz/stw instead of PPC_LL/PPC_STL for 32-bit fieldsMihai Caraman2012-05-061-8/+8
| * | | | KVM: PPC: Book3S: PR: No isync in slbie pathAlexander Graf2012-05-061-2/+0Star
| * | | | KVM: PPC: Book3S: PR: Optimize entry pathAlexander Graf2012-05-061-6/+7