messages from 2016-07-20 04:23:10 to 2016-07-25 04:43:09 UTC [more...]
[PATCH 1/3] powerpc/mm: Fix build break due when PPC_NATIVE=n
2016-07-25 4:42 UTC (6+ messages)
` [PATCH 2/3] powerpc/mm: Rename hpte_init_lpar() & put fallback in a header
` [PATCH 3/3] powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()
[PATCH] powerpc/64: implement a slice mask cache
2016-07-25 4:35 UTC (7+ messages)
[PATCH] powerpc/tm: do not use r13 for tabort_syscall
2016-07-25 4:26 UTC
[RFC/PATCH 00/14] split exception table content out of module.h into extable.h
2016-07-25 4:18 UTC (3+ messages)
` [PATCH 07/14] powerpc: migrate exception table users off module.h and onto extable.h
[PATCH] cxl: fix sparse warnings
2016-07-25 2:42 UTC (3+ messages)
[PATCH] powerpc/eeh: trivial fix to non-conventional PCI address output on EEH log
2016-07-25 1:54 UTC (6+ messages)
[PATCH] powerpc/tm: do not use r13 for tabort_syscall
2016-07-25 0:57 UTC (2+ messages)
[PATCH V5 1/5] kvm/ppc/book3s: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
2016-07-25 0:46 UTC (7+ messages)
` [PATCH V5 2/5] kvm/ppc/book3s_hv: Change vcore element runnable_threads from linked-list to array
` [PATCH V5 3/5] kvm/ppc/book3s_hv: Implement halt polling in the kvm_hv kernel module
` [PATCH V5 4/5] kvm/stats: Add provisioning for ulong vm stats and u64 vcpu stats
` [PATCH V5 5/5] powerpc/kvm/stats: Implement existing and add new halt polling "
[PATCH] powerpc/powernv: document cxl dependency on special case in pnv_eeh_reset()
2016-07-25 0:13 UTC (2+ messages)
[PATCH v2] include: mman: Use bool instead of int for the return value of arch_validate_prot
2016-07-24 3:43 UTC
[v3] UCC_GETH/UCC_FAST: Use IS_ERR_VALUE_U32 API to avoid IS_ERR_VALUE abuses
2016-07-23 18:05 UTC
[PATCH for-4.8 V2 00/10] Use jump label for cpu/mmu_has_feature
2016-07-23 9:12 UTC (11+ messages)
` [PATCH for-4.8 V2 01/10] powerpc/mm: Add __cpu/__mmu_has_feature
` [PATCH for-4.8 V2 02/10] powerpc/mm: Convert early cpu/mmu feature check to use the new helpers
` [PATCH for-4.8 V2 03/10] powerpc/mm/radix: Add radix_set_pte to use in early init
` [PATCH for-4.8 V2 04/10] jump_label: make it possible for the archs to invoke jump_label_init() much earlier
` [PATCH for-4.8 V2 05/10] powerpc: Call jump_label_init early
` [PATCH for-4.8 V2 06/10] powerpc: kill mfvtb()
` [PATCH for-4.8 V2 07/10] powerpc: move the cpu_has_feature to a separate file
` [PATCH for-4.8 V2 08/10] powerpc: use the jump label for cpu_has_feature
` [PATCH for-4.8 V2 09/10] powerpc: use jump label for mmu_has_feature
` [PATCH for-4.8 V2 10/10] powerpc/mm: Catch the usage of cpu/mmu_has_feature before jump label init
[PATCH] Optimise syscall entry for virtual, relocatable case
2016-07-23 7:18 UTC
[PATCH kernel v2 0/2] powerpc/mm/iommu: Put pages on process exit
2016-07-23 6:33 UTC (4+ messages)
` [PATCH kernel v2 1/2] powerpc/iommu: Stop using @current in mm_iommu_xxx
` [kernel,v2,1/2] "
` [PATCH kernel v2 2/2] powerpc/mm/iommu: Put pages on process exit
[PATCH v4 00/12] mm: Hardened usercopy
2016-07-23 0:36 UTC (14+ messages)
` [PATCH v4 01/12] mm: Add is_migrate_cma_page
` [PATCH v4 02/12] mm: Implement stack frame object validation
` [PATCH v4 03/12] mm: Hardened usercopy
` [PATCH v4 04/12] x86/uaccess: Enable hardened usercopy
` [PATCH v4 05/12] ARM: uaccess: "
` [PATCH v4 06/12] arm64/uaccess: "
` [PATCH v4 07/12] ia64/uaccess: "
` [PATCH v4 08/12] powerpc/uaccess: "
` [PATCH v4 09/12] sparc/uaccess: "
` [PATCH v4 10/12] s390/uaccess: "
` [PATCH v4 11/12] mm: SLAB hardened usercopy support
` [PATCH v4 12/12] mm: SLUB "
[RFC 0/3] extend kexec_file_load system call
2016-07-22 20:41 UTC (13+ messages)
` [RFC 3/3] kexec: "
[PATCH 0/2] cxlflash: Regression patch and updating Maintainers list
2016-07-22 20:21 UTC (7+ messages)
` [PATCH 1/2] cxlflash: Verify problem state area is mapped before notifying shutdown
` [PATCH 2/2] MAINTAINERS: Update cxlflash maintainers
[PATCH v3] of: fix memory leak related to safe_name()
2016-07-22 19:58 UTC (5+ messages)
[PATCH v3 00/11] mm: Hardened usercopy
2016-07-22 17:45 UTC (14+ messages)
` [PATCH v3 02/11] "
[PATCH for-4.8 1/2] powerpc/mm: Switch user slb fault handling to translation enabled
2016-07-22 13:40 UTC (3+ messages)
` [for-4.8, "
[RFC][PATCH 00/14] pseries exception cleanups
2016-07-22 7:52 UTC (18+ messages)
` [PATCH 01/14] powerpc: add arch/powerpc/tools directory
` [PATCH 02/14] powerpc/pseries: remove cross-fixup branches in exception code
` [PATCH 03/14] powerpc: build-time fixup alternate feature relative addresses
` [PATCH 04/14] powerpc/pseries: move decrementer exception vector out of line
` [PATCH 05/14] powerpc/pseries: 4GB exception handler offsets
` [PATCH 06/14] powerpc/pseries: h_facility_unavailable realmode exception location
` [PATCH 07/14] powerpc/pseries: improved exception vector macros
` [PATCH 08/14] powerpc/pseries: consolidate exception handler alignment
` [PATCH 09/14] powerpc/64: use gas sections for arranging exception vectors
` [PATCH 10/14] powerpc/pseries: move related exception code together
` [PATCH 11/14] powerpc/pseries: use single macro for both parts of OOL exception
` [PATCH 12/14] powerpc/pseries: remove unused exception code, small cleanups
` [PATCH 13/14] powerpc/pseries: consolidate slb exceptions
` [PATCH 14/14] powerpc/pseries: exceptions use short handler load again
[RFC] powerpc/64: syscall ABI
2016-07-22 7:50 UTC
[PATCH] powernv: Use __printf in pe_level_printk
2016-07-22 7:45 UTC (3+ messages)
[PATCH] powernv/pci: Add PHB register dump debugfs handle
2016-07-22 6:36 UTC (2+ messages)
linux-next: build failure after merge of the powerpc tree
2016-07-22 6:31 UTC
[PATCH V2 2/2] crypto: vmx - Convert to CPU feature based module autoloading
2016-07-22 5:50 UTC (2+ messages)
` [V2, "
[PATCH 2/2] powerpc/modules: Never restore r2 for a mprofile-kernel style mcount() call
2016-07-22 5:50 UTC (2+ messages)
` [2/2] "
[PATCH kernel] powerpc/powernv/ioda: Fix endianness when reading TCEs
2016-07-22 5:50 UTC (3+ messages)
` [kernel] "
[PATCH 1/1] powerpc/mm: Add memory barrier in __hugepte_alloc()
2016-07-22 5:50 UTC (2+ messages)
` [1/1] "
[PATCH V2 1/2] powerpc: Add module autoloading based on CPU features
2016-07-22 5:50 UTC (2+ messages)
` [V2,1/2] "
[PATCH 1/2] powerpc/ftrace: Separate the heuristics for checking call sites
2016-07-22 5:50 UTC (4+ messages)
` [1/2] "
[PATCH v11 0/5] soc: fsl: Add initial guts driver
2016-07-21 18:34 UTC (8+ messages)
` [PATCH v11 4/5] powerpc/fsl: move mpc85xx.h to include/linux/fsl
[PATCH 10/13] rapidio: change inbound window size type to u64
2016-07-21 18:18 UTC (2+ messages)
` [PATCH 12/13] powerpc/fsl_rio: apply changes for RIO spec rev 3
Pull request: scottwood/linux.git next
2016-07-21 17:09 UTC
[PATCH 37/41] powerpc/64: Make a few boot functions __init
2016-07-21 11:09 UTC (2+ messages)
` [37/41] "
[PATCH v3] powerpc: Merge 32-bit and 64-bit setup_arch()
2016-07-21 11:09 UTC (2+ messages)
` [v3] "
[PATCH 35/41] powerpc: Re-order the call to smp_setup_cpu_maps()
2016-07-21 11:09 UTC (2+ messages)
` [35/41] "
[PATCH 36/41] powerpc: Re-order setup_panic()
2016-07-21 11:09 UTC (2+ messages)
` [36/41] "
[PATCH 34/41] powerpc/32: Move cache info inits to a separate function
2016-07-21 11:09 UTC (2+ messages)
` [34/41] "
[PATCH 33/41] powerpc/64: Move the content of setup_system() to setup_arch()
2016-07-21 11:09 UTC (2+ messages)
` [33/41] "
[PATCH 32/41] powerpc/64: Move setting of {i, d}cache_bsize to initialize_cache_info()
2016-07-21 11:09 UTC (2+ messages)
` [32/41] "
[PATCH 31/41] powerpc/64: Move the boot time info banner to a separate function
2016-07-21 11:09 UTC (2+ messages)
` [31/41] "
[PATCH 30/41] powerpc: Get rid of ppc_md.init_early()
2016-07-21 11:09 UTC (2+ messages)
` [30/41] "
[PATCH 29/41] powerpc: Move 32-bit probe() machine to later in the boot process
2016-07-21 11:09 UTC (2+ messages)
` [29/41] "
[PATCH 24/41] powerpc: Move 64-bit probe_machine() to later in the boot process
2016-07-21 11:09 UTC (2+ messages)
` [24/41] "
[PATCH 23/41] powerpc: Ensure that ppc_md is empty before probing for machine type
2016-07-21 11:09 UTC (2+ messages)
` [23/41] "
[PATCH 22/41] powerpc/mm: Move hash table ops to a separate structure
2016-07-21 11:09 UTC (2+ messages)
` [22/41] "
[PATCH 21/41] powerpc/pmac: Remove spurrious machine type test
2016-07-21 11:09 UTC (2+ messages)
` [21/41] "
[PATCH 20/41] powerpc/mm/hash64: Don't test for machine type to detect HEA special case
2016-07-21 11:09 UTC (2+ messages)
` [20/41] "
[PATCH 17/41] powerpc/mm/hash: Don't use machine_is() early during boot
2016-07-21 11:09 UTC (2+ messages)
` [17/41] "
[PATCH 16/41] powerpc/pasemi: Remove IOBMAP allocation from platform probe()
2016-07-21 11:09 UTC (2+ messages)
` [16/41] "
[PATCH 15/41] powerpc/64: Move MMU backend selection out of platform code
2016-07-21 11:09 UTC (2+ messages)
` [15/41] "
[PATCH 14/41] powerpc/pmac: Remove early allocation of the SMU command buffer
2016-07-21 11:09 UTC (2+ messages)
` [14/41] "
[PATCH 12/41] powerpc: Move FW feature probing out of pseries probe()
2016-07-21 11:09 UTC (2+ messages)
` [12/41] "
[PATCH 13/41] powerpc: Put exception configuration in a common place
2016-07-21 11:09 UTC (2+ messages)
` [13/41] "
[PATCH 11/41] powerpc/dart: Use a cachable DART
2016-07-21 11:09 UTC (2+ messages)
` [11/41] "
[PATCH 07/41] powerpc: Move 64-bit memory reserves to setup_arch()
2016-07-21 11:09 UTC (2+ messages)
` [07/41] "
[PATCH 06/41] powerpc: Move 64-bit feature fixup earlier
2016-07-21 11:09 UTC (2+ messages)
` [06/41] "
[PATCH 05/41] powerpc: Factor do_feature_fixup calls
2016-07-21 11:09 UTC (2+ messages)
` [05/41] "
[v4] powerpc: Export thread_struct.used_vr/used_vsr to user space
2016-07-21 10:57 UTC (6+ messages)
[PATCH V4 1/5] kvm/ppc/book3s: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
2016-07-21 9:24 UTC (4+ messages)
` [PATCH V4 3/5] kvm/ppc/book3s_hv: Implement halt polling in the kvm_hv kernel module
[PATCH v3 0/4] implement vcpu preempted check
2016-07-21 11:45 UTC (5+ messages)
` [PATCH v3 1/4] kernel/sched: introduce vcpu preempted check interface
` [PATCH v3 2/4] powerpc/spinlock: support vcpu preempted check
` [PATCH v3 3/4] locking/osq: Drop the overhead of osq_lock()
` [PATCH v3 4/4] kernel/locking: Drop the overhead of {mutex, rwsem}_spin_on_owner
linux-next: manual merge of the kvm tree with the powerpc tree
2016-07-21 4:37 UTC
[PATCH v2] powerpc: Merge 32-bit and 64-bit setup_arch()
2016-07-21 4:20 UTC (2+ messages)
[PATCH -next] wan/fsl_ucc_hdlc: remove .owner field for driver
2016-07-20 21:48 UTC (2+ messages)
[PATCH -next] wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code
2016-07-20 21:47 UTC (2+ messages)
[RFC 0/3] extend kexec_file_load system call
2016-07-20 15:50 UTC (16+ messages)
[PATCH] crypto: vmx - Ignore generated files
2016-07-20 14:44 UTC (3+ messages)
[PATCH] cxl: Delete an unnecessary check before the function call "of_node_put"
2016-07-20 13:38 UTC (2+ messages)
[PATCH v3 1/2] clk: Add consumer APIs for discovering possible parent clocks
2016-07-20 3:02 UTC (7+ messages)
` [PATCH v3 2/2] cpufreq: qoriq: Don't look at clock implementation details
[PATCH v2 1/1] KVM: PPC: Introduce KVM_CAP_PPC_HTM
2016-07-20 10:20 UTC (5+ messages)
[PATCH 0/5] Consistent TM structures
2016-07-20 9:36 UTC (5+ messages)
` [PATCH 3/5] powerpc: tm: Always use fp_state and vr_state to store live registers
[Patch v2] rpaphp: fix slot registration for multiple slots under a PHB
2016-07-20 9:10 UTC (2+ messages)
` [v2] "
[PATCH v2] powerpc/powernv: fix pci-cxl.c build when CONFIG_MODULES=n
2016-07-20 9:10 UTC (2+ messages)
` [v2] "
[PATCH v2] cxl: remove dead Kconfig options
2016-07-20 9:10 UTC (2+ messages)
` [v2] "
[PATCH] cxl: fix potential NULL dereference in free_adapter()
2016-07-20 9:10 UTC (2+ messages)
` "
[PATCH] powerpc/mm: Cleanup LPCR defines
2016-07-20 9:10 UTC (2+ messages)
` "
[PATCH v2 1/3] powerpc32: booke: fix the build error when CRASH_DUMP is enabled
2016-07-20 9:10 UTC (2+ messages)
` [v2, "
[PATCH 1/3] powerpc/pseries: Add pseries hotplug workqueue
2016-07-20 9:10 UTC (2+ messages)
` [1/3] "
[v2,1/2] refactor code parsing size based on memory range
2016-07-20 4:22 UTC (3+ messages)
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).