messages from 2021-06-30 14:47:18 to 2021-06-30 18:29:40 UTC [more...]
[PATCHSET v4 0/4] perf stat: Enable BPF counters with --for-each-cgroup
2021-06-30 18:28 UTC (3+ messages)
` [PATCH 3/4] perf tools: Move common bpf functions to bpf_counter.h
[PATCH v1] mtd: spi-nor: Add support for XM25QH64C
2021-06-30 18:28 UTC (5+ messages)
[PATCH 1/1] mm: introduce process_reap system call
2021-06-30 18:26 UTC (3+ messages)
[PATCH v6] rtc: pcf2127: handle timestamp interrupts
2021-06-30 18:26 UTC (2+ messages)
[PATCH] tcp: Do not reset the icsk_ca_initialized in tcp_init_transfer
2021-06-30 18:25 UTC (12+ messages)
[PATCH v10 00/10] Add Rockchip SFC(serial flash controller) support
2021-06-30 18:24 UTC (7+ messages)
` [PATCH v10 04/10] clk: rockchip: rk3036: fix up the sclk_sfc parent error
` [PATCH v10 05/10] clk: rockchip: add dt-binding for hclk_sfc on rk3036
` [PATCH v10 06/10] clk: rockchip: Add support "
[PATCH v2] gpio: tegra186: Add ACPI support
2021-06-30 18:23 UTC (6+ messages)
` [PATCH v3] "
[PATCH] block: Removed a warning while compiling with a cross compiler for parisc
2021-06-30 18:21 UTC (3+ messages)
` [RFC PATCH] block: print_disk_stats() can be static
[PATCH] usb: host: ohci-at91: suspend/resume ports after/before OHCI accesses
2021-06-30 18:21 UTC (13+ messages)
[PATCH v1 0/1] mtd: spi-nor: Add some M45PEx ids
2021-06-30 18:20 UTC (3+ messages)
` [PATCH v1 1/1] "
[PATCH][next] clk: lmk04832: Fix spelling mistakes in dev_err messages and comments
2021-06-30 18:19 UTC (2+ messages)
[PATCH -next] clk: lmk04832: fix return value check in lmk04832_probe()
2021-06-30 18:18 UTC (3+ messages)
[PATCH -next] clk: stm32mp1: fix missing spin_lock_init()
2021-06-30 18:17 UTC (2+ messages)
arch/powerpc/mm/mem.c:53:12: error: no previous prototype for 'create_section_mapping'
2021-06-30 18:10 UTC
[syzbot] BUG: sleeping function called from invalid context in __fput
2021-06-30 18:07 UTC
[RFC][PATCH 0/4] locking/mutex: Some HANDOFF fixes
2021-06-30 18:04 UTC (7+ 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] ACPI / amba: Fix resource name in /proc/iomem
2021-06-30 18:02 UTC (2+ messages)
[PATCH] powercap: Replace symbolic permissions with octal permissions
2021-06-30 18:00 UTC (3+ messages)
[PATCH v8 0/8] Expose and manage PCI device reset
2021-06-30 17:56 UTC (3+ messages)
` [PATCH v8 1/8] PCI: Add pcie_reset_flr to follow calling convention of other reset methods
[PATCH 1/6] arm64: dts: mediatek: Move reset controller constants into common location
2021-06-30 17:52 UTC (2+ messages)
[PATCH v4] arm64: dts: qcom: sc7180: Add DisplayPort node
2021-06-30 17:51 UTC (3+ messages)
[PATCH rdma-next v1 0/2] SG fix together with update to RDMA umem
2021-06-30 17:49 UTC (5+ messages)
` [PATCH rdma-next v1 1/2] lib/scatterlist: Fix wrong update of orig_nents
[PATCH] lz4: fixs use-after-free Read in LZ4_decompress_safe_partial
2021-06-30 17:49 UTC (3+ messages)
[RFC PATCH v1 00/16] Improve SOCK_SEQPACKET receive logic
2021-06-30 17:48 UTC (13+ messages)
` [RFC PATCH v1 05/16] af_vsock: use SOCK_STREAM function to check data
` [MASSMAIL KLMS] "
` [RFC PATCH v1 07/16] virtio/vsock: don't count EORs on receive
` [RFC PATCH v1 08/16] af_vsock: change SEQPACKET receive loop
` [RFC PATCH v1 11/16] afvsock: add 'seqpacket_drop()'
[PATCH 1/2] cpufreq: Reuse cpufreq_driver_resolve_freq() in __cpufreq_driver_target()
2021-06-30 17:47 UTC (2+ messages)
[PATCH v8 00/22] Introduce threaded trace streaming for basic perf record operation
2021-06-30 17:42 UTC (35+ 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
[PATCH v3 0/4] fpga/mfd/hwmon: Initial support for Silicom N5010 PAC
2021-06-30 17:42 UTC (3+ messages)
` [PATCH v3 3/4] mfd: intel-m10-bmc: add n5010 variant
[PATCH] cpuidle: moved EXPORT_SYMBOL so that it immediately followed its function/variable
2021-06-30 17:38 UTC
support booting of arbitrary non-blockdevice file systems v2
2021-06-30 17:33 UTC (6+ messages)
` [PATCH 3/2] fs: simplify get_filesystem_list / get_all_fs_names
` [Virtio-fs] "
[PATCH v2 00/31] AMD MCA Address Translation Updates
2021-06-30 17:33 UTC (13+ 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 v2 09/31] EDAC/amd64: Define function to find interleaving mode
[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 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
[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)
[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] 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 (13+ 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] 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 (4+ messages)
` [PATCH 3/3] ima: Add digest parameter to the functions to measure a buffer
[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 (4+ 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 (6+ messages)
` [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
page: next (older) | prev (newer) | latest
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).