linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-02 20:53:05 to 2021-03-02 22:37:54 UTC [more...]

[PATCH] mm: memcontrol: fix kernel stack account
 2021-03-02 20:37 UTC  (4+ messages)

XDP socket rings, and LKMM litmus tests
 2021-03-02 20:41 UTC  (6+ messages)

Why do kprobes and uprobes singlestep?
 2021-03-02 20:35 UTC  (9+ messages)

hppa64-linux-ld: kernel/sched/core.o(.init.text+0x90): cannot reach printk
 2021-03-02 20:35 UTC  (7+ messages)

[PATCH v3 0/7] drm: sun4i: dsi: Convert drm bridge
 2021-03-02 17:46 UTC  (6+ messages)
` [PATCH v3 6/7] drm: sun4i: dsi: Use drm_panel_bridge, connector API

[PATCH] Documentation: Add leading slash to some paths
 2021-03-02 20:25 UTC 

[PATCH] mm/memcg: set memcg when split pages
 2021-03-02 20:24 UTC  (3+ messages)

[PATCH] perf test: Test case 27 fails on s390 and non-x86 platforms
 2021-03-02 20:10 UTC  (6+ messages)

[PATCH] swiotlb: Fix type of max_slot
 2021-03-02 20:20 UTC  (2+ messages)

[PATCH V8 0/4] dt: Add fdtoverlay rule and statically build unittest
 2021-03-02 20:17 UTC  (5+ messages)

exec error: BUG: Bad rss-counter
 2021-03-02 19:37 UTC  (5+ messages)

[PATCH] mm/compaction: remove unused variable sysctl_compact_memory
 2021-03-02 20:18 UTC  (2+ messages)

[PATCH] ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning
 2021-03-02 19:47 UTC 

f2fs_convert_inline_inode causing rebalance based on random uninitialized value in dn.node_changed
 2021-03-02 20:07 UTC 

[PATCH] powerpc/prom: Mark identical_pvr_fixup as __init
 2021-03-02 20:08 UTC 

Build regressions/improvements in v5.12-rc1
 2021-03-02 20:01 UTC  (4+ messages)

RFC: sysfs node for Secondary PCI bus reset (PCIe Hot Reset)
 2021-03-02 19:58 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for Clevo NH55RZQ
 2021-03-02 16:51 UTC  (3+ messages)

[PATCH] Leds: made enum led_brightness into typedef
 2021-03-02 18:11 UTC 

[PATCH v2 00/12] pinctrl: add BCM63XX pincontrol support
 2021-03-02 20:01 UTC  (14+ messages)
` [PATCH v2 01/12] Documentation: add BCM6328 pincontroller binding documentation
` [PATCH v2 02/12] pinctrl: add a pincontrol driver for BCM6328
` [PATCH v2 03/12] Documentation: add BCM6358 pincontroller binding documentation
` [PATCH v2 04/12] pinctrl: add a pincontrol driver for BCM6358
` [PATCH v2 05/12] Documentation: add BCM6362 pincontroller binding documentation
` [PATCH v2 06/12] pinctrl: add a pincontrol driver for BCM6362
` [PATCH v2 07/12] Documentation: add BCM6368 pincontroller binding documentation
` [PATCH v2 08/12] pinctrl: add a pincontrol driver for BCM6368
` [PATCH v2 09/12] Documentation: add BCM63268 pincontroller binding documentation
` [PATCH v2 10/12] pinctrl: add a pincontrol driver for BCM63268
` [PATCH v2 11/12] Documentation: add BCM6318 pincontroller binding documentation
` [PATCH v2 12/12] pinctrl: add a pincontrol driver for BCM6318

[PATCH 1/1] tools headers: Update syscall.tbl files to support mount_setattr
 2021-03-02 19:49 UTC 

[PATCH] powerpc/fadump: Mark fadump_calculate_reserve_size as __init
 2021-03-02 19:50 UTC 

[ANNOUNCE] v5.11.2-rt9
 2021-03-02 19:53 UTC 

[PATCH 0/7] x86/seves: Support 32-bit boot path and other updates
 2021-03-02 19:43 UTC  (3+ messages)
` [PATCH 6/7] x86/boot/compressed/64: Check SEV encryption in 32-bit boot-path

[PATCH 0/2] KVM: x86: Emulate L2 triple fault without killing L1
 2021-03-02 19:42 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: Handle triple fault in L2 "
` [PATCH 2/2] KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral

[PATCH] gpio: regmap: move struct gpio_regmap definition
 2021-03-02 19:52 UTC  (5+ messages)

[PATCH] KVM: SVM: Clear the CR4 register on reset
 2021-03-02 19:39 UTC  (4+ messages)

[PATCH 00/23] SVM queue for 5.13
 2021-03-02 19:33 UTC  (24+ messages)
` [PATCH 01/23] KVM: SVM: Use a separate vmcb for the nested L2 guest
` [PATCH 02/23] KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb
` [PATCH 03/23] KVM: nSVM: Track the ASID generation "
` [PATCH 04/23] KVM: nSVM: rename functions and variables according to vmcbXY nomenclature
` [PATCH 05/23] KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->control
` [PATCH 06/23] KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexit
` [PATCH 07/23] KVM: nSVM: do not mark all VMCB02 "
` [PATCH 08/23] KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state()
` [PATCH 09/23] KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state()
` [PATCH 10/23] KVM: x86: Move nVMX's consistency check macro to common code
` [PATCH 11/23] KVM: nSVM: Trace VM-Enter consistency check failures
` [PATCH 12/23] KVM: SVM: merge update_cr0_intercept into svm_set_cr0
` [PATCH 13/23] KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
` [PATCH 14/23] KVM: nSVM: Add VMLOAD/VMSAVE helper to deduplicate code
` [PATCH 15/23] KVM: x86: Move XSETBV emulation to common code
` [PATCH 16/23] KVM: x86: Move trivial instruction-based exit handlers "
` [PATCH 17/23] KVM: x86: Move RDPMC emulation "
` [PATCH 18/23] KVM: SVM: Don't manually emulate RDPMC if nrips=0
` [PATCH 19/23] KVM: SVM: Skip intercepted PAUSE instructions after emulation
` [PATCH 20/23] KVM: SVM: move VMLOAD/VMSAVE to C code
` [PATCH 21/23] KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest state
` [PATCH 22/23] x86/cpufeatures: Add the Virtual SPEC_CTRL feature
` [PATCH 23/23] KVM: SVM: Add support for Virtual SPEC_CTRL

[PATCH] ASoC: simple-card: Add dummy dai support simple sound card
 2021-03-02 16:32 UTC  (4+ messages)

[PATCH v2 1/9] units: Add the HZ macros
 2021-03-02 16:32 UTC  (3+ messages)
` [PATCH v2 9/9] phy/drivers/stm32: Use "

KASAN: use-after-free Read in cipso_v4_genopt
 2021-03-02 19:28 UTC  (6+ messages)

[PATCH v2 6/7] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
 2021-03-02 19:30 UTC  (2+ messages)

[PATCH 4.14 000/175] 4.14.223-rc4 review
 2021-03-02 19:28 UTC 

[PATCH 4.19 000/246] 4.19.178-rc4 review
 2021-03-02 19:28 UTC 

[PATCH 5.4 000/337] 5.4.102-rc5 review
 2021-03-02 19:28 UTC 

[PATCH 5.10 000/657] 5.10.20-rc4 review
 2021-03-02 19:28 UTC 

[PATCH 5.11 000/773] 5.11.3-rc3 review
 2021-03-02 19:29 UTC 

[PATCH AUTOSEL 5.10 001/217] soc: aspeed-lpc-ctrl: Fail probe of lpc-ctrl if reserved memory is not aligned
 2021-03-02 19:25 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 050/217] rsi: Fix TX EAPOL packet handling against iwlwifi AP

[PATCH 4.4 00/92] 4.4.259-rc2 review
 2021-03-02 19:27 UTC 

[PATCH 4.9 000/134] 4.9.259-rc3 review
 2021-03-02 19:27 UTC 

[PATCH 00/13] rcu/nocb updates v2
 2021-03-02 18:17 UTC  (7+ messages)
` [PATCH 01/13] rcu/nocb: Fix potential missed nocb_timer rearm

[PATCH 5.10 000/658] 5.10.20-rc3 review
 2021-03-02 19:21 UTC  (4+ messages)

[PATCH 01/44] MAINTAINERS: orphan mxser
 2021-03-02 19:09 UTC  (3+ messages)
` [PATCH 40/44] tty: hvc, drop unneeded forward declarations

[PATCH v3] drivers: hv: Fix whitespace errors
 2021-03-02 19:06 UTC  (3+ messages)

[PATCH v3 0/6] can: c_can: add support to 64 message objects
 2021-03-02 18:49 UTC  (5+ messages)
` [PATCH v3 3/6] can: c_can: fix control interface used by c_can_do_tx
` [PATCH v3 5/6] can: c_can: prepare to up the message objects number

[PATCH v2 1/2] tty/serial: Add rx-tx-swap OF option to stm32-usart
 2021-03-02 19:06 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: serial: Add rx-tx-swap "
  ` [PATCH v3 2/2] tty/serial: Add rx-tx-swap OF option "
      ` [PATCH v4 1/2] dt-bindings: serial: Add rx-tx-swap "
        ` [PATCH v4 2/2] tty/serial: Add rx-tx-swap OF option "

[PATCH mtd/next 2/8] mtd: ftl: Use module_mtd_blktrans to register driver
 2021-03-02 17:14 UTC  (2+ messages)

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-02 19:05 UTC  (5+ messages)
` [PATCH 4/5] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 5/5] net: page_pool: use alloc_pages_bulk in refill code path

[PATCH v2 2/2] memblock: do not start bottom-up allocations with kernel_end
 2021-03-02 19:04 UTC  (3+ messages)
` [PATCH] MIPS: BMIPS: Reserve exception base to prevent corruption

[PATCH V3] clk: imx: Fix reparenting of UARTs not associated with sdout
 2021-03-02 19:03 UTC  (12+ messages)

[PATCH 4.4 00/93] 4.4.259-rc1 review
 2021-03-02 19:02 UTC  (3+ messages)

BUG: soft lockup in ieee80211_tasklet_handler
 2021-03-02 19:01 UTC  (3+ messages)

[PATCH v3 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush
 2021-03-02 18:56 UTC  (3+ messages)

[PATCH] arc: kernel: Return -EFAULT if copy_to_user() fails
 2021-03-02 19:01 UTC  (2+ messages)

[PATCH 00/11] pragma once: treewide conversion
 2021-03-02 19:00 UTC  (3+ messages)
` [PATCH 10/11] pragma once: delete few backslashes

[PATCH 00/15] KVM: x86/mmu: Lots of bug fixes
 2021-03-02 18:45 UTC  (16+ messages)
` [PATCH 01/15] KVM: nSVM: Set the shadow root level to the TDP level for nested NPT
` [PATCH 02/15] KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit
` [PATCH 03/15] KVM: x86/mmu: Ensure MMU pages are available when allocating roots
` [PATCH 04/15] KVM: x86/mmu: Allocate the lm_root before allocating PAE roots
` [PATCH 05/15] KVM: x86/mmu: Check PDPTRs "
` [PATCH 06/15] KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaks
` [PATCH 07/15] KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
` [PATCH 08/15] KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRs
` [PATCH 09/15] KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging
` [PATCH 10/15] KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
` [PATCH 11/15] KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch
` [PATCH 12/15] KVM: x86: Defer the MMU unload to the normal path on an global INVPCID
` [PATCH 13/15] KVM: x86/mmu: Unexport MMU load/unload functions
` [PATCH 14/15] KVM: x86/mmu: Sync roots after MMU load iff load as successful
` [PATCH 15/15] KVM: x86/mmu: WARN on NULL pae_root and bad shadow root level

[PATCH] hwmon: (nct6883) Support NCT6886d
 2021-03-02 18:45 UTC  (3+ messages)
` 回复: "

[PATCH] mm: memcontrol: fix root_mem_cgroup charging
 2021-03-02 18:58 UTC  (2+ messages)

possible deadlock in io_poll_double_wake (2)
 2021-03-02 18:59 UTC  (2+ messages)

[PATCH] nvme-tcp: Check if request has started before processing it
 2021-03-02 18:45 UTC  (11+ messages)

[RFC PATCH v1] powerpc: Enable KFENCE for PPC32
 2021-03-02 18:48 UTC  (9+ messages)

[PATCH v2 0/4] Misc vSVA fixes for VT-d
 2021-03-02 10:14 UTC  (5+ messages)
` [PATCH v2 1/4] iommu/vt-d: Enable write protect for supervisor SVM
` [PATCH v2 2/4] iommu/vt-d: Enable write protect propagation from guest
` [PATCH v2 3/4] iommu/vt-d: Reject unsupported page request modes
` [PATCH v2 4/4] iommu/vt-d: Calculate and set flags for handle_mm_fault

[PATCH 4/5] mtd: rawnand: qcom: Add helper to configure location register
 2021-03-02 16:32 UTC  (2+ messages)

[PATCH v2 0/1] Bluetooth: Suspend improvements
 2021-03-02 18:49 UTC  (2+ messages)
` [PATCH v2 1/1] Bluetooth: Remove unneeded commands for suspend

[PATCH v5 2/8] security/brute: Define a LSM and manage statistical data
 2021-03-02 18:39 UTC  (3+ messages)
` [security/brute] cfe92ab6a3: WARNING:inconsistent_lock_state

[PATCH 1/1] mmc: cqhci: fix random crash when remove mmc module
 2021-03-02 18:39 UTC  (4+ messages)

[PATCH] f2fs: expose # of overprivision segments
 2021-03-02 18:44 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH AUTOSEL 5.11 01/52] i2c: rcar: faster irq code to minimize HW race condition
 2021-03-02 18:42 UTC  (3+ messages)
` [PATCH AUTOSEL 5.11 31/52] x86, build: use objtool mcount

[PATCH 0/4] add device drivers for Siemens Industrial PCs
 2021-03-02 18:38 UTC  (4+ messages)
` [PATCH 3/4] watchdog: simatic-ipc-wdt: add new driver "
` [PATCH 4/4] platform/x86: pmc_atom: improve critclk_systems matching for Siemens PCs

[PATCH] ALSA: hda/realtek: Add quirk for Intel NUC 10
 2021-03-02 18:25 UTC 

[PATCH v2] usb: dwc3: qcom: Honor wakeup enabled/disabled state
 2021-03-02 18:37 UTC 

[PATCH v5 00/16] introduce a generic IOCTL interface for RPMsg channels management
 2021-03-02 18:35 UTC  (7+ messages)
` [PATCH v5 04/16] rpmsg: char: export eptdev create an destroy functions
` [PATCH v5 05/16] rpmsg: char: dissociate the control device from the rpmsg class
` [PATCH v5 06/16] rpmsg: move the rpmsg control device from rpmsg_char to rpmsg_ctrl

[PATCH v5 0/8] Fork brute force attack mitigation
 2021-03-02 18:31 UTC  (4+ messages)
` [PATCH v5 7/8] Documentation: Add documentation for the Brute LSM

[PATCH v2] mm: vmstat: add cma statistics
 2021-03-02 18:33 UTC 

[RFC PATCH] mtd: add OTP (one-time-programmable) erase ioctl
 2021-03-02 16:33 UTC  (4+ messages)

[PATCH 00/25] KVM SGX virtualization support
 2021-03-02 18:27 UTC  (13+ messages)
` [PATCH 02/25] x86/cpufeatures: Add SGX1 and SGX2 sub-features

[PATCH V3 XRT Alveo 00/18] XRT Alveo driver overview
 2021-03-02 18:26 UTC  (4+ messages)
` [PATCH V3 XRT Alveo 12/18] fpga: xrt: ICAP platform driver

[RFC net-next] net: dsa: rtl8366rb: support bridge offloading
 2021-03-02 16:11 UTC  (5+ messages)

[PATCH] drm/amd/display: Remove unnecessary conversion to bool
 2021-03-02 18:21 UTC  (2+ messages)

[PATCH] gpio: regmap: fix direction register check
 2021-03-02 18:21 UTC  (3+ messages)

[PATCH v5 0/3] s390/kvm: fix MVPG when in VSIE
 2021-03-02 17:44 UTC  (3+ messages)
` [PATCH v5 1/3] s390/kvm: split kvm_s390_logical_to_effective
` [PATCH v5 3/3] s390/kvm: VSIE: correctly handle MVPG when in VSIE

drivers/pinctrl/qcom/pinctrl-lpass-lpi.c:458 lpi_config_set() error: uninitialized symbol 'strength'
 2021-03-02 17:01 UTC  (3+ messages)

[PATCH 00/15] Report jack and button detection + Capture Support
 2021-03-02 17:15 UTC  (3+ messages)
` [PATCH 05/15] ASoC: cs42l42: Fix Bitclock polarity inversion

[PATCH] ALSA: hda/realtek: Add quirk for Clevo NH55RZQ
 2021-03-02 18:10 UTC  (3+ messages)

[PATCH] drm/amd/display: Fix an uninitialized index variable
 2021-03-02 17:54 UTC  (2+ messages)

[PATCH] drm/stm: ltdc: Use simple encoder
 2021-03-02 17:57 UTC 

[PATCH v2] sched/cpuacct: Fix charge cpuacct.usage_sys incorrently
 2021-03-02 17:43 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for Intel NUC 10
 2021-03-02 18:04 UTC 

[PATCH v7 6/9] ALSA: virtio: PCM substream operators
 2021-03-02 16:47 UTC 

[PATCH v2 00/10] Refactor arch specific Hyper-V code
 2021-03-02 17:42 UTC  (4+ messages)
` [PATCH v2 01/10] Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code
  ` ** POTENTIAL FRAUD ALERT - RED HAT ** "

[PATCH] ALSA: hda/realtek: Add quirk for Clevo NH55RZQ
 2021-03-02 18:00 UTC 

[PATCH] counter: stm32-timer-cnt: fix ceiling write max value
 2021-03-02 17:03 UTC  (3+ messages)

Question about the "EXPERIMENTAL" tag for dax in XFS
 2021-03-02 17:49 UTC  (12+ messages)

[PATCH v2 0/7] Improve boot command line handling
 2021-03-02 17:25 UTC  (2+ messages)
` [PATCH v2 3/7] powerpc: convert to generic builtin command line


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