LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCH 0/8] tpm: Add driver for cr50
2019-06-13 18:09 UTC (2+ messages)
` [PATCH 1/8] tpm: block messages while suspended
[PATCH] serial: sh-sci: fix uninitialized variable warning
2019-06-13 18:08 UTC
[PATCH 1/4] arm64: dts: fsl: ls1028a: Add qDMA node
2019-06-13 18:07 UTC (3+ messages)
` [PATCH 4/4] dt-bindings: fsl-qdma: Add LS1028A qDMA bindings
[PATCH] x86/mm: Create an SME workarea in the kernel for early encryption
2019-06-13 18:06 UTC (6+ messages)
[PATCH v7 0/5] prerequisites for device reserved local mem rework
2019-06-13 18:05 UTC (10+ messages)
` [PATCH v7 3/5] usb: host: ohci-sm501: init genalloc for local memory
[RFC PATCH v1 0/3] security/x86/sgx: SGX specific LSM hooks
2019-06-13 18:00 UTC (9+ messages)
` [RFC PATCH v1 2/3] LSM/x86/sgx: Implement SGX specific hooks in SELinux
[PATCH v2 0/4] atomic: Fixes to smp_mb__{before,after}_atomic() and mips
2019-06-13 18:00 UTC (3+ messages)
[PATCH v4 0/5] THP aware uprobe
2019-06-13 17:57 UTC (6+ messages)
` [PATCH v4 1/5] mm: move memcmp_pages() and pages_identical()
` [PATCH v4 2/5] uprobe: use original page when all uprobes are removed
` [PATCH v4 3/5] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v4 4/5] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
` [PATCH v4 5/5] uprobe: collapse THP pmd after removing all uprobes
[PATCH] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
2019-06-13 17:57 UTC (2+ messages)
[PATCH v6] platform/chrome: mfd/cros_ec_debugfs: Add debugfs entry to retrieve EC uptime
2019-06-13 17:57 UTC
[PATCH] memory: tegra: Fix -Wunused-const-variable
2019-06-13 17:57 UTC (2+ messages)
[PATCH v5 0/6] MSM8998 Multimedia Clock Controller
2019-06-13 17:56 UTC (3+ messages)
` [PATCH v5 1/6] dt-bindings: clock: Document external clocks for MSM8998 gcc
[RFC PATCH 0/3] Make deferred split shrinker memcg aware
2019-06-13 17:53 UTC (10+ messages)
` [PATCH 1/3] mm: thp: make "
[RFC 00/10] Process-local memory allocations for hiding KVM secrets
2019-06-13 17:49 UTC (9+ messages)
[PATCH v2 0/4] atomic: Fixes to smp_mb__{before,after}_atomic() and mips
2019-06-13 17:48 UTC (3+ messages)
[PATCH] Input: atmel_mxt_ts - fix -Wunused-const-variable
2019-06-13 17:47 UTC (2+ messages)
[PATCH v3] kasan: add memory corruption identification for software tag-based mode
2019-06-13 17:46 UTC (3+ messages)
[PATCH] arm64: dts: rockchip: Update DWC3 modules on RK3399 SoCs
2019-06-13 17:44 UTC (4+ messages)
[PATCH v1] KVM: x86: PMU Whitelist
2019-06-13 17:43 UTC (14+ messages)
[PATCH v3 0/5] THP aware uprobe
2019-06-13 17:42 UTC (16+ messages)
` [PATCH v3 1/5] mm: move memcmp_pages() and pages_identical()
` [PATCH v3 2/5] uprobe: use original page when all uprobes are removed
` [PATCH v3 3/5] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v3 4/5] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
` [PATCH v3 5/5] uprobe: collapse THP pmd after removing all uprobes
` [PATCH v3 6/6] mm, thp: introduce FOLL_SPLIT_PMD
[PATCH] lib: dynamic_debug: no need to check return value of debugfs_create functions
2019-06-13 17:41 UTC (5+ messages)
[PATCH v2] RDMA/cma: Make CM response timeout and # CM retries configurable
2019-06-13 17:39 UTC (5+ messages)
[RESEND PATCH v2 3/3] regulator: lp87565: Add 4-phase lp87561 regulator support
2019-06-13 17:32 UTC (4+ messages)
[PATCH] net: ipva: fix uninitialized variable warning
2019-06-13 17:28 UTC
[PATCH net-next 0/4] net: dsa: use switchdev attr and obj handlers
2019-06-13 17:28 UTC (2+ messages)
[PATCH 0/4] Add labibb regulator support for LCD display mode
2019-06-13 17:27 UTC (6+ messages)
` [PATCH 3/4] regulator: Add labibb driver
` [PATCH 4/4] regulator: adding interrupt handling in labibb regulator
[PATCH] KVM: x86: clean up conditions for asynchronous page fault handling
2019-06-13 17:27 UTC (3+ messages)
[PATCH 00/43] VMX optimizations
2019-06-13 17:24 UTC (45+ messages)
` [PATCH 01/43] KVM: VMX: Fix handling of #MC that occurs during VM-Entry
` [PATCH 02/43] kvm: nVMX: small cleanup in handle_exception
` [PATCH 03/43] KVM: VMX: Read cached VM-Exit reason to detect external interrupt
` [PATCH 04/43] KVM: VMX: Store the host kernel's IDT base in a global variable
` [PATCH 05/43] KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code
` [PATCH 06/43] KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn
` [PATCH 07/43] KVM: nVMX: Intercept VMWRITEs to read-only shadow VMCS fields
` [PATCH 08/43] KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTES
` [PATCH 09/43] KVM: nVMX: Track vmcs12 offsets for shadowed VMCS fields
` [PATCH 10/43] KVM: nVMX: Lift sync_vmcs12() out of prepare_vmcs12()
` [PATCH 11/43] KVM: nVMX: Use descriptive names for VMCS sync functions and flags
` [PATCH 12/43] KVM: nVMX: Add helpers to identify shadowed VMCS fields
` [PATCH 13/43] KVM: nVMX: Sync rarely accessed guest fields only when needed
` [PATCH 14/43] KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_rare
` [PATCH 15/43] KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad value
` [PATCH 16/43] KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01
` [PATCH 17/43] KVM: nVMX: Write ENCLS-exiting bitmap once per vmcs02
` [PATCH 18/43] KVM: nVMX: Don't rewrite GUEST_PML_INDEX during nested VM-Entry
` [PATCH 19/43] KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}
` [PATCH 20/43] KVM: nVMX: Don't "put" vCPU or host state when switching VMCS
` [PATCH 21/43] KVM: nVMX: Don't reread VMCS-agnostic "
` [PATCH 22/43] KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mapped
` [PATCH 23/43] KVM: nVMX: Don't speculatively write virtual-APIC page address
` [PATCH 24/43] KVM: nVMX: Don't speculatively write APIC-access "
` [PATCH 25/43] KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's written
` [PATCH 26/43] KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're written
` [PATCH 27/43] KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's written
` [PATCH 28/43] KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCS
` [PATCH 29/43] KVM: x86: introduce is_pae_paging
` [PATCH 30/43] KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessary
` [PATCH 31/43] KVM: nVMX: Use adjusted pin controls for vmcs02
` [PATCH 32/43] KVM: VMX: Add builder macros for shadowing controls
` [PATCH 33/43] KVM: VMX: Shadow VMCS pin controls
` [PATCH 34/43] KVM: VMX: Shadow VMCS primary execution controls
` [PATCH 35/43] KVM: VMX: Shadow VMCS secondary "
` [PATCH 36/43] KVM: nVMX: Shadow VMCS controls on a per-VMCS basis
` [PATCH 37/43] KVM: nVMX: Don't reset VMCS controls shadow on VMCS switch
` [PATCH 38/43] KVM: VMX: Explicitly initialize controls shadow at VMCS allocation
` [PATCH 39/43] KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02
` [PATCH 40/43] KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIP
` [PATCH 41/43] KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'
` [PATCH 42/43] KVM: VMX: Leave preemption timer running when it's disabled
` [PATCH 43/43] KVM: nVMX: shadow pin based execution controls
[PATCH v2] KVM: x86: clean up conditions for asynchronous page fault handling
2019-06-13 17:22 UTC
[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
2019-06-13 17:18 UTC (24+ messages)
[PATCH bpf-next] bpf: sk_storage: Fix out of bounds memory access
2019-06-13 17:15 UTC (2+ messages)
[RFC PATCH 0/9] security: x86/sgx: SGX vs. LSM
2019-06-13 17:14 UTC (11+ messages)
` [RFC PATCH 2/9] x86/sgx: Do not naturally align MAP_FIXED address
[PATCH] arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>
2019-06-13 17:14 UTC (2+ messages)
[v3 PATCH 0/4] Make deferred split shrinker memcg aware
2019-06-13 17:13 UTC (7+ messages)
` [v3 PATCH 1/4] mm: thp: extract split_queue_* into a struct
` [v3 PATCH 2/4] mm: move mem_cgroup_uncharge out of __page_cache_release()
` [v3 PATCH 3/4] mm: shrinker: make shrinker not depend on memcg kmem
` [v3 PATCH 4/4] mm: thp: make deferred split shrinker memcg aware
[PATCH 1/3 v6] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
2019-06-13 17:12 UTC (6+ messages)
` [PATCH 2/3 v6] serial: 8250: Add MSR/MCR TIOCM conversion wrapper functions
` [PATCH 3/3 v6] tty/serial/8250: use mctrl_gpio helpers
[PATCH v4 0/2] fTPM: firmware TPM running in TEE
2019-06-13 17:11 UTC (6+ messages)
` [PATCH v4 1/2] "
[PATCH v2] driver: core: Allow subsystems to continue deferring probe
2019-06-13 17:11 UTC (2+ messages)
[PATCH v1] iopoll: Tweak readx_poll_timeout sleep range
2019-06-13 17:10 UTC (6+ messages)
[PATCH 0/2] Correct the cache line size warning
2019-06-13 17:10 UTC (6+ messages)
` [PATCH 1/2] arm64/mm: check cpu cache line size with non-coherent device
[PATCH net-next 0/2] enable and use static_branch_deferred_inc
2019-06-13 17:09 UTC (2+ messages)
[PATCH v3 0/7] Use MFD framework for SGI IOC3 drivers
2019-06-13 17:06 UTC (8+ messages)
` [PATCH v3 1/7] nvmem: core: add nvmem_device_find
` [PATCH v3 2/7] MIPS: PCI: refactor ioc3 special handling
` [PATCH v3 3/7] MIPS: PCI: use information from 1-wire PROM for IOC3 detection
` [PATCH v3 4/7] MIPS: SGI-IP27: remove ioc3 ethernet init
` [PATCH v3 5/7] mfd: ioc3: Add driver for SGI IOC3 chip
` [PATCH v3 6/7] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v3 7/7] Input: add IOC3 serio driver
[PATCH 0/2] Add support for Amazon's Annapurna Labs EDAC for L1/L2
2019-06-13 17:05 UTC (5+ messages)
` [PATCH 2/2] edac: add support for Amazon's Annapurna Labs EDAC
[PATCH] arm: vdso: pass --be8 to linker if necessary
2019-06-13 17:03 UTC (2+ messages)
[PATCH 0/1] docs: watchdog: make htmldocs failed
2019-06-13 0:02 UTC (2+ messages)
` [PATCH 1/1] docs: watchdog: Fix build error
[PATCH 2/2] edac: add support for Amazon's Annapurna Labs EDAC
2019-06-12 23:57 UTC (19+ messages)
[PATCH] ASoC: tas571x: Fix -Wunused-const-variable
2019-06-12 23:55 UTC (2+ messages)
[PATCHv3 1/2] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
2019-06-12 23:50 UTC (4+ messages)
5.2-rc2: low framerate in flightgear, cpu not running at full speed, thermal related?
2019-06-12 23:39 UTC (4+ messages)
[PATCH v2 0/6] mm: use down_read_killable for locking mmap_sem in proc
2019-06-12 23:14 UTC (3+ messages)
` [PATCH v2 5/6] proc: use down_read_killable mmap_sem for /proc/pid/map_files
[PATCH] dmaengine: mv_xor_v2: Fix -Wshift-negative-value
2019-06-12 23:14 UTC (2+ messages)
[PATCH -next] mm/hotplug: skip bad PFNs from pfn_to_online_page()
2019-06-12 23:13 UTC (6+ messages)
linux-next: Fixes tag needs some work in the clockevents tree
2019-06-12 23:07 UTC
[PATCH v3 0/3] powerpc: Enabling IMA arch specific secure boot policies
2019-06-12 23:04 UTC (4+ messages)
` [PATCH v3 1/3] powerpc/powernv: Add OPAL API interface to get secureboot state
[PATCH 0/2] Fixes to cppcheck errors in v4l2-ioctl.c
2019-06-12 23:04 UTC (8+ messages)
` [PATCH 1/2] media: v4l2-core: Shifting signed 32-bit value by 31 bits error
bcachefs status update (it's done cooking; let's get this sucker merged)
2019-06-12 23:02 UTC (6+ messages)
[PATCH] clk: fix clock global name usage
2019-06-12 23:00 UTC (3+ messages)
[PATCH net-next v2 0/2] hinic: add rss support and rss paramters configuration
2019-06-12 22:56 UTC (4+ messages)
` [PATCH net-next v2 1/2] hinic: add rss support
Regression for MS_MOVE on kernel v5.1
2019-06-12 22:54 UTC
[PATCH v4 4/5] phy: ti: Add a new SERDES driver for TI's AM654x SoC
2019-06-12 22:50 UTC
[PATCH V8 0/3] Add support for measuring the boot command line during kexec_file_load
2019-06-12 22:31 UTC (5+ messages)
` [PATCH V8 1/3] Define a new IMA hook to measure the boot command line arguments
` [PATCH V8 2/3] Define a new ima template field buf
` [PATCH V8 3/3] Call ima_kexec_cmdline to measure the cmdline args
[RFC v2 0/5] cgroup-aware unbound workqueues
2019-06-12 22:29 UTC (5+ messages)
[PATCH v6 0/5] Basic DT support for Lenovo Miix 630
2019-06-12 22:20 UTC (8+ messages)
` [PATCH v6 1/5] Input: elan_i2c: Export the device id whitelist
` [PATCH v6 2/5] HID: quirks: Refactor ELAN 400 and 401 handling
` "
` [PATCH v6 3/5] arm64: dts: qcom: Add Lenovo Miix 630
` [PATCH v6 4/5] arm64: dts: qcom: Add HP Envy x2
` [PATCH v6 5/5] arm64: dts: qcom: Add Asus NovaGo TP370QL
[PATCH] PCI: PM: Skip devices in D0 for suspend-to-idle
2019-06-12 22:14 UTC
[PATCH] usb: gadget: f_fs: data_len used before properly set
2019-06-12 22:13 UTC
[RESEND PATCH v1 0/5] Solve postboot supplier cleanup and optimize probe ordering
2019-06-12 22:10 UTC (15+ messages)
` [RESEND PATCH v1 1/5] of/platform: Speed up of_find_device_by_node()
[PATCH 07/13] drivers: Add generic match helper by ACPI_COMPANION device
2019-06-12 22:07 UTC (3+ messages)
[PATCH linux-next] sysctl: fix build error
2019-06-12 22:01 UTC
[BISECTED REGRESSION] b43legacy broken on G4 PowerBook
2019-06-12 21:59 UTC (11+ messages)
[PATCH] include: linux: gpio: fix build warnings on undefined struct pinctrl_dev
2019-06-12 21:59 UTC
[PATCH v3 3/4] backlight: pwm_bl: compute brightness of LED linearly to human eye
2019-06-12 21:59 UTC (11+ messages)
memory leak in new_inode_pseudo
2019-06-12 21:58 UTC (2+ messages)
` [PATCH] io_uring: fix memory leak of UNIX domain socket inode
[PATCH] drivers: input: serio: Add a module desription to the hyperv_keyboard driver
2019-06-12 21:53 UTC (2+ messages)
[PATCH 0/3] handle init errors more gracefully in amd_iommu
2019-06-12 21:52 UTC (4+ messages)
` [PATCH 1/3] iommu/amd: make iommu_disable safer
` [PATCH 2/3] iommu/amd: move gart fallback to amd_iommu_init
` [PATCH 3/3] iommu/amd: only free resources once on init error
linux-next: Tree for Jun 12
2019-06-12 21:50 UTC (2+ messages)
` linux-next: Tree for Jun 12 (staging/media/meson/)
[RESEND PATCH v3 0/3] Improve the dma-buf tracking
2019-06-12 21:49 UTC (4+ messages)
` [RESEND PATCH v3 2/3] dma-buf: add DMA_BUF_{GET,SET}_NAME ioctls
[PATCH v4 0/3] Improve the dma-buf tracking
2019-06-12 21:48 UTC (4+ messages)
` [PATCH v4 1/3] dma-buf: give each buffer a full-fledged inode
` [PATCH v4 2/3] dma-buf: add DMA_BUF_SET_NAME ioctls
` [PATCH v4 3/3] dma-buf: add show_fdinfo handler
[PATCH] ftrace: add simple oneshot function tracer
2019-06-12 21:29 UTC (2+ messages)
` "
perf build failure with newer glibc headers
2019-06-12 21:29 UTC (4+ messages)
[PATCH v2 0/5] Panel rotation patches
2019-06-12 21:20 UTC (4+ messages)
` [PATCH 1/5] drm/panel: Add helper for reading DT rotation
[PATCH net] hvsock: fix epollout hang from race condition
2019-06-12 21:19 UTC
page: next (older) | prev (newer) | latest
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).