linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-19 22:16:25 to 2017-10-20 05:15:15 UTC [more...]

[PATCH GHAK16 V5 00/10] capabilities: do not audit log BPRM_FCAPS on set*id
 2017-10-20  5:15 UTC  (5+ messages)

[RFC PATCH] kbuild: Allow specifying some base host CFLAGS
 2017-10-20  5:06 UTC  (3+ messages)

[PATCH 00/14] soundwire: Add a new SoundWire subsystem
 2017-10-20  5:11 UTC  (4+ messages)
` [PATCH 02/14] soundwire: Add SoundWire bus type

[Patch v6 0/7] Introduce framework for SLIMbus device drivers
 2017-10-20  5:00 UTC  (9+ messages)
` [Patch v6 2/7] slimbus: Add messaging APIs to slimbus framework
` [Patch v6 6/7] regmap: add SLIMBUS support
` [Patch v6 7/7] MAINTAINERS: Add SLIMbus maintainer

[PATCH 0/3] GLINK intent preallocation support
 2017-10-20  5:00 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: soc: qcom: Support GLINK intents

[PATCH -next v2] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)
 2017-10-20  4:52 UTC  (9+ messages)

[PULL REQUEST] i2c for 4.14
 2017-10-20  4:37 UTC 

[PATCH V8 1/5] dma-mapping: Rework dma_get_cache_alignment()
 2017-10-20  4:25 UTC  (5+ messages)
` [PATCH V8 5/5] libata: Align DMA buffer to dma_get_cache_alignment()
      ` [PATCH V8 5/5] libata: Align DMA buffer todma_get_cache_alignment()

[PATCH 0/4] kaslr: extend movable_node to movable_node=nn[KMG]@ss[KMG]
 2017-10-20  4:10 UTC  (16+ messages)
` [PATCH 1/4] kaslr: parse the extended movable_node=nn[KMG]@ss[KMG]
` [PATCH 2/4] kaslr: select the memory region in immovable node to process
` [PATCH 4/4] kaslr: clean up a useless variable and some usless space

[PATCH -mm -V2] mm, pagemap: Fix soft dirty marking for PMD migration entry
 2017-10-20  3:48 UTC  (2+ messages)

[RFC PATCH 0/5] gpio: Expose reset tolerance capability
 2017-10-20  3:37 UTC  (6+ messages)
` [RFC PATCH 1/5] gpio: gpiolib: Add core support for maintaining GPIO values on reset
` [RFC PATCH 2/5] gpio: gpiolib: Add OF "
` [RFC PATCH 3/5] gpio: gpiolib: Add chardev "
` [RFC PATCH 4/5] gpio: gpiolib: Add sysfs "
` [RFC PATCH 5/5] gpio: aspeed: Add support for reset tolerance

[VFS PATCH] constify more dcache.h inlined helpers
 2017-10-20  3:33 UTC  (3+ messages)

[RFC PATCH] fs: fsnotify: account fsnotify metadata to kmemcg
 2017-10-20  3:14 UTC  (2+ messages)

v4.14-rc3/arm64 DABT exception in atomic_inc() / __skb_clone()
 2017-10-20  3:13 UTC  (3+ messages)

[PATCH] gpio: Fix loose spelling
 2017-10-20  2:57 UTC 

[Part2 PATCH v6 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-10-20  2:34 UTC  (38+ messages)
` [Part2 PATCH v6 01/38] Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV)
` [Part2 PATCH v6 02/38] x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU feature
` [Part2 PATCH v6 03/38] kvm: svm: prepare for new bit definition in nested_ctl
` [Part2 PATCH v6 04/38] kvm: svm: Add SEV feature definitions to KVM
` [Part2 PATCH v6 05/38] KVM: SVM: Prepare to reserve asid for SEV guest
` [Part2 PATCH v6 06/38] KVM: X86: Extend CPUID range to include new leaf
` [Part2 PATCH v6 07/38] KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctl
` [Part2 PATCH v6 08/38] KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctl
` [Part2 PATCH v6 10/38] crypto: ccp: Define SEV userspace ioctl and command id
` [Part2 PATCH v6 11/38] crypto: ccp: Define SEV key management "
` [Part2 PATCH v6 12/38] crypto: ccp: Add Platform Security Processor (PSP) device support
` [Part2 PATCH v6 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
` [Part2 PATCH v6 14/38] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command
` [Part2 PATCH v6 15/38] crypto: ccp: Implement SEV_PLATFORM_STATUS "
` [Part2 PATCH v6 16/38] crypto: ccp: Implement SEV_PEK_GEN "
` [Part2 PATCH v6 17/38] crypto: ccp: Implement SEV_PDH_GEN "
` [Part2 PATCH v6 18/38] crypto: ccp: Implement SEV_PEK_CSR "
` [Part2 PATCH v6 19/38] crypto: ccp: Implement SEV_PEK_CERT_IMPORT "
` [Part2 PATCH v6 20/38] crypto: ccp: Implement SEV_PDH_CERT_EXPORT "
` [Part2 PATCH v6 21/38] KVM: X86: Add CONFIG_KVM_AMD_SEV
` [Part2 PATCH v6 22/38] KVM: SVM: Add sev module_param
` [Part2 PATCH v6 23/38] KVM: SVM: Reserve ASID range for SEV guest
` [Part2 PATCH v6 24/38] KVM: Define SEV key management command id
` [Part2 PATCH v6 25/38] KVM: SVM: Add KVM_SEV_INIT command
` [Part2 PATCH v6 26/38] KVM: SVM: VMRUN should use assosiated ASID when SEV is enabled
` [Part2 PATCH v6 27/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_START command
` [Part2 PATCH v6 28/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA command
` [Part2 PATCH v6 29/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_MEASURE command
` [Part2 PATCH v6 30/38] KVM: SVM: Add support for SEV LAUNCH_FINISH command
` [Part2 PATCH v6 31/38] KVM: SVM: Add support for SEV GUEST_STATUS command
` [Part2 PATCH v6 32/38] KVM: SVM: Add support for SEV DEBUG_DECRYPT command
` [Part2 PATCH v6 33/38] KVM: SVM: Add support for SEV DEBUG_ENCRYPT command
` [Part2 PATCH v6 34/38] KVM: SVM: Add support for SEV LAUNCH_SECRET command
` [Part2 PATCH v6 35/38] KVM: SVM: Pin guest memory when SEV is active
` [Part2 PATCH v6 36/38] KVM: SVM: Clear C-bit from the page fault address
` [Part2 PATCH v6 37/38] KVM: SVM: Do not install #UD intercept when SEV is enabled
` [Part2 PATCH v6 38/38] KVM: X86: Restart the guest when insn_len is zero and "

[PATCH v3 00/13] dax: fix dma vs truncate and remove 'page-less' support
 2017-10-20  2:40 UTC  (14+ messages)
` [PATCH v3 01/13] dax: quiet bdev_dax_supported()
` [PATCH v3 02/13] dax: require 'struct page' for filesystem dax
` [PATCH v3 03/13] dax: stop using VM_MIXEDMAP for dax
` [PATCH v3 04/13] dax: stop using VM_HUGEPAGE "
` [PATCH v3 05/13] dax: stop requiring a live device for dax_flush()
` [PATCH v3 06/13] dax: store pfns in the radix
` [PATCH v3 07/13] dax: warn if dma collides with truncate
` [PATCH v3 08/13] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH v3 09/13] IB/core: disable memory registration of fileystem-dax vmas
` [PATCH v3 10/13] mm: disable get_user_pages_fast() for dax
` [PATCH v3 11/13] fs: use smp_load_acquire in break_{layout,lease}
` [PATCH v3 12/13] dax: handle truncate of dma-busy pages
` [PATCH v3 13/13] xfs: wire up FL_ALLOCATED support

[PATCH 00/27] security, efi: Add kernel lockdown
 2017-10-20  2:47 UTC  (7+ messages)
` [PATCH 18/27] bpf: Restrict kernel image access functions when the kernel is locked down

[PATCH 0/1] mm:hugetlbfs: Fix hwpoison reserve accounting
 2017-10-20  2:30 UTC  (3+ messages)
` [PATCH 1/1] "

RFC(v2): Audit Kernel Container IDs
 2017-10-20  2:25 UTC  (6+ messages)

[PATCH 0/2] rt5651: Enable jack detection
 2017-10-20  2:23 UTC  (6+ messages)
` [PATCH 1/2] ASoC: rt5651: Enable jack detection on JD1_1
  ` [alsa-devel] "

Read-only `slaves` with shared subtrees?
 2017-10-20  2:23 UTC  (12+ messages)

[PATCH 1/2] mm, memory_hotplug: do not fail offlining too early
 2017-10-20  2:13 UTC  (8+ messages)
` [PATCH 1/2] mm: drop migrate type checks from has_unmovable_pages

[PATCH] of: dynamic: fix memory leak related to properties of __of_node_dup
 2017-10-20  1:59 UTC  (5+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH] net/ethernet/sgi: Code cleanup
 2017-10-20  2:00 UTC  (3+ messages)

[PATCH v6 0/6] Add HiSilicon SoC uncore Performance Monitoring Unit driver
 2017-10-20  1:56 UTC  (5+ messages)

[PATCH v3 00/10] update MT7623 and MT2701 dts
 2017-10-20  1:55 UTC  (4+ messages)
` [PATCH v3 05/10] arm: dts: mt7623: update pio, usb and crypto nodes

[GIT PULL] thermal: new material for hikey for 4.15 #2
 2017-10-20  1:52 UTC  (3+ messages)
` [PATCH 01/18] thermal/drivers/hisi: Fix missing interrupt enablement

n900 in next-20170901
 2017-10-20  1:55 UTC  (11+ messages)

[PATCH v6 00/10] rockchip: kevin: Enable edp display
 2017-10-20  1:51 UTC  (11+ messages)
` [PATCH v6 02/10] drm/rockchip: analogix_dp: Remove unnecessary init code
` [PATCH v6 05/10] drm/rockchip: analogix_dp: Add a sanity check for rockchip_drm_psr_register()
` [PATCH v6 06/10] drm/rockchip: dw-mipi-dsi: Fix error handling path
` [PATCH v6 07/10] drm/rockchip: inno_hdmi: "
` [PATCH v6 10/10] drm/rockchip: dw_hdmi: "

Hi
 2017-10-19 22:15 UTC 

[PATCH v5 00/13] introduce the Xen PV Calls frontend:wq
 2017-10-20  1:41 UTC  (14+ messages)
` [PATCH v5 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
  ` [PATCH v5 04/13] xen/pvcalls: implement socket command and handle events
  ` [PATCH v5 06/13] xen/pvcalls: implement bind command
  ` [PATCH v5 09/13] xen/pvcalls: implement sendmsg
  ` [PATCH v5 10/13] xen/pvcalls: implement recvmsg

Do you need financial help?
 2017-10-20  1:35 UTC 

[PATCH net-next 0/2] Add mac loopback selftest support in hns3 driver
 2017-10-20  2:19 UTC  (3+ messages)
` [PATCH net-next 1/2] net: hns3: Refactor the skb receiving and transmitting function
` [PATCH net-next 2/2] net: hns3: Add mac loopback selftest support in hns3 driver

[PATCH v3] driver core: Move device_links_purge() after bus_remove_device()
 2017-10-20  1:23 UTC  (2+ messages)

[PATCH 0/12] PM / sleep: Driver flags for system suspend/resume
 2017-10-20  1:19 UTC  (4+ messages)

[PATCH 2/2] x86/unwind: Make CONFIG_UNWINDER_ORC=y the default in kconfig for 64-bit
 2017-10-20  1:28 UTC  (6+ messages)
` [2/2] "

[PATCH v2] driver core: Move device_links_purge() after bus_remove_device()
 2017-10-20  1:23 UTC  (3+ messages)

[PATCH 0/5] PowerPC-pSeries: Adjustments for seven function implementations
 2017-10-20  1:06 UTC  (5+ messages)
` [PATCH 3/5] powerpc-pseries: Delete an unnecessary variable initialisation in iommu_pseries_alloc_group()

[PATCH v12 00/11] complete deferred page initialization
 2017-10-20  1:13 UTC  (4+ messages)
` [PATCH v12 09/11] mm: stop zeroing memory during allocation in vmemmap

[PATCH 00/14] lockdep: Add lightweight IRQs disabled/enabled check
 2017-10-20  0:56 UTC  (15+ messages)
` [PATCH 01/14] lockdep: Add IRQs disabled/enabled assertion
` [PATCH 02/14] irq: Use lockdep to assert IRQs are disabled/enabled
` [PATCH 03/14] workqueue: "
` [PATCH 04/14] nohz: "
` [PATCH 05/14] hrtimer: "
` [PATCH 06/14] smp: "
` [PATCH 07/14] x86: "
` [PATCH 08/14] perf: "
` [PATCH 09/14] irq/timings: "
` [PATCH 10/14] irq_work: "
` [PATCH 11/14] sched: "
` [PATCH 12/14] posix-cpu-timers: "
` [PATCH 13/14] netpoll: "
` [PATCH 14/14] rcu: "

[PATCH 1/3] iommu/vt-d: Missing checks for pasid tables if allocation fails
 2017-10-20  0:48 UTC  (3+ messages)

[PATCH 0/6] dcache/namei fixes for lustre
 2017-10-20  0:39 UTC  (3+ messages)
` [lustre-devel] "

swap_info_get: Bad swap offset entry 0200f8a7
 2017-10-20  0:33 UTC  (2+ messages)

[PATCH 0/9] Intel Processor Trace virtulization enabling
 2017-10-20  0:22 UTC  (9+ messages)

[PATCH v2] clk: tegra: Use readl_relaxed_poll_timeout_atomic in tegra210_clock_init
 2017-10-20  0:19 UTC  (5+ messages)

[PATCH] x86/cpufeatures: Enable new AVX512 cpu features
 2017-10-20  0:08 UTC 

[PATCH v2] Staging: rtl8188eu: core: rtw_mlme_ext: Use list_for_each_entry_safe
 2017-10-20  0:09 UTC  (2+ messages)

[PATCH 1/2] dev/dax: fix uninitialized variable build warning
 2017-10-20  0:09 UTC  (3+ messages)
` [PATCH v2] "

mmotm 2017-10-19-17-00 uploaded
 2017-10-20  0:01 UTC 

[PATCH v3 00/49] block: support multipage bvec
 2017-10-19 23:58 UTC  (19+ messages)
` [PATCH v3 07/49] bcache: comment on direct access to bvec table
` [PATCH v3 09/49] block: comment on bio_iov_iter_get_pages()
` [PATCH v3 11/49] btrfs: avoid access to .bi_vcnt directly
` [PATCH v3 20/49] block: introduce bio_for_each_segment_mp()
` [PATCH v3 37/49] fs/mpage: convert to bio_for_each_segment_all_sp()
` [PATCH v3 41/49] xfs: "

[PATCH -tip v4] Enable optprobe on preepmtive kernel
 2017-10-19 23:55 UTC  (3+ messages)
` [PATCH -tip v4] kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT

[PATCH V8 4/5] libsas: Align SMP req/resp to dma_get_cache_alignment()
 2017-10-20  0:04 UTC  (2+ messages)

[PATCH 1/3] printk: Introduce per-console loglevel setting
 2017-10-19 23:40 UTC  (2+ messages)

[PATCH] cpuidle: ladder: Add per CPU PM QoS resume latency support
 2017-10-19 23:33 UTC 

[PATCH 00/58] networking: Convert timers to use timer_setup()
 2017-10-19 23:31 UTC  (10+ messages)
` [PATCH 32/58] isdn/gigaset: "

[PATCH V3] selftests/vm: Add tests validating mremap mirror functionality
 2017-10-19 23:24 UTC  (2+ messages)

Fix false positive by LOCKDEP_CROSSRELEASE
 2017-10-19 23:24 UTC  (3+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map

[PATCH 0/3 v11] oom: capture unreclaimable slab info in oom message
 2017-10-19 23:12 UTC  (11+ messages)
` [PATCH 3/3] mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory

[GIT PULL] Power management fix for v4.14-rc6
 2017-10-19 23:12 UTC 

PCI: brcmstb: Add Broadcom Settopbox PCIe support
 2017-10-19 23:04 UTC  (14+ messages)
` [PATCH 2/9] PCI: host: brcmstb: add DT docs for Brcmstb PCIe device
` [PATCH 5/9] PCI: host: brcmstb: add dma-ranges for inbound traffic

[PATCH v2] mtd: slram: use memremap() instead of ioremap()
 2017-10-19 22:55 UTC 

[PATCH v7 0/3] arm: npcm: add basic support for Nuvoton BMCs
 2017-10-19 22:50 UTC  (4+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] arm: dts: add Nuvoton NPCM750 device tree
` [PATCH v7 3/3] MAINTAINERS: Add entry for the Nuvoton NPCM architecture

[PATCH v4 0/6] perf report/script: Support percent and multiple range in --time option
 2017-10-19 22:49 UTC  (5+ messages)
` [PATCH v4 2/6] perf record: Get the first sample time and last sample time

[PATCH] media: input: Convert timers to use timer_setup()
 2017-10-19 22:48 UTC  (4+ messages)

[PATCH v10 00/15] Introduce support for Dell SMBIOS over WMI
 2017-10-19 22:46 UTC  (5+ messages)
` [PATCH v10 11/15] platform/x86: dell-smbios-smm: test for WSMT

[PATCH] Input: tca8418 - enable interrupt after it has been requested
 2017-10-19 22:38 UTC  (2+ messages)

[GIT PULL 0/4] ARM: exynos: Pull for v4.15
 2017-10-19 22:25 UTC  (3+ messages)
` [GIT PULL 3/4] ARM: dts: "

[PATCH v2] mm: mlock: remove lru_add_drain_all()
 2017-10-19 22:25 UTC 

[PATCH] clockevents/drivers/cs5535: improve resilience to spurious interrupts
 2017-10-19 22:25 UTC  (4+ messages)

[PATCH 4.9 00/51] 4.9.58-stable review
 2017-10-19 22:18 UTC  (2+ messages)

[PATCH 4.4 00/46] 4.4.94-stable review
 2017-10-19 22:18 UTC  (2+ messages)

[PATCH] net: rxrpc: mark expected switch fall-throughs
 2017-10-19 21:54 UTC  (2+ messages)
` [PATCH v2] "


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