summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/pseries: Add /proc interface to control topology updatesNathan Fontenot2013-04-261-2/+5
| * | | | powerpc/pseries: Enable PRRN handlingNathan Fontenot2013-04-261-1/+1
| * | | | powerpc/pseries: Update firmware_has_feature() to check architecture vector 5...Nathan Fontenot2013-04-261-6/+17
| * | | | powerpc/pseries: Move architecture vector definitions to prom.hNathan Fontenot2013-04-261-69/+6
| * | | | powerpc/pseries: Add PRRN RTAS event handlerJesse Larrew2013-04-261-1/+45
| * | | | powerpc: Fix hardware IRQs with MMU on exceptions when HV=0Michael Neuling2013-04-261-1/+1
| * | | | powerpc/power8: Fix secondary CPUs hanging on boot for HV=0Michael Neuling2013-04-261-0/+1
| * | | | powerpc: Add isync to copy_and_flushMichael Neuling2013-04-261-0/+1
| * | | | Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt2013-04-245-2/+10
| |\ \ \ \
| * | | | | powerpc/rtas_flash: New return code to indicate FW entitlement expiryVasant Hegde2013-04-241-0/+5
| * | | | | powerpc/rtas_flash: Update return token commentsVasant Hegde2013-04-241-7/+20
| * | | | | Merge remote-tracking branch 'mpe/master' into nextBenjamin Herrenschmidt2013-04-2415-122/+182
| |\ \ \ \ \
| | * | | | | powerpc: Set default VGA deviceBrian King2013-04-181-0/+13
| | * | | | | powerpc/pci: fix PCI-e devices rescan issue on powerpc platformYuanquan Chen2013-04-181-17/+26
| | * | | | | powerpc/ptrace: Add DAWR debug feature info for userspaceMichael Neuling2013-04-181-0/+2
| | * | | | | powerpc: Add accounting for Doorbell interruptsIan Munsie2013-04-182-0/+14
| | * | | | | powerpc: Setup in HFSCR for POWER8Michael Neuling2013-04-181-0/+8
| | * | | | | powerpc: fixing ptrace_get_reg to return an errorAlexey Kardashevskiy2013-04-182-14/+30
| | * | | | | powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-04-181-2/+1
| | * | | | | powerpc/kgdb: Removed kmalloc returned value castAlex Grad2013-04-181-1/+1
| | * | | | | powerpc: remove PReP platformPaul Bolle2013-04-181-6/+0
| | * | | | | powerpc: remove dead CONFIG_HVC_SCOM codePaul Bolle2013-04-181-4/+0
| | * | | | | powerpc: Use PTR_RET instead of IS_ERR/PTR_ERRAdrian-Leonard Radu2013-04-182-4/+2
| | * | | | | powerpc/kernel: Cleanup on rtas_pci.cGavin Shan2013-04-181-2/+2
| | * | | | | powerpc/rtas_flash: Free kmem upon module exitVasant Hegde2013-04-181-0/+5
| * | | | | | powerpc/pseries/lparcfg: Fix possible overflow are more than 1026Chen Gang2013-04-231-0/+1
| * | | | | | ptrace/powerpc: Don't flush_ptrace_hw_breakpoint() on fork()Oleg Nesterov2013-04-231-4/+4
| * | | | | | powerpc: Add VDSO version of timeAdhemerval Zanella2013-04-235-0/+58
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-269/+215
|\ \ \ \ \ \
| * | | | | | ppc: Clean up rtas_flash driver somewhatDavid Howells2013-05-011-248/+204
| * | | | | | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
| * | | | | | lparcfg: don't bother saving pointer to proc_dir_entryAl Viro2013-04-091-9/+2
| * | | | | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-11/+8
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-109/+0
|\ \ \ \ \ \
| * | | | | | ppc compat wrappers for add_key(2) and request_key(2) are pointlessAl Viro2013-03-031-17/+0
| * | | | | | merge compat sys_ipc instancesAl Viro2013-03-031-67/+0
| * | | | | | consolidate compat lookup_dcookie()Al Viro2013-03-031-7/+0
| * | | | | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-031-18/+0
* | | | | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-6/+2
* | | | | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-6/+0
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-2/+1
|\ \ \ \ \ \ \
| * | | | | | | powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-03-181-2/+1
| |/ / / / / /
* | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-61/+30
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Use generic idle loopThomas Gleixner2013-04-082-61/+30
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-6/+23
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-04-161-6/+23
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | uretprobes/powerpc: Hijack return addressAnton Arapov2013-04-131-0/+13
| | * | | | | | uprobes/powerpc: Remove additional trap instruction checkAnanth N Mavinakayanahalli2013-04-041-6/+0
| | * | | | | | uprobes/powerpc: Teach uprobes to ignore gdb breakpointsAnanth N Mavinakayanahalli2013-04-041-0/+10
| | | |_|_|/ / | | |/| | | |
* | | | | | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-4/+2
OpenPOWER on IntegriCloud