linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-06 13:24:27 to 2021-04-06 15:32:47 UTC [more...]

[PATCH v15 00/13] s390/vfio-ap: dynamic configuration support
 2021-04-06 15:31 UTC  (14+ messages)
` [PATCH v15 01/13] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks
` [PATCH v15 02/13] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v15 03/13] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v15 04/13] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v15 05/13] s390/vfio-ap: introduce shadow APCB
` [PATCH v15 06/13] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v15 07/13] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v15 08/13] s390/vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH v15 09/13] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v15 10/13] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v15 11/13] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v15 12/13] s390/zcrypt: notify drivers on config changed and scan complete callbacks
` [PATCH v15 13/13] s390/vfio-ap: update docs to include dynamic config support

[PATCH -next] drbd: use DEFINE_SPINLOCK() for spinlock
 2021-04-06 15:31 UTC  (2+ messages)

[PATCH v2] sched/fair: bring back select_idle_smt, but differently
 2021-04-06 15:31 UTC  (6+ messages)
  ` [PATCH v3] "

[RFC net-next 0/4] MT7530 interrupt support
 2021-04-06 15:30 UTC  (7+ messages)
` [RFC net-next 1/4] net: phy: add MediaTek PHY driver
` [RFC net-next 2/4] net: dsa: mt7530: add interrupt support
` [RFC net-next 3/4] dt-bindings: net: dsa: add MT7530 interrupt controller binding
` [RFC net-next 4/4] staging: mt7621-dts: enable MT7530 interrupt controller

[PATCH v1] RAS/CEC: Memory Corrected Errors consistent event filtering
 2021-04-06 15:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] ata: Module parameter clean-ups for pata_legacy and pata_platform
 2021-04-06 15:27 UTC  (2+ messages)

[PATCH] cgroup: Relax restrictions on kernel threads moving out of root cpu cgroup
 2021-04-06 15:27 UTC  (3+ messages)

[PATCH v5 0/2] ata: ahci_brcm: Fix use of BCM7216 reset controller
 2021-04-06 15:26 UTC  (4+ messages)
` [PATCH v5 1/2] "

[PATCH V2] ata: ahci: ceva: Updated code by using dev_err_probe()
 2021-04-06 15:25 UTC  (3+ messages)

[PATCH v2] ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=m
 2021-04-06 15:22 UTC  (2+ messages)

[PATCH 00/11] Rid W=1 warnings from Block
 2021-04-06 15:22 UTC  (2+ messages)

[PATCH v11 00/13] Add AMD SEV guest live migration support
 2021-04-06 15:20 UTC  (14+ messages)
` [PATCH v11 08/13] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v11 10/13] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR

[PATCH v6 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-06 15:19 UTC  (5+ messages)
` [PATCH v6 9/9] KVM: selftests: aarch64/vgic-v3 init sequence tests

[PATCH v4] sched/debug: Use sched_debug_lock to serialize use of cgroup_path[] only
 2021-04-06 15:17 UTC  (3+ messages)

[PATCH 0/9] sched: Core scheduling interfaces
 2021-04-06 15:12 UTC  (7+ messages)
` [PATCH 9/9] sched: prctl() and cgroup interaction

[PATCH v2 00/10] Initial support for Nuvoton WPCM450 BMC SoC
 2021-04-06 15:15 UTC  (4+ messages)
` [PATCH v2 07/10] watchdog: npcm: Add support for WPCM450

[PATCH] drm/msm: Fix spelling "purgable" -> "purgeable"
 2021-04-06 15:18 UTC 

[PATCH v6 00/27] Memory Folios
 2021-04-06 15:14 UTC  (65+ messages)
` [PATCH v6 01/27] mm: Introduce struct folio
` [PATCH v6 02/27] mm: Add folio_pgdat and folio_zone
` [PATCH v6 03/27] mm/vmstat: Add functions to account folio statistics
` [PATCH v6 04/27] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v6 05/27] mm: Add folio reference count functions
` [PATCH v6 06/27] mm: Add put_folio
` [PATCH v6 07/27] mm: Add get_folio
` [PATCH v6 08/27] mm: Create FolioFlags
` [PATCH v6 09/27] mm: Handle per-folio private data
` [PATCH v6 10/27] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v6 11/27] mm/filemap: Add folio_next_index
` [PATCH v6 12/27] mm/filemap: Add folio_offset and folio_file_offset
` [PATCH v6 13/27] mm/util: Add folio_mapping and folio_file_mapping
` [PATCH v6 14/27] mm: Add folio_mapcount
` [PATCH v6 15/27] mm/memcg: Add folio wrappers for various functions
` [PATCH v6 16/27] mm/filemap: Add unlock_folio
` [PATCH v6 17/27] mm/filemap: Add lock_folio
` [PATCH v6 18/27] mm/filemap: Add lock_folio_killable
` [PATCH v6 19/27] mm/filemap: Add __lock_folio_async
` [PATCH v6 20/27] mm/filemap: Add __lock_folio_or_retry
` [PATCH v6 21/27] mm/filemap: Add wait_on_folio_locked
` [PATCH v6 22/27] mm/filemap: Add end_folio_writeback
` [PATCH v6 23/27] mm/writeback: Add wait_on_folio_writeback
` [PATCH v6 24/27] mm/writeback: Add wait_for_stable_folio
` [PATCH v6 25/27] mm/filemap: Convert wait_on_page_bit to wait_on_folio_bit
` [PATCH v6 26/27] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit
` [PATCH v6 27/27] mm/filemap: Convert page wait queues to be folios

[PATCH] mm/vmscan.c: drop_slab_node with task's memcg
 2021-04-06 15:12 UTC  (6+ messages)

[PATCH 00/16] CSI2RX support on J721E
 2021-04-06 15:11 UTC  (10+ messages)
` [PATCH 10/16] media: cadence: csi2rx: Add wrappers for subdev calls
` [PATCH 11/16] dmaengine: ti: k3-psil-j721e: Add entry for CSI2RX
` [PATCH 13/16] media: ti-vpe: csi2rx: Add CSI2RX support

[PATCH] tty: use printk_safe context at tty_msg()
 2021-04-06 15:10 UTC  (7+ messages)

[PATCH v1 1/1] kernel.h: Split out panic and oops helpers
 2021-04-06 15:09 UTC  (6+ messages)

[PATCH 00/32] Fix broken documentation file references
 2021-04-06 15:05 UTC  (5+ messages)
` [PATCH 27/32] dt-bindings: i3c: update i3c.yaml references
` [PATCH 29/32] docs: dt: update writing-schema.rst references

[PATCH][next] drm/msm: Fix spelling mistake "Purgable" -> "Purgeable"
 2021-04-06 15:09 UTC  (2+ messages)

[Outreachy kernel] [PATCH v2] staging: rtl8723bs: hal: Remove camelcase in Hal8723BReg.h
 2021-04-06 15:05 UTC  (5+ messages)

[PATCH net-next] net: tipc: Fix spelling errors in net/tipc module
 2021-04-06 15:19 UTC 

[PATCH v3] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-04-06 15:03 UTC  (2+ messages)

[PATCH rdma-next 00/10] Enable relaxed ordering for ULPs
 2021-04-06 15:03 UTC  (13+ messages)
` [PATCH rdma-next 01/10] RDMA: Add access flags to ib_alloc_mr() and ib_mr_pool_init()

[PATCH] cifs: escape spaces in share names
 2021-04-06 15:02 UTC 

KCSAN: data-race in __jbd2_journal_file_buffer / jbd2_journal_dirty_metadata
 2021-04-06 15:01 UTC  (5+ messages)

[PATCH 4.19 000/247] 4.19.178-rc1 review
 2021-04-06 15:01 UTC  (6+ messages)
` [PATCH 4.19 013/247] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath
      ` [EXTERNAL] "

[PATCH v2 00/13] Driver of Intel(R) Gaussian & Neural Accelerator
 2021-04-06 14:58 UTC  (4+ messages)
` [PATCH v2 02/13] intel_gna: add component of hardware operation

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-06 14:57 UTC  (5+ messages)
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

[PATCH v3 0/4] add device drivers for Siemens Industrial PCs
 2021-04-06 14:52 UTC  (4+ messages)
` [PATCH v3 3/4] watchdog: simatic-ipc-wdt: add new driver "

[v3,PATCH 2/3] pwm: mtk_disp: convert the driver to atomic API
 2021-04-06 14:52 UTC  (3+ messages)

[PATCH] driver: of: Properly truncate command line if too long
 2021-04-06 14:53 UTC  (4+ messages)

[PATCH net v4] atl1c: move tx cleanup processing out of interrupt
 2021-04-06 14:49 UTC 

[syzbot] WARNING in mntput_no_expire (2)
 2021-04-06 14:46 UTC  (13+ messages)

disk-io.c:undefined reference to `atomic64_set_386'
 2021-04-06 14:43 UTC  (2+ messages)

[PATCH] kbuild: merge module sections under CONFIG_LD_DEAD_CODE_DATA_ELIMINATION too
 2021-04-06 14:42 UTC  (3+ messages)

[PATCH v14 00/13] s390/vfio-ap: dynamic configuration support
 2021-04-06 14:36 UTC  (3+ messages)

[ACPI] 1a1c130ab7: BUG:kernel_NULL_pointer_dereference,address
 2021-04-06 14:35 UTC  (2+ messages)

[PATCH 0/2] Improve IPA mechanisms in low temperature state
 2021-04-06 14:32 UTC  (9+ messages)
` [PATCH 1/2] thermal: power_allocator: maintain the device statistics from going stale

[PATCH 0/4] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-04-06 14:31 UTC  (3+ messages)
` [PATCH 2/4] sched/fair: Introduce arch_sched_asym_prefer_early()

[Outreachy kernel] [PATCH] staging: rtl8723bs: hal: Add spaces around operators
 2021-04-06 14:22 UTC  (3+ messages)

[PATCH 1/2] perf util: move bperf definitions to a libperf header
 2021-04-06 14:21 UTC  (4+ messages)
` [PATCH 2/2] perf-stat: introduce config stat.bpf-counter-events

[PATCH v3 0/4] KVM: cpuid: fix KVM_GET_EMULATED_CPUID implementation
 2021-04-06 14:21 UTC  (3+ messages)
` [PATCH v3 1/4] KVM: x86: Fix a spurious -E2BIG in KVM_GET_EMULATED_CPUID

[PATCH] tee: optee: fix build error caused by recent optee tracepoints feature
 2021-04-06 14:20 UTC  (5+ messages)

[PATCH v3 1/2] PCI: xilinx-nwl: Enable coherent PCIe DMA traffic using CCI
 2021-04-06 14:20 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: qcom: msm8974: add blsp2_uart8
 2021-04-06 14:05 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: qcom: msm8974-klte: Add bluetooth support

[PATCH V4 XRT Alveo 00/20] XRT Alveo driver overview
 2021-04-06 14:18 UTC  (5+ messages)
` [PATCH V4 XRT Alveo 14/20] fpga: xrt: ICAP platform driver
` [PATCH V4 XRT Alveo 15/20] fpga: xrt: devctl "

[PATCH] xen/evtchn: Change irq_info lock to raw_spinlock_t
 2021-04-06 13:46 UTC  (2+ messages)

[PATCH] PCI: merge slot and bus reset implementations
 2021-04-06 14:16 UTC  (5+ messages)

linux-next: build warning after merge of the char-misc tree
 2021-04-06 14:15 UTC  (4+ messages)

[PATCH v1 0/6] Fixes for tcpm-source-psy- and pSnkStby
 2021-04-06 14:14 UTC  (3+ messages)
` [PATCH v1 2/6] usb: typec: tcpm: Address incorrect values of tcpm psy for pps supply

[PATCH] drm/amd/pm: convert sysfs snprintf to sysfs_emit
 2021-04-06 14:11 UTC 

[PATCH] ARM: configs: at91_dt_defconfig: configs for sam9x60
 2021-04-06 14:11 UTC 

[PATCH v2 0/2] staging: rtl8712: rewrite comparisons and remove blank lines
 2021-04-06 14:12 UTC  (5+ messages)
` [PATCH v2 1/2] staging: rtl8712: Rewrite NULL comparisons
` [PATCH v2 2/2] staging: rtl8712: Remove extra blank lines

[PATCH 1/2] dt-bindings: mediatek: mmsys: add mt1867 binding
 2021-04-06 14:11 UTC  (4+ messages)

[PATCH v2 0/2] Add support for OV5693 Sensor
 2021-04-06 14:08 UTC  (4+ messages)
` [PATCH v2 2/2] media: i2c: Add support for ov5693 sensor

[PATCH v2 3/3] Input: add driver for the Hycon HY46XX touchpanel series
 2021-04-06 14:07 UTC  (6+ messages)
` [PATCH v3 0/3] Input: add Hycon HY46XX Touchscreen controller
  ` [PATCH v3 2/3] dt-bindings: touchscreen: Add HY46XX bindings

[PATCH 0/2] fdt: translate address if #size-cells = <0>
 2021-04-06 14:06 UTC  (2+ messages)

[PATCH] net: hso: fix null-ptr-deref during tty device unregistration
 2021-04-06 14:05 UTC  (3+ messages)

[PATCH v8 0/4] Add basic SoC support for mt6765
 2021-04-06 14:04 UTC  (4+ messages)
` [PATCH v8 2/4] soc: mediatek: add MT6765 scpsys and subdomain support

[PATCH v2 1/6] dt-bindings: devapc: Update bindings
 2021-04-06 13:55 UTC  (9+ messages)
` [PATCH v2 2/6] soc: mediatek: devapc: move 'vio_idx_num' info to DT
` [PATCH v2 4/6] soc: mediatek: devapc: rename variable for new IC support
` [PATCH v2 5/6] soc: mediatek: devapc: add debug register "
` [PATCH v2 6/6] soc: mediatek: devapc: support mt8192

[PATCH 0/4] Add support for HiSilicon PCIe Tune and Trace device
 2021-04-06 13:51 UTC  (4+ messages)
` [PATCH 1/4] hwtracing: Add trace function "

[PATCH v1] vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pages
 2021-04-06 13:50 UTC 

[PATCH 5.10 000/126] 5.10.28-rc1 review
 2021-04-06 13:49 UTC  (5+ messages)
` [PATCH 5.10 096/126] KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map

[PATCH -next] media: i2c: adv7842: fix possible use-after-free in adv7842_remove()
 2021-04-06 13:50 UTC 

[PATCH v5 2/7] pwm: pca9685: Support hardware readout
 2021-04-06 13:47 UTC  (10+ messages)

[PATCH -next] media: i2c: tda1997: Fix possible use-after-free in tda1997x_remove()
 2021-04-06 13:49 UTC 

[PATCH v4 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-06 13:44 UTC  (4+ messages)
` [PATCH v4 4/8] hugetlb: create remove_hugetlb_page() to separate functionality

[PATCH -next] media: i2c: adv7511-v4l2: fix possible use-after-free in adv7511_remove()
 2021-04-06 13:48 UTC 

[PATCH v1 3/7] PCI: New Primary to Sideband (P2SB) bridge support library
 2021-04-06 13:40 UTC  (5+ messages)

[PATCH] drm/amdgpu: Fix a potential sdma invalid access
 2021-04-06 13:44 UTC  (6+ messages)

[PATCH] pwm: Rename pwm_get_state() to better reflect its semantic
 2021-04-06 13:43 UTC  (3+ messages)

[PATCH v2 0/6] perf arm64 metricgroup support
 2021-04-06 13:38 UTC  (10+ messages)
` [PATCH v2 2/6] perf test: Handle metric reuse in pmu-events parsing test

[PATCH -next] media: adv7604: fix possible use-after-free in adv76xx_remove()
 2021-04-06 13:42 UTC 

[PATCH] ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=m
 2021-04-06 13:37 UTC  (3+ messages)

[PATCH v5 0/3] media: i2c: Introduce driver for the TW9900 decoder
 2021-04-06 13:36 UTC  (3+ messages)
` [PATCH v5 3/3] media: i2c: Introduce a driver for the Techwell "

[PATCH -next] media: tc358743: fix possible use-after-free in tc358743_remove()
 2021-04-06 13:39 UTC 

[PATCH v29 0/6] JTAG driver introduction
 2021-04-06 13:34 UTC  (4+ messages)

[PATCH] softdog: make pretimeout available when SOFT_WATCHDOG_PRETIMEOUT enabled
 2021-04-06 13:32 UTC  (2+ messages)

[PATCH 1/2] lib/scatterlist: Fix NULL pointer deference
 2021-04-06 13:31 UTC  (2+ messages)

[PATCH v2 1/2] media: staging/intel-ipu3: Fix memory leak in imu_fmt
 2021-04-06 13:29 UTC  (5+ messages)

[RFC PATCH 0/3] vfs: convert inode cache to hlist-bl
 2021-04-06 13:28 UTC  (3+ messages)
` [PATCH 3/3] vfs: inode cache conversion to hash-bl
  ` bl_list and lockdep

[PATCH] staging: greybus: Match parentheses alignment
 2021-04-06 13:27 UTC  (2+ 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).