messages from 2020-04-30 08:36:27 to 2020-05-02 18:36:59 UTC [more...]
[PATCH 0/7] sha1 library cleanup
2020-05-02 18:24 UTC (3+ messages)
` [PATCH 2/7] crypto: powerpc/sha1 - remove unused temporary workspace
` [PATCH 3/7] crypto: powerpc/sha1 - prefix the "sha1_" functions
[PATCH v2 0/3] mm/memory_hotplug: Allow to not create firmware memmap entries
2020-05-02 18:03 UTC (30+ messages)
` [PATCH v2 1/3] mm/memory_hotplug: Prepare passing flags to add_memory() and friends
` [PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
` [PATCH v2 3/3] device-dax: Add system ram (add_memory()) with MHP_NO_FIRMWARE_MEMMAP
[PATCH] powerpc/64s: Fix unrecoverable SLB crashes due to preemption check
2020-05-02 14:33 UTC
[PATCH v7 00/28] Initial Prefixed Instruction support
2020-05-02 14:29 UTC (30+ messages)
` [PATCH v7 01/28] powerpc/xmon: Remove store_inst() for patch_instruction()
` [PATCH v7 02/28] powerpc/xmon: Move breakpoint instructions to own array
` [PATCH v7 03/28] powerpc/xmon: Move breakpoints to text section
` [PATCH v7 04/28] powerpc/xmon: Use bitwise calculations in_breakpoint_table()
` [PATCH v7 05/28] powerpc: Change calling convention for create_branch() et. al
` [PATCH v7 06/28] powerpc: Use a macro for creating instructions from u32s
` [PATCH v7 07/28] powerpc: Use an accessor for instructions
` [PATCH v7 08/28] powerpc: Use a function for getting the instruction op code
` [PATCH v7 09/28] powerpc: Use a function for byte swapping instructions
` [PATCH v7 10/28] powerpc: Introduce functions for instruction equality
` [PATCH v7 11/28] powerpc: Use a datatype for instructions
` [PATCH v7 12/28] powerpc: Use a function for reading instructions
` [PATCH v7 13/28] powerpc: Add a probe_user_read_inst() function
` [PATCH v7 14/28] powerpc: Add a probe_kernel_read_inst() function
` [PATCH v7 15/28] powerpc/kprobes: Use patch_instruction()
` [PATCH v7 16/28] powerpc: Define and use __get_user_instr{, inatomic}()
` [PATCH v7 17/28] powerpc: Introduce a function for reporting instruction length
` [PATCH v7 18/28] powerpc/xmon: Use a function for reading instructions
` [PATCH v7 19/28] powerpc/xmon: Move insertion of breakpoint for xol'ing
` [PATCH v7 20/28] powerpc: Make test_translate_branch() independent of instruction length
` [PATCH v7 21/28] powerpc: Enable Prefixed Instructions
` [PATCH v7 22/28] powerpc: Define new SRR1 bits for a future ISA version
` [PATCH v7 23/28] powerpc: Add prefixed instructions to instruction data type
` [PATCH v7 24/28] powerpc: Test prefixed code patching
` [PATCH v7 25/28] powerpc: Test prefixed instructions in feature fixups
` [PATCH v7 26/28] powerpc: Support prefixed instructions in alignment handler
` [PATCH v7 27/28] powerpc sstep: Add support for prefixed load/stores
` [PATCH v7 28/28] powerpc sstep: Add support for prefixed fixed-point arithmetic
[powerpc:next-test] BUILD SUCCESS 64c245a2974a376bb02dd94d1d03719d3a167e86
2020-05-02 12:24 UTC
[PATCH] powerpc/powernv: Fix a warning message
2020-05-02 11:59 UTC
[RFC 1/3] powernv/cpuidle : Support for pre-entry and post exit of stop state in firmware
2020-05-02 11:40 UTC (4+ messages)
[powerpc:topic/uaccess] BUILD SUCCESS b44f687386875b714dae2afa768e73401e45c21c
2020-05-02 11:38 UTC
[PATCH v2 00/28] Kernel userspace access/execution prevention with hash translation
2020-05-02 11:22 UTC (29+ messages)
` [PATCH v2 01/28] powerpc/book3s64/pkeys: Enable MMU_FTR_PKEY
` [PATCH v2 02/28] powerpc/book3s64/kuep: Add MMU_FTR_KUEP
` [PATCH v2 03/28] powerpc/book3s64/pkeys: Use execute_pkey_disable static key
` [PATCH v2 04/28] powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled "
` [PATCH v2 05/28] powerpc/book3s64/kuap: Move KUAP related function outside radix
` [PATCH v2 06/28] powerpc/book3s64/kuep: Move KUEP "
` [PATCH v2 07/28] powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP to MMU_FTR_KUAP
` [PATCH v2 08/28] powerpc/book3s64/kuap/kuep: Make KUAP and KUEP a subfeature of PPC_MEM_KEYS
` [PATCH v2 09/28] powerpc/book3s64/kuap: Move UAMOR setup to key init function
` [PATCH v2 10/28] powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation
` [PATCH v2 11/28] powerpc/exec: Set thread.regs early during exec
` [PATCH v2 12/28] powerpc/book3s64/pkeys: Store/restore userspace AMR correctly on entry and exit from kernel
` [PATCH v2 13/28] powerpc/book3s64/kuep: Store/restore userspace IAMR "
` [PATCH v2 14/28] powerpc/book3s64/pkeys: Inherit correctly on fork
` [PATCH v2 15/28] powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec
` [PATCH v2 16/28] powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one
` [PATCH v2 17/28] powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode
` [PATCH v2 18/28] powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMR
` [PATCH v2 19/28] powerpc/book3s64/kuap: Improve error reporting with KUAP
` [PATCH v2 20/28] powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation
` [PATCH v2 21/28] powerpc/book3s64/kuep: Use Key 3 to implement KUEP "
` [PATCH v2 22/28] powerpc/book3s64/hash/kuap: Enable kuap on hash
` [PATCH v2 23/28] powerpc/book3s64/hash/kuep: Enable KUEP "
` [PATCH v2 24/28] powerpc/book3s64/keys: Print information during boot
` [PATCH v2 25/28] powerpc/selftest/ptrave-pkey: Rename variables to make it easier to follow code
` [PATCH v2 26/28] powerpc/selftest/ptrace-pkey: Update the test to mark an invalid pkey correctly
` [PATCH v2 27/28] powerpc/selftest/ptrace-pkey: IAMR and uamor cannot be updated by ptrace
` [PATCH v2 28/28] powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexec
[RFC PATCH 00/10] OPAL V4
2020-05-02 11:19 UTC (11+ messages)
` [RFC PATCH 01/10] kallsyms: architecture specific symbol lookups
` [RFC PATCH 02/10] powerpc/powernv: Wire up OPAL address lookups
` [RFC PATCH 03/10] powerpc/powernv: Use OPAL_REPORT_TRAP to cope with trap interrupts from OPAL
` [RFC PATCH 04/10] powerpc/powernv: avoid polling in opal_get_chars
` [RFC PATCH 05/10] powerpc/powernv: Don't translate kernel addresses to real addresses for OPAL
` [RFC PATCH 06/10] powerpc/powernv: opal use new opal call entry point if it exists
` [RFC PATCH 07/10] powerpc/powernv: Add OPAL_FIND_VM_AREA API
` [RFC PATCH 08/10] powerpc/powernv: Set up an mm context to call OPAL in
` [RFC PATCH 09/10] powerpc/powernv: OPAL V4 OS services
` [RFC PATCH 10/10] powerpc/powernv: OPAL V4 Implement vm_map/unmap service
[PATCH v2 00/12] powerpc/book3s/64/pkeys: Simplify the code
2020-05-02 11:13 UTC (13+ messages)
` [PATCH v2 01/12] powerpc/book3s64/pkeys: Fixup bit numbering
` [PATCH v2 02/12] powerpc/book3s64/pkeys: pkeys are supported only on hash on book3s
` [PATCH v2 03/12] powerpc/book3s64/pkeys: Move pkey related bits in the linux page table
` [PATCH v2 04/12] powerpc/book3s64/pkeys: Explain key 1 reservation details
` [PATCH v2 05/12] powerpc/book3s64/pkeys: Simplify the key initialization
` [PATCH v2 06/12] powerpc/book3s64/pkeys: Prevent key 1 modification from userspace
` [PATCH v2 07/12] powerpc/book3s64/pkeys: kill cpu feature key CPU_FTR_PKEY
` [PATCH v2 08/12] powerpc/book3s64/pkeys: Convert execute key support to static key
` [PATCH v2 09/12] powerpc/book3s64/pkeys: Simplify pkey disable branch
` [PATCH v2 10/12] powerpc/book3s64/pkeys: Convert pkey_total to max_pkey
` [PATCH v2 11/12] powerpc/book3s64/pkeys: Make initial_allocation_mask static
` [PATCH v2 12/12] powerpc/book3s64/pkeys: Mark all the pkeys above max pkey as reserved
[powerpc:fixes-test] BUILD SUCCESS e2abb0f00606ece8b191679bbc3f9246738fb88e
2020-05-02 11:05 UTC
[powerpc:topic/uaccess-ppc] BUILD SUCCESS 4fe5cda9f89d0aea8e915b7c96ae34bda4e12e51
2020-05-02 8:56 UTC
[PATCH v2] powerpc: Drop CONFIG_MTD_M25P80 in 85xx-hw.config
2020-05-02 4:44 UTC
[PATCH] powerpc: Drop CONFIG_MTD_M25P80 in 5xx-hw.config
2020-05-02 4:28 UTC
5.7-rc interrupt_return Unrecoverable exception 380
2020-05-02 2:40 UTC (2+ messages)
[PATCH v8 0/7] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
2020-05-01 15:56 UTC (3+ messages)
` [PATCH v8 4/7] perf/tools: Enhance JSON/metric infrastructure to handle "?"
decruft the vmalloc API v2
2020-05-01 22:09 UTC (6+ messages)
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
[RFC PATCH v2 1/5] powerpc/mm: Introduce temporary mm
2020-05-01 20:46 UTC (2+ messages)
[RFC PATCH v2 1/5] powerpc/mm: Introduce temporary mm
2020-05-01 20:30 UTC (2+ messages)
[RFC PATCH v2 3/5] powerpc/lib: Use a temporary mm for code patching
2020-05-01 20:28 UTC (2+ messages)
[PATCH v3 0/2] PCI/ERR: Allow Native AER/DPC using _OSC
2020-05-01 17:35 UTC (5+ messages)
` [PATCH v3 1/2] PCI/AER: Use _OSC to determine Firmware First before HEST
` [PATCH v3 2/2] PCI/DPC: Use _OSC to determine DPC support
[PATCH V1 00/10] Remove duplicated kmap code
2020-05-01 17:18 UTC (30+ messages)
` [PATCH V1 01/10] arch/kmap: Remove BUG_ON()
` [PATCH V1 02/10] arch/xtensa: Move kmap build bug out of the way
` [PATCH V1 03/10] arch/kmap: Remove redundant arch specific kmaps
` [PATCH V1 04/10] arch/kunmap: Remove duplicate kunmap implementations
` [PATCH V1 05/10] arch/kmap_atomic: Consolidate duplicate code
` [PATCH V1 06/10] arch/kunmap_atomic: "
` [PATCH V1 07/10] arch/kmap: Ensure kmap_prot visibility
` sparc-related comment, to "
` [PATCH V1 08/10] arch/kmap: Don't hard code kmap_prot values
` [PATCH V1 09/10] arch/kmap: Define kmap_atomic_prot() for all arch's
` [PATCH V1 10/10] drm: Remove drm specific kmap_atomic code
[PATCH v2] powerpc/ima: fix secure boot rules in ima arch policy
2020-05-01 14:16 UTC
[powerpc:topic/uaccess] BUILD REGRESSION 5bb3b9d986426296507d3ef58d1e5fe4625de01f
2020-05-01 10:55 UTC
[PATCH 0/3] ASoC: fsl_esai: Add support for imx8qm
2020-05-01 10:21 UTC (5+ messages)
` [PATCH 1/3] ASoC: fsl_esai: introduce SoC specific data
` [PATCH 2/3] ASoC: fsl_esai: Add support for imx8qm
` [PATCH 3/3] ASoC: fsl_esai: Add new compatible string "
[PATCH v5 0/5] Track and expose idle PURR and SPURR ticks
2020-05-01 5:50 UTC (6+ messages)
[RFC PATCH dpss_eth] Don't initialise ports with no PHY
2020-05-01 5:35 UTC (4+ messages)
` "
[PATCH v3 0/3] Offline memoryless cpuless node 0
2020-05-01 3:11 UTC (4+ messages)
` [PATCH v3 1/3] powerpc/numa: Set numa_node for all possible cpus
` [PATCH v3 2/3] powerpc/numa: Prefer node id queried from vphn
` [PATCH v3 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline
[RFC PATCH dpss_eth] Don't initialise ports with no PHY
2020-04-30 20:45 UTC (3+ messages)
` "
[PATCH net] ibmvnic: Skip fatal error reset after passive init
2020-04-30 20:28 UTC (2+ messages)
[PATCH 00/37] net: manually convert files to ReST format - part 2
2020-04-30 19:56 UTC (3+ messages)
` [PATCH 07/37] docs: networking: convert netconsole.txt to ReST
[PATCH v4 00/19] Manually convert thermal, crypto and misc devices to ReST
2020-04-30 16:18 UTC (2+ messages)
` [PATCH v4 14/19] docs: powerpc: convert vcpudispatch_stats.txt "
[PATCH] net/bonding: Do not transition down slave after speed/duplex check
2020-04-30 16:14 UTC (3+ messages)
[PATCH] i2c: powermac: use true,false for bool variable
2020-04-30 14:19 UTC (2+ messages)
[PATCH 1/2 v2] powerpc/dma: Define map/unmap mmio resource callbacks
2020-04-30 13:15 UTC (2+ messages)
` [PATCH 2/2 v2] powerpc/powernv: Enable and setup PCI P2P
[RFC PATCH v2 0/7] consolidate PowerPC instruction encoding macros
2020-04-30 11:57 UTC (6+ messages)
` [RFC PATCH v2 7/7] powerpc/selftest: reuse ppc-opcode macros to avoid redundancy
[PATCH v6 0/4] powerpc/papr_scm: Add support for reporting nvdimm health
2020-04-30 11:07 UTC (6+ messages)
` [PATCH v6 2/4] powerpc/papr_scm: Fetch nvdimm health information from PHYP
` [PATCH v6 3/4] ndctl/papr_scm, uapi: Add support for PAPR nvdimm specific methods
[PATCH v1 0/3] mm/memory_hotplug: Make virtio-mem play nicely with kexec-tools
2020-04-30 8:34 UTC (6+ messages)
` [PATCH v1 2/3] mm/memory_hotplug: Introduce MHP_DRIVER_MANAGED
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).