index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
rtas.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-12
memblock: drop memblock_alloc_base()
Mike Rapoport
1
-1
/
+5
2018-10-13
powerpc/rtas: Fix a potential race between CPU-Offline & Migration
Gautham R. Shenoy
1
-0
/
+9
2018-10-13
powerpc/pseries/mobility: Extend start/stop topology update scope
Michael Bringmann
1
-2
/
+0
2018-09-19
powerpc/pseries: Disable CPU hotplug across migrations
Nathan Fontenot
1
-0
/
+2
2018-06-25
powerpc: Remove -Wattribute-alias pragmas
Paul Burton
1
-4
/
+0
2018-06-03
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
1
-0
/
+4
2018-05-10
powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINE
Al Viro
1
-1
/
+2
2017-10-18
locking/arch, powerpc/rtas: Use arch_spin_lock() instead of arch_spin_lock_fl...
Will Deacon
1
-1
/
+1
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-2
/
+2
2017-01-25
powerpc/kernel: Fix unbalanced refcount on RTAS device node
Gavin Shan
1
-0
/
+1
2017-01-25
powerpc/kernel: Use of_property_read_u32() in rtas_initialize()
Gavin Shan
1
-11
/
+9
2017-01-25
powerpc/kernel: Remove nested if statements in rtas_initialize()
Gavin Shan
1
-17
/
+16
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-07-14
powerpc: Make ppc_md.{halt, restart} __noreturn
Daniel Axtens
1
-2
/
+2
2016-07-13
powerpc/rtas: Don't test for machine type in rtas_initialize()
Benjamin Herrenschmidt
1
-1
/
+1
2016-07-05
powerpc/rtas: Fix array overrun in ppc_rtas() syscall
Andrew Donnellan
1
-1
/
+1
2015-12-17
powerpc/rtas: Make enter_rtas() private
Michael Ellerman
1
-0
/
+3
2015-12-17
powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status()
Michael Ellerman
1
-10
/
+2
2015-12-17
powerpc/rtas: Add rtas_call_unlocked()
Michael Ellerman
1
-11
/
+33
2015-10-22
powerpc/rtas: Validate rtas.entry before calling enter_rtas()
Vasant Hegde
1
-0
/
+3
2015-07-23
powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers
Thomas Huth
1
-0
/
+17
2015-07-23
powerpc/rtas: Replace magic values with defines
Thomas Huth
1
-3
/
+5
2015-04-10
powerpc: Replace mem_init_done with slab_is_available()
Michael Ellerman
1
-2
/
+2
2015-03-28
powerpc/pseries: Simplify check for suspendability during suspend/migration
Tyrel Datwyler
1
-13
/
+13
2015-01-27
powerpc/pseries: Fix endian problems with LE migration
Cyril Bur
1
-7
/
+15
2014-11-10
powerpc: Remove some old bootmem related comments
Anton Blanchard
1
-2
/
+2
2014-04-30
of/fdt: update of_get_flat_dt_prop in prep for libfdt
Rob Herring
1
-1
/
+1
2014-04-07
powerpc/le: Enable RTAS events support
Greg Kurz
1
-6
/
+9
2014-03-24
powerpc/le: Big endian arguments for ppc_rtas()
Greg Kurz
1
-9
/
+13
2013-08-14
powerpc: Make RTAS calls endian safe
Anton Blanchard
1
-19
/
+19
2013-08-14
powerpc: Make RTAS device tree accesses endian safe
Anton Blanchard
1
-14
/
+14
2013-07-01
powerpc: Delete __cpuinit usage from all users
Paul Gortmaker
1
-2
/
+2
2013-05-14
powerpc: Bring all threads online prior to migration/hibernation
Robert Jennings
1
-0
/
+113
2012-11-15
powerpc+of: Remove the pSeries_reconfig.h file
Nathan Fontenot
1
-1
/
+0
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-1
/
+0
2012-03-28
Disintegrate asm/system.h for PowerPC
David Howells
1
-1
/
+0
2012-03-28
powerpc: Make function that parses RTAS error logs global
Anton Blanchard
1
-0
/
+34
2012-02-14
powerpc/pseries: Fix partition migration hang in stop_topology_update
Brian King
1
-2
/
+3
2011-10-31
powerpc: various straight conversions from module.h --> export.h
Paul Gortmaker
1
-1
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-25
notifiers: sys: move reboot notifiers into reboot.h
Amerigo Wang
1
-0
/
+1
2011-05-04
powerpc/pseries: Add page coalescing support
Brian King
1
-0
/
+2
2011-04-27
powerpc/rtas: Only sleep in rtas_busy_delay if we have useful work to do
Anton Blanchard
1
-1
/
+1
2010-12-09
powerpc: Disable VPHN polling during a suspend operation
Jesse Larrew
1
-0
/
+3
2010-10-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-2
/
+2
2010-10-13
powerpc/pseries: Export rtas_ibm_suspend_me()
Nathan Fontenot
1
-2
/
+2
2010-08-31
Merge commit 'v2.6.36-rc3' into x86/memblock
Ingo Molnar
1
-35
/
+70
2010-08-05
memblock: Remove rmo_size, burry it in arch/powerpc where it belongs
Benjamin Herrenschmidt
1
-1
/
+1
2010-08-04
Merge commit 'gcl/next' into next
Benjamin Herrenschmidt
1
-3
/
+3
2010-07-14
lmb: rename to memblock
Yinghai Lu
1
-3
/
+3
[next]