index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-07
powerpc/pci: Add option for using pci_to_OF_bus_map
Pali Rohár
1
-5
/
+12
2023-02-07
powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch
Nicholas Piggin
1
-2
/
+4
2023-02-05
powerpc/vdso: Filter clang's auto var init zero enabler when linking
Nathan Chancellor
1
-1
/
+1
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+5
2023-01-30
powerpc/64: Fix perf profiling asynchronous interrupt handlers
Nicholas Piggin
3
-3
/
+3
2023-01-30
powerpc/64: Don't recurse irq replay
Nicholas Piggin
1
-35
/
+66
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
1
-21
/
+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/85xx: Fix unannotated intra-function call warning
Sathvika Vasireddy
1
-1
/
+2
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-22
kbuild: do not print extra logs for V=2
Masahiro Yamada
1
-5
/
+4
2023-01-18
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
1
-3
/
+1
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
1
-3
/
+2
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
1
-1
/
+0
2023-01-06
powerpc/vmlinux.lds: Don't discard .comment
Michael Ellerman
1
-1
/
+1
2023-01-06
powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
Michael Ellerman
1
-1
/
+4
2023-01-06
powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
Michael Ellerman
1
-0
/
+1
2022-12-20
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
1
-0
/
+1
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
38
-365
/
+498
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+4
2022-12-15
mm: Introduce set_memory_rox()
Peter Zijlstra
1
-5
/
+4
2022-12-12
Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-12
/
+13
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-12-12
Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-22
/
+0
2022-12-08
Merge branch 'topic/objtool' into next
Michael Ellerman
14
-31
/
+84
2022-12-08
powerpc/prom: Fix 32-bit build
Michael Ellerman
1
-1
/
+2
2022-12-07
powerpc/rtas: mandate RTAS syscall filtering
Nathan Lynch
1
-16
/
+0
2022-12-07
powerpc/rtas: define pr_fmt and convert printk call sites
Nathan Lynch
1
-9
/
+10
2022-12-07
powerpc/rtas: clean up includes
Nathan Lynch
1
-26
/
+16
2022-12-07
powerpc/rtas: clean up rtas_error_log_max initialization
Nathan Lynch
1
-11
/
+26
2022-12-07
powerpc/rtas: avoid scheduling in rtas_os_term()
Nathan Lynch
1
-1
/
+6
2022-12-07
powerpc/rtas: avoid device tree lookups in rtas_os_term()
Nathan Lynch
1
-3
/
+10
2022-12-07
powerpc/rtasd: use correct OF API for event scan rate
Nathan Lynch
1
-2
/
+5
2022-12-07
powerpc/rtas: document rtas_call()
Nathan Lynch
1
-0
/
+58
2022-12-07
powerpc: export the CPU node count
Laurent Dufour
1
-0
/
+3
2022-12-02
powerpc/64e: Clear gprs on interrupt routine entry on Book3E
Rohan McLure
1
-2
/
+2
2022-12-02
powerpc/64s: Zeroise gprs on interrupt routine entry on Book3S
Rohan McLure
2
-11
/
+32
2022-12-02
powerpc/64s: IOption for MSR stored in r12
Rohan McLure
1
-0
/
+7
2022-12-02
powerpc/64: Sanitise common exit code for interrupts
Rohan McLure
1
-0
/
+6
2022-12-02
powerpc: allow minimum sized kernel stack frames
Nicholas Piggin
12
-20
/
+20
2022-12-02
powerpc: split validate_sp into two functions
Nicholas Piggin
2
-10
/
+15
2022-12-02
powerpc: copy_thread add a back chain to the switch stack frame
Nicholas Piggin
1
-0
/
+2
2022-12-02
powerpc: copy_thread fill in interrupt frame marker and back chain
Nicholas Piggin
1
-1
/
+3
[prev]
[next]