linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-27 14:29:48 to 2017-06-27 15:38:13 UTC [more...]

[GIT PULL] extcon next for v4.13
 2017-06-27 15:38 UTC  (2+ messages)

[PATCH] platform/chrome: cros_ec_lightbar - hide unused PM functions
 2017-06-27 15:36 UTC 

[PATCH] ras: mark stub functions as 'inline'
 2017-06-27 15:35 UTC 

[PATCH v2 0/3] mfd: cros_ec: non-wake host events support
 2017-06-27 15:36 UTC  (5+ messages)
` [PATCH v2 1/3] cros_ec: Don't return error when checking command version
` [PATCH v2 2/3] cros_ec: Fix deadlock when EC is not responsive at probe

[next-20170609] Oops while running CPU off-on (cpuset.c/cpuset_can_attach)
 2017-06-27 15:36 UTC  (2+ messages)

[RFC PATCH] userfaultfd: Add feature to request for a signal delivery
 2017-06-27 15:35 UTC  (3+ messages)

[PATCH] mtd: spi-nor: cqspi: remove duplicate const
 2017-06-27 15:34 UTC 

[PATCH v2 00/22] Intel FPGA Device Drivers
 2017-06-27 15:34 UTC  (4+ messages)
` [PATCH v2 07/22] fpga: intel: pcie: parse feature list and create platform device for features

[PATCH v2 00/15] staging: fsl-mc: clean up header files
 2017-06-27 15:33 UTC  (17+ messages)
` [PATCH v2 01/15] staging: fsl-mc: move comparison before strcmp() call
` [PATCH v2 02/15] staging: fsl-mc: be consistent when checking strcmp() return
` [PATCH v2 03/15] staging: fsl-mc: drop useless #includes
` [PATCH v2 04/15] staging: fsl-mc: decouple the mc-bus public headers from dprc.h
` [PATCH v2 05/15] staging: fsl-mc: delete duplicated function prototypes
` [PATCH v2 06/15] staging: fsl-mc: delete prototype of unimplemented function
` [PATCH v2 07/15] staging: fsl-mc: turn several exported functions static
` [PATCH v2 08/15] staging: fsl-mc: move irq domain creation prototype to public header
` [PATCH v2 09/15] staging: fsl-mc: move couple of definitions "
` [PATCH v2 10/15] staging: fsl-mc: move rest of mc-bus.h to private header
` [PATCH v2 11/15] staging: fsl-mc: remove dpmng API files
` [PATCH v2 12/15] staging: fsl-mc: fix a few implicit includes
` [PATCH v2 13/15] staging: fsl-mc: move mc-sys.h contents in the public header
` [PATCH v2 14/15] staging: fsl-mc: move mc-cmd.h "
` [PATCH v2 15/15] staging: fsl-mc: make dprc.h header private

selftests/capabilities: test FAIL on linux mainline and linux-next and PASS on linux-4.4.70+
 2017-06-27 15:32 UTC  (4+ messages)

[PATCH] staging: fsl-mc: remove stale Makefile entry for dpmng.o
 2017-06-27 15:31 UTC 

[PATCH v8 RESEND 00/38] x86: Secure Memory Encryption (AMD)
 2017-06-27 15:14 UTC  (39+ messages)
` [PATCH v8 RESEND 01/38] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v8 RESEND 02/38] x86/mm/pat: Set write-protect cache mode for full PAT support
` [PATCH v8 RESEND 03/38] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
` [PATCH v8 RESEND 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v8 RESEND 05/38] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v8 RESEND 06/38] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v8 RESEND 07/38] x86/mm: Remove phys_to_virt() usage in ioremap()
` [PATCH v8 RESEND 08/38] x86/mm: Add support to enable SME in early boot processing
` [PATCH v8 RESEND 09/38] x86/mm: Simplify p[g4um]d_page() macros
` [PATCH v8 RESEND 10/38] x86/mm: Provide general kernel support for memory encryption
` [PATCH v8 RESEND 11/38] x86/mm: Add SME support for read_cr3_pa()
` [PATCH v8 RESEND 12/38] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v8 RESEND 13/38] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v8 RESEND 14/38] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v8 RESEND 15/38] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v8 RESEND 16/38] efi: Add an EFI table address match function
` [PATCH v8 RESEND 17/38] efi: Update efi_mem_type() to return an error rather than 0
` [PATCH v8 RESEND 18/38] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v8 RESEND 19/38] x86/mm: Add support to access boot related data in the clear
` [PATCH v8 RESEND 20/38] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v8 RESEND 21/38] x86/mm: Add support to access persistent memory in the clear
` [PATCH v8 RESEND 22/38] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v8 RESEND 23/38] x86/realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v8 RESEND 24/38] x86, swiotlb: Add memory encryption support
` [PATCH v8 RESEND 25/38] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v8 RESEND 26/38] x86/CPU/AMD: Make the microcode level available earlier in the boot
` [PATCH v8 RESEND 27/38] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v8 RESEND 28/38] x86, realmode: Check for memory encryption on the APs
` [PATCH v8 RESEND 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v8 RESEND 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v8 RESEND 31/38] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v8 RESEND 32/38] xen/x86: Remove SME feature in PV guests
` [PATCH v8 RESEND 33/38] x86/mm: Use proper encryption attributes with /dev/mem
` [PATCH v8 RESEND 34/38] x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4
` [PATCH v8 RESEND 35/38] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v8 RESEND 36/38] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v8 RESEND 37/38] compiler-gcc.h: Introduce __nostackp function attribute
` [PATCH v8 RESEND 38/38] x86/mm: Add support to make use of Secure Memory Encryption

[PATCH V3 0/5] arch_topology: Minor cleanups
 2017-06-27 15:15 UTC  (2+ messages)

[PATCH 0/3] Altera Quadspi Controller Version 2
 2017-06-27 15:15 UTC  (11+ messages)
` [PATCH 1/3] ARM: dts: Bindings for "
` [PATCH 2/3] mtd: spi-nor: core code for the Altera Quadspi Flash Controller v2
` [PATCH 3/3] mtd: spi-nor: Altera Quadspi Flash Controller v2 Platform driver

[PATCH 0/2 v2] iommu/s390: Improve iommu-groups and add sysfs support
 2017-06-27 15:28 UTC  (7+ messages)
` [PATCH 1/2] iommu/s390: Use iommu_group_get_for_dev() in s390_iommu_add_device()
` [PATCH 2/2] iommu/s390: Add support for iommu_device handling

[PATCH v3 0/3] Allwinner A83T R_LRADC support
 2017-06-27 15:29 UTC  (5+ messages)
` [PATCH v3 2/3] dt-bindings: input: Add R_LRADC support for A83T
      ` [linux-sunxi] "

[PATCH v6 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU
 2017-06-27 15:27 UTC  (2+ messages)

[PATCH v2] rtc: ds3232: add temperature support
 2017-06-27 15:27 UTC  (5+ messages)

[PATCH V2 00/37] perf intel-pt: Power events and PTWRITE
 2017-06-27 15:27 UTC  (4+ messages)

[PATCH 0/2] ASoC: stm32: add SPDIFRX driver
 2017-06-27 15:23 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: Document the STM32 SPDIFRX interface

[PATCH] iwlwifi: mvm: fix iwl_mvm_sar_find_wifi_pkg corner case
 2017-06-27 15:24 UTC 

[PATCH v2 0/5] kmod: help make deterministic
 2017-06-27 15:26 UTC  (7+ messages)
` [PATCH v3 0/4] "

[RESEND PATCH v9 3/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126
 2017-06-27 15:18 UTC  (5+ messages)
` [Devel] "

[PATCH 0/3 v6] Fixups for l_pid
 2017-06-27 15:18 UTC  (4+ messages)
` [PATCH 1/3] fs/locks: Use allocation rather than the stack in fcntl_getlk()
` [PATCH 2/3] fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks
` [PATCH 3/3] staging/lustre, 9p, ceph, cifs, dlm: negate remote pids for F_GETLK

[PATCH v3 0/6] Updated API for TPM 2.0 PCR extend
 2017-06-27 15:24 UTC  (3+ messages)
` [PATCH v3 3/6] tpm: introduce tpm_pcr_bank_info structure with digest_size from TPM
  ` [tpmdd-devel] "

[RFC v4 00/17] powerpc: Memory Protection Keys
 2017-06-27 15:24 UTC  (3+ messages)
` [RFC v4 09/17] powerpc: call the hash functions with the correct pkey value

4.12.0-rc6+: WQ_MEM_RECLAIM hci0:hci_power_off is flushing !WQ_MEM_RECLAIM events:btusb_work
 2017-06-27 15:20 UTC  (2+ messages)

[PATCH] cifs: hide unused functions
 2017-06-27 15:06 UTC 

[PATCH v5 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU
 2017-06-27 15:22 UTC  (7+ messages)
` [PATCH v5 4/7] drivers: dma-coherent: Introduce default DMA pool

[PATCH 1/5] [media] rockchip/rga: v4l2 m2m support
 2017-06-27 15:11 UTC  (3+ messages)

[PATCH 0/5] PM / sleep: Support power button wakeup from S2I on recent Dell laptops
 2017-06-27 15:03 UTC  (4+ messages)
` [PATCH] ACPI / sleep: EC-based wakeup from suspend-to-idle on recent systems

[PATCH v8 00/38] x86: Secure Memory Encryption (AMD)
 2017-06-27 15:01 UTC  (31+ messages)
` [PATCH v8 01/38] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v8 02/38] x86/mm/pat: Set write-protect cache mode for full PAT support
` [PATCH v8 03/38] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
` [PATCH v8 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v8 05/38] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v8 06/38] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v8 07/38] x86/mm: Remove phys_to_virt() usage in ioremap()
` [PATCH v8 08/38] x86/mm: Add support to enable SME in early boot processing
` [PATCH v8 09/38] x86/mm: Simplify p[g4um]d_page() macros
` [PATCH v8 10/38] x86/mm: Provide general kernel support for memory encryption
` [PATCH v8 11/38] x86/mm: Add SME support for read_cr3_pa()
` [PATCH v8 12/38] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v8 13/38] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v8 14/38] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v8 15/38] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v8 16/38] efi: Add an EFI table address match function
` [PATCH v8 17/38] efi: Update efi_mem_type() to return an error rather than 0
` [PATCH v8 18/38] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v8 19/38] x86/mm: Add support to access boot related data in the clear
` [PATCH v8 20/38] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v8 21/38] x86/mm: Add support to access persistent memory in the clear
` [PATCH v8 22/38] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v8 23/38] x86/realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v8 24/38] x86, swiotlb: Add memory encryption support
` [PATCH v8 25/38] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v8 26/38] x86/CPU/AMD: Make the microcode level available earlier in the boot
` [PATCH v8 27/38] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v8 28/38] x86, realmode: Check for memory encryption on the APs
` [PATCH v8 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v8 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM

[PATCH] drm/core: Fail atomic IOCTL with no CRTC state but with signaling
 2017-06-27 15:01 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 00/11] Add the mac internal ephy support
 2017-06-27 15:07 UTC  (12+ messages)
` [PATCH 01/11] net: phy: Add rockchip phy driver support
` [PATCH 05/11] net: stmmac: dwmac-rk: Add internal phy support

[PATCH v3 0/4] Add Broadcom STB USB phy driver
 2017-06-27 14:59 UTC  (5+ messages)
` [PATCH v3 1/4] soc: brcmstb: Add Product ID and Family ID helper functions
` [PATCH v3 2/4] dt-bindings: Add Broadcom STB USB PHY binding document
` [PATCH v3 3/4] phy: usb: phy-brcm-usb: Add Broadcom STB USB phy driver
` [PATCH v3 4/4] phy: usb: phy-brcm-usb: Add ability to force DRD mode to host or device

[PATCH] x86: fix fortified memcpy
 2017-06-27 15:00 UTC 

[PATCH 1/3] [media] venus: mark PM functions as __maybe_unused
 2017-06-27 15:02 UTC  (3+ messages)
` [PATCH 2/3] [media] venus: don't abuse dma_alloc for non-DMA allocations
` [PATCH 3/3] [media] venus: fix compile-test build on non-qcom ARM platform

[PATCH v6 0/3] ADV748x HDMI/Analog video receiver
 2017-06-27 15:03 UTC  (4+ messages)
` [PATCH v6 1/3] media: adv748x: Add adv7181, adv7182 bindings
` [PATCH v6 2/3] media: i2c: adv748x: add adv748x driver
` [PATCH v6 3/3] MAINTAINERS: Add ADV748x driver

[PATCH 00/32] tracing: Inter-event (e.g. latency) support
 2017-06-27 14:58 UTC  (2+ messages)

[PATCH] x86/insn: perf tools: Add new ptwrite instruction
 2017-06-27 14:57 UTC  (4+ messages)

[PATCH] perf jit: fix typo: "incalid" -> "invalid"
 2017-06-27 14:56 UTC  (3+ messages)

[PATCH 0/4] NUMA improvements with task wakeup and load balancing
 2017-06-27 14:55 UTC  (11+ messages)
` [PATCH 4/4] sched,fair: remove effective_load

[PATCH V2 0/2] rt: Increase/decrease the nr of migratory tasks when enabling/disabling migration
 2017-06-27 14:55 UTC  (3+ messages)
` [PATCH V2 2/2] "

[PATCH v2] binfmt_elf: Use ELF_ET_DYN_BASE only for PIE
 2017-06-27 14:54 UTC  (3+ messages)

[PATCH 0/2] x86/CPU/AMD: Fix multi-die processor topology info
 2017-06-27 14:54 UTC  (6+ messages)
` [PATCH 1/2] x86/CPU/AMD: Present package as die instead of socket

[PATCH 1/2] iommu/dma: Respect __GFP_DMA and __GFP_DMA32 in incoming GFP flags
 2017-06-27 14:52 UTC  (6+ messages)

c88d71508e ("x86/boot/64: Rewrite startup_64() in C"): BUG: kernel reboot-without-warning in boot stage
 2017-06-27 14:49 UTC  (5+ messages)
` [PATCH] x86/ftrace: Exclude functions in head64.c from function-tracing

[PATCH] kref: Avoid null pointer dereference after WARN
 2017-06-27 14:49 UTC  (4+ messages)

[RFC][PATCHv3 0/5] printk: introduce printing kernel thread
 2017-06-27 14:45 UTC  (5+ messages)
` [RFC][PATCHv3 5/5] printk: register PM notifier

[PATCH 4.9 00/44] 4.9.35-stable review
 2017-06-27 14:12 UTC  (24+ messages)
` [PATCH 4.9 03/44] xen-blkback: dont leak stack data via response ring
` [PATCH 4.9 04/44] ALSA: firewire-lib: Fix stall of process context at packet error
` [PATCH 4.9 05/44] ALSA: pcm: Dont treat NULL chmap as a fatal error
` [PATCH 4.9 06/44] fs/exec.c: account for argv/envp pointers
` [PATCH 4.9 08/44] autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL
` [PATCH 4.9 09/44] lib/cmdline.c: fix get_options() overflow while parsing ranges
` [PATCH 4.9 12/44] KVM: PPC: Book3S HV: Preserve userspace HTM state properly
` [PATCH 4.9 18/44] powerpc/kprobes: Pause function_graph tracing during jprobes handling
` [PATCH 4.9 19/44] powerpc/64s: Handle data breakpoints in Radix mode
` [PATCH 4.9 20/44] Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list
` [PATCH 4.9 22/44] brcmfmac: use firmware callback upon failure to load
` [PATCH 4.9 23/44] brcmfmac: unbind all devices upon failure in firmware callback
` [PATCH 4.9 25/44] time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
` [PATCH 4.9 26/44] arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW
` [PATCH 4.9 27/44] target: Fix kref->refcount underflow in transport_cmd_finish_abort
` [PATCH 4.9 28/44] iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP
` [PATCH 4.9 29/44] iscsi-target: Reject immediate data underflow larger than SCSI transfer length
` [PATCH 4.9 30/44] drm/radeon: add a PX quirk for another K53TK variant
` [PATCH 4.9 31/44] drm/radeon: add a quirk for Toshiba Satellite L20-183
` [PATCH 4.9 35/44] of: Add check to of_scan_flat_dt() before accessing initial_boot_params
` [PATCH 4.9 38/44] rt2x00: avoid introducing a USB dependency in the rt2x00lib module
` [PATCH 4.9 39/44] net: phy: Initialize mdio clock at probe function
` [PATCH 4.9 40/44] dmaengine: bcm2835: Fix cyclic DMA period splitting

[RFC PATCH] mm, oom: allow oom reaper to race with exit_mmap
 2017-06-27 14:41 UTC  (7+ messages)

[PATCH BUGFIX V2] block, bfq: update wr_busy_queues if needed on a queue split
 2017-06-27 14:41 UTC  (3+ messages)

[PATCHv2 0/3] DA9052 hardware monitoring improvements
 2017-06-27 14:38 UTC  (4+ messages)
` [PATCHv2 1/3] mfd: da9052: fix manual ADC read after timed out read
` [PATCHv2 2/3] hwmon: da9052: fix checkpatch warnings
` [PATCHv2 3/3] hwmon: da9052: add support for TSI channel

[PATCH v5] drm/sun4i: hdmi: Implement I2C adapter for A10s DDC bus
 2017-06-27 14:36 UTC 

[PATCH] drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callback
 2017-06-27 14:36 UTC 

[PATCH v12 0/2] i2c: designware: add I2C SLAVE support
 2017-06-27 14:11 UTC  (3+ messages)
` [PATCH v12 2/2] i2c: designware: enable SLAVE in platform module

[PATCH 4.11 00/58] 4.11.8-stable review
 2017-06-27 14:12 UTC  (4+ messages)
` [PATCH 4.11 03/58] clk: sunxi-ng: sun5i: Fix ahb_bist_clk definition
` [PATCH 4.11 05/58] xen-blkback: dont leak stack data via response ring
` [PATCH 4.11 12/58] autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL

[PATCH] KVM: x86: remove ignored type attribute
 2017-06-27 14:31 UTC  (2+ messages)


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