linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-26 12:51:53 to 2020-04-28 21:00:03 UTC [more...]

[PATCH v4 0/4] Clean up hugetlb boot command line processing
 2020-04-28 20:56 UTC  (2+ messages)
` [PATCH v4 1/4] hugetlbfs: add arch_hugetlb_valid_size

remove set_fs calls from the exec and coredump code v3
 2020-04-28 19:56 UTC  (9+ messages)
` [PATCH 2/7] signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32
              ` [PATCH] fixup! "

[PATCH v3 00/29] Convert files to ReST - part 2
 2020-04-28 19:01 UTC  (3+ messages)
` [PATCH v3 23/29] docs: filesystems: convert spufs/spufs.txt to ReST

remove set_fs calls from the coredump code v4
 2020-04-28 17:11 UTC  (13+ messages)
` [PATCH 1/5] powerpc/spufs: simplify spufs core dumping
  ` [RFC PATCH] powerpc/spufs: fix copy_to_user while atomic
` [PATCH 2/5] signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32
` [PATCH 3/5] binfmt_elf: remove the set_fs in fill_siginfo_note
` [PATCH 4/5] binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump
` [PATCH 5/5] binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dump

[RFC PATCH v2 0/7] consolidate PowerPC instruction encoding macros
 2020-04-28 16:19 UTC  (6+ messages)
` [RFC PATCH v2 4/7] powerpc/ppc-opcode: consolidate powerpc instructions from bpf_jit.h
` [RFC PATCH v2 7/7] powerpc/selftest: reuse ppc-opcode macros to avoid redundancy

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-04-28 16:05 UTC  (11+ messages)
` [PATCH v8 1/8] powerpc/vdso64: Switch from __get_datapage() to get_datapage inline macro
` [PATCH v8 2/8] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()
` [PATCH v8 3/8] powerpc/vdso: Remove unused \tmp param in __get_datapage()
` [PATCH v8 4/8] powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
` [PATCH v8 5/8] powerpc/vdso: Prepare for switching VDSO to generic C implementation
` [PATCH v8 6/8] powerpc/vdso: Switch "
` [PATCH v8 7/8] lib/vdso: force inlining of __cvdso_clock_gettime_common()
` [PATCH v8 8/8] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32

[PATCH net] ibmvnic: Fall back to 16 H_SEND_SUB_CRQ_INDIRECT entries with old FW
 2020-04-28 15:35 UTC  (2+ messages)

[PATCH v2 0/2] powerpc: Enhance error handling with patch_instruction()
 2020-04-28 14:03 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/ftrace: Simplify error checking when patching instructions
` [PATCH v2 2/2] powerpc/kprobes: Check return value of patch_instruction()

[PATCH] powerpc/spufs: Add rcu_read_lock() around fcheck()
 2020-04-28 13:52 UTC  (2+ messages)

[PATCH 1/2] powerpc: Keep .rela* sections when CONFIG_RELOCATABLE is defined
 2020-04-28 13:21 UTC  (2+ messages)
` [PATCH 2/2] Discard .note.gnu.property sections in generic NOTES

[PATCH] tty: hvc: Fix data abort due to race in hvc_open
 2020-04-28 12:48 UTC 

[PATCH] powerpc: Drop unneeded cast in task_pt_regs()
 2020-04-28 12:31 UTC 

[PATCH] powerpc/64: Don't initialise init_task->thread.regs
 2020-04-28 12:31 UTC 

[PATCH] powerpc: Add interrupt mode information in /proc/cpuinfo
 2020-04-28 11:36 UTC  (3+ messages)

[PATCH v4] pci: Make return value of pcie_capability_read*() consistent
 2020-04-28 11:43 UTC  (3+ messages)

[PATCH v2] powerpc/64: BE option to use ELFv2 ABI for big endian kernels
 2020-04-28 11:25 UTC 

[PATCH v2 1/2] cpufreq: qoriq: convert to a platform driver
 2020-04-28 11:01 UTC  (2+ messages)

[PATCH v6 00/28] Initial Prefixed Instruction support
 2020-04-28 10:06 UTC  (33+ messages)
` [PATCH v6 01/28] powerpc/xmon: Remove store_inst() for patch_instruction()
` [PATCH v6 02/28] powerpc/xmon: Move breakpoint instructions to own array
` [PATCH v6 03/28] powerpc/xmon: Move breakpoints to text section
` [PATCH v6 04/28] powerpc/xmon: Use bitwise calculations in_breakpoint_table()
` [PATCH v6 05/28] powerpc: Change calling convention for create_branch() et. al
` [PATCH v6 06/28] powerpc: Use a macro for creating instructions from u32s
` [PATCH v6 07/28] powerpc: Use an accessor for instructions
` [PATCH v6 08/28] powerpc: Use a function for getting the instruction op code
` [PATCH v6 09/28] powerpc: Use a function for byte swapping instructions
` [PATCH v6 10/28] powerpc: Introduce functions for instruction equality
` [PATCH v6 11/28] powerpc: Use a datatype for instructions
` [PATCH v6 12/28] powerpc: Use a function for reading instructions
` [PATCH v6 13/28] powerpc: Add a probe_user_read_inst() function
` [PATCH v6 14/28] powerpc: Add a probe_kernel_read_inst() function
` [PATCH v6 15/28] powerpc/kprobes: Use patch_instruction()
` [PATCH v6 16/28] powerpc: Define and use __get_user_instr{, inatomic}()
` [PATCH v6 17/28] powerpc: Introduce a function for reporting instruction length
` [PATCH v6 18/28] powerpc/xmon: Use a function for reading instructions
` [PATCH v6 19/28] powerpc/xmon: Move insertion of breakpoint for xol'ing
` [PATCH v6 20/28] powerpc: Make test_translate_branch() independent of instruction length
` [PATCH v6 21/28] powerpc: Enable Prefixed Instructions
` [PATCH v6 22/28] powerpc: Define new SRR1 bits for a future ISA version
` [PATCH v6 23/28] powerpc: Add prefixed instructions to instruction data type
` [PATCH v6 24/28] powerpc: Test prefixed code patching
` [PATCH v6 25/28] powerpc: Test prefixed instructions in feature fixups
` [PATCH v6 26/28] powerpc: Support prefixed instructions in alignment handler
` [PATCH v6 27/28] powerpc sstep: Add support for prefixed load/stores
` [PATCH v6 28/28] powerpc sstep: Add support for prefixed fixed-point arithmetic

[PATCH v2 0/3] Offline memoryless cpuless node 0
 2020-04-28  9:38 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc/numa: Set numa_node for all possible cpus
` [PATCH v2 2/3] powerpc/numa: Prefer node id queried from vphn
` [PATCH v2 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline

[PATCH v8 0/7] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-04-28  6:32 UTC  (2+ messages)

[PATCH 1/2] powerpc: Discard .rela* sections if CONFIG_RELOCATABLE is undefined
 2020-04-28  5:31 UTC  (3+ messages)
` [PATCH 2/2] Discard .note.gnu.property sections in generic NOTES

[PATCH] tty: hvc: Fix data abort due to race in hvc_open
 2020-04-28  3:26 UTC 

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-28  4:17 UTC  (8+ messages)
` [PATCH v3 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code

[PATCH v4 0/2] powerpc/eeh: Release EEH device state synchronously
 2020-04-28  3:45 UTC  (3+ messages)
` [PATCH v4 1/2] powerpc/eeh: fix pseries_eeh_configure_bridge()
` [PATCH v4 2/2] powerpc/eeh: Release EEH device state synchronously

[PATCH v3 0/3] powerpc/eeh: Release EEH device state synchronously
 2020-04-28  3:31 UTC  (5+ messages)
` [PATCH v3 1/3] powerpc/rtas: Export rtas_error_rc

[Bug 104871] bcl+8 in arch/powerpc/kernel/vdso64/datapage.S causes branch prediction issues
 2020-04-28  3:17 UTC  (2+ messages)

[Bug 199471] [Bisected][Regression] windfarm_pm* no longer gets automatically loaded when CONFIG_I2C_POWERMAC=y is set
 2020-04-28  3:14 UTC  (2+ messages)

[PATCH] ibmvfc: don't send implicit logouts prior to NPIV login
 2020-04-28  1:48 UTC  (2+ messages)

[PATCH] ibmvscsi: fix WARN_ON during event pool release
 2020-04-28  1:46 UTC  (2+ messages)

[PATCH] powerpc: Discard .rela* sections if CONFIG_RELOCATABLE is undefined
 2020-04-28  1:18 UTC  (2+ messages)

[RFC 1/3] powernv/cpuidle : Support for pre-entry and post exit of stop state in firmware
 2020-04-28  1:08 UTC  (7+ messages)
` [RFC 2/3] powernv/cpuidle : Interface for an idle-stop dependency structure
` [RFC 3/3] powernv/cpuidle : Introduce capability for firmware-enabled-stop

[PATCH v2, RESEND] misc: new driver sram_uapi for user level SRAM access
 2020-04-27 22:54 UTC  (3+ messages)
  ` [PATCH v2,RESEND] "

[PATCH v2 1/2] PCI/AER: Allow Native AER Host Bridges to use AER
 2020-04-27 22:14 UTC  (3+ messages)

[PATCH 1/3] powerpc: Properly return error code from do_patch_instruction()
 2020-04-27 17:14 UTC  (2+ messages)

[PATCH 0/3] powerpc: Enhance error handling with patch_instruction()
 2020-04-27 17:13 UTC  (9+ messages)
` [PATCH 3/3] powerpc/kprobes: Check return value of patch_instruction()

[PATCH] x86: Fix early boot crash on gcc-10, next try
 2020-04-27 17:07 UTC  (4+ messages)

[PATCH v2 0/2] Honoring Native AER/DPC Host Bridges
 2020-04-27 15:43 UTC  (7+ messages)
` [PATCH v2 2/2] PCI/DPC: Allow Native DPC Host Bridges to use DPC

[PATCH v2 0/7] libfs: group and simplify linux fs code
 2020-04-27 15:15 UTC  (3+ messages)
` [PATCH v2 6/7] debugfs: switch to simplefs inode creation API

[PATCH v5 0/6] implement KASLR for powerpc/fsl_booke/64
 2020-04-27 13:34 UTC  (4+ messages)

New powerpc vdso calling convention
 2020-04-27 13:09 UTC  (8+ messages)

[PATCH v2] ASoC: fsl_easrc: Check for null pointer before dereferencing "ctx" in fsl_easrc_hw_free()
 2020-04-27 13:09 UTC  (3+ messages)

[PATCH v2] ASoC: fsl_esai: Disable exception interrupt before scheduling tasklet
 2020-04-27 12:06 UTC  (3+ messages)

[RFC PATCH 00/25] Kernel userspace access/execution prevention with hash translation
 2020-04-27  8:05 UTC  (26+ messages)
` [RFC PATCH 01/25] powerpc/book3s64/pkeys: Mark all the pkeys above max pkey as reserved
` [RFC PATCH 02/25] powerpc/book3s64/pkeys: Enable MMU_FTR_PKEY
` [RFC PATCH 03/25] powerpc/book3s64/kuep: Add MMU_FTR_KUEP
` [RFC PATCH 04/25] powerpc/book3s64/pkeys: Use execute_pkey_disable static key
` [RFC PATCH 05/25] powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled "
` [RFC PATCH 06/25] powerpc/book3s64/kuap: Move KUAP related function outside radix
` [RFC PATCH 07/25] powerpc/book3s64/kuep: Move KUEP "
` [RFC PATCH 08/25] powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP to MMU_FTR_KUAP
` [RFC PATCH 09/25] powerpc/book3s64/kuap/kuep: Make KUAP and KUEP a subfeature of PPC_MEM_KEYS
` [RFC PATCH 10/25] powerpc/book3s64/kuap: Move UAMOR setup to key init function
` [RFC PATCH 11/25] powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation
` [RFC PATCH 12/25] powerpc/exec: Set thread.regs early during exec
` [RFC PATCH 13/25] powerpc/book3s64/pkeys: Store/restore userspace AMR correctly on entry and exit from kernel
` [RFC PATCH 14/25] powerpc/book3s64/kuep: Store/restore userspace IAMR "
` [RFC PATCH 15/25] powerpc/book3s64/pkeys: Inherit correctly on fork
` [RFC PATCH 16/25] powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec
` [RFC PATCH 17/25] powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one
` [RFC PATCH 18/25] powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode
` [RFC PATCH 19/25] powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMR
` [RFC PATCH 20/25] powerpc/book3s64/kuap: Improve error reporting with KUAP
` [RFC PATCH 21/25] powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation
` [RFC PATCH 22/25] powerpc/book3s64/kuep: Use Key 3 to implement KUEP "
` [RFC PATCH 23/25] powerpc/book3s64/hash/kuap: Enable kuap on hash
` [RFC PATCH 24/25] powerpc/book3s64/hash/kuep: Enable KUEP "
` [RFC PATCH 25/25] powerpc/book3s64/keys: Print information during boot

[RFC 00/11] perf: Enhancing perf to export processor hazard information
 2020-04-27  7:18 UTC  (14+ messages)

[PATCH] clocksource/drivers/timer-microchip-pit64b: Select CONFIG_TIMER_OF
 2020-04-27  7:00 UTC  (2+ messages)

[PATCH 0/5] Remove duplicated kmap code
 2020-04-27  6:25 UTC  (8+ messages)
` [PATCH 2/5] arch/kmap: Remove redundant arch specific kmaps
` [PATCH 4/5] arch/kmap_atomic: Consolidate duplicate code

[PATCH 1/2] powerpc/mce: Add helper functions to remove duplicate code
 2020-04-27  6:13 UTC  (2+ messages)
` [PATCH 2/2] powerpc/mce: Do not poison the memory using guest effective addr

[PATCH] ASoC: fsl_esai: Remove the tasklet
 2020-04-27  6:01 UTC  (3+ messages)

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-04-27  5:40 UTC  (10+ messages)
` [PATCH v4 1/7] KVM: s390: "
` [PATCH v4 2/7] KVM: arm64: "
` [PATCH v4 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v4 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v4 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v4 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH v3 0/7] clean up redundant 'kvm_run' parameters
 2020-04-27  4:13 UTC  (8+ messages)
` [PATCH v3 1/7] KVM: s390: "
` [PATCH v3 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v3 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v3 6/7] KVM: MIPS: "
` [PATCH v3 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH v2, RESEND] misc: new driver sram_uapi for user level SRAM access
 2020-04-27  4:47 UTC  (4+ messages)
` [PATCH v2,RESEND] "

[Bug 206695] New: kmemleak reports leaks in drivers/macintosh/windfarm
 2020-04-26 22:05 UTC  (2+ messages)
` [Bug 206695] "

[GIT PULL] Please pull powerpc/linux.git powerpc-5.7-3 tag
 2020-04-26 18:15 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 54dc28ff5e0b3585224d49a31b53e030342ca5c3
 2020-04-26 13:14 UTC 

[PATCH v2 0/7] clean up redundant 'kvm_run' parameters
 2020-04-26 12:59 UTC  (10+ messages)
` [PATCH v2 1/7] KVM: s390: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).