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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-24
powerpc/powernv: Add opal calls for opencapi
Frederic Barrat
2
-1
/
+10
2018-01-23
powerpc/64s: Improve RFI L1-D cache flush fallback
Nicholas Piggin
1
-2
/
+1
2018-01-22
powerpc/pseries, ps3: panic flush kernel messages before halting system
Nicholas Piggin
1
-1
/
+2
2018-01-21
powerpc/xive: Properly use static keyword for inline function
Mathieu Malaterre
1
-1
/
+1
2018-01-21
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...
Michael Ellerman
2
-1
/
+3
2018-01-21
Merge branch 'fixes' into next
Michael Ellerman
7
-2
/
+100
2018-01-21
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
6
-37
/
+76
2018-01-20
powerpc/sysdev: change CPM GPIO to platform_device
Christophe Leroy
2
-1
/
+3
2018-01-21
pseries/drc-info: Search DRC properties for CPU indexes
Michael Bringmann
1
-0
/
+15
2018-01-21
powerpc/firmware: Add definitions for new drc-info firmware feature
Michael Bringmann
2
-1
/
+4
2018-01-21
powerpc/lib/feature-fixups: use raw_patch_instruction()
Christophe Leroy
1
-0
/
+1
2018-01-21
powerpc/mpic_timer: avoid struct timeval
Arnd Bergmann
1
-4
/
+4
2018-01-21
powerpc: sys_pkey_mprotect() system call
Ram Pai
3
-3
/
+3
2018-01-21
powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
Ram Pai
3
-3
/
+5
2018-01-21
powerpc: Enable pkey subsystem
Ram Pai
2
-4
/
+8
2018-01-20
powerpc/ptrace: Add memory protection key regset
Thiago Jung Bauermann
2
-0
/
+6
2018-01-20
powerpc: Deliver SEGV signal on pkey violation
Ram Pai
1
-0
/
+1
2018-01-20
powerpc: introduce get_mm_addr_key() helper
Ram Pai
1
-0
/
+9
2018-01-20
powerpc: Handle exceptions caused by pkey violation
Ram Pai
1
-1
/
+0
2018-01-20
powerpc: implementation for arch_vma_access_permitted()
Ram Pai
1
-1
/
+4
2018-01-20
powerpc: check key protection for user page access
Ram Pai
1
-1
/
+9
2018-01-20
powerpc: helper to validate key-access permissions of a pte
Ram Pai
2
-0
/
+11
2018-01-20
powerpc: Program HPTE key protection bits
Ram Pai
3
-0
/
+20
2018-01-20
powerpc: map vma key-protection bits to pte key bits.
Ram Pai
3
-1
/
+42
2018-01-20
powerpc: implementation for arch_override_mprotect_pkey()
Ram Pai
2
-1
/
+25
2018-01-20
powerpc: ability to associate pkey to a vma
Ram Pai
2
-1
/
+17
2018-01-20
powerpc: introduce execute-only pkey
Ram Pai
2
-1
/
+6
2018-01-20
powerpc: store and restore the pkey state across context switches
Ram Pai
3
-0
/
+12
2018-01-20
powerpc: ability to create execute-disabled pkeys
Ram Pai
1
-0
/
+6
2018-01-20
powerpc: implementation for arch_set_user_pkey_access()
Ram Pai
1
-1
/
+5
2018-01-20
powerpc: cleanup AMR, IAMR when a key is allocated or freed
Ram Pai
1
-0
/
+12
2018-01-20
powerpc: track allocation status of all pkeys
Ram Pai
3
-4
/
+92
2018-01-20
powerpc: initial pkey plumbing
Ram Pai
2
-0
/
+52
2018-01-19
powerpc/powernv: Add debugfs interface for imc-mode and imc-command
Anju T Sudhakar
1
-0
/
+7
2018-01-19
powerpc/perf: Pass struct imc_events as a parameter to imc_parse_event()
Anju T Sudhakar
1
-1
/
+1
2018-01-19
powerpc/64s: Implement local_t using irq soft masking
Madhavan Srinivasan
1
-0
/
+141
2018-01-19
powerpc: use generic atomic implementation for local_t
Madhavan Srinivasan
1
-170
/
+1
2018-01-19
powerpc/64s: Add new set of irq_soft_mask_ functions for PMI masking
Madhavan Srinivasan
1
-0
/
+67
2018-01-19
powerpc: Add new kconfig CONFIG_PPC_IRQ_SOFT_MASK_DEBUG
Madhavan Srinivasan
1
-2
/
+2
2018-01-19
powerpc/64s: Add support to mask perf interrupts and replay them
Madhavan Srinivasan
2
-8
/
+16
2018-01-19
powerpc/64s: Add support to take additional parameter in MASKABLE_* macro
Madhavan Srinivasan
2
-55
/
+77
2018-01-19
powerpc/64s: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*
Madhavan Srinivasan
1
-3
/
+3
2018-01-19
powerpc/64: Rename soft_enabled to irq_soft_mask
Madhavan Srinivasan
5
-35
/
+41
2018-01-19
powerpc/64: Change soft_enabled from flag to bitmask
Madhavan Srinivasan
3
-11
/
+27
2018-01-19
powerpc/64: Cleanup hard_irq_disable() macro
Madhavan Srinivasan
1
-4
/
+3
2018-01-19
powerpc/64: Implement and use soft_enabled_set_return API
Madhavan Srinivasan
1
-10
/
+15
2018-01-19
powerpc/64: Implement and use soft_enabled_return API
Madhavan Srinivasan
1
-8
/
+13
2018-01-19
powerpc/64: Move set_soft_enabled() and rename
Madhavan Srinivasan
2
-7
/
+17
2018-01-19
powerpc/64: Fix arch_local_irq_disable() prototype
Madhavan Srinivasan
1
-10
/
+15
2018-01-19
powerpc/64: Improve inline asm in arch_local_irq_disable
Nicholas Piggin
1
-5
/
+5
[next]