linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-02 15:20:13 to 2020-10-02 17:26:18 UTC [more...]

[PATCH v5 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-10-02 17:25 UTC  (5+ messages)
` [PATCH v5 1/4] mm: memcontrol: use helpers to read page's memcg data
` [PATCH v5 2/4] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v5 3/4] mm: introduce page memcg flags
` [PATCH v5 4/4] mm: convert page kmemcg type to a page memcg flag

[RFC PATCH 00/22] x86: Support Intel Advanced Matrix Extensions
 2020-10-02 17:25 UTC  (4+ messages)
` [RFC PATCH 22/22] x86/fpu/xstate: Introduce boot-parameters for control some state component support

[PATCH v5 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-10-02 17:24 UTC  (3+ messages)
` [PATCH v5 02/10] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind

drivers/net/wireless/realtek/rtw88/rtw8822b.c:90:8: warning: type qualifiers ignored on function return type
 2020-10-02 17:22 UTC 

[PATCH 1/1] docs: admin-guide: fdt and initrd load in EFI stub
 2020-10-02 17:21 UTC  (2+ messages)

[git pull] epoll fixes
 2020-10-02 17:20 UTC 

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-02 17:19 UTC  (8+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure
` [PATCH v4 03/11] arm64, kfence: enable KFENCE for ARM64

[PATCH] mm: optionally disable brk()
 2020-10-02 17:19 UTC 

[PATCH v3 00/21] spi: dw: Add full Baikal-T1 SPI Controllers support
 2020-10-02 17:18 UTC  (4+ messages)
` [PATCH v3 02/21] spi: dw: Add DWC SSI capability

[RFC PATCH v1 00/26] Make reporting-bugs easier to grasp and yet more detailed
 2020-10-02 17:17 UTC  (9+ messages)
` [RFC PATCH v1 05/26] docs: reporting-bugs: begin reference section providing details
` [RFC PATCH v1 07/26] docs: reporting-bugs: let users classify their issue
` [RFC PATCH v1 08/26] docs: reporting-bugs: make readers check the taint flag
` [RFC PATCH v1 10/26] docs: reporting-bugs: remind people to look for existing reports

[PATCH v2 0/3] PM / Domains: Add power on/off notifiers for genpd
 2020-10-02 17:17 UTC  (3+ messages)

[GIT PULL] late GPIO fixes for v5.9
 2020-10-02 17:15 UTC  (2+ messages)

[GIT PULL] Power management fixes for v5.9-rc8
 2020-10-02 17:15 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 5.9-rc8
 2020-10-02 17:15 UTC  (2+ messages)

[GIT PULL] IIO driver fixes for 5.9-rc8
 2020-10-02 17:15 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 5.9
 2020-10-02 17:15 UTC  (2+ messages)

[GIT PULL] MMC/MEMSTICK fixes for v5.9-rc8
 2020-10-02 17:15 UTC  (2+ messages)

[PATCH] mm: Remove src/dst mm parameter in copy_page_range()
 2020-10-02 17:14 UTC  (3+ messages)

[PATCH] platform/x86: thinkpad_acpi: re-initialize acpi buffer size when reuse
 2020-10-02 17:09 UTC  (2+ messages)
` [PATCH v2] platform/x86: thinkpad_acpi: re-initialize ACPI "

[PATCH v2] scsi: ufs: fix missing brace warning for old compilers
 2020-10-02 17:09 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: usb: Add binding for discrete onboard USB hubs
 2020-10-02 17:08 UTC  (13+ messages)

[RFC PATCH v2 00/33] SEV-ES hypervisor support
 2020-10-02 17:02 UTC  (34+ messages)
` [RFC PATCH v2 01/33] KVM: SVM: Remove the call to sev_platform_status() during setup
` [RFC PATCH v2 02/33] KVM: SVM: Add support for SEV-ES capability in KVM
` [RFC PATCH v2 03/33] KVM: SVM: Add GHCB accessor functions for retrieving fields
` [RFC PATCH v2 04/33] KVM: SVM: Add support for the SEV-ES VMSA
` [RFC PATCH v2 05/33] KVM: x86: Mark GPRs dirty when written
` [RFC PATCH v2 06/33] KVM: SVM: Add required changes to support intercepts under SEV-ES
` [RFC PATCH v2 07/33] KVM: SVM: Prevent debugging "
` [RFC PATCH v2 08/33] KVM: SVM: Do not allow instruction emulation "
` [RFC PATCH v2 09/33] KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES
` [RFC PATCH v2 10/33] KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
` [RFC PATCH v2 11/33] KVM: SVM: Add initial support for a VMGEXIT VMEXIT
` [RFC PATCH v2 12/33] KVM: SVM: Create trace events for VMGEXIT processing
` [RFC PATCH v2 13/33] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
` [RFC PATCH v2 14/33] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
` [RFC PATCH v2 15/33] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
` [RFC PATCH v2 16/33] KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
` [RFC PATCH v2 17/33] KVM: SVM: Support MMIO for an SEV-ES guest
` [RFC PATCH v2 18/33] KVM: SVM: Support port IO operations "
` [RFC PATCH v2 19/33] KVM: SVM: Add support for EFER write traps "
` [RFC PATCH v2 20/33] KVM: SVM: Add support for CR0 "
` [RFC PATCH v2 21/33] KVM: SVM: Add support for CR4 "
` [RFC PATCH v2 22/33] KVM: SVM: Add support for CR8 "
` [RFC PATCH v2 23/33] KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ES
` [RFC PATCH v2 24/33] KVM: SVM: Do not report support for SMM for an SEV-ES guest
` [RFC PATCH v2 25/33] KVM: SVM: Guest FPU state save/restore not needed for "
` [RFC PATCH v2 26/33] KVM: SVM: Add support for booting APs for an "
` [RFC PATCH v2 27/33] KVM: SVM: Add NMI support "
` [RFC PATCH v2 28/33] KVM: SVM: Set the encryption mask for the SVM host save area
` [RFC PATCH v2 29/33] KVM: SVM: Update ASID allocation to support SEV-ES guests
` [RFC PATCH v2 30/33] KVM: SVM: Provide support for SEV-ES vCPU creation/loading
` [RFC PATCH v2 31/33] KVM: SVM: Provide support for SEV-ES vCPU loading
` [RFC PATCH v2 32/33] KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
` [RFC PATCH v2 33/33] KVM: SVM: Provide support to launch and run an SEV-ES guest

[PATCH v2] net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()
 2020-10-02 17:05 UTC 

[PATCH][next] drm/i915: fix size_t greater or equal to zero comparison
 2020-10-02 17:03 UTC 

[PATCH 0/2] Document 'void *'
 2020-10-02 16:53 UTC  (3+ messages)
` [PATCH v4 1/2] system_data_types.7: Add "

[PATCH 0/2] Enable GPIO and I2C configs for TI's J721e platform
 2020-10-02 17:02 UTC  (4+ messages)
` [PATCH 1/2] arm64: defconfig: Enable OMAP I2C driver
` [PATCH 2/2] arm64: defconfig: Enable DAVINCI_GPIO driver

[PATCH v2 1/2] system_data_types.7: Add 'void *'
 2020-10-02 17:00 UTC  (3+ messages)

[PATCH] ASoC: wm8523: Fix a typo in a comment
 2020-10-02 16:59 UTC 

[PATCH v7 0/3] media: i2c: ov772x: Enable BT.656 mode and test pattern support
 2020-10-02 16:56 UTC  (4+ messages)
` [PATCH v7 1/3] media: i2c: ov772x: Parse endpoint properties
` [PATCH v7 2/3] media: i2c: ov772x: Add support for BT.656 mode
` [PATCH v7 3/3] media: i2c: ov772x: Add test pattern control

[PATCH v12 0/6] ACPI: Support Generic Initiator proximity domains
 2020-10-02 16:55 UTC  (2+ messages)

[PATCH][next] net: phy: dp83869: fix unsigned comparisons against less than zero values
 2020-10-02 16:54 UTC 

[PATCH v5 00/15] Add Broadcom VK driver
 2020-10-02 16:54 UTC  (8+ messages)
` [PATCH v5 11/15] misc: bcm-vk: add BCM_VK_QSTATS

[PATCH v2 0/6] Speed up mremap on large regions
 2020-10-02 16:52 UTC  (9+ messages)
` [PATCH v2 1/6] kselftests: vm: Add mremap tests
` [PATCH v2 2/6] arm64: mremap speedup - Enable HAVE_MOVE_PMD
` [PATCH v2 3/6] mm: Speedup mremap on 1GB or larger regions
` [PATCH v2 4/6] arm64: Add set_pud_at() function
` [PATCH v2 5/6] arm64: mremap speedup - Enable HAVE_MOVE_PUD
` [PATCH v2 6/6] x86: "

[PATCH v4 0/3] iommu/tegra-smmu: Add PCI support
 2020-10-02 16:50 UTC  (6+ messages)
` [PATCH v4 2/3] iommu/tegra-smmu: Rework tegra_smmu_probe_device()

[PATCH] mmc: meson-gx: remove IRQF_ONESHOT
 2020-10-02 16:49 UTC 

[mac80211_hwsim] 148fe295b7: hwsim.ap_long_preamble.fail
 2020-10-02 16:38 UTC  (2+ messages)

[drm/dp] 6509ca051a: PANIC:double_fault
 2020-10-02 16:47 UTC  (3+ messages)
  ` [LKP] "

[PATCH 00/18] use semicolons rather than commas to separate statements
 2020-10-02 16:47 UTC  (7+ messages)

[PATCHSET RFC 0/3] kernel: decouple TASK_WORK TWA_SIGNAL handling from signals
 2020-10-02 16:42 UTC  (9+ messages)
` [PATCH 3/3] task_work: use TIF_TASKWORK if available

[PATCH v3 0/3] media: rockchip: Introduce driver for Rockchip's camera interface
 2020-10-02 16:42 UTC  (3+ messages)

[PATCH v2 0/3] Clarify abstract scale usage for power values in Energy Model, EAS and IPA
 2020-10-02 16:40 UTC  (6+ messages)
` [PATCH v2 3/3] dt-bindings: thermal: update sustainable-power with abstract scale

[RESEND PATCH v3] arm64: dts: mediatek: align GPIO hog names with dtschema
 2020-10-02 16:39 UTC 

[RESEND PATCH v3] arm64: dts: renesas: align GPIO hog names with dtschema
 2020-10-02 16:39 UTC 

[RESEND PATCH v3 1/2] ARM: dts: aspeed: fix PCA95xx GPIO expander properties on Portwell
 2020-10-02 16:38 UTC  (2+ messages)
` [RESEND PATCH v3 2/2] ARM: dts: aspeed: align GPIO hog names with dtschema

[PATCH 0/2] Broad write-locking of nascent mm in execve
 2020-10-02 16:33 UTC  (4+ messages)
` [PATCH 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm

[DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
 2020-10-02 16:30 UTC  (8+ messages)

[PATCH 1/3] watchdog: cadence: Simplify with dev_err_probe()
 2020-10-02 16:31 UTC  (3+ messages)

drivers/net/wireless/realtek/rtw88/rtw8822c.c:2456:5: warning: variable 'corr_val' set but not used
 2020-10-02 16:30 UTC 

[PATCH v3] mailbox: mediatek: Fix handling of platform_get_irq() error
 2020-10-02 16:30 UTC  (2+ messages)

virtiofs: WARN_ON(out_sgs + in_sgs != total_sgs)
 2020-10-02 16:28 UTC 

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-10-02 16:27 UTC  (5+ messages)
` [PATCH 05/14] fs: don't allow kernel reads and writes without iter ops

[PATCH v5 00/20] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-10-02 16:24 UTC  (6+ messages)
` [PATCH v5 09/20] arm64: dts: allwinner: h6: Add DAI node and soundcard for HDMI
  ` [linux-sunxi] "

[PATCH 1/1] blk-snap - Block snapshot module This module implements snapshot and changed block tracking functionality. It is intended to create backup copies of any block devices without usage of device-mapper
 2020-10-02 16:23 UTC  (3+ messages)

[PATCH v7] Add MediaTek MT6779 devapc driver
 2020-10-02 16:24 UTC  (9+ messages)
` [PATCH v7 2/2] soc: mediatek: add mt6779 "

[PATCH v3 01/27] Input: Simplify with dev_err_probe()
 2020-10-02 16:23 UTC  (2+ messages)

[PATCH] mm/util.c: Add error logs for commitment overflow
 2020-10-02 16:23 UTC  (5+ messages)

[PATCH v3 0/2] MTE support for KVM guest
 2020-10-02 16:23 UTC  (8+ messages)
` [PATCH v3 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH][next] PCI/ASPM: fix an unintended sign extension of a u16
 2020-10-02 16:23 UTC 

[PATCHv1] power: supply: document current direction
 2020-10-02 16:23 UTC  (2+ messages)

[PATCH rdma-next v4 0/4] Dynamicaly allocate SG table from the pages
 2020-10-02 16:19 UTC  (5+ messages)
` [PATCH rdma-next v4 1/4] lib/scatterlist: Add support in dynamic allocation of SG table from pages

[RESEND v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains
 2020-10-02 16:18 UTC 

[PATCH 1/1] mfd: sl28cpld: Depend on I2C
 2020-10-02 16:18 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7180: Fix one forgotten interconnect reference
 2020-10-02 16:18 UTC  (2+ messages)

[PATCH 0/3] hwmon: bt1-pvt: Fix PVT sensor being unpowered
 2020-10-02 16:15 UTC  (7+ messages)
` [PATCH 1/3] hwmon: bt1-pvt: Test sensor power supply on probe
` [PATCH 2/3] hwmon: bt1-pvt: Cache current update timeout
` [PATCH 3/3] hwmon: bt1-pvt: Wait for the completion with timeout

[PATCH v2 0/1] scsi: libiscsi: fix NOP race condition
 2020-10-02 16:13 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2] dt-bindings: mfd: rohm,bd71837-pmic: Add common properties
 2020-10-02 16:13 UTC  (2+ messages)

[PATCH v2 1/2] ARM: dts: rk3188: correct interrupt flags
 2020-10-02 16:11 UTC  (2+ messages)

[PATCH 0/2] Add driver for Microchip S/PDIF RX
 2020-10-02 16:03 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: sound: add DT bindings for Microchip S/PDIF RX Controller
` [PATCH 2/2] ASoC: mchp-spdifrx: add driver for SPDIF RX

[PATCH 0/8] Add support for UHS modes in TI's J721e and J7200 boards
 2020-10-02 16:09 UTC  (5+ messages)

[PATCH 1/2] arm64: dts: apm: drop unused reg-io-width from DW APB GPIO controller
 2020-10-02 16:09 UTC 

[PATCH v9 00/15] TCPM support for FRS and AutoDischarge Disconnect
 2020-10-02 16:08 UTC  (5+ messages)
` [PATCH v9 02/15] usb: typec: tcpci: Add set_vbus tcpci callback

[PATCH v6 0/5] Fix DPC hotplug race and enhance error handling
 2020-10-02 16:08 UTC  (3+ messages)
` [PATCH v6 4/5] PCI: only return true when dev io state is really changed

[RESEND PATCH] spmi: prefix spmi bus device names with "spmi"
 2020-10-02 16:03 UTC  (6+ messages)

[RFC PATCH 0/7] RAS/CEC: Extend CEC for errors count check on short time period
 2020-10-02 16:04 UTC  (4+ messages)

[PATCH] net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()
 2020-10-02 16:04 UTC  (3+ messages)

[PATCH] sched/deadline: Unthrottle PI boosted threads while enqueuing
 2020-10-02 16:01 UTC  (4+ messages)

[RFC PATCH v3 0/4] objtool and cross compilation
 2020-10-02 16:01 UTC  (3+ messages)
` [RFC PATCH v3 4/4] objtool: fix x86 orc generation on big endian cross compiles

[PATCH v13 19/26] mm: Re-introduce do_mmap_pgoff()
 2020-10-02 15:58 UTC  (3+ messages)

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-10-02 15:57 UTC  (11+ messages)
` [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline

[PATCH] MAINTAINERS: add dt binding headers to memory controller drivers entry
 2020-10-02 15:57 UTC 

WARNING in get_signal
 2020-10-02 15:56 UTC  (2+ messages)

[PATCH 0/6] can: add support for ETAS ES58X CAN USB
 2020-10-02 15:41 UTC  (9+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
  ` [PATCH v3 2/7] can: dev: fix type of get_can_dlc() and get_canfd_dlc() macros
  ` [PATCH v3 3/7] can: dev: add a helper function to get the correct length of Classical frames
  ` [PATCH v3 4/7] can: dev: __can_get_echo_skb(): fix the return length
  ` [PATCH v3 5/7] can: dev: add a helper function to calculate the duration of one bit
  ` [PATCH v3 6/7] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
  ` [PATCH v3 7/7] usb: cdc-acm: add quirk to blacklist ETAS ES58X devices

[net-next PATCH v1 0/7] ACPI support for dpaa2 driver
 2020-10-02 15:50 UTC  (5+ messages)
` [net-next PATCH v1 3/7] net: phy: Introduce fwnode_get_phy_id()

INFO: task hung in lock_sock_nested (3)
 2020-10-02 15:48 UTC 

[PATCH][next] perf: arm-cmn: fix less than zero check on unsigned dtc->irq
 2020-10-02 15:48 UTC 

[PATCH] x86/kvm: Update the comment about asynchronous page fault in exc_page_fault()
 2020-10-02 15:43 UTC 

[PATCH 1/1] ASoC: cs42l51: add soft dependency declaration
 2020-10-02 15:41 UTC  (2+ messages)

[PATCH] arm64: dts: allwinner: h6: add eMMC voltage property for Beelink GS1
 2020-10-02 15:40 UTC  (3+ messages)

WARNING in ieee80211_bss_info_change_notify
 2020-10-02 15:39 UTC 

[PATCH v4] kvm,x86: Exit to user space in case page fault error
 2020-10-02 15:38 UTC  (5+ messages)

KASAN: use-after-free Read in tipc_mcast_xmit (2)
 2020-10-02 15:38 UTC 

WARNING in kvfree
 2020-10-02 15:38 UTC 

WARNING in drv_bss_info_changed
 2020-10-02 15:38 UTC 

[PATCH 0/6] Fix new html build warnings from next-20201001
 2020-10-02 15:28 UTC  (3+ messages)
` [PATCH 6/6] docs: gpio: add a new document to its index.rst

[PATCH v2 0/3] i2c: imx: Fix handling of arbitration loss
 2020-10-02 15:23 UTC  (4+ messages)
` [PATCH v2 1/3] i2c: imx: Fix reset of I2SR_IAL flag
` [PATCH v2 2/3] i2c: imx: Check for I2SR_IAL after every byte
` [PATCH v2 3/3] i2c: imx: Don't generate STOP condition if arbitration has been lost

[PATCH] random32: Restore __latent_entropy attribute on net_rand_state
 2020-10-02 15:22 UTC  (2+ messages)

[PATCH v1 0/5] mm: place pages to the freelist tail when onling and undoing isolation
 2020-10-02 15:20 UTC  (4+ messages)
` [PATCH v1 3/5] mm/page_alloc: always move pages to the tail of the freelist in unset_migratetype_isolate()

[PATCH 0/2] PCI: aardvark: Fix comphy with old ATF
 2020-10-02 15:20 UTC  (9+ 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).