public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-27 14:17:56 to 2017-06-27 15:21:45 UTC [more...]

[PATCH v8 RESEND 00/38] x86: Secure Memory Encryption (AMD)
 2017-06-27 15:13 UTC  (30+ 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 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 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 0/3] Altera Quadspi Controller Version 2
 2017-06-27 15:01 UTC  (8+ messages)
` [PATCH 1/3] ARM: dts: Bindings for "
` [PATCH 2/3] mtd: spi-nor: core code for the Altera Quadspi Flash Controller v2

[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

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

[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 v2 00/15] staging: fsl-mc: clean up header files
 2017-06-27 14:41 UTC  (16+ 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

[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 v5 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU
 2017-06-27 14:36 UTC  (6+ messages)
` [PATCH v5 4/7] drivers: dma-coherent: Introduce default DMA pool

[PATCH v12 0/2] i2c: designware: add I2C SLAVE support
 2017-06-27 14:22 UTC  (6+ messages)
` [PATCH v12 1/2] i2c: designware: add SLAVE mode functions
` [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:13 UTC  (36+ messages)
` [PATCH 4.11 02/58] clk: sunxi-ng: v3s: Fix usb otg device reset bit
` [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 06/58] ALSA: firewire-lib: Fix stall of process context at packet error
` [PATCH 4.11 08/58] ALSA: hda - Add Coffelake PCI ID
` [PATCH 4.11 10/58] fs/exec.c: account for argv/envp pointers
` [PATCH 4.11 12/58] autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL
` [PATCH 4.11 13/58] fs/dax.c: fix inefficiency in dax_writeback_mapping_range()
` [PATCH 4.11 14/58] lib/cmdline.c: fix get_options() overflow while parsing ranges
` [PATCH 4.11 15/58] perf/x86/intel: Add 1G DTLB load/store miss support for SKL
` [PATCH 4.11 21/58] KVM: PPC: Book3S HV: Preserve userspace HTM state properly
` [PATCH 4.11 22/58] KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1
` [PATCH 4.11 23/58] KVM: PPC: Book3S HV: Context-switch EBB registers properly
` [PATCH 4.11 25/58] KVM: PPC: Book3S HV: Save/restore host values of debug registers
` [PATCH 4.11 26/58] CIFS: Improve readdir verbosity
` [PATCH 4.11 27/58] CIFS: Fix some return values in case of error in crypt_message
` [PATCH 4.11 28/58] cxgb4: notify uP to route ctrlq compl to rdma rspq
` [PATCH 4.11 29/58] HID: Add quirk for Dell PIXART OEM mouse
` [PATCH 4.11 30/58] random: silence compiler warnings and fix race
` [PATCH 4.11 32/58] powerpc/kprobes: Pause function_graph tracing during jprobes handling
` [PATCH 4.11 33/58] powerpc/64s: Handle data breakpoints in Radix mode
` [PATCH 4.11 34/58] Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list
` [PATCH 4.11 35/58] brcmfmac: add parameter to pass error code in firmware callback
` [PATCH 4.11 38/58] time: Fix clock->read(clock) race around clocksource changes
` [PATCH 4.11 40/58] arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW
` [PATCH 4.11 41/58] target: Fix kref->refcount underflow in transport_cmd_finish_abort
` [PATCH 4.11 43/58] iscsi-target: Reject immediate data underflow larger than SCSI transfer length
` [PATCH 4.11 44/58] drm/radeon: add a PX quirk for another K53TK variant
` [PATCH 4.11 49/58] ACPI / scan: Apply default enumeration to devices with ACPI drivers
` [PATCH 4.11 50/58] ACPI / scan: Fix enumeration for special SPI and I2C devices
` [PATCH 4.11 52/58] drm: Fix GETCONNECTOR regression
` [PATCH 4.11 55/58] net: phy: fix marvell phy status reading
` [PATCH 4.11 56/58] netfilter: xtables: zero padding in data_to_user
` [PATCH 4.11 57/58] netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT
` [PATCH 4.11 58/58] brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()

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

BUG: unable to handle kernel NULL pointer dereference at 0000000000000038 !//RE: kernel BUG at kernel/locking/rtmutex.c:1027
 2017-06-27 14:27 UTC  (6+ messages)

[PATCH 0/2] x86/idle: add halt poll support
 2017-06-27 14:26 UTC  (12+ messages)
` [PATCH 2/2] x86/idle: use dynamic halt poll

[PATCH] staging: rtl8192e: fix spelling mistake: "respose" -> "response"
 2017-06-27 14:23 UTC 

[PATCH V3] lightnvm: if LUNs are already allocated fix return
 2017-06-27 14:22 UTC  (2+ messages)

[RFC PATCH] mmap, aslr: do not enforce legacy mmap on unlimited stacks
 2017-06-27 14:22 UTC  (5+ messages)
` [tip:x86/mm] x86/mmap, ASLR: Do not treat unlimited-stack tasks as legacy mmap

[PATCH v2] brcmfmac: Fix a memory leak in error handling path in 'brcmf_cfg80211_attach'
 2017-06-27 14:16 UTC  (2+ messages)
` [v2] "

[PATCH 4.9 000/108] 4.9.33-stable review
 2017-06-27 14:14 UTC  (6+ messages)
` [PATCH 4.9 031/108] jump label: pass kbuild_cflags when checking for asm goto support


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