linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-31 13:46:18 to 2019-07-31 15:34:44 UTC [more...]

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-07-31 15:33 UTC  (8+ messages)
` [PATCH 05/20] utimes: Clamp the timestamps before update
` [PATCH 06/20] fs: Fill in max and min timestamps in superblock
` [PATCH 09/20] ext4: Initialize timestamps limits

[PATCH] cifs: remove redundant assignment to variable rc
 2019-07-31 15:34 UTC  (4+ messages)

[PATCH 4.9 00/83] 4.9.181-stable review
 2019-07-31 15:14 UTC  (3+ messages)
` [PATCH 4.9 57/83] mm: prevent get_user_pages() from overflowing page refcount

Review required [Was: Associate ddc adapters with connectors]
 2019-07-31 15:32 UTC  (6+ messages)

kernel BUG at net/rxrpc/local_object.c:LINE!
 2019-07-31 15:31 UTC  (7+ messages)

[PATCH] MAINTAINERS: floppy: take over maintainership
 2019-07-31 15:31 UTC  (5+ messages)

[PATCH RFC v3 0/14] sched,fair: flatten CPU controller runqueues
 2019-07-31 15:30 UTC  (6+ messages)
` [PATCH 09/14] sched,fair: refactor enqueue/dequeue_entity

[mm] 6471384af2: kernel_BUG_at_mm/slub.c
 2019-07-31 15:30 UTC  (3+ messages)

[RFC PATCH 0/2] Support for TI Page-based Address Translator
 2019-07-31 15:28 UTC  (4+ messages)
` [RFC PATCH 2/2] soc: ti: Add Support for the TI Page-based Address Translator (PAT)

RFC: phase out static using gpio numbers in platform drivers
 2019-07-31 15:29 UTC 

[PATCH v6 00/57] Add error message to platform_get_irq*()
 2019-07-31 15:28 UTC  (15+ messages)
` [PATCH v6 10/57] dmaengine: Remove dev_err() usage after platform_get_irq()
` [PATCH v6 18/57] i2c: "
` [PATCH v6 19/57] iio: "
` [PATCH v6 28/57] pcie-gadget-spear: "
` [PATCH v6 32/57] perf: "

[PATCH] ARM: dts: stm32: remove useless pinctrl entries in stm32mp157-pinctrl
 2019-07-31 15:26 UTC 

[PATCH v2 00/12] tracing/probe: Add multi-probes per event support
 2019-07-31 15:25 UTC  (2+ messages)

[PATCH v3 0/3] KVM: selftests: Enable ucall and dirty_log_test on s390x
 2019-07-31 15:15 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: selftests: Split ucall.c into architecture specific files
` [PATCH v3 2/3] KVM: selftests: Implement ucall() for s390x
` [PATCH v3 3/3] KVM: selftests: Enable dirty_log_test on s390x

[PATCHv2 00/59] Intel MKTME enabling
 2019-07-31 15:08 UTC  (60+ messages)
` [PATCHv2 01/59] mm: Do no merge VMAs with different encryption KeyIDs
` [PATCHv2 02/59] mm: Add helpers to setup zero page mappings
` [PATCHv2 03/59] mm/ksm: Do not merge pages with different KeyIDs
` [PATCHv2 04/59] mm/page_alloc: Unify alloc_hugepage_vma()
` [PATCHv2 05/59] mm/page_alloc: Handle allocation for encrypted memory
` [PATCHv2 06/59] mm/khugepaged: Handle encrypted pages
` [PATCHv2 07/59] x86/mm: Mask out KeyID bits from page table entry pfn
` [PATCHv2 08/59] x86/mm: Introduce helpers to read number, shift and mask of KeyIDs
` [PATCHv2 09/59] x86/mm: Store bitmask of the encryption algorithms supported by MKTME
` [PATCHv2 10/59] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCHv2 11/59] x86/mm: Detect MKTME early
` [PATCHv2 12/59] x86/mm: Add a helper to retrieve KeyID for a page
` [PATCHv2 13/59] x86/mm: Add a helper to retrieve KeyID for a VMA
` [PATCHv2 14/59] x86/mm: Add hooks to allocate and free encrypted pages
` [PATCHv2 15/59] x86/mm: Map zero pages into encrypted mappings correctly
` [PATCHv2 16/59] x86/mm: Rename CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING
` [PATCHv2 17/59] x86/mm: Allow to disable MKTME after enumeration
` [PATCHv2 18/59] x86/mm: Calculate direct mapping size
` [PATCHv2 19/59] x86/mm: Implement syncing per-KeyID direct mappings
` [PATCHv2 20/59] x86/mm: Handle encrypted memory in page_to_virt() and __pa()
` [PATCHv2 21/59] mm/page_ext: Export lookup_page_ext() symbol
` [PATCHv2 22/59] mm/rmap: Clear vma->anon_vma on unlink_anon_vmas()
` [PATCHv2 23/59] x86/pconfig: Set an activated algorithm in all MKTME commands
` [PATCHv2 24/59] keys/mktme: Introduce a Kernel Key Service for MKTME
` [PATCHv2 25/59] keys/mktme: Preparse the MKTME key payload
` [PATCHv2 26/59] keys/mktme: Instantiate MKTME keys
` [PATCHv2 27/59] keys/mktme: Destroy "
` [PATCHv2 28/59] keys/mktme: Move the MKTME payload into a cache aligned structure
` [PATCHv2 29/59] keys/mktme: Set up PCONFIG programming targets for MKTME keys
` [PATCHv2 30/59] keys/mktme: Program MKTME keys into the platform hardware
` [PATCHv2 31/59] keys/mktme: Set up a percpu_ref_count for MKTME keys
` [PATCHv2 32/59] keys/mktme: Clear the key programming from the MKTME hardware
` [PATCHv2 33/59] keys/mktme: Require CAP_SYS_RESOURCE capability for MKTME keys
` [PATCHv2 34/59] acpi: Remove __init from acpi table parsing functions
` [PATCHv2 35/59] acpi/hmat: Determine existence of an ACPI HMAT
` [PATCHv2 36/59] keys/mktme: Require ACPI HMAT to register the MKTME Key Service
` [PATCHv2 37/59] acpi/hmat: Evaluate topology presented in ACPI HMAT for MKTME
` [PATCHv2 38/59] keys/mktme: Do not allow key creation in unsafe topologies
` [PATCHv2 39/59] keys/mktme: Support CPU hotplug for MKTME key service
` [PATCHv2 40/59] keys/mktme: Block memory hotplug additions when MKTME is enabled
` [PATCHv2 41/59] mm: Generalize the mprotect implementation to support extensions
` [PATCHv2 42/59] syscall/x86: Wire up a system call for MKTME encryption keys
` [PATCHv2 43/59] x86/mm: Set KeyIDs in encrypted VMAs for MKTME
` [PATCHv2 44/59] mm: Add the encrypt_mprotect() system call "
` [PATCHv2 45/59] x86/mm: Keep reference counts on hardware key usage "
` [PATCHv2 46/59] mm: Restrict MKTME memory encryption to anonymous VMAs
` [PATCHv2 47/59] kvm, x86, mmu: setup MKTME keyID to spte for given PFN
` [PATCHv2 48/59] iommu/vt-d: Support MKTME in DMA remapping
` [PATCHv2 49/59] x86/mm: introduce common code for mem encryption
` [PATCHv2 50/59] x86/mm: Use common code for DMA memory encryption
` [PATCHv2 51/59] x86/mm: Disable MKTME on incompatible platform configurations
` [PATCHv2 52/59] x86/mm: Disable MKTME if not all system memory supports encryption
` [PATCHv2 53/59] x86: Introduce CONFIG_X86_INTEL_MKTME
` [PATCHv2 54/59] x86/mktme: Overview of Multi-Key Total Memory Encryption
` [PATCHv2 55/59] x86/mktme: Document the MKTME provided security mitigations
` [PATCHv2 56/59] x86/mktme: Document the MKTME kernel configuration requirements
` [PATCHv2 57/59] x86/mktme: Document the MKTME Key Service API
` [PATCHv2 58/59] x86/mktme: Document the MKTME API for anonymous memory encryption
` [PATCHv2 59/59] x86/mktme: Demonstration program using the MKTME APIs

[PATCH] mm: kmemleak: Disable early logging in case of error
 2019-07-31 15:23 UTC 

[PATCH v2] ARM: dts: rockchip: A few fixes for veyron-{fievel,tiger}
 2019-07-31 15:15 UTC 

[PATCH RFC 1/2] futex: Split key setup from key queue locking and read
 2019-07-31 15:15 UTC  (4+ messages)
` [PATCH RFC 2/2] futex: Implement mechanism to wait on any of several futexes

[PATCH v10 0/4] THP aware uprobe
 2019-07-31 15:18 UTC  (5+ messages)
` [PATCH v10 3/4] mm, thp: introduce FOLL_SPLIT_PMD

[PATCH] dmaengine: imx-dma: Mark expected switch fall-through
 2019-07-31 15:19 UTC  (2+ messages)

[PATCH] media: ttusb-dec: Fix info-leak in ttusb_dec_send_command()
 2019-07-31 15:19 UTC 

[PATCH] tools: memory-model: add it to the Documentation body
 2019-07-31 15:19 UTC  (3+ messages)

Reminder: 99 open syzbot bugs in net subsystem
 2019-07-31 15:13 UTC  (8+ messages)

[PATCH v3] checkpatch: add several Kconfig default value tests
 2019-07-31 15:13 UTC 

[PATCH] [RFC] dmaengine: add fifo_size member
 2019-07-31 15:16 UTC  (11+ messages)

[PATCH v3] sched/core: Don't use dying mm as active_mm of kthreads
 2019-07-31 15:07 UTC  (8+ messages)

[PATCH 1/2 v3] locking/mutex: Make __mutex_owner static to mutex.c
 2019-07-31 15:05 UTC  (2+ messages)
` [PATCH 2/2 v3] locking/mutex: Use mutex flags macro instead of hard code

[GIT PULL] tracing: Minor fixes for v5.3-rc2
 2019-07-31 15:05 UTC 

[PATCH] arm64: Move TIF_* documentation to individual definitions
 2019-07-31 15:01 UTC  (2+ messages)

[GIT PULL] More IPMI bug fixes for 5.3
 2019-07-31 15:00 UTC 

[PATCH] peak_usb: Fix info-leaks to USB devices
 2019-07-31 14:54 UTC 

[PATCH v2] mm: kmemleak: Use mempool allocations for kmemleak objects
 2019-07-31 14:54 UTC  (7+ messages)

[PATCH] IB/core: Add mitigation for Spectre V1
 2019-07-31 14:52 UTC  (5+ messages)
    ` [PATCH V2] "

[PATCH v2 00/20] Common patches from downstream development
 2019-07-31 14:52 UTC  (7+ messages)
` [PATCH v2 07/20] ARM: dts: imx7-colibri: fix 1.8V/UHS support
` [PATCH v2 08/20] ARM: dts: imx7-colibri: Add touch controllers

[PATCH v5 0/3] Add error message to platform_get_irq*()
 2019-07-31 14:52 UTC  (3+ messages)
` [Cocci] "

[PATCH v2] nbd: replace kill_bdev() with __invalidate_device() again
 2019-07-31 14:52 UTC  (3+ messages)

[PATCH v2 0/3] KVM: selftests: Enable ucall and dirty_log_test on s390x
 2019-07-31 14:51 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: selftests: Split ucall.c into architecture specific files

[patch 0/4] fs: Substitute bit-spinlocks for PREEMPT_RT and debugging
 2019-07-31 14:47 UTC  (5+ messages)
` [patch 2/4] fs/buffer: Move BH_Uptodate_Lock locking into wrapper functions
` [patch 3/4] fs/buffer: Substitute BH_Uptodate_Lock for RT and bit spinlock debugging

[PATCH] Function stack size and its name mismatch in arm64
 2019-07-31 14:46 UTC  (4+ messages)

[PATCH v1] drivers/base/memory.c: Don't store end_section_nr in memory blocks
 2019-07-31 14:43 UTC  (12+ messages)

[PATCH 0/3] drm: bridge: Add NWL MIPI DSI host controller support
 2019-07-31 14:43 UTC  (10+ messages)
` [PATCH 2/3] dt-bindings: display/bridge: Add binding for IMX NWL mipi dsi host controller
` [PATCH 3/3] drm/bridge: Add NWL MIPI DSI host controller support

[PATCH v3] watchdog: pc87413: Rewriting of pc87413_wdt driver to use watchdog subsystem
 2019-07-31 14:42 UTC 

[PATCH v8 00/14] Rockchip ISP1 Driver
 2019-07-31 14:42 UTC  (8+ messages)

[PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-07-31 14:41 UTC  (12+ messages)
                ` microblaze HAVE_MEMBLOCK_NODE_MAP dependency (was Re: [PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA)

ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support
 2019-07-31 14:40 UTC  (6+ messages)

[PATCH] selftests: kvm: Adding config fragments
 2019-07-31 14:38 UTC  (3+ messages)

[PATCH v3 0/7] perf, intel: Add support for PEBS output to Intel PT
 2019-07-31 14:30 UTC  (8+ messages)
` [PATCH v3 1/7] perf: Allow normal events to be sources of AUX data
` [PATCH v3 2/7] perf/x86/intel: Support PEBS output to PT
` [PATCH v3 3/7] perf tools: Add aux_source attribute flag
` [PATCH v3 4/7] perf tools: Add itrace option 'o' to synthesize aux-source events
` [PATCH v3 5/7] perf intel-pt: Process options for PEBS event synthesis
` [PATCH v3 6/7] perf tools: Add aux-source config term
` [PATCH v3 7/7] perf intel-pt: Add brief documentation for PEBS via Intel PT

[PATCH v3 00/14] Support CPU frequency scaling on QCS404
 2019-07-31 14:30 UTC  (7+ messages)
` [PATCH v3 02/14] mbox: qcom: add APCS child device for QCS404
` [PATCH v3 08/14] clk: qcom: hfpll: CLK_IGNORE_UNUSED

[PATCH] KVM: selftests: Update gitignore file for latest changes
 2019-07-31 14:28 UTC 

[RT PATCH] sched/deadline: Make inactive timer run in hardirq context
 2019-07-31 14:25 UTC  (2+ messages)

[PATCH] scripts/gdb: Handle split debug
 2019-07-31 14:24 UTC  (3+ messages)

[RFC v2 0/6] Introduce TEE based Trusted Keys support
 2019-07-31 14:23 UTC  (7+ messages)

[PATCH] mailbox: zynqmp-ipi-mailbox: Add of_node_put() before goto
 2019-07-31 14:21 UTC  (4+ messages)

[PATCH v3 0/3] make RB_DECLARE_CALLBACKS more generic
 2019-07-31 14:20 UTC  (7+ messages)
` [PATCH v3 2/3] augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro

[PATCH v3] staging: rtl8192u: null check the kzalloc
 2019-07-31 14:19 UTC  (2+ messages)
` [PATCH v4] "

cannot build with no-inline-functions
 2019-07-31 14:18 UTC 

[PATCH v1] drivers/acpi/scan.c: Document why we don't need the device_hotplug_lock
 2019-07-31 14:17 UTC  (2+ messages)

[PATCH v2 0/7] perf, intel: Add support for PEBS output to Intel PT
 2019-07-31 14:12 UTC  (9+ messages)
` [PATCH v2 1/7] perf: Allow normal events to be sources of AUX data
` [PATCH v2 2/7] perf/x86/intel: Support PEBS output to PT
` [PATCH v2 3/7] perf tools: Add aux_source attribute flag
` [PATCH v2 4/7] perf tools: Add itrace option 'o' to synthesize aux-source events
` [PATCH v2 5/7] perf intel-pt: Process options for PEBS event synthesis
` [PATCH v2 6/7] perf tools: Add aux-source config term
` [PATCH v2 7/7] perf intel-pt: Add brief documentation for PEBS via Intel PT

[PATCH v3] ARM: dts: vf610-bk4: Fix qspi node description
 2019-07-31 14:11 UTC 

[PATCH -next] staging: rtl8723bs: remove set but not used variable 'FirstConnect'
 2019-07-31 14:09 UTC 

[PATCH] iio: potentiometer: add a driver for Maxim 5432-5435
 2019-07-31 14:07 UTC  (3+ messages)
` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] dt-bindings: iio: potentiometer: add max5432.yaml binding

[PATCH] udf: prevent allocation beyond UDF partition
 2019-07-31 14:06 UTC  (3+ messages)

[PATCH net-next v2 0/6] net: dsa: mv88e6xxx: add support for MV88E6220
 2019-07-31 14:06 UTC  (3+ messages)
` [PATCH net-next v2 6/6] net: dsa: mv88e6xxx: add PTP support for MV88E6250 family

[PATCH v1 0/7] perf, intel: Add support for PEBS output to Intel PT
 2019-07-31 14:02 UTC  (4+ messages)
` [PATCH v1 2/7] perf/x86/intel: Support PEBS output to PT

[PATCH -next] staging: rtl8723bs: remove set but not used variables 'prspbuf' and 'auth'
 2019-07-31 13:59 UTC 

[PATCH 0/4] lnvm/pblk mapping cleanups
 2019-07-31 14:00 UTC  (7+ messages)
` [PATCH 1/4] lightnvm: remove nvm_submit_io_sync_fn
` [PATCH 2/4] lightnvm: move metadata mapping to lower level driver
` [PATCH 3/4] lightnvm: pblk: use kvmalloc for metadata

KASAN: use-after-free Read in release_sock
 2019-07-31 13:58 UTC  (2+ messages)

[PATCH V7 00/11] misc: xilinx sd-fec drive
 2019-07-31 13:56 UTC  (7+ messages)

[PATCH 2/2] cxgb4: smt: Use refcount_t for refcount
 2019-07-31 13:55 UTC 

[PATCH 1/2] cxgb4: sched: Use refcount_t for refcount
 2019-07-31 13:55 UTC 

[PATCH 0/2] Make gpiolib work with static device properties
 2019-07-31 13:54 UTC  (7+ messages)
` [PATCH 1/2] drivers: base: swnode: link devices to software nodes

[PATCH -next] mm/memcg: fix a -Wparentheses compilation warning
 2019-07-31 13:53 UTC  (2+ messages)

[PATCH v5 00/24] erofs: promote erofs from staging
 2019-07-31 13:52 UTC  (5+ messages)
` [PATCH v5 12/24] erofs: introduce tagged pointer

[PATCH RFC 0/5] x86/KVM/svm: get rid of hardcoded instructions lengths
 2019-07-31 13:50 UTC  (4+ messages)
` [PATCH RFC 3/5] x86: KVM: svm: clear interrupt shadow on all paths in skip_emulated_instruction()

[PATCH v2] ARM: dts: vf610-bk4: Fix qspi node description
 2019-07-31 13:49 UTC  (2+ messages)

[PATCH] Input: applespi - Fix build error
 2019-07-31 13:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v7 08/14] media: rkisp1: add capture device driver
 2019-07-31 13:49 UTC  (3+ messages)

[PATCH v2 00/10] drivers, provide a way to add sysfs groups easily
 2019-07-31 13:46 UTC  (4+ 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).