linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-15 18:13:17 to 2017-02-19 10:08:07 UTC [more...]

[PATCH V3 00/10] powerpc/mm/ppc64: Add 128TB support
 2017-02-19 10:07 UTC  (8+ messages)
` [PATCH V3 01/10] powerpc/mm/slice: Convert slice_mask high slice to a bitmap
` [PATCH V3 02/10] powerpc/mm/slice: Update the function prototype
` [PATCH V3 03/10] powerpc/mm/hash: Move kernel context to the starting of context range
` [PATCH V3 04/10] powerpc/mm/hash: Support 68 bit VA
` [PATCH V3 05/10] powerpc/mm: Move copy_mm_to_paca to paca.c
` [PATCH V3 06/10] powerpc/mm: Remove redundant TASK_SIZE_USER64 checks
` [PATCH V3 07/10] powerpc/mm/slice: Use mm task_size as max value of slice index

[PATCH V3 0/3] Numabalancing preserve write fix
 2017-02-19 10:03 UTC  (4+ messages)
` [PATCH V3 1/3] mm/autonuma: Let architecture override how the write bit should be stashed in a protnone pte
` [PATCH V3 2/3] mm/ksm: Handle protnone saved writes when making page write protect
` [PATCH V3 3/3] powerpc/mm/autonuma: Switch ppc64 to its own implementeation of saved write

[PATCH 0/2] powerpc: kretprobe updates
 2017-02-19  4:42 UTC  (7+ messages)
  ` [PATCH 1/2] powerpc: kretprobes: override default function entry offset
  ` [PATCH 2/2] perf: powerpc: choose LEP with kretprobes
      ` PowerMac G5 Quad Strage lspci

[PATCH] powerpc/perf: Add PROBENOP macro for debug
 2017-02-18 19:58 UTC 

[PATCH] tools/testing/selftests/powerpc: remove redundant CFLAGS in Makefile: "-Wall -O2 -Wall" -> "-O2 -Wall"
 2017-02-18 14:25 UTC 

[RFC PATCH] powerpc: Fix dubious r0 usage
 2017-02-18  8:06 UTC  (4+ messages)

Pull request: scottwood/linux.git next
 2017-02-18  8:00 UTC  (3+ messages)

[PATCH v2] powerpc: Add POWER9 architected mode to cputable
 2017-02-18  7:54 UTC  (7+ messages)

[PATCH] powerpc: implement clear_bit_unlock_is_negative_byte()
 2017-02-18  3:41 UTC  (2+ messages)

[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
 2017-02-18  0:20 UTC  (11+ messages)
` [PATCH 06/35] powerpc: Convert remaining uses of "
` [PATCH 21/35] drivers/macintosh: "
` [PATCH 31/35] drivers/tty: "
` [PATCH 35/35] sound/soc: "

[PATCH] tty: hvc: don't allocate a buffer for console print on stack
 2017-02-17 20:42 UTC 

[PATCH] net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
 2017-02-17 20:20 UTC  (2+ messages)

[PATCHv3 0/4] OPAL patches
 2017-02-17 16:40 UTC  (13+ messages)
` [PATCHv3 1/4] block/sed: Use ssize_t on atom parsers to return errors
` [PATCHv3 2/4] block/sed: Add helper to qualify response tokens
` [PATCHv3 3/4] block/sed: Check received header lengths
` [PATCHv3 4/4] MAINTAINERS: Remove powerpc's opal match

[PATCH] powerpc: booke: fix boot crash due to null hugepd
 2017-02-17 12:37 UTC  (5+ messages)

[PATCH] powerpc/xmon: Fix an unexpected xmon onoff state change
 2017-02-17 12:25 UTC  (8+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.10-5 tag
 2017-02-17 12:21 UTC 

[PATCH 0/3] pci/hotplug/pnv-php: More bug fixes
 2017-02-17 11:13 UTC  (15+ messages)
` [PATCH 1/3] pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()
` [PATCH 2/3] pci/hotplug/pnv-php: Disable surprise hotplug capability on conflicts
` [PATCH 3/3] pci/hotplug/pnv-php: Disable MSI and PCI device properly

[PATCH 0/3] soc/fsl: various fixes for QE support
 2017-02-17 10:29 UTC  (4+ messages)
` [PATCH 1/3] soc/fsl/qe: round brg_freq to 1kHz granularity
` [PATCH 2/3] soc/fsl/qe: only apply QE_General4 workaround on affected SoCs
` [PATCH 3/3] soc/fsl/qe: add EXPORT_SYMBOL for the 2 qe_tdm functions

[PATCH v5 00/15] livepatch: hybrid consistency model
 2017-02-17  8:55 UTC  (6+ messages)
` [PATCH v5 13/15] livepatch: change to a per-task "

[PATCH v7 0/4] powerpc/pseries: Implement indexed-count memory hotplug
 2017-02-17  6:58 UTC  (8+ messages)
` [PATCH v7 1/4] powerpc/pseries: dlpar_memory_readd_by_index() when MEMORY_HOTREMOVE not defined
` [PATCH v7 2/4] powerpc/pseries: Revert 'Auto-online hotplugged memory'
` [PATCH v7 3/4] powerpc/pseries: Implement indexed-count hotplug memory add
` [PATCH v7 4/4] powerpc/pseries: Implement indexed-count hotplug memory remove

[PATCH] powerpc/powernv: Make PCI non-optional
 2017-02-17  6:34 UTC 

[RFC PATCH 1/9] powerpc/47x: Guard 47x cputable entries with CONFIG_PPC_47x
 2017-02-17  6:32 UTC  (9+ messages)
` [RFC PATCH 2/9] powerpc/44x: Simplify CONFIG_44x checks in Makefile
` [RFC PATCH 3/9] powerpc/44x: Move 44x machine check handlers into platforms/44x
` [RFC PATCH 4/9] powerpc/4xx: Create 4xx pseudo-platform in platforms/4xx
` [RFC PATCH 5/9] powerpc/4xx: Move machine_check_4xx() into platforms/4xx
` [RFC PATCH 6/9] powerpc/traps: Inline get_mc_reason()
` [RFC PATCH 7/9] powerpc/traps: machine_check_generic() is only used on 32-bit
` [RFC PATCH 8/9] powerpc/mce: Move 64-bit machine check code into mce.c
` [RFC PATCH 9/9] powerpc/traps: Use SRR1 defines for program check reasons

[PATCH] powerpc/mpc52xx: Don't select user-visible RTAS_PROC
 2017-02-17  6:31 UTC 

[PATCH] powerpc/fadump: set an upper limit for boot memory size
 2017-02-17  6:24 UTC  (2+ messages)

[PATCH] cxl: Enable PCI device ID for future IBM CXL adapter
 2017-02-17  3:45 UTC 

[PATCH] cxlflash: Enable PCI device ID for future IBM CXL Flash AFU
 2017-02-17  3:39 UTC 

[PATCH] powerpc: Detect POWER9 architected mode
 2017-02-17  2:44 UTC  (4+ messages)

linux-next: manual merge of the tip tree with the powerpc tree
 2017-02-17  1:48 UTC 

[RFC[PATCH 0/4] POWER9 machine check handler
 2017-02-17  0:36 UTC  (9+ messages)
` [PATCH 1/4] powerpc: machine check allow handler to set severity and initiator
` [PATCH 2/4] powerpc/powernv: machine check rework recovery flushing
` [PATCH 3/4] powerpc/powernv: cope with non-synchronous machine checks
` [PATCH 4/4] powerpc/powernv: handle POWER9 "

[PATCH 0/3] powerpc/xmon: improvements and fixes
 2017-02-17  0:17 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc/xmon: Fix an unexpected xmon on/off state change
` [PATCH 2/3] powerpc/xmon: drop the nobt option from xmon plus minor fixes
` [PATCH v2 3/3] powerpc/xmon: add debugfs entry for xmon

linux-next: manual merge of the powerpc tree with Linus' tree
 2017-02-16 22:06 UTC 

[PATCH 1/3] powerpc: kprobes: add support for KPROBES_ON_FTRACE
 2017-02-16 19:49 UTC  (5+ messages)

[RFC][PATCH 0/5] power saving wakeup changes for POWER9 MCE
 2017-02-16 18:39 UTC  (6+ messages)
` [PATCH 1/5] powerpc/64s: move remaining system reset idle code into idle_book3s.S
` [PATCH 2/5] powerpc/64: stop using bit in HSPRG0 to test winkle
` [PATCH 3/5] powerpc/64s: use alternative feature patching
` [PATCH 4/5] powerpc/64s: consolidate pnv_restore_hyp_resource into pnv_powersave_wakeup
` [PATCH 5/5] powerpc/64s: fix POWER9 machine check handler from stop state

[PATCH v2] KVM: PPC: Book3S: Ratelimit copy data failure error messages
 2017-02-16 17:10 UTC 

[PATCH 00/10] PCI: dwc: Rework and cleanup designware driver
 2017-02-16 14:49 UTC  (4+ messages)
` [PATCH 01/10] PCI: dwc: designware: Move the register defines to designware header file

[PATCHv4 0/4] OPAL patches
 2017-02-16 14:40 UTC  (9+ messages)
` [PATCHv4 1/4] block/sed: Use ssize_t on atom parsers to return errors
` [PATCHv4 2/4] block/sed: Add helper to qualify response tokens
` [PATCHv4 3/4] block/sed: Check received header lengths
` [PATCHv4 4/4] MAINTAINERS: Remove powerpc's opal match

[PATCH 0/4] PCI: dwc: cleanup designware driver
 2017-02-16 13:29 UTC  (5+ messages)
` [PATCH 1/4] PCI: dwc: designware: Add new *ops* for cpu addr fixup
` [PATCH 2/4] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
` [PATCH 3/4] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
` [PATCH 4/4] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes

[PATCH] powerpc/64: Disable use of radix under a hypervisor
 2017-02-16 12:18 UTC  (2+ messages)
`  "

BUG: using __this_cpu_read() in preemptible/iommu_range_alloc+0x98/0x3e0
 2017-02-16 11:12 UTC 

[PATCH 1/5] powerpc: introduce a new helper to obtain function entry points
 2017-02-16 10:52 UTC  (5+ messages)
` [PATCH 2/5] kprobes: convert kprobe_lookup_name() to a function
` [PATCH 3/5] powerpc: kprobes: fix handling of function offsets on ABIv2
` [PATCH 4/5] powerpc: kprobes: factor out code to emulate instruction into a helper
` [PATCH 5/5] powerpc: kprobes: emulate instructions on kprobe handler re-entry

[PATCH 00/37] PCI: Support for configurable PCI endpoint
 2017-02-16 10:00 UTC  (7+ messages)
` [PATCH 30/37] dt-bindings: PCI: dra7xx: Add dt bindings to enable legacy mode
` [PATCH 37/37] ARM: dts: DRA7: Add pcie1 dt node for EP mode

[PATCH] powerpc/pseries: Fix build break when MEMORY_HOTREMOVE=n
 2017-02-16  5:59 UTC  (4+ messages)
`  "

[PATCH 1/3] powerpc/xmon Update ppc-dis/opc.c and ppc.h
 2017-02-16  5:59 UTC  (2+ messages)
` [1/3] "

[PATCH 1/3] powerpc/mm/radix: Update pte update sequence for pte clear case
 2017-02-16  5:59 UTC  (2+ messages)
` [1/3] "

[PATCH] powerpc/mm: Fix build break with BOOK3S_64=n and MEMORY_HOTPLUG=y
 2017-02-16  5:59 UTC  (2+ messages)
`  "

[PATCH 1/3] drivers/pci/hotplug: Handle presence detection change properly
 2017-02-16  5:59 UTC  (2+ messages)
` [1/3] "

[PATCH] powerpc/mm: Update PROTFAULT handling in the page fault path
 2017-02-16  5:59 UTC  (2+ messages)
`  "

[PATCH 1/3] powerpc/asm: Use OFFSET macro in asm-offsets.c
 2017-02-16  5:59 UTC  (2+ messages)
` [1/3] "

[PATCH 2/3] powerpc/asm: Define STACK_OFFSET macro in asm-offsets.c
 2017-02-16  5:59 UTC  (2+ messages)
` [2/3] "

[PATCH] powerpc/xmon: Fix data-breakpoint
 2017-02-16  5:59 UTC  (2+ messages)
`  "

more POLL... fun
 2017-02-16  5:59 UTC  (2+ messages)

[PATCH 1/2] powerpc/mm: Convert slb_finish_load[_1T] to local symbols
 2017-02-16  5:38 UTC  (2+ messages)
` [PATCH 2/2] powerpc/mm: Blacklist SLB symbols from kprobe

[PATCH] powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9
 2017-02-16  5:33 UTC  (2+ messages)

[PATCH 0/2] RFC: Adjust powerpc ASLR elf randomness
 2017-02-16  4:49 UTC  (7+ messages)
` [PATCH 1/2] powerpc: mm: support ARCH_MMAP_RND_BITS
      ` [kernel-hardening] "

[PATCH 1/2] powerpc/powernv/opal-dump : Handles opal_dump_info properly
 2017-02-16  2:40 UTC  (5+ messages)
` [PATCH 2/2] powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt handler

[PATCH 1/2] mm/autonuma: Let architecture override how the write bit should be stashed in a protnone pte
 2017-02-16  2:12 UTC  (4+ messages)
` [PATCH 2/2] powerpc/mm/autonuma: Switch ppc64 to its own implementeation of saved write

[PATCH] powernv/opal: Handle OPAL_WRONG_STATE error from OPAL fails
 2017-02-16  0:52 UTC  (6+ messages)

[PATCHv2 0/4] OPAL patches
 2017-02-15 21:05 UTC  (4+ messages)
` [PATCHv2 2/4] block/sed: Add helper to qualify response tokens
` [PATCHv2 3/4] block/sed: Check received header lengths
` [PATCHv2 4/4] MAINTAINERS: Remove powerpc's opal match


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).