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
/
platforms
/
pseries
/
setup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-31
powerpc: Move isa bridge definitions to separate include
Benjamin Herrenschmidt
1
-0
/
+1
2016-11-30
powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.
Thiago Jung Bauermann
1
-2
/
+2
2016-10-07
Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+2
2016-09-20
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
1
-2
/
+2
2016-09-06
powerpc/pseries: Fix little endian build with CONFIG_KEXEC=n
Thiago Jung Bauermann
1
-1
/
+1
2016-07-21
powerpc: Get rid of ppc_md.init_early()
Benjamin Herrenschmidt
1
-4
/
+5
2016-07-21
powerpc/64: Move 64-bit probe_machine() to later in the boot process
Benjamin Herrenschmidt
1
-4
/
+3
2016-07-21
powerpc/64: Move MMU backend selection out of platform code
Benjamin Herrenschmidt
1
-7
/
+0
2016-07-21
powerpc: Put exception configuration in a common place
Benjamin Herrenschmidt
1
-49
/
+43
2016-07-21
powerpc: Move FW feature probing out of pseries probe()
Benjamin Herrenschmidt
1
-41
/
+0
2016-06-21
powerpc/pci: Delay populating pdn
Gavin Shan
1
-5
/
+1
2016-06-14
powerpc/pseries: Remove MPIC from pseries kexec
Rashmica Gupta
1
-1
/
+1
2016-06-14
powerpc/pseries: Remove MPIC from pseries smp
Rashmica Gupta
1
-1
/
+1
2016-06-14
powerpc/pseries: Drop support for MPIC in pseries
Rashmica Gupta
1
-72
/
+5
2016-06-14
powerpc: Various typo fixes
Michael Ellerman
1
-1
/
+1
2016-05-11
powerpc/pci: Export pci_add_device_node_info()
Gavin Shan
1
-1
/
+1
2016-05-11
powerpc/pseries: Add null property check to pseries_discover_pic()
Suraj Jitindar Singh
1
-0
/
+2
2016-03-01
powerpc: Fix misspellings in comments.
Adam Buchbinder
1
-1
/
+1
2015-11-06
Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-12
/
+2
2015-10-15
powerpc/pseries: Remove use of CONFIG_PCI
Michael Ellerman
1
-4
/
+0
2015-09-17
powerpc/PCI: Fix lookup of linux,pci-probe-only property
Marc Zyngier
1
-12
/
+2
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-1
/
+1
2015-08-28
powerpc/pseries: Cleanup on pci_dn_reconfig_notifier()
Gavin Shan
1
-11
/
+13
2015-08-28
powerpc/pseries: Fix corrupted pdn list
Gavin Shan
1
-0
/
+5
2015-04-14
powerpc: Remove PPC32 code from pseries specific find_and_init_phbs()
Daniel Axtens
1
-7
/
+0
2015-04-11
powerpc/pseries: Move controller ops from ppc_md to controller_ops
Daniel Axtens
1
-1
/
+5
2015-04-11
powerpc: move find_and_init_phbs() to pSeries specific code
Daniel Axtens
1
-0
/
+47
2015-03-24
powerpc/eeh: Create eeh_dev from pci_dn instead of device_node
Gavin Shan
1
-1
/
+1
2014-12-11
Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-30
/
+35
2014-11-24
of/reconfig: Always use the same structure for notifiers
Grant Likely
1
-2
/
+3
2014-11-10
powerpc/pseries: Quieten relocation on exceptions warning
Anton Blanchard
1
-1
/
+5
2014-11-03
powerpc: Convert power off logic to pm_power_off
Alexander Graf
1
-29
/
+30
2014-09-25
powerpc: Make a bunch of things static
Anton Blanchard
1
-1
/
+1
2014-08-14
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-2
/
+1
2014-07-28
powerpc/pseries: Switch pseries drivers to use machine_xxx_initcall()
Michael Ellerman
1
-1
/
+1
2014-06-26
of: Migrate of_find_node_by_name() users to for_each_node_by_name()
Grant Likely
1
-2
/
+1
2014-06-10
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-0
/
+7
2014-06-05
powerpc: Allow ppc_md platform hook to override memory_block_size_bytes
Anton Blanchard
1
-0
/
+3
2014-05-01
powerpc/le: Show the endianess of the LPAR under PowerVM.
Tony Breeds
1
-0
/
+4
2014-04-30
of/fdt: update of_get_flat_dt_prop in prep for libfdt
Rob Herring
1
-2
/
+2
2014-02-21
Merge branch 'linus' into sched/core
Thomas Gleixner
1
-2
/
+1
2014-02-11
sched/idle, PPC: Remove redundant cpuidle_idle_call()
Nicolas Pitre
1
-20
/
+14
2014-02-11
powerpc/pseries: Disable relocation on exception while going down during crash.
Mahesh Salgaonkar
1
-2
/
+1
2014-01-27
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-2
/
+2
2013-12-30
powerpc/iommu: Update constant names to reflect their hardcoded page size
Alistair Popple
1
-2
/
+2
2013-11-26
powerpc: Clean up panic_timeout usage
Jason Baron
1
-1
/
+1
2013-11-21
pseries: Add H_SET_MODE to change exception endianness
Anton Blanchard
1
-0
/
+42
2013-09-11
powerpc: Default arch idle could cede processor on pseries
Vaidyanathan Srinivasan
1
-10
/
+21
2013-08-27
pseries: Move plpar_wrapper.h to powerpc common include/asm location.
Deepthi Dharwar
1
-1
/
+1
2013-08-14
powerpc: Fix little endian lppaca, slb_shadow and dtl_entry
Anton Blanchard
1
-1
/
+1
[next]