linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-30 13:55:41 to 2021-06-30 17:33:29 UTC [more...]

[PATCH 0/3] checkpatch tweaks
 2021-06-30 17:33 UTC  (14+ messages)
` [PATCH 1/3] checkpatch: skip spacing tests on linker scripts
` [PATCH 2/3] checkpatch: tweak extern in C warning

[PATCH 1/3] dt-bindings: usb: renesas,usbhs: Support external ref clock
 2021-06-30 17:30 UTC  (3+ messages)
` [PATCH 2/3] usb: renesas_usbhs: Enable support for more than two clks
` [PATCH 3/3] arm64: dts: renesas: beacon: Fix HSUSB ref clock references

[PATCH v2 00/31] AMD MCA Address Translation Updates
 2021-06-30 17:29 UTC  (11+ messages)
` [PATCH v2 04/31] EDAC/amd64: Allow for DF Indirect Broadcast reads
` [PATCH v2 05/31] EDAC/amd64: Add context struct
` [PATCH v2 06/31] EDAC/amd64: Define Data Fabric operations
` [PATCH v2 07/31] EDAC/amd64: Define functions for DramOffset
` [PATCH v2 08/31] EDAC/amd64: Define function to read DRAM address map registers

[PATCH 0/3] Improve EAS energy estimation and increase precision
 2021-06-30 17:28 UTC  (4+ messages)
` [PATCH 1/3] sched/fair: Prepare variables for increased precision of EAS estimated energy

[PATCH v8 00/22] Introduce threaded trace streaming for basic perf record operation
 2021-06-30 17:28 UTC  (33+ messages)
` [PATCH v8 01/22] perf record: Introduce thread affinity and mmap masks
` [PATCH v8 02/22] perf record: Introduce thread specific data array
` [PATCH v8 03/22] perf record: Introduce thread local variable
` [PATCH v8 04/22] perf record: Stop threads in the end of trace streaming
` [PATCH v8 05/22] perf record: Start threads in the beginning "
` [PATCH v8 06/22] perf record: Introduce data file at mmap buffer object
` [PATCH v8 07/22] perf record: Introduce data transferred and compressed stats
` [PATCH v8 08/22] perf record: Init data file at mmap buffer object
` [PATCH v8 09/22] tools lib: Introduce bitmap_intersects() operation
` [PATCH v8 10/22] perf record: Introduce --threads=<spec> command line option
` [PATCH v8 11/22] perf record: Document parallel data streaming mode
` [PATCH v8 12/22] perf report: Output data file name in raw trace dump
` [PATCH v8 13/22] perf session: Move reader structure to the top
` [PATCH v8 14/22] perf session: Introduce reader_state in reader object
` [PATCH v8 15/22] perf session: Introduce reader objects in session object
` [PATCH v8 16/22] perf session: Introduce decompressor into trace reader object
` [PATCH v8 17/22] perf session: Move init into reader__init function
` [PATCH v8 18/22] perf session: Move map/unmap into reader__mmap function
` [PATCH v8 19/22] perf session: Load single file for analysis
` [PATCH v8 20/22] perf session: Load data directory files "
` [PATCH v8 21/22] perf session: Introduce READER_NODATA state
` [PATCH v8 22/22] perf record: Introduce record__bytes_written and fix --max-size option

[syzbot] possible deadlock in vmci_qp_broker_detach
 2021-06-30 17:21 UTC  (2+ messages)

[PATCH V8 0/4] soc: imx: add i.MX BLK-CTL support
 2021-06-30 17:20 UTC  (7+ messages)

[GIT PULL] ACPI updates for v5.14-rc1
 2021-06-30 17:19 UTC  (3+ messages)

[PATCH] regulator: palmas: set supply_name after registering the regulator
 2021-06-30 17:17 UTC  (11+ messages)

[PATCH 0/6] clk: qcom: use power-domain for sm8250's clock controllers
 2021-06-30 17:13 UTC  (9+ messages)
` [PATCH 3/6] clk: qcom: gdsc: enable optional power domain support
` [PATCH 5/6] clk: qcom: dispcc-sm8250: stop using mmcx regulator
` [PATCH 6/6] clk: qcom: videocc-sm8250: "

[PATCH 0/2] KVM: x86: Convey the exit reason to user-space on emulation failure
 2021-06-30 17:08 UTC  (7+ messages)
` [PATCH 1/2] KVM: x86: Add kvm_x86_ops.get_exit_reason
` [PATCH 2/2] KVM: x86: On emulation failure, convey the exit reason to userspace

[PATCH 0/2] Kbuild: lto: add make version checking
 2021-06-30 17:08 UTC  (5+ messages)
` [PATCH 1/2] Kbuild: lto: add make-version macros
` [PATCH 2/2] Kbuild: lto: add make version checking

[PATCH v1] mm: Enable suspend-only swap spaces
 2021-06-30 17:07 UTC 

[PATCH v2 0/4] Freezer rewrite
 2021-06-30 17:05 UTC  (2+ messages)

[PATCH v11] vfs: fix copy_file_range regression in cross-fs copies
 2021-06-30 17:01 UTC  (2+ messages)

[PATCH V4 0/4] cpufreq: Migrate away from ->stop_cpu() callback
 2021-06-30 16:58 UTC  (5+ messages)
` [PATCH V4 2/4] cpufreq: intel_pstate: Migrate to ->offline() instead of ->stop_cpu()

[PATCH 0/3] hfs: fix various errors
 2021-06-30 16:49 UTC  (5+ messages)
` [PATCH 1/3] hfs: add missing clean-up in hfs_fill_super

[PATCH 1/2] tracing: Simplify & fix saved_tgids logic
 2021-06-30 16:43 UTC  (3+ messages)

[PATCH v2 0/2] mm: support NOSIGBUS on fault of mmap
 2021-06-30 16:37 UTC  (4+ messages)
` [PATCH v2 2/2] mm: adds NOSIGBUS extension to mmap()

[PATCH v2 1/1] cpufreq: fix the target freq not in the range of policy->min & max
 2021-06-30 16:32 UTC  (3+ messages)

[RFC][PATCH 0/4] locking/mutex: Some HANDOFF fixes
 2021-06-30 16:30 UTC  (6+ messages)
` [RFC][PATCH 1/4] locking/mutex: Use try_cmpxchg()
` [RFC][PATCH 2/4] locking/mutex: Fix HANDOFF condition
` [RFC][PATCH 3/4] locking/mutex: Introduce __mutex_trylock_or_handoff()
` [RFC][PATCH 4/4] locking/mutex: Add MUTEX_WARN_ON

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-30 16:26 UTC  (4+ messages)
` [PATCH Part1 RFC v3 22/22] virt: Add SEV-SNP guest driver

[syzbot] UBSAN: shift-out-of-bounds in init_sb
 2021-06-30 16:26 UTC 

[PATCH v2] gpio: tegra186: Add ACPI support
 2021-06-30 16:14 UTC  (3+ messages)

[PATCH] cgroup1: fix leaked context root causing sporadic NULL deref in LTP
 2021-06-30 16:10 UTC  (3+ messages)

[PATCH RFT] regulator: hi6421v600: Fix getting wrong drvdata that causes boot failure
 2021-06-30 16:10 UTC  (2+ messages)

[PATCH 0/6] spi: stm32: various fixes & cleanup
 2021-06-30 16:10 UTC  (2+ messages)
` (subset) "

[RFC PATCH 0/1] xattr: Allow user.* xattr on symlink/special files if caller has CAP_SYS_RESOURCE
 2021-06-30 16:09 UTC  (15+ messages)

[RFC PATCH] cw1200: use kmalloc() allocation instead of stack
 2021-06-30 16:08 UTC  (3+ messages)

[vfs] 94a4dd06a6: xfstests.generic.263.fail
 2021-06-30 16:06 UTC  (4+ messages)

[PATCH -next] clk: lmk04832: fix return value check in lmk04832_probe()
 2021-06-30 16:03 UTC  (2+ messages)

[PATCH] rtl8xxxu: Fix the handling of TX A-MPDU aggregation
 2021-06-30 16:01 UTC 

[PATCH v3 0/3] sched: A few uclamp fixes and tweaks
 2021-06-30 16:01 UTC  (6+ messages)
` [PATCH v3 1/3] sched: Fix UCLAMP_FLAG_IDLE setting
` [PATCH v3 2/3] sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMS

[PATCH] clk: lmk04832: fix checks for allocation failure
 2021-06-30 16:00 UTC  (2+ messages)

[PATCH v3 0/3] spi:amd:Support for new generation of AMD SOCs
 2021-06-30 15:57 UTC  (5+ messages)
` [PATCH v3 3/3] spi:amd:Fix for compilation error for non X86 platforms

[PATCH v15 00/12] Restricted DMA
 2021-06-30 15:56 UTC  (6+ messages)
` [PATCH v15 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing

[PATCH v10] vfs: fix copy_file_range regression in cross-fs copies
 2021-06-30 15:38 UTC  (4+ messages)

[PATCH] pwm: ep93xx: Fix uninitialized variable bug in ep93xx_pwm_apply()
 2021-06-30 15:36 UTC  (2+ messages)

[GIT PULL tip/core/rcu] RCU, LKMM, and KCSAN commits for v5.14
 2021-06-30 15:32 UTC  (3+ messages)

[Patch v2 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob
 2021-06-30 15:29 UTC  (6+ messages)
` [Patch v2 2/3] Drivers: hv: add Azure Blob driver

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-06-30 15:25 UTC  (19+ messages)

[PATCH v2] mfd: axp20x: Update AXP288 volatile ranges
 2021-06-30 15:22 UTC  (2+ messages)

[PATCH v6 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-06-30 15:18 UTC  (3+ messages)
` [PATCH v6 2/2] s390/vfio-ap: r/w lock for PQAP interception handler function pointer

[PATCH] mmc: sdhci-pci-gli: Finetune GL9763E L1 Entry Delay
 2021-06-30 15:15 UTC  (2+ messages)

[PATCH v5 00/17] New uAPI drm properties for color management
 2021-06-30 15:10 UTC  (18+ messages)
` [PATCH v5 01/17] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v5 02/17] drm/amd/display: Add missing cases convert_dc_color_depth_into_bpc
` [PATCH v5 03/17] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
` [PATCH v5 04/17] drm/amd/display: Add handling for new "active bpc" property
` [PATCH v5 05/17] drm/i915/display: "
` [PATCH v5 06/17] drm/uAPI: Add "active color format" drm property as feedback for userspace
` [PATCH v5 07/17] drm/amd/display: Add handling for new "active color format" property
` [PATCH v5 08/17] drm/i915/display: "
` [PATCH v5 09/17] drm/uAPI: Add "active color range" drm property as feedback for userspace
` [PATCH v5 10/17] drm/amd/display: Add handling for new "active color range" property
` [PATCH v5 11/17] drm/i915/display: "
` [PATCH v5 12/17] drm/uAPI: Add "preferred color format" drm property as setting for userspace
` [PATCH v5 13/17] drm/amd/display: Add handling for new "preferred color format" property
` [PATCH v5 14/17] drm/i915/display: "
` [PATCH v5 15/17] drm/uAPI: Move "Broadcast RGB" property from driver specific to general context
` [PATCH v5 16/17] drm/i915/display: Use the general "Broadcast RGB" implementation
` [PATCH v5 17/17] drm/amd/display: Add handling for new "Broadcast RGB" property

[PATCH 0/3] ima: Provide more info about buffer measurement
 2021-06-30 15:09 UTC  (6+ messages)
` [PATCH 1/3] ima: Introduce ima_get_current_hash_algo()
` [PATCH 2/3] ima: Return int in the functions to measure a buffer
` [PATCH 3/3] ima: Add digest parameter to "

[PATCH v10] i2c: virtio: add a virtio i2c frontend driver
 2021-06-30 15:09 UTC  (11+ messages)

[PATCH 00/17] irqfd and ioeventfd support for mshv
 2021-06-30 15:03 UTC  (4+ messages)
` [PATCH 06/17] mshv: SynIC port and connection hypercalls

[PATCH v4 1/2] kfence: move the size check to the beginning of __kfence_alloc()
 2021-06-30 15:02 UTC  (2+ messages)
` [PATCH v4 2/2] kfence: skip all GFP_ZONEMASK allocations

ERROR: modpost: "clk_get_parent" [drivers/iio/adc/ingenic-adc.ko] undefined!
 2021-06-30 15:01 UTC  (2+ messages)

[PATCH] selftests: memory-hotplug: avoid spamming logs with dump_page(), ratio limit hot-remove error test
 2021-06-30 14:57 UTC 

[PATCH v6 0/4] drm: address potential UAF bugs with drm_master ptrs
 2021-06-30 14:54 UTC  (5+ messages)
` [PATCH v6 1/4] drm: avoid circular locks in drm_mode_getconnector
` [PATCH v6 2/4] drm: avoid circular locks in __drm_mode_object_find
` [PATCH v6 3/4] drm: add a locked version of drm_is_current_master
` [PATCH v6 4/4] drm: protect drm_master pointers in drm_lease.c

[PATCH] locking/mutex: Reduce chance of setting HANDOFF bit on unlocked mutex
 2021-06-30 14:50 UTC  (8+ messages)

[PATCH 0/7] x86/edac/amd64: Add support for noncpu nodes
 2021-06-30 15:28 UTC  (8+ messages)
` [PATCH 1/7] x86/amd_nb: Add Aldebaran device to PCI IDs
` [PATCH 2/7] x86/amd_nb: Add support for northbridges on Aldebaran
` [PATCH 3/7] EDAC/mc: Add new HBM2 memory type
` [PATCH 4/7] EDAC/mce_amd: extract node id from InstanceHi in IPID
` [PATCH 5/7] EDAC/amd64: Enumerate memory on noncpu nodes
` [PATCH 6/7] EDAC/amd64: Add address translation support for DF3.5
` [PATCH 7/7] EDAC/amd64: Add fixed UMC to CS mapping

[PATCH V14 0/3] Charge loop device i/o to issuing cgroup
 2021-06-30 14:49 UTC  (8+ messages)
` [PATCH 3/3] loop: Charge i/o to mem and blk cg

[PATCH v7 00/20] Introduce threaded trace streaming for basic perf record operation
 2021-06-30 14:48 UTC  (5+ messages)
` [PATCH v7 07/20] perf record: Introduce data transferred and compressed stats

[PATCH 0/6] Add support to the mmsys driver to be a reset controller
 2021-06-30 14:46 UTC  (7+ messages)
` [PATCH 1/6] arm64: dts: mediatek: Move reset controller constants into common location
` [PATCH 2/6] dt-bindings: mediatek: Add #reset-cells to mmsys system controller
` [PATCH 3/6] arm64: dts: mt8173: Add the mmsys reset bit to reset the dsi0
` [PATCH 4/6] arm64: dts: mt8183: "
` [PATCH 5/6] soc: mediatek: mmsys: Add reset controller support
` [PATCH 6/6] drm/mediatek: mtk_dsi: Reset the dsi0 hardware

[PATCH] usb: host: ohci-at91: suspend/resume ports after/before OHCI accesses
 2021-06-30 14:47 UTC  (12+ messages)

[PATCH] zonefs: remove redundant null bio check
 2021-06-30 14:33 UTC 

[PATCH] s390/vfio-ap: do not use open locks during VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-06-30 14:31 UTC  (3+ messages)

[PATCH] mmc: dw_mmc: Add data CRC error injection
 2021-06-30 14:30 UTC  (2+ messages)

[v11 01/19] dt-bindings: ARM: Mediatek: Add new document bindings of MT8192 clock
 2021-06-30 14:30 UTC  (2+ messages)

[PATCH v2] sched/uclamp: Avoid getting unreasonable ucalmp value when rq is idle
 2021-06-30 14:24 UTC  (2+ messages)

[PATCH] mmc: sdhci: Fix warning message when accessing RPMB in HS400 mode
 2021-06-30 14:20 UTC  (2+ messages)

[PATCH] net: netfilter: Add RFC-7597 Section 5.1 PSID support
 2021-06-30 14:20 UTC  (3+ messages)

[PATCH v1] mtd: spi-nor: Add support for XM25QH64C
 2021-06-30 14:15 UTC  (4+ messages)

[PATCH 0/3] i2c: stm32f7: several fixes in error cases
 2021-06-30 14:11 UTC  (4+ messages)
` [PATCH 1/3] i2c: stm32f7: recover the bus on access timeout
` [PATCH 2/3] i2c: stm32f7: flush TX FIFO upon transfer errors
` [PATCH 3/3] i2c: stm32f7: prevent calling slave handling if no slave running

[PATCH] sched/uclamp: Fix getting unreasonable ucalmp_max when rq is idle
 2021-06-30 14:11 UTC  (4+ messages)

[PATCH V2] mmc: sdhci: Update the software timeout value for sdhc
 2021-06-30 14:08 UTC  (2+ messages)

[PATCH v3 1/2] kfence: move the size check to the beginning of __kfence_alloc()
 2021-06-30 14:05 UTC  (4+ messages)
` [PATCH v3 2/2] kfence: skip all GFP_ZONEMASK allocations

[PATCH] iommu/arm: Cleanup resources in case of probe error path
 2021-06-30 14:01 UTC  (5+ messages)

[PATCH v10 00/10] Add Rockchip SFC(serial flash controller) support
 2021-06-30 13:58 UTC  (2+ messages)

[PATCH v4 1/3] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-06-30 13:58 UTC  (3+ messages)

[PATCH v1 0/1] mtd: spi-nor: Add some M45PEx ids
 2021-06-30 13:56 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH v4 0/3] Apple M1 DART IOMMU driver
 2021-06-30 13:54 UTC  (5+ messages)
` [PATCH v4 1/3] iommu: io-pgtable: add DART pagetable format
` [PATCH v4 2/3] dt-bindings: iommu: add DART iommu bindings


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