summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro2013-02-031-2/+0
* consolidate kernel-side struct sigaction declarationsAl Viro2013-02-032-1/+1
* sanitize rt_sigaction() situation a bitAl Viro2013-02-031-3/+0
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-035-9/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-1/+0
|\
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-1/+0
* | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+1
|\ \
| * | powerpc: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-192-1/+2
|\ \ \
| * | | powerpc: add finit_module syscall.Rusty Russell2012-12-142-1/+2
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-1823-132/+210
|\ \ \
| * | | powerpc/iommu/fsl: Add PAMU bypass enable register to ccsr_guts structVarun Sethi2012-11-251-1/+3
| * | | powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie2012-11-151-0/+20
| * | | powerpc: Add set_mode hcallIan Munsie2012-11-152-2/+5
| * | | powerpc: Setup relocation on exceptions for bare metal systemsMichael Neuling2012-11-151-0/+2
| * | | powerpc: Add relocation on exception vector handlersMichael Neuling2012-11-151-1/+3
| * | | powerpc: Add new macros needed for relocation on exceptionsMichael Neuling2012-11-151-0/+90
| * | | powerpc: Make load_hander handle upto 64k offsetMichael Neuling2012-11-151-1/+2
| * | | Merge branch 'dt' into nextBenjamin Herrenschmidt2012-11-153-47/+21
| |\ \ \
| | * | | powerpc+of: Remove the pSeries_reconfig.h fileNathan Fontenot2012-11-152-15/+5
| | * | | powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-151-32/+0
| | * | | powerpc+of: Move of_drconf_cell struct definition to asm/prom.hNathan Fontenot2012-11-151-0/+16
| | |/ /
| * | | powerpc: Use asm-generic/bitops/le.hAkinobu Mita2012-11-151-54/+1
| * | | powerpc: Remove BITOP_MASK and BITOP_WORD from asm/bitops.hAkinobu Mita2012-11-151-11/+9
| * | | powerpc: Fix typos in Freescale copyright claimsYang Li2012-11-159-9/+9
| * | | powerpc: Remove stale function prototypes from setup.hAnton Blanchard2012-11-151-4/+0
| * | | powerpc: Move most of setup.h out of uapiAnton Blanchard2012-11-151-0/+33
| * | | powerpc: POWER8 cputable entryMichael Neuling2012-11-153-2/+12
| * | | powerpc: Remove no longer used ppc_md.idle_loop()Michael Ellerman2012-11-151-3/+0
| * | | powerpc/udbg: Remove unused udbg_read()Michael Ellerman2012-11-151-1/+0
| * | | powerpc/47x: Use the new ppc-opcode infrastructureTony Breeds2012-11-151-0/+4
| |/ /
* | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-172-1/+2
* | | include/linux/init.h: use the stringify operator for the __define_initcall macroMatthew Leach2012-12-171-18/+18
* | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-1315-118/+275
|\ \ \
| * | | KVM: PPC: Make EPCR a valid field for booke64 and bookehvAlexander Graf2012-12-061-1/+6
| * | | KVM: PPC: booke: Extend MAS2 EPN mask for 64-bitMihai Caraman2012-12-061-1/+1
| * | | KVM: PPC: Mask ea's high 32-bits in 32/64 instr emulationMihai Caraman2012-12-061-0/+10
| * | | KVM: PPC: e500: Add emulation helper for getting instruction eaMihai Caraman2012-12-061-0/+11
| * | | KVM: PPC: bookehv64: Add support for interrupt handlingMihai Caraman2012-12-061-0/+25
| * | | KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan...Paul Mackerras2012-12-061-0/+10
| * | | KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras2012-12-061-2/+3
| * | | KVM: PPC: Book3S PR: Fix VSX handlingPaul Mackerras2012-12-061-0/+1
| * | | KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registersPaul Mackerras2012-12-061-0/+2
| * | | KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras2012-12-062-0/+24
| * | | KVM: PPC: Book3S HV: Make a HPTE removal function availablePaul Mackerras2012-12-061-0/+3
| * | | KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEsPaul Mackerras2012-12-062-0/+10
| * | | KVM: PPC: Book3S HV: Restructure HPT entry creation codePaul Mackerras2012-12-061-2/+3
| * | | PPC: ePAPR: Convert hcall header to uapi (round 2)Alexander Graf2012-10-311-0/+458
| * | | Merge commit 'origin/queue' into for-queueAlexander Graf2012-10-3189-3698/+602
| |\ \ \
| | * \ \ Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-2989-3752/+602
| | |\ \ \ | | | |/ /
OpenPOWER on IntegriCloud