public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-18 14:37:49 to 2017-07-18 17:50:58 UTC [more...]

[PATCH v4 0/5] make io{read|write}64 globally usable
 2017-07-18 17:49 UTC  (7+ messages)
` [PATCH v4 1/5] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v4 2/5] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v4 3/5] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v4 4/5] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v4 5/5] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

[PATCH v1 00/25] lib, rtc: Print rtc_time via %pt[dt][rv]
 2017-07-18 17:50 UTC  (2+ messages)

[PATCH 1/4] rtc-lib: Add rtc_show_time(const char *prefix_msg)
 2017-07-18 17:49 UTC  (4+ messages)

[PATCH 0/4] gpio: davinci: Add keystone-k2g support and few clean ups
 2017-07-18 17:48 UTC  (10+ messages)
` [PATCH 1/4] gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_data
` [PATCH 2/4] gpio: davinci: Handle the return value of davinci_gpio_irq_setup function
` [PATCH 3/4] gpio: davinci: Add a separate compatible for keystone-k2g soc

[PATCH net-next 11/12] net: dsa: mv88e6xxx: add Energy Detect ops
 2017-07-18 17:46 UTC  (6+ messages)

[PATCH] pinctrl: samsung: Remove unneeded local variable initialization
 2017-07-18 17:43 UTC 

[PATCH 0/3] enable ghes_edac on selected platforms
 2017-07-18 17:42 UTC  (12+ messages)
` [PATCH 1/3] ACPI / blacklist: add acpi_match_oemlist() interface
` [PATCH 3/3] ghes_edac: add platform check to enable ghes_edac

[PATCH] pci: quirk: Apply APM ACS quirk to XGene devices
 2017-07-18 17:42 UTC  (3+ messages)

[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v3
 2017-07-18 17:35 UTC  (10+ messages)
` [PATCH 5/6] cgroup: implement cgroup v2 thread support

[PATCH v2 0/7] signal: Fix sending signals with siginfo
 2017-07-18 17:27 UTC  (4+ messages)
` [PATCH 7/7] signal: Remove kernel interal si_code magic

[REGRESSION] 28676d869bbb (scsi: sg: check for valid direction before starting the request) breaks mtx tape library control
 2017-07-18 17:33 UTC  (4+ messages)

[PATCH] ARC: reset: introduce HSDKv1 reset driver
 2017-07-18 17:25 UTC 

[PATCH 4/4] PM: Print wall time at hibernate entry and exit
 2017-07-18 17:26 UTC 

[PATCH 3/4] PM: Print wall time at suspend entry and exit
 2017-07-18 17:25 UTC 

[PATCH 2/4] rtc-lib: Print wall time at die and reboot
 2017-07-18 17:25 UTC 

[PATCH 0/4] PM / Suspend: Print wall time
 2017-07-18 17:24 UTC 

[PATCH v2] include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR_EEH
 2017-07-18 17:22 UTC 

[PATCH] lib/strscpy: avoid KASAN false positive
 2017-07-18 17:22 UTC  (3+ messages)

[PATCH v10 1/3] x86/syscalls: Check address limit on user-mode return
 2017-07-18 17:18 UTC  (5+ messages)
` [PATCH v10 2/3] arm/syscalls: "

[PATCH v1 1/1] dt-binding: ptp: Add SoC compatibility strings for dte ptp clock
 2017-07-18 17:14 UTC  (3+ messages)

[RFC PATCH v2 00/38] Nested Virtualization on KVM/ARM
 2017-07-18 16:59 UTC  (39+ messages)
` [RFC PATCH v2 01/38] arm64: Add ARM64_HAS_NESTED_VIRT feature
` [RFC PATCH v2 02/38] KVM: arm/arm64: Enable nested virtualization via command-line
` [RFC PATCH v2 03/38] KVM: arm64: Add KVM nesting feature
` [RFC PATCH v2 04/38] KVM: arm/arm64: Check if nested virtualization is in use
` [RFC PATCH v2 05/38] KVM: arm64: Allow userspace to set PSR_MODE_EL2x
` [RFC PATCH v2 06/38] KVM: arm64: Add vcpu_mode_el2 primitive to support nesting
` [RFC PATCH v2 07/38] KVM: arm64: Add EL2 system registers to vcpu context
` [RFC PATCH v2 08/38] KVM: arm64: Add EL2 special "
` [RFC PATCH v2 09/38] KVM: arm64: Add the shadow context for virtual EL2 execution
` [RFC PATCH v2 10/38] KVM: arm/arm64: Add a framework to prepare "
` [RFC PATCH v2 11/38] KVM: arm64: Set vcpu context depending on the guest exception level
` [RFC PATCH v2 12/38] arm64: Add missing TCR hw defines
` [RFC PATCH v2 13/38] KVM: arm64: Create shadow EL1 registers
` [RFC PATCH v2 14/38] KVM: arm64: Synchronize EL1 system registers on virtual EL2 entry and exit
` [RFC PATCH v2 15/38] KVM: arm64: Move exception macros and enums to a common file
` [RFC PATCH v2 16/38] KVM: arm64: Support to inject exceptions to the virtual EL2
` [RFC PATCH v2 17/38] KVM: arm64: Trap EL1 VM register accesses in "
` [RFC PATCH v2 18/38] KVM: arm64: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [RFC PATCH v2 19/38] KVM: arm64: Trap CPACR_EL1 access in "
` [RFC PATCH v2 20/38] KVM: arm64: Handle eret instruction traps
` [RFC PATCH v2 21/38] KVM: arm64: Set a handler for the system "
` [RFC PATCH v2 22/38] KVM: arm64: Handle PSCI call via smc from the guest
` [RFC PATCH v2 23/38] KVM: arm64: Inject HVC exceptions to the virtual EL2
` [RFC PATCH v2 24/38] KVM: arm64: Respect virtual HCR_EL2.TWX setting
` [RFC PATCH v2 25/38] KVM: arm64: Respect virtual CPTR_EL2.TFP setting
` [RFC PATCH v2 26/38] KVM: arm64: Add macros to support the virtual EL2 with VHE
` [RFC PATCH v2 27/38] KVM: arm64: Add EL2 registers defined in ARMv8.1 to vcpu context
` [RFC PATCH v2 28/38] KVM: arm64: Emulate EL12 register accesses from the virtual EL2
` [RFC PATCH v2 29/38] KVM: arm64: Support a VM with VHE considering EL0 of the VHE host
` [RFC PATCH v2 30/38] KVM: arm64: Allow the virtual EL2 to access EL2 states without trap
` [RFC PATCH v2 31/38] KVM: arm64: Manage the shadow states when virtual E2H bit enabled
` [RFC PATCH v2 32/38] KVM: arm64: Trap and emulate CPTR_EL2 accesses via CPACR_EL1 from the virtual EL2 with VHE
` [RFC PATCH v2 33/38] KVM: arm64: Emulate appropriate VM control system registers
` [RFC PATCH v2 34/38] KVM: arm64: Respect the virtual HCR_EL2.NV bit setting
` [RFC PATCH v2 35/38] KVM: arm64: Respect the virtual HCR_EL2.NV bit setting for EL12 register traps
` [RFC PATCH v2 36/38] KVM: arm64: Respect virtual HCR_EL2.TVM and TRVM settings
` [RFC PATCH v2 37/38] KVM: arm64: Respect the virtual HCR_EL2.NV1 bit setting
` [RFC PATCH v2 38/38] KVM: arm64: Respect the virtual CPTR_EL2.TCPAC setting

[PATCH 0/4] Optimise 64-bit IOVA allocations
 2017-07-18 16:57 UTC  (5+ messages)
` [PATCH 1/4] iommu/iova: Optimise rbtree searching
` [PATCH 2/4] iommu/iova: Optimise the padding calculation
` [PATCH 3/4] iommu/iova: Extend rbtree node caching
` [PATCH 4/4] iommu/iova: Make dma_32bit_pfn implicit

[PATCH v4 00/10] PCID and improved laziness
 2017-07-18 17:06 UTC  (7+ messages)
` [PATCH v4 10/10] x86/mm: Try to preserve old TLB entries using PCID

[PATCH v16 0/7] power: add power sequence library
 2017-07-18 17:06 UTC  (6+ messages)
` [PATCH v16 2/7] "

[RFC PATCH v1 00/11] Create fast idle path for short idle periods
 2017-07-18 17:05 UTC  (16+ messages)

[PATCH] ALSA: hda: constify pci_device_id
 2017-07-18 17:05 UTC 

Regression with suspicious RCU usage splats with cpu_pm change
 2017-07-18 17:00 UTC  (9+ messages)

[PATCH 0/7] Add support for IPQ8074 PCIe phy and controller
 2017-07-18 16:56 UTC  (9+ messages)
` [PATCH 3/7] phy: qcom-qmp: Fix phy pipe clock name
` [PATCH 7/7] PCI: dwc: qcom: Add support for IPQ8074 PCIe controller

[RFC][PATCH v2] drm: kirin: Add mode_valid logic to avoid mode clocks we can't generate
 2017-07-18 16:56 UTC  (3+ messages)

[PATCH v5 4/4]: perf/core: complete replace of lists by rb trees for pinned and flexible groups at perf_event_context
 2017-07-18 16:55 UTC  (13+ messages)

[PATCH resend] Documentation: arm: Replace use of virt_to_phys with __pa_symbol
 2017-07-18 16:49 UTC  (2+ messages)

[PATCH V3 1/2] dmaengine: qcom_hidma: introduce memset support
 2017-07-18 16:47 UTC  (6+ messages)
` [PATCH V3 2/2] dmaengine: dmatest: add support for memset test

[PATCH v1 0/2] provide imx rproc driver
 2017-07-18 16:38 UTC  (5+ messages)
` [PATCH v1 1/2] remoteproc: dt: Provide bindings for iMX6SX/7D Remote Processor Controller driver

[PATCH v3 0/6] mediatek: pwm driver add MT2712/MT7622 support
 2017-07-18 16:34 UTC  (6+ messages)
` [PATCH v3 2/6] pwm: mediatek: fix pwm source clock selection

[PATCH v3] xen/balloon: don't online new memory initially
 2017-07-18 16:33 UTC  (4+ messages)

[PATCH v2 0/9] Add PMIC support to MediaTek MT7622 SoC
 2017-07-18 16:31 UTC  (6+ messages)
` [PATCH v2 1/9] dt-bindings: arm: mediatek: add MT7622 string to the PMIC wrapper doc
` [PATCH v2 9/9] soc: mediatek: pwrap: fixup warnings from coding style

[PATCH v4 0/2] Add basic support for Mediatek MT2712 SoC
 2017-07-18 16:29 UTC  (3+ messages)
` [PATCH v4 2/2] arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile

[PATCH] HID: ortek: add one more buggy device
 2017-07-18 16:28 UTC 

[PATCH v2 2/3] f2fs-tools: enhance on-disk inode structure scalability
 2017-07-18 16:23 UTC  (2+ messages)
` [PATCH v2 3/3] f2fs-tools: support project quota

[PATCH v2 9/9] perf annotate: Use the sample period when calculating the percentage
 2017-07-18 16:23 UTC  (2+ messages)

[PATCH v2 2/6] f2fs: make max inline size changeable
 2017-07-18 16:19 UTC  (3+ messages)
` [PATCH v2 3/6] f2fs: enhance on-disk inode structure scalability
` [PATCH v2 4/6] f2fs: support project quota

[PATCH] Coccinelle report script for refcounters
 2017-07-18 16:21 UTC  (8+ messages)
` [PATCH] Coccinelle: add atomic_as_refcounter script

[PATCH v2 8/9] perf annotate browser: Support the toggle number of samples with a 'e' hotkey
 2017-07-18 16:18 UTC  (2+ messages)

[PATCH 3.16 121/178] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
 2017-07-18 16:19 UTC  (3+ messages)

[PATCH v2] Enable namespaced file capabilities
 2017-07-18 16:11 UTC  (10+ messages)
` [PATCH v2] xattr: Enable security.capability in user namespaces

[PATCH RFC] mm: allow isolation for pages not inserted into lru lists yet
 2017-07-18 16:00 UTC 

[PATCH v2 0/9] perf annotate: Fix --show-total-period and support --show-nr-samples
 2017-07-18 16:07 UTC  (2+ messages)

[PATCH v2 00/16] Switchtec NTB Support
 2017-07-18 16:04 UTC  (17+ messages)
` [PATCH v2 01/16] switchtec: move structure definitions into a common header
` [PATCH v2 02/16] switchtec: export class symbol for use in upper layer driver
` [PATCH v2 03/16] switchtec: add NTB hardware register definitions
` [PATCH v2 04/16] switchtec: add link event notifier callback
` [PATCH v2 05/16] ntb: ensure ntb_mw_get_align() is only called when the link is up
` [PATCH v2 06/16] ntb: add check and comment for link up to mw_count() and mw_get_align()
` [PATCH v2 07/16] ntb: ntb_test: ensure the link is up before trying to configure the mws
` [PATCH v2 08/16] switchtec_ntb: introduce initial NTB driver
` [PATCH v2 09/16] switchtec_ntb: initialize hardware for memory windows
` [PATCH v2 10/16] switchtec_ntb: initialize hardware for doorbells and messages
` [PATCH v2 11/16] switchtec_ntb: add skeleton NTB driver
` [PATCH v2 12/16] switchtec_ntb: add link management
` [PATCH v2 13/16] switchtec_ntb: implement doorbell registers
` [PATCH v2 14/16] switchtec_ntb: implement scratchpad registers
` [PATCH v2 15/16] switchtec_ntb: add memory window support
` [PATCH v2 16/16] switchtec_ntb: update switchtec documentation with notes for NTB

[PATCH v2 1/7] ALSA: als100: fix format string overflow warning
 2017-07-18 16:00 UTC  (2+ messages)

[PATCH] dmaengine: ioat: constify pci_device_id
 2017-07-18 16:02 UTC  (2+ messages)

[PATCH] dma: k3dma: Fix non-cyclic mode
 2017-07-18 15:58 UTC  (2+ messages)

[PATCH] serial: 8250: fix error handling in of_platform_serial_probe()
 2017-07-18 15:55 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 0/5] x86/io: Rely on asm-generic/io.h
 2017-07-18 15:52 UTC  (2+ messages)

[PATCH v10 0/7] perf report: Show branch type
 2017-07-18 15:54 UTC  (4+ messages)
` [PATCH v10 1/7] perf/core: Define the common branch type classification

[PATCH] perf report: Enable finding the kernel inline function
 2017-07-18 20:31 UTC  (2+ messages)

[PATCH v2 tip/perf/core 3/6] perf probe: allow placing uprobes in alternate namespaces
 2017-07-18 15:45 UTC  (5+ messages)
` [PATCH] perf probe: Fix build failure for get_target_map()

[PATCH] x86: kernel: acpi: fix an invalid argument passing in io_apic.c
 2017-07-18 15:43 UTC  (3+ messages)
` [tip:x86/urgent] x86/ioapic: Pass the correct data to unmask_ioapic_irq()

[PATCH 0/6] Cache coherent device memory (CDM) with HMM v5
 2017-07-18 15:38 UTC  (3+ messages)

[PATCH] arc: Hardcode ARCH_DMA_MINALIGN to max line length we may have
 2017-07-18 15:36 UTC  (2+ messages)

parisc:generic-64bit_defconfig build failures due to 'kbuild: handle libs-y archives separately...'
 2017-07-18 15:21 UTC 

[PATCHv2 00/10] Boot-time switching between 4- and 5-level paging
 2017-07-18 15:16 UTC  (4+ messages)
` [PATCHv2 08/10] x86/mm: Replace compile-time checks for 5-level with runtime-time

[PATCH v2 1/2] video/hdmi: Introduce helpers for the HDMI audio infoframe payload
 2017-07-18 15:16 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: rtw_efuse: Fix a misspell
 2017-07-18 15:12 UTC 

[PATCH v3 0/5] ACPI / boot: Few amendments
 2017-07-18 15:04 UTC  (6+ messages)
` [PATCH v3 1/5] ACPI / boot: Don't define unused variables
` [PATCH v3 2/5] ACPI / boot: Correct address space of __acpi_map_table()
` [PATCH v3 3/5] ACPI / boot: Add number of legacy IRQs to debug output
` [PATCH v3 4/5] ACPI / boot: Not all platform require acpi_reduced_hw_init()
` [PATCH v3 5/5] ACPI / boot: Don't handle SCI on HW reduced platforms

[PATCH] xen/x86: fix cpu hotplug
 2017-07-18 15:05 UTC  (2+ messages)

[PATCH] sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
 2017-07-18 15:02 UTC  (2+ messages)

[PATCH 0/4] Add various TI-SCI DT nodes on 66AK2G SoCs
 2017-07-18 15:00 UTC  (3+ messages)
` [PATCH 1/4] ARM: dts: keystone-k2g: Add PMMC node to support TI-SCI protocol

[PATCH v3 0/1] Staging: android/ion: fix sparse warnings
 2017-07-18 15:00 UTC  (4+ messages)
` [PATCH v3 1/1] Staging: android/ion: declare function static

[PATCH 1/1] mm/slub.c: add a naive detection of double free or corruption
 2017-07-18 14:57 UTC  (5+ messages)

[PATCH] replace incorrect strscpy use in FORTIFY_SOURCE
 2017-07-18 14:54 UTC  (3+ messages)

[PATCH v2] dt-bindings: display: sunxi: Improve endpoint ID scheme readability
 2017-07-18 14:53 UTC  (2+ messages)

[PATCH] pid: kill pidhash_size in pidhash_init
 2017-07-18 14:52 UTC  (2+ messages)

[PATCH v2 0/3] pwm: add pwm AO on meson gx
 2017-07-18 14:52 UTC  (6+ messages)

[PATCH] powerpc/hugetlb: fix page rights verification in gup_hugepte()
 2017-07-18 14:19 UTC  (2+ messages)

[PATCH 00/11] ARM: sun8i: a83t: Add support for MMC controllers
 2017-07-18 14:47 UTC  (5+ messages)
` [PATCH 03/11] clk: sunxi-ng: a83t: Support new timing mode for mmc2 clock

[PATCH v2 0/2] livepatch: add shadow variable API
 2017-07-18 14:47 UTC  (3+ messages)
` [PATCH v2 2/2] livepatch: add shadow variable sample programs

[PATCH] Documentation/devicetree: Update links to PCI DT bindings
 2017-07-18 14:46 UTC 

[PATCH] staging: goldfish: Use __func__ instead of function name
 2017-07-18 14:43 UTC 

[PATCH v2 0/7] staging: fsl-mc: make the driver compile on other architectures
 2017-07-18 14:43 UTC  (7+ messages)
` [PATCH v2 8/8] staging: fsl-mc: allow the driver compile multi-arch


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox