index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
powerpc/64e: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')
Christophe Leroy
2
-11
/
+5
2022-07-27
powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')
Christophe Leroy
6
-7
/
+35
2022-07-27
powerpc/405: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')
Christophe Leroy
1
-1
/
+6
2022-07-27
powerpc/32: Don't always pass -mcpu=powerpc to the compiler
Christophe Leroy
2
-28
/
+19
2022-07-27
powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32
Christophe Leroy
1
-2
/
+2
2022-07-27
powerpc/ppc-opcode: Define and use PPC_RAW_SETB()
Christophe Leroy
2
-7
/
+4
2022-07-27
powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW()
Christophe Leroy
3
-2
/
+5
2022-07-27
powerpc/probes: Remove ppc_opcode_t
Christophe Leroy
3
-3
/
+2
2022-07-27
powerpc: Remove remaining parts of oprofile
Christophe Leroy
5
-74
/
+4
2022-07-27
powerpc/perf: Use PVR rather than oprofile field to determine CPU version
Rashmica Gupta
12
-33
/
+37
2022-07-27
powerpc/32s: Fix boot failure with KASAN + SMP + JUMP_LABEL_FEATURE_CHECK_DEBUG
Christophe Leroy
1
-1
/
+1
2022-07-27
powerpc/32: Set an IBAT covering up to _einittext during init
Christophe Leroy
2
-8
/
+6
2022-07-27
powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.
Christophe Leroy
2
-5
/
+5
2022-07-27
powerpc/mce: use early_cpu_to_node() in mce_init()
Nicholas Piggin
1
-1
/
+1
2022-07-27
powerpc/64s: Remove spurious fault flushing for NMMU
Nicholas Piggin
1
-3
/
+23
2022-07-27
powerpc/64s: POWER10 nest MMU can upgrade PTE access authority without TLB flush
Nicholas Piggin
2
-17
/
+28
2022-07-27
powerpc/64s: POWER10 nest MMU does not require flush escalation workaround
Nicholas Piggin
1
-3
/
+11
2022-07-27
powerpc/vdso: Fix __kernel_sync_dicache sequence with coherent icache
Nicholas Piggin
1
-0
/
+1
2022-07-27
powerpc/pci: Add config option for using all 256 PCI buses
Pali Rohár
2
-0
/
+17
2022-07-27
powerpc/pci: Disable filling pci-OF-bus-map for non-chrp/powermac
Pali Rohár
1
-3
/
+10
2022-07-27
powerpc/pci: Hide pci_create_OF_bus_map() for non-chrp code
Pali Rohár
2
-0
/
+4
2022-07-27
powerpc/pci: Make pcibios_make_OF_bus_map() static
Pali Rohár
1
-3
/
+1
2022-07-27
powerpc/pci: Hide pci_device_from_OF_node() for non-powermac code
Pali Rohár
3
-0
/
+6
2022-07-27
powerpc: dts: turris1x.dts: Add CPLD reboot node
Pali Rohár
1
-1
/
+9
2022-07-27
powerpc/fsl-pci: Fix Class Code of PCIe Root Port
Pali Rohár
2
-0
/
+9
2022-07-27
powerpc/purgatory: Omit use of bin2c
Masahiro Yamada
4
-8
/
+16
2022-07-27
powerpc/pseries/mobility: set NMI watchdog factor during an LPM
Laurent Dufour
1
-0
/
+43
2022-07-27
powerpc/watchdog: introduce a NMI watchdog's factor
Laurent Dufour
2
-1
/
+22
2022-07-27
ARM: dts: lan966x: keep lan966 entries alphabetically sorted
Claudiu Beznea
1
-1
/
+1
2022-07-26
x86/cyrix: include header linux/isa-dma.h
Randy Dunlap
1
-0
/
+1
2022-07-26
Merge tag 's390-5.19-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-3
/
+6
2022-07-26
KVM: arm64: Introduce pkvm_dump_backtrace()
Kalesh Singh
1
-1
/
+34
2022-07-26
KVM: arm64: Implement protected nVHE hyp stack unwinder
Kalesh Singh
1
-3
/
+12
2022-07-26
KVM: arm64: Save protected-nVHE (pKVM) hyp stacktrace
Kalesh Singh
1
-1
/
+54
2022-07-26
KVM: arm64: Stub implementation of pKVM HYP stack unwinder
Kalesh Singh
1
-2
/
+33
2022-07-26
KVM: arm64: Allocate shared pKVM hyp stacktrace buffers
Kalesh Singh
2
-0
/
+12
2022-07-26
KVM: arm64: Add PROTECTED_NVHE_STACKTRACE Kconfig
Kalesh Singh
1
-0
/
+15
2022-07-26
KVM: arm64: Introduce hyp_dump_backtrace()
Kalesh Singh
2
-0
/
+86
2022-07-26
KVM: arm64: Implement non-protected nVHE hyp stack unwinder
Kalesh Singh
3
-3
/
+77
2022-07-26
KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace
Kalesh Singh
3
-0
/
+63
2022-07-26
KVM: arm64: Stub implementation of non-protected nVHE HYP stack unwinder
Kalesh Singh
1
-0
/
+47
2022-07-26
KVM: arm64: On stack overflow switch to hyp overflow_stack
Kalesh Singh
3
-8
/
+14
2022-07-26
arm64: stacktrace: Add description of stacktrace/common.h
Kalesh Singh
1
-0
/
+15
2022-07-26
arm64: stacktrace: Factor out common unwind()
Kalesh Singh
3
-67
/
+70
2022-07-26
arm64: stacktrace: Handle frame pointer from different address spaces
Kalesh Singh
2
-5
/
+26
2022-07-26
arm64: stacktrace: Factor out unwind_next_common()
Kalesh Singh
2
-37
/
+54
2022-07-26
arm64: stacktrace: Factor out on_accessible_stack_common()
Kalesh Singh
2
-4
/
+20
2022-07-26
arm64: stacktrace: Add shared header for common stack unwinding code
Kalesh Singh
3
-91
/
+106
2022-07-26
ARM: dts: lan966x: add support for pcb8309
Horatiu Vultur
2
-1
/
+186
2022-07-26
ARM: dts: imxrt1170-pinfunc: Add pinctrl binding header
Jesse Taube
1
-0
/
+1561
[prev]
[next]