index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-19
powerpc/64s: Convert some cpu_setup() and cpu_restore() functions to C
Jordan Niethe
4
-260
/
+287
2020-11-18
powerpc: fix -Wimplicit-fallthrough
Nick Desaulniers
3
-0
/
+3
2020-11-18
powerpc: boot: include compiler_attributes.h
Nick Desaulniers
2
-1
/
+1
2020-11-18
powerpc/64s/exception: KVM Fix for host DSI being taken in HPT guest MMU context
Nicholas Piggin
1
-4
/
+7
2020-11-17
powerpc: Drop -me200 addition to build flags
Michael Ellerman
1
-1
/
+0
2020-11-16
arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
Arnd Bergmann
2
-0
/
+4
2020-11-16
KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
Cédric Le Goater
1
-0
/
+7
2020-11-16
powerpc/64s: Fix KVM system reset handling when CONFIG_PPC_PSERIES=y
Nicholas Piggin
1
-2
/
+0
2020-11-15
Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-3
/
+2
2020-11-13
livepatch: Use the default ftrace_ops instead of REGS when ARGS is available
Steven Rostedt (VMware)
1
-1
/
+3
2020-11-13
ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs
Steven Rostedt (VMware)
1
-1
/
+3
2020-11-09
perf/arch: Remove perf_sample_data::regs_user_copy
Peter Zijlstra
1
-2
/
+1
2020-11-09
perf: Reduce stack usage of perf_output_begin()
Peter Zijlstra
1
-1
/
+1
2020-11-09
powerpc: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2
-2
/
+5
2020-11-09
Merge 5.10-rc3 into tty-next
Greg Kroah-Hartman
10
-104
/
+44
2020-11-08
powerpc/32s: Use relocation offset when setting early hash table
Christophe Leroy
1
-1
/
+2
2020-11-06
powerpc/mm/highmem: Switch to generic kmap atomic
Thomas Gleixner
7
-92
/
+8
2020-11-06
tty: Remove redundant synclinkmp driver
Lee Jones
1
-1
/
+0
2020-11-06
tty: Remove redundant synclink driver
Lee Jones
1
-1
/
+0
2020-11-06
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
1
-1
/
+1
2020-11-06
kprobes/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
1
-1
/
+10
2020-11-06
powerpc/numa: Fix build when CONFIG_NUMA=n
Scott Cheloha
1
-3
/
+9
2020-11-05
powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entry
Christophe Leroy
4
-66
/
+28
2020-11-05
powerpc/8xx: Always fault when _PAGE_ACCESSED is not set
Christophe Leroy
1
-12
/
+2
2020-11-05
powerpc/40x: Always fault when _PAGE_ACCESSED is not set
Christophe Leroy
1
-8
/
+0
2020-11-05
powerpc/603: Always fault when _PAGE_ACCESSED is not set
Christophe Leroy
1
-12
/
+0
2020-11-05
powerpc: Use asm_goto_volatile for put_user()
Michael Ellerman
1
-2
/
+2
2020-11-04
USB: serial: keyspan_pda: clean up xircom/entrega support
Johan Hovold
2
-2
/
+0
2020-11-02
powerpc/64: Set up a kernel stack for secondaries before cpu_restore()
Jordan Niethe
2
-6
/
+6
2020-11-02
powerpc/smp: Call rcu_cpu_starting() earlier
Qian Cai
1
-1
/
+2
2020-11-02
powerpc/eeh_cache: Fix a possible debugfs deadlock
Qian Cai
1
-2
/
+3
2020-10-30
timekeeping: default GENERIC_CLOCKEVENTS to enabled
Arnd Bergmann
1
-1
/
+0
2020-10-29
powerpc/perf: Support PERF_SAMPLE_DATA_PAGE_SIZE
Kan Liang
1
-2
/
+4
2020-10-27
powerpc: use asm-generic/mmu_context.h for no-op implementations
Nicholas Piggin
1
-5
/
+8
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
5
-5
/
+5
2020-10-24
Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
11
-118
/
+179
2020-10-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-49
/
+111
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2020-10-22
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
4
-3
/
+2
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
5
-63
/
+25
2020-10-22
powerpc/pseries: Avoid using addr_to_pfn in real mode
Ganesh Goudar
1
-49
/
+69
2020-10-22
powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9
Christophe Leroy
2
-2
/
+15
2020-10-22
powerpc/eeh: Fix eeh_dev_check_failure() for PE#0
Oliver O'Halloran
1
-5
/
+0
2020-10-21
KVM: PPC: Book3S HV: Make struct kernel_param_ops definition const
Joe Perches
1
-1
/
+1
2020-10-20
powerpc/64s: Remove TM from Power10 features
Jordan Niethe
2
-4
/
+11
2020-10-20
powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulation
Michael Neuling
1
-1
/
+1
2020-10-19
powerpc/powernv/dump: Handle multiple writes to ack attribute
Vasant Hegde
1
-3
/
+8
2020-10-19
powerpc/powernv/dump: Fix race while processing OPAL dump
Vasant Hegde
1
-12
/
+29
2020-10-19
powerpc/smp: Use GFP_ATOMIC while allocating tmp mask
Srikar Dronamraju
1
-26
/
+31
2020-10-19
powerpc/smp: Remove unnecessary variable
Srikar Dronamraju
1
-9
/
+4
[prev]
[next]