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
2023-02-08
powerpc/64s/radix: mm->context.id should always be valid
Nicholas Piggin
1
-18
/
+21
2023-02-08
powerpc/64s/radix: Remove need_flush_all test from radix__tlb_flush
Nicholas Piggin
1
-1
/
+1
2023-02-08
powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG
Christophe Leroy
1
-0
/
+8
2023-02-07
powerpc/pci: Add option for using pci_to_OF_bus_map
Pali Rohár
3
-7
/
+27
2023-02-07
powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch
Nicholas Piggin
1
-2
/
+4
2023-02-06
powerpc/kexec_file: fix implicit decl error
Randy Dunlap
1
-0
/
+1
2023-02-05
kbuild: remove --include-dir MAKEFLAG from top Makefile
Masahiro Yamada
1
-1
/
+1
2023-02-05
powerpc/vdso: Filter clang's auto var init zero enabler when linking
Nathan Chancellor
1
-1
/
+1
2023-02-04
Merge tag 'powerpc-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
10
-31
/
+77
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
3
-3
/
+0
2023-02-02
powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
7
-28
/
+63
2023-02-02
powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
David Hildenbrand
1
-5
/
+33
2023-02-02
powerpc: Don't select ARCH_WANTS_NO_INSTR
Michael Ellerman
1
-1
/
+0
2023-02-02
powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()
Michael Ellerman
1
-0
/
+2
2023-02-01
powerpc/kexec_file: Count hot-pluggable memory in FDT estimate
Sourabh Jain
1
-1
/
+1
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
6
-73
/
+93
2023-01-31
powerpc/64s/radix: Fix RWX mapping with relocated kernel
Michael Ellerman
1
-0
/
+13
2023-01-31
powerpc/64s/radix: Fix crash with unaligned relocated kernel
Michael Ellerman
1
-0
/
+11
2023-01-31
powerpc/kexec_file: Fix division by zero in extra size estimation
Michael Ellerman
1
-4
/
+7
2023-01-31
powerpc/imc-pmu: Revert nest_init_lock to being a mutex
Michael Ellerman
1
-7
/
+7
2023-01-30
driver core: fixup for "driver core: make struct bus_type.uevent() take a con...
Stephen Rothwell
3
-3
/
+3
2023-01-30
powerpc/64: Fix perf profiling asynchronous interrupt handlers
Nicholas Piggin
4
-15
/
+32
2023-01-30
powerpc/64s: Fix local irq disable when PMIs are disabled
Nicholas Piggin
1
-1
/
+1
2023-01-30
powerpc/pci: Enable PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT by default
Pali Rohár
1
-0
/
+1
2023-01-30
powerpc/64: Don't recurse irq replay
Nicholas Piggin
2
-37
/
+70
2023-01-30
powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQ
Christophe Leroy
2
-4
/
+1
2023-01-30
powerpc/rtas: upgrade internal arch spinlocks
Nathan Lynch
1
-38
/
+14
2023-01-30
powerpc/rtas: remove lock and args fields from global rtas struct
Nathan Lynch
2
-23
/
+29
2023-01-30
powerpc/rtas: make all exports GPL
Nathan Lynch
1
-11
/
+11
2023-01-30
powerpc/rtas: Drop unused export symbols
Michael Ellerman
1
-4
/
+0
2023-01-30
powerpc/rtas: unexport 'rtas' symbol
Nathan Lynch
1
-1
/
+0
2023-01-30
powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage
Pali Rohár
1
-4
/
+10
2023-01-30
powerpc/64: Set default CPU in Kconfig
Christophe Leroy
2
-22
/
+12
2023-01-30
powerpc/kvm: Fix unannotated intra-function call warning
Sathvika Vasireddy
1
-3
/
+2
2023-01-30
powerpc/85xx: Fix unannotated intra-function call warning
Sathvika Vasireddy
1
-1
/
+2
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-27
vio: move to_vio_dev() to use container_of_const()
Greg Kroah-Hartman
1
-4
/
+1
2023-01-27
of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
1
-1
/
+6
2023-01-26
powerpc/module_64: Fix "expected nop" error on module re-patching
Josh Poimboeuf
1
-2
/
+12
2023-01-26
powerpc/module_64: Improve restore_r2() return semantics
Josh Poimboeuf
1
-9
/
+6
2023-01-26
powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang
Nathan Chancellor
1
-0
/
+5
2023-01-26
powerpc/vdso: Improve linker flags
Nathan Chancellor
1
-8
/
+12
2023-01-26
powerpc/vdso: Remove unused '-s' flag from ASFLAGS
Nathan Chancellor
1
-2
/
+2
2023-01-26
powerpc: Remove linker flag from KBUILD_AFLAGS
Nathan Chancellor
1
-1
/
+1
2023-01-24
kbuild: Add config fragment merge functionality
Nicolas Saenz Julienne
1
-11
/
+1
2023-01-24
KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()
Sean Christopherson
2
-3
/
+3
2023-01-24
Merge branch 'kvm-v6.2-rc4-fixes' into HEAD
Paolo Bonzini
2
-1
/
+21
2023-01-22
kbuild: do not print extra logs for V=2
Masahiro Yamada
1
-5
/
+4
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
[prev]
[next]