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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-21
powerpc/pmac: Remove early allocation of the SMU command buffer
Benjamin Herrenschmidt
3
-24
/
+8
2016-07-21
powerpc: Put exception configuration in a common place
Benjamin Herrenschmidt
8
-103
/
+108
2016-07-21
powerpc: Move FW feature probing out of pseries probe()
Benjamin Herrenschmidt
5
-48
/
+56
2016-07-21
powerpc/dart: Use a cachable DART
Benjamin Herrenschmidt
5
-144
/
+88
2016-07-21
powerpc: Move 64-bit memory reserves to setup_arch()
Benjamin Herrenschmidt
1
-11
/
+11
2016-07-21
powerpc: Move 64-bit feature fixup earlier
Benjamin Herrenschmidt
1
-2
/
+3
2016-07-21
powerpc: Factor do_feature_fixup calls
Benjamin Herrenschmidt
5
-30
/
+37
2016-07-20
dt: Add of_device_compatible_match()
Benjamin Herrenschmidt
2
-0
/
+24
2016-07-20
PCI: rpaphp: Fix slot registration for multiple slots under a PHB
Tyrel Datwyler
1
-5
/
+12
2016-07-19
powerpc/32: Remove RELOCATABLE_PPC32
Kevin Hao
5
-11
/
+6
2016-07-19
powerpc: Merge the RELOCATABLE config entries for ppc32 and ppc64
Kevin Hao
1
-38
/
+27
2016-07-19
powerpc/32/booke: Fix the build error when CRASH_DUMP is enabled
Kevin Hao
1
-1
/
+1
2016-07-19
powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug events
John Allen
1
-1
/
+3
2016-07-19
powerpc/pseries: Add support for hotplug interrupt source
John Allen
2
-0
/
+41
2016-07-19
powerpc/pseries: Add pseries hotplug workqueue
John Allen
1
-0
/
+52
2016-07-19
cxl: fix potential NULL dereference in free_adapter()
Andrew Donnellan
1
-7
/
+9
2016-07-19
cxl: remove dead Kconfig options
Andrew Donnellan
2
-14
/
+0
2016-07-19
powerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=n
Ian Munsie
1
-8
/
+26
2016-07-19
powerpc/mm: Cleanup LPCR defines
Aneesh Kumar K.V
1
-37
/
+37
2016-07-17
powerpc/mm/radix: Add a kernel command line to disable radix
Aneesh Kumar K.V
2
-0
/
+16
2016-07-17
powerpc/mm/radix: Add LPID based tlb flush helpers
Aneesh Kumar K.V
2
-1
/
+55
2016-07-17
powerpc/mm/radix: Update machine call back to support new HCALL.
Aneesh Kumar K.V
3
-6
/
+16
2016-07-17
powerpc/mm/radix: Update PID switch sequence
Aneesh Kumar K.V
2
-1
/
+7
2016-07-17
powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0
Aneesh Kumar K.V
1
-5
/
+4
2016-07-17
powerpc/mm: Print formation regarding the the MMU mode
Aneesh Kumar K.V
2
-2
/
+4
2016-07-17
powerpc/mm: Clear top 16 bits of va only on older cpus
Aneesh Kumar K.V
3
-6
/
+13
2016-07-17
powerpc/mm: Compile out radix related functions if RADIX_MMU is disabled
Aneesh Kumar K.V
1
-0
/
+5
2016-07-17
powerpc/mm: use _raw variant of page table accessors
Aneesh Kumar K.V
4
-35
/
+91
2016-07-17
powerpc/mm/radix: Update LPCR HR bit as per ISA
Aneesh Kumar K.V
2
-2
/
+3
2016-07-17
powerpc/mm: Fix .long's in tlb-radix.c to more meaningful
Balbir Singh
2
-8
/
+19
2016-07-17
powerpc/pci: Don't try to allocate resources that will be reassigned
Benjamin Herrenschmidt
1
-2
/
+4
2016-07-17
powerpc/powernv/pci: Check status of a PHB before using it
Benjamin Herrenschmidt
1
-0
/
+3
2016-07-17
powerpc/powernv/pci: Use the device-tree to get available range of M64's
Benjamin Herrenschmidt
1
-6
/
+45
2016-07-17
powerpc/powernv/pci: Fallback to OPAL for TCE invalidations
Benjamin Herrenschmidt
1
-4
/
+29
2016-07-17
powerpc/powernv/pci: Rework accessing the TCE invalidate register
Benjamin Herrenschmidt
2
-48
/
+28
2016-07-17
powerpc/powernv/pci: Remove SWINV constants and obsolete TCE code
Benjamin Herrenschmidt
2
-43
/
+10
2016-07-17
powerpc/powernv/pci: Rename TCE invalidation calls
Benjamin Herrenschmidt
3
-25
/
+23
2016-07-17
powerpc/opal: Add real mode call wrappers
Benjamin Herrenschmidt
4
-44
/
+51
2016-07-17
powerpc/pseries/pci: Remove obsolete SW invalidate
Benjamin Herrenschmidt
1
-52
/
+1
2016-07-17
powerpc/powernv: Discover IODA3 PHBs
Benjamin Herrenschmidt
2
-1
/
+6
2016-07-17
powerpc/xics: Add ICP OPAL backend
Benjamin Herrenschmidt
4
-2
/
+155
2016-07-17
powerpc/irq: Add mechanism to force a replay of interrupts
Benjamin Herrenschmidt
2
-0
/
+17
2016-07-17
powerpc/irq: Add support for HV virtualization interrupts
Benjamin Herrenschmidt
4
-0
/
+24
2016-07-17
powerpc/book64s: Move a few exception common handlers to make room
Benjamin Herrenschmidt
1
-8
/
+9
2016-07-15
powerpc/powernv: Add XICS emulation APIs
Benjamin Herrenschmidt
3
-1
/
+14
2016-07-15
powerpc/powernv: Use deepest stop state when cpu is offlined
Shreyas B. Prabhu
3
-3
/
+17
2016-07-15
cpuidle/powernv: Add support for POWER ISA v3 idle states
Shreyas B. Prabhu
1
-0
/
+61
2016-07-15
cpuidle/powernv: cleanup cpuidle-powernv.c
Shreyas B. Prabhu
1
-18
/
+20
2016-07-15
cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATES
Shreyas B. Prabhu
1
-3
/
+1
2016-07-15
powerpc/powernv: Add platform support for stop instruction
Shreyas B. Prabhu
8
-66
/
+332
[next]