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
2018-05-25
powerpc/xmon: Specify the full format in DUMP() macro
Michael Ellerman
1
-51
/
+51
2018-05-25
powerpc/xmon: Also setup debugger hooks when single-stepping
Michal Suchanek
1
-10
/
+11
2018-05-25
powerpc/8xx: fix invalid register expression in head_8xx.S
Christophe Leroy
1
-1
/
+1
2018-05-25
selftests/powerpc: Add ptrace hw breakpoint test
Michael Neuling
3
-1
/
+344
2018-05-25
selftests/powerpc: Add missing .gitignores
Michael Neuling
2
-0
/
+2
2018-05-25
powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
Christophe Leroy
1
-16
/
+34
2018-05-25
powerpc/mm: Use instruction symbolic names in store_updates_sp()
Christophe Leroy
2
-13
/
+14
2018-05-21
hwmon: (ibmpowernv) Add energy sensors
Shilpasri G Bhat
1
-0
/
+2
2018-05-21
hwmon: (ibmpowernv): Add support to read 64 bit sensors
Shilpasri G Bhat
1
-3
/
+4
2018-05-21
powernv: opal-sensor: Add support to read 64bit sensor values
Shilpasri G Bhat
4
-0
/
+57
2018-05-21
selftests/powerpc: Remove redundant cp_abort test
Michael Neuling
4
-117
/
+0
2018-05-21
powerpc/fsl/dts: fix the i2c-mux compatible for t104xqds
Peter Rosin
1
-1
/
+1
2018-05-21
powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREG
Michael Neuling
1
-0
/
+1
2018-05-21
powerpc/ptrace: Fix enforcement of DAWR constraints
Michael Neuling
1
-2
/
+2
2018-05-18
powerpc/powernv: Use __raw_[rm_]writeq_be() in npu-dma.c
Michael Ellerman
1
-3
/
+2
2018-05-18
powerpc/powernv: Use __raw_[rm_]writeq_be() in pci-ioda.c
Michael Ellerman
1
-7
/
+8
2018-05-18
powerpc/io: Add __raw_writeq_be() __raw_rm_writeq_be()
Michael Ellerman
1
-0
/
+10
2018-05-18
powerpc/perf: Fix memory allocation for core-imc based on num_possible_cpus()
Anju T Sudhakar
1
-2
/
+2
2018-05-18
powerpc/rtas: Fix spelling mistake "Discharching" -> "Discharging"
Colin Ian King
1
-1
/
+1
2018-05-18
powerpc/lib: Fix "integer constant is too large" build failure
Finn Thain
1
-5
/
+6
2018-05-18
powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabled
Nicholas Piggin
1
-1
/
+1
2018-05-18
powerpc/32: Use stmw/lmw for registers save/restore in asm
Christophe Leroy
3
-4
/
+16
2018-05-18
powerpc: Avoid an unnecessary test and branch in longjmp()
Christophe Leroy
1
-5
/
+4
2018-05-18
Revert "powerpc/64: Fix checksum folding in csum_add()"
Christophe Leroy
1
-1
/
+1
2018-05-18
powerpc: get rid of PMD_PAGE_SIZE() and _PMD_SIZE
Christophe Leroy
2
-11
/
+0
2018-05-15
powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by Starlet
Jonathan Neuschäfer
1
-0
/
+5
2018-05-15
powerpc/embedded6xx/flipper-pic: Don't match all IRQ domains
Jonathan Neuschäfer
1
-8
/
+0
2018-05-15
powerpc/book3s64: Enable split pmd ptlock.
Aneesh Kumar K.V
1
-0
/
+4
2018-05-15
powerpc/mm: Use page fragments for allocation page table at PMD level
Aneesh Kumar K.V
7
-23
/
+6
2018-05-15
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
Aneesh Kumar K.V
11
-6
/
+144
2018-05-15
powerpc/book3s64/mm: Simplify the rcu callback for page table free
Aneesh Kumar K.V
3
-24
/
+41
2018-05-15
powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragment
Aneesh Kumar K.V
5
-44
/
+15
2018-05-15
powerpc/mm/nohash: Remove pte fragment dependency from nohash
Aneesh Kumar K.V
3
-126
/
+159
2018-05-15
powerpc/mm/book3e/64: Remove unsupported 64Kpage size from 64bit booke
Aneesh Kumar K.V
4
-127
/
+4
2018-05-15
powerpc/mm: Rename pte fragment functions
Aneesh Kumar K.V
1
-4
/
+5
2018-05-15
powerpc/mm: Use pmd_lockptr instead of opencoding it
Aneesh Kumar K.V
3
-6
/
+8
2018-05-15
powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64
Aneesh Kumar K.V
2
-56
/
+54
2018-05-15
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-5
/
+31
2018-05-15
powerpc/kvm: Switch kvm pmd allocator to custom allocator
Aneesh Kumar K.V
1
-5
/
+31
2018-05-14
powerpc/cell/spufs: Change return type to vm_fault_t
Souptick Joarder
1
-15
/
+18
2018-05-14
macintosh/windfarm: fix spelling mistake: "ttarged" -> "ttarget"
Colin Ian King
3
-3
/
+3
2018-05-14
selftests/powerpc: fix exec benchmark
Nicholas Piggin
1
-2
/
+5
2018-05-14
powerpc/ioda: Use ibm, supported-tce-sizes for IOMMU page size mask
Alexey Kardashevskiy
1
-1
/
+29
2018-05-14
powerpc/powernv: Fix memtrace build when NUMA=n
Michael Ellerman
1
-1
/
+1
2018-05-11
powerpc/prom: Drop support for old FDT versions
Michael Ellerman
1
-19
/
+4
2018-05-11
powerpc/lib: Add alt patching test of branching past the last instruction
Michael Ellerman
2
-0
/
+47
2018-05-11
powerpc/lib: Rename ftr_fixup_test7 to ftr_fixup_test_too_big
Michael Ellerman
1
-1
/
+1
2018-05-11
powerpc/lib: Fix the feature fixup tests to actually work
Michael Ellerman
1
-6
/
+6
2018-05-11
powerpc/lib: Fix feature fixup test of external branch
Michael Ellerman
1
-2
/
+2
2018-05-10
powerpc: Make it clearer that systbl check errors are errors
Michael Ellerman
1
-2
/
+2
[next]