summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-231-30/+18
|\
| * switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-231-10/+8
| * spufs: shift dget/mntget towards dentry_open()Al Viro2012-07-231-28/+18
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-221-2/+0
|\ \ | |/ |/|
| * POWERPC: Smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang2012-06-051-2/+0
* | Merge branch 'for-upstream-master' of git://github.com/agraf/linux-2.6Avi Kivity2012-07-111-0/+1
|\ \
| * | powerpc/kvm: Fix "PR" KVM implementation of H_CEDEBenjamin Herrenschmidt2012-07-111-0/+1
* | | powerpc/numa: Avoid stupid uninitialized warning from gccBenjamin Herrenschmidt2012-07-101-1/+1
* | | powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt2012-07-102-3/+3
* | | powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt2012-07-104-12/+64
* | | 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/+40
* | 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-201-54/+7
|\ \ \ | |/ / |/| |
| * | kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-54/+7
* | | 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/+5
* | 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/+24
|\
| * new helper: signal_delivered()Al Viro2012-06-011-5/+1
| * powerpc: get rid of restore_sigmask()Al Viro2012-06-014-14/+4
| * most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-3/+0
| * 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/+0
| * new helper: sigmask_to_save()Al Viro2012-06-011-6/+1
| * new helper: restore_saved_sigmask()Al Viro2012-06-011-5/+1
| * 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/+2
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
| * powerpc: get rid of nlink_t uses, switch to explicitly-sized typeAl Viro2012-05-301-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\ \
| * | move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | | powerpc: use clear_tasks_mm_cpumask()Anton Vorontsov2012-05-311-9/+2
| |/ |/|
* | 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-275-83/+48
* | | 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-2459-1457/+3990
|\ \ \ \
| * | | | KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf2012-05-068-144/+190
OpenPOWER on IntegriCloud