linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 20:07:11 to 2020-07-29 00:11:57 UTC [more...]

[PATCH v2 0/5] Implement optional L1D flushing for
 2020-07-29  0:11 UTC  (5+ messages)
` [PATCH v2 1/5] Add a per-cpu view of SMT state
` [PATCH v2 2/5] x86/mm: Refactor cond_ibpb() to support other use cases
` [PATCH v2 4/5] prctl: Hook L1D flushing in via prctl
` [PATCH v2 5/5] Documentation: Add L1D flushing Documentation

[PATCH v3 00/11] SVM cleanup and INVPCID support for the AMD guests
 2020-07-29  0:09 UTC  (18+ messages)
` [PATCH v3 01/11] KVM: SVM: Introduce __set_intercept, __clr_intercept and __is_intercept
` [PATCH v3 02/11] KVM: SVM: Change intercept_cr to generic intercepts
` [PATCH v3 03/11] KVM: SVM: Change intercept_dr "
` [PATCH v3 04/11] KVM: SVM: Modify intercept_exceptions "
` [PATCH v3 05/11] KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
` [PATCH v3 06/11] KVM: SVM: Add new intercept vector in vmcb_control_area
` [PATCH v3 07/11] KVM: nSVM: Cleanup nested_state data structure
` [PATCH v3 08/11] KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
` [PATCH v3 09/11] KVM: SVM: Remove set_exception_intercept and clr_exception_intercept
` [PATCH v3 10/11] KVM: X86: Move handling of INVPCID types to x86
` [PATCH v3 11/11] KVM:SVM: Enable INVPCID feature on AMD

Aw: [PATCH v2 net 1/2] net: dsa: mt7530: move mt7623 settings out off the mt7530
 2020-07-29  0:05 UTC  (3+ messages)
` [PATCH] net: ethernet: mtk_eth_soc: Always call mtk_gmac0_rgmii_adjust() for mt7623

[PATCH] habanalabs: fix up absolute include instructions
 2020-07-29  0:03 UTC  (5+ messages)
` [RFC PATCH] habanalabs: goya_ctx_init() can be static

[PATCH] proc/sysctl: make protected_* world readable
 2020-07-29  0:03 UTC  (3+ messages)

Add and use a generic version of devmem_is_allowed()
 2020-07-29  0:00 UTC  (2+ messages)

[RFC PATCH v5 00/11] Integrity Policy Enforcement LSM (IPE)
 2020-07-28 23:55 UTC  (20+ messages)
` [RFC PATCH v5 01/11] scripts: add ipe tooling to generate boot policy
` [RFC PATCH v5 02/11] security: add ipe lsm evaluation loop and audit system
` [RFC PATCH v5 03/11] security: add ipe lsm policy parser and policy loading
` [RFC PATCH v5 04/11] ipe: add property for trust of boot volume
` [RFC PATCH v5 05/11] fs: add security blob and hooks for block_device
` [RFC PATCH v5 06/11] dm-verity: move signature check after tree validation
` [RFC PATCH v5 07/11] dm-verity: add bdev_setsecurity hook for dm-verity signature
` [RFC PATCH v5 08/11] ipe: add property for signed dmverity volumes
` [RFC PATCH v5 09/11] dm-verity: add bdev_setsecurity hook for root-hash
` [RFC PATCH v5 10/11] documentation: add ipe documentation
` [RFC PATCH v5 10/12] ipe: add property for dmverity roothash
` [RFC PATCH v5 11/11] cleanup: uapi/linux/audit.h
` [RFC PATCH v5 11/12] documentation: add ipe documentation
` [RFC PATCH v5 12/12] cleanup: uapi/linux/audit.h

[PATCH 01/24] asm-generic: add generic versions of mmu context functions
 2020-07-28 23:52 UTC  (2+ messages)

[PATCH kernel] 9p/trans_fd: Check file mode at opening
 2020-07-28 23:50 UTC  (3+ messages)
` [V9fs-developer] "

[PATCH v3 0/6] CTU CAN FD open-source IP core SocketCAN driver, PCI, platform integration and documentation
 2020-07-28 23:12 UTC  (4+ messages)
` [PATCH v3 2/6] dt-bindings: net: can: binding for CTU CAN FD open-source IP core

[PATCH 1/2] watchdog: imx7ulp: Strictly follow the sequence for wdog operations
 2020-07-28 23:36 UTC  (3+ messages)

[char-misc-next] Revert "mei: hdcp: Replace one-element array with flexible-array member"
 2020-07-28 23:16 UTC  (12+ messages)

[PATCH net] rxrpc: Fix race between recvmsg and sendmsg on immediate call failure
 2020-07-28 23:03 UTC 

[PATCH 0/2] Move recovery and coredump interface to sysfs
 2020-07-28 23:08 UTC  (3+ messages)
` [PATCH 1/2] remoteproc: Move coredump entry from debugfs "
` [PATCH 2/2] remoteproc: Move recovery debugfs entry "

[PATCH] iio: sx9310: Fixes dropped on initial commit
 2020-07-28 23:05 UTC  (35+ messages)
` [PATCH 00/15] sx9310 iio driver updates
  ` [PATCH 01/15] dt-bindings: iio: Add bindings for sx9310 sensor
  ` [PATCH 03/15] iio: sx9310: Fix irq handling
  ` [PATCH 04/15] iio: sx9310: Remove acpi and of table macros
  ` [PATCH 06/15] iio: sx9310: Align memory
  ` [PATCH 10/15] iio: sx9310: Simplify error return handling
  ` [PATCH v2 00/14] sx9310 iio driver updates
    ` [PATCH v2 01/14] dt-bindings: iio: Add bindings for sx9310 sensor
    ` [PATCH v2 02/14] iio: sx9310: Update macros declarations
    ` [PATCH v2 03/14] iio: sx9310: Fix irq handling
    ` [PATCH v2 04/14] iio: sx9310: Remove acpi and of table macros
    ` [PATCH v2 05/14] iio: sx9310: Change from .probe to .probe_new
    ` [PATCH v2 06/14] iio: sx9310: Fixes various memory handling
    ` [PATCH v2 07/14] iio: sx9310: Use long instead of int for channel bitmaps
    ` [PATCH v2 08/14] iio: sx9310: Use regmap_read_poll_timeout() for compensation
    ` [PATCH v2 09/14] iio: sx9310: Update copyright
    ` [PATCH v2 10/14] iio: sx9310: Simplify error return handling
    ` [PATCH v2 11/14] iio: sx9310: Use variable to hold &client->dev
    ` [PATCH v2 12/14] iio: sx9310: Miscellaneous format fixes
    ` [PATCH v2 13/14] iio: sx9310: Drop channel_users[]
    ` [PATCH v2 14/14] iio: sx9310: Enable vdd and svdd regulators at probe

rtsx_pci not restoring ASPM state after suspend/resume
 2020-07-28 23:06 UTC  (3+ messages)

[PATCH v2] Staging : media : atomisp : fixed a brace coding sytle issue
 2020-07-28 22:59 UTC  (2+ messages)

[PATCH v2 0/8] x86/kaslr: Cleanup and small bugfixes
 2020-07-28 22:57 UTC  (23+ messages)
` [PATCH v3 00/21] "
` [PATCH v3 01/21] x86/kaslr: Make command line handling safer
` [PATCH v3 02/21] x86/kaslr: Remove bogus warning and unnecessary goto
` [PATCH v3 03/21] x86/kaslr: Fix process_efi_entries comment
` [PATCH v3 04/21] x86/kaslr: Initialize mem_limit to the real maximum address
` [PATCH v3 05/21] x86/kaslr: Fix off-by-one error in __process_mem_region
` [PATCH v3 06/21] x86/kaslr: Drop redundant cur_entry from __process_mem_region
` [PATCH v3 07/21] x86/kaslr: Eliminate start_orig "
` [PATCH v3 08/21] x86/kaslr: Drop redundant variable in __process_mem_region
` [PATCH v3 09/21] x86/kaslr: Drop some redundant checks from __process_mem_region
` [PATCH v3 10/21] x86/kaslr: Fix off-by-one error in process_gb_huge_pages
` [PATCH v3 11/21] x86/kaslr: Short-circuit gb_huge_pages on x86-32
` [PATCH v3 12/21] x86/kaslr: Simplify process_gb_huge_pages
` [PATCH v3 13/21] x86/kaslr: Drop test for command-line parameters before parsing
` [PATCH v3 14/21] x86/kaslr: Make the type of number of slots/slot areas consistent
` [PATCH v3 15/21] x86/kaslr: Drop redundant check in store_slot_info
` [PATCH v3 16/21] x86/kaslr: Drop unnecessary alignment in find_random_virt_addr
` [PATCH v3 17/21] x86/kaslr: Small cleanup of find_random_phys_addr
` [PATCH v3 18/21] x86/kaslr: Make minimum/image_size unsigned long
` [PATCH v3 19/21] x86/kaslr: Replace unsigned long long with u64
` [PATCH v3 20/21] x86/kaslr: Make local variables 64-bit
` [PATCH v3 21/21] x86/kaslr: Add a check that the random address is in range

[PATCH] hv_netvsc: Add validation for untrusted Hyper-V values
 2020-07-28 22:53 UTC 

linux-next: Tree for Jul 27
 2020-07-28 22:52 UTC  (4+ messages)
` linux-next: Tree for Jul 27 (drivers/gpu/drm/xlnx/zynqmp-dpsub)

[PATCH v4 0/5] Introduce the Counter character device interface
 2020-07-28 22:45 UTC  (3+ messages)
` [PATCH v4 1/5] counter: Internalize sysfs interface code

mmotm 2020-07-27-18-18 uploaded
 2020-07-28 22:39 UTC  (6+ messages)
` mmotm 2020-07-27-18-18 uploaded (mm/page_alloc.c)

[PATCH][next] drm: xln: fix spelling mistake "failes" -> "failed"
 2020-07-28 22:37 UTC  (2+ messages)

[PATCH][next] greybus: Use fallthrough pseudo-keyword
 2020-07-28 22:37 UTC  (2+ messages)

[PATCH -next] drm: xlnx: Fix typo in parameter description
 2020-07-28 22:35 UTC  (4+ messages)

[PATCH v4 0/5] Add TI PRUSS Local Interrupt Controller IRQChip driver
 2020-07-28 22:23 UTC  (4+ messages)
` [PATCH v4 3/5] irqchip/irq-pruss-intc: Add logic for handling reserved interrupts

[tip:x86/cpu] BUILD SUCCESS f69ca629d89d65737537e05308ac531f7bb07d5c
 2020-07-28 22:11 UTC 

[PATCH v4 0/6] mm/migrate: avoid device private invalidations
 2020-07-28 22:04 UTC  (7+ messages)
` [PATCH v4 3/6] mm/notifier: add migration invalidation type
` [PATCH v4 6/6] mm/migrate: remove range invalidation in migrate_vma_pages()

[PATCH 0/2] Small cleanups to ingenic-drm driver
 2020-07-28 22:00 UTC  (3+ messages)

[PATCH] amdgpu_dm: fix nonblocking atomic commit use-after-free
 2020-07-28 21:58 UTC  (11+ messages)

[PATCH] drm/vkms: add missing drm_crtc_vblank_put to the get/put pair on flush
 2020-07-28 21:55 UTC  (11+ messages)

[PATCH RFC v6 0/6] Add Unisoc's drm kms module
 2020-07-28 21:51 UTC  (11+ messages)
` [PATCH RFC v6 1/6] dt-bindings: display: add Unisoc's drm master bindings
` [PATCH RFC v6 2/6] drm/sprd: add Unisoc's drm kms master
` [PATCH RFC v6 3/6] dt-bindings: display: add Unisoc's dpu bindings
` [PATCH RFC v6 4/6] drm/sprd: add Unisoc's drm display controller driver

[PATCH] coresight: Use devm_kcalloc() in coresight_alloc_conns()
 2020-07-28 21:37 UTC  (2+ messages)

[PATCH] platform/chrome: cros_ec_typec: Send enum values to usb_role_switch_set_role()
 2020-07-28 21:36 UTC  (2+ messages)

[PATCH v36 00/24] Intel SGX foundations
 2020-07-28 21:35 UTC  (3+ messages)
` [PATCH v36 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals

[PATCH] Staging : rtl8712 : Fixed a coding sytle issue
 2020-07-28 21:32 UTC 

[GIT PULL][PATCH v9 0/7] Add support for ZSTD-compressed kernel and initramfs
 2020-07-28 21:21 UTC  (2+ messages)

[PATCH 4.19 00/86] 4.19.135-rc1 review
 2020-07-28 21:18 UTC  (2+ messages)

[PATCH v3 3/4] regulator: core: Add basic enable/disable support for sync_state() callbacks
 2020-07-28 21:14 UTC  (5+ messages)

[PATCH] staging/speakup: Update TODO list
 2020-07-28 21:12 UTC  (3+ messages)

[PATCH] staging/speakup: Move out of staging
 2020-07-28 21:12 UTC 

[PATCH 0/7] media: Clean H264 stateless uAPI
 2020-07-28 21:09 UTC  (6+ messages)
` [PATCH 08/10] media: uapi: h264: Clean slice invariants syntax elements

[tip:locking/header] BUILD SUCCESS e885d5d94793ef342e49d55672baabbc16e32bb1
 2020-07-28 21:05 UTC 

[PATCH v6 0/5] Provide basic driver to control Arm R5 co-processor found on
 2020-07-28 21:00 UTC  (3+ messages)
` [PATCH v6 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

BTF_KIND_FWD enums
 2020-07-28 20:56 UTC 

[PATCH v4 0/5] MIPS: Loongson64: Process ISA Node in DeviceTree
 2020-07-28 20:52 UTC  (2+ messages)

[PATCH v4 1/2] memory: jz4780-nemc: Do not build by default
 2020-07-28 20:51 UTC  (9+ messages)
` [PATCH v4 2/2] MIPS: ingenic: Enable JZ4780_NEMC manually

[PATCH 3/4] igb/igb_ethtool.c : Remove unnecessary usages of memset
 2020-07-28 20:49 UTC  (2+ messages)

[PATCH 2/4] e1000e/ethtool.c : Remove unnecessary usages of memset
 2020-07-28 20:47 UTC  (2+ messages)

[PATCH 1/4] e1000/e1000_ethtool.c: Remove unnecessary usages of memset
 2020-07-28 20:43 UTC  (2+ messages)

[PATCH] hv_utils: Add validation for untrusted Hyper-V values
 2020-07-28 20:44 UTC 

[PATCH v2] powercap: Add Power Limit4 support
 2020-07-28 20:40 UTC  (2+ messages)

[PATCH] tty: Add MOXA NPort Real TTY Driver
 2020-07-28 20:40 UTC  (2+ messages)

[PATCH v31 00/12] /dev/random - a new approach with full SP800-90B
 2020-07-28 20:40 UTC  (2+ messages)

Linux kernel in-tree Rust support
 2020-07-28 20:40 UTC  (7+ messages)

[PATCH 00/18] Allow architectures to override __READ_ONCE()
 2020-07-28 20:40 UTC  (3+ messages)
` [PATCH v3 19/19] arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y

[PATCH v2] igb: reinit_locked() should be called with rtnl_lock
 2020-07-28 20:37 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net 0/3] net: lan78xx: fix NULL deref and memory leak
 2020-07-28 20:36 UTC  (2+ messages)

[PATCH] e1000e: continue to init phy even when failed to disable ULP
 2020-07-28 20:34 UTC  (3+ messages)
` [v4][PATCH] "
  ` [Intel-wired-lan] "

[PATCH V3 0/3] Intel Platform Monitoring Technology
 2020-07-28 20:35 UTC  (4+ messages)
` [PATCH V4 2/3] mfd: Intel Platform Monitoring Technology support

[PATCH v6] Makefile: Add clang-tidy and static analyzer support to makefile
 2020-07-28 20:35 UTC  (3+ messages)
` [PATCH v7] "

[PATCH net] ptp: ptp_clockmatrix: update to support 4.8.7 firmware
 2020-07-28 20:00 UTC 

[PATCH 0/6] Reclaim x86 psABI TIF flags
 2020-07-28 20:22 UTC  (7+ messages)
` [PATCH 1/6] arch: x86: Don't use TIF flags for mm context
` [PATCH 2/6] arch: x86: Wrap TIF_IA32 checks
` [PATCH 3/6] arch: x86: Wrap TIF_X32 checks
` [PATCH 4/6] arch: x86: Expose psABI on thread_info
` [PATCH 5/6] arch: x86: Reclaim TIF_IA32 flag
` [PATCH 6/6] arch: x86: Reclaim TIF_X32 flag

[PATCHv3 00/19] perf metric: Add support to reuse metric
 2020-07-28 20:17 UTC  (5+ messages)
` [PATCH 16/19] perf metric: Make compute_single function more precise

[PATCHv2] coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to init
 2020-07-28 20:16 UTC  (2+ messages)

[PATCH 0/8] x86/kaslr: Cleanup and small bugfixes
 2020-07-28 20:13 UTC  (8+ messages)
` [PATCH v2 6/8] x86/kaslr: Simplify process_gb_huge_pages
` [PATCH v2 8/8] x86/kaslr: Don't use 64-bit mem_vector for 32-bit kernel

[PATCH v3 00/19] Introduce partial kernel_read_file() support
 2020-07-28 20:12 UTC  (6+ messages)
` [PATCH v3 15/19] IMA: Add support for file reads without contents

[PATCH v4 0/5] DVFS support for Venus
 2020-07-28 20:11 UTC  (9+ messages)
` [PATCH v4 4/5] arm64: dts: sdm845: Add OPP tables and power-domains for venus

[PATCH v18 0/4] Add JEITA properties and introduce the bq2515x charger
 2020-07-28 20:08 UTC  (5+ messages)
` [PATCH v18 1/4] power_supply: Add additional health properties to the header
` [PATCH v18 2/4] dt-bindings: power: Convert battery.txt to battery.yaml
` [PATCH v18 3/4] dt-bindings: power: Add the bindings for the bq2515x family of chargers
` [PATCH v18 4/4] power: supply: bq25150 introduce the bq25150

[PATCH 0/6] VMD MSI Remapping Bypass
 2020-07-28 19:49 UTC  (6+ messages)
` [PATCH 1/6] PCI: vmd: Create physical offset helper
` [PATCH 3/6] PCI: vmd: Create IRQ Domain configuration helper
` [PATCH 4/6] PCI: vmd: Create IRQ allocation helper
` [PATCH 5/6] x86/apic/msi: Use Real PCI DMA device when configuring IRTE
` [PATCH 6/6] PCI: vmd: Disable MSI/X remapping when possible


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