messages from 2023-02-01 19:44:47 to 2023-02-02 01:19:00 UTC [more...]
[PATCH 2/2] perf test: Fix JSON format linter test checks
2023-02-02 1:18 UTC (4+ messages)
[PATCH -next] block, bfq: cleanup 'bfqg->online'
2023-02-02 1:16 UTC (3+ messages)
[PATCH] perf arm-spe: Add raw decoding for SPEv1.2 previous branch address
2023-02-02 1:15 UTC (3+ messages)
[PATCH] perf arm-spe: Only warn once for each unsupported address packet
2023-02-02 1:14 UTC (3+ messages)
[PATCH 0/5] ARM: Add GXP SROM Support
2023-02-02 1:12 UTC (5+ messages)
[PATCH v3 0/2] tools perf: Add branch speculation info
2023-02-02 1:13 UTC (6+ messages)
` [PATCH v3 1/2] perf script: Show "
linux-next: duplicate patches in the driver-core tree
2023-02-02 1:12 UTC
[PATCH 0/7] Add TPMI support
2023-02-02 1:07 UTC (8+ messages)
` [PATCH 1/7] platform/x86/intel/vsec: Add TPMI ID
` [PATCH 2/7] platform/x86/intel/vsec: Enhance and Export intel_vsec_add_aux()
` [PATCH 3/7] platform/x86/intel/vsec: Support private data
` [PATCH 4/7] platform/x86/intel: Intel TPMI enumeration driver
` [PATCH 5/7] platform/x86/intel/tpmi: Process CPU package mapping
` [PATCH 6/7] platform/x86/intel/tpmi: ADD tpmi external interface for tpmi feature drivers
` [PATCH 7/7] MAINTAINERS: Add entry for TPMI driver
[PATCH v3 1/2] net: fec: restore handling of PHY reset line as optional
2023-02-02 1:08 UTC (6+ messages)
` [PATCH v3 2/2] net: fec: do not double-parse 'phy-reset-active-high' property
[PATCH -next] clk: mediatek: clk-mtk: Remove unneeded semicolon
2023-02-02 1:07 UTC
[PATCH] irqchip/apple-aic: Correctly map the vgic maintenance interrupt
2023-02-02 1:01 UTC (2+ messages)
[PATCH -next] f2fs: Remove unneeded semicolon
2023-02-02 1:01 UTC
[PATCH] perf/util: Symbol lookup can fail if multiple segmets match stext
2023-02-02 1:00 UTC (4+ messages)
` [PATCH v2] perf/util: Symbol lookup with kcore can fail if multiple segments "
[PATCH linux-next] xfs: use strscpy() to instead of strncpy()
2023-02-02 0:57 UTC (2+ messages)
[PATCH 05/12] cifs: Add a function to Hash the contents of an iterator
2023-02-02 0:55 UTC (3+ messages)
[PATCH] riscv: Add header include guards to insn.h
2023-02-02 0:52 UTC (5+ messages)
[PATCH V2 0/9] perf symbols: Improve dso__synthesize_plt_symbols() for x86
2023-02-02 0:46 UTC (3+ messages)
[PATCH] iommu/amd: @Add a length limitation for the ivrs_acpihid command-line parameter
2023-02-02 0:44 UTC (2+ messages)
[RFC PATCH 0/2] xapic: make sure x2APIC -> xapic transition correctly
2023-02-02 0:40 UTC (4+ messages)
` [RFC PATCH 2/2] KVM: selftests: APIC_ID must be correctly updated when disabling x2apic
[PATCHv4 00/12] dmapool enhancements
2023-02-02 0:38 UTC (5+ messages)
` [PATCHv4 11/12] dmapool: link blocks across pages
[PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
2023-02-02 0:24 UTC (14+ messages)
[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
2023-02-02 0:19 UTC (16+ messages)
` [RFC PATCH v9 02/16] ipe: add policy parser
` [RFC PATCH v9 05/16] ipe: add userspace interface
` [RFC PATCH v9 10/16] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v9 13/16] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v9 16/16] documentation: add ipe documentation
[PATCH] mm/khugepaged: skip shmem with armed userfaultfd
2023-02-01 23:57 UTC (5+ messages)
[PATCH] mm,page_alloc,cma: configurable CMA utilization
2023-02-01 23:47 UTC (6+ messages)
[PATCH v1 1/5] powerpc/64: Set default CPU in Kconfig
2023-02-01 23:46 UTC (4+ messages)
` [PATCH v1 3/5] powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500
[PATCH v3] docs: add workload-tracing document to admin-guide
2023-02-01 23:41 UTC (3+ messages)
[BUG] Add missing <linux/string.h> include for strcmp
2023-02-01 23:37 UTC
[PATCH v2] tools/resolve_btfids: Tidy host CFLAGS forcing
2023-02-01 23:31 UTC (2+ messages)
[PATCH bpf-next v3 0/4] bpf: Add __bpf_kfunc tag for kfunc definitions
2023-02-01 23:30 UTC (2+ messages)
[PATCH v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
2023-02-01 23:30 UTC (2+ messages)
[PATCH] Documentation/llvm: add Chimera Linux, Google and Meta datacenters
2023-02-01 23:28 UTC (4+ messages)
[PATCH v2] vfio: fix deadlock between group lock and kvm lock
2023-02-01 23:27 UTC (2+ messages)
[Patch v4 00/13] Add Hyper-v extended hypercall support in KVM
2023-02-01 23:24 UTC (4+ messages)
` [Patch v4 12/13] KVM: selftests: Make vCPU exit reason test assertion common
` (subset) [Patch v4 00/13] Add Hyper-v extended hypercall support in KVM
[RFC 0/5] rust: sync: Arc: Implement Debug and Display
2023-02-01 23:22 UTC (6+ messages)
` [RFC 1/5] rust: sync: impl Display for {Unique,}Arc
` [RFC 2/5] rust: sync: Arc: Introduces ArcInner::count()
` [RFC 3/5] rust: sync: Arc: Introduces Arc::get_inner() helper
` [RFC 4/5] rust: sync: impl Debug for {Unique,}Arc
` [RFC 5/5] sample: rust: print: Add sampe code for Arc printing
[PATCH] gpu: host1x: fix uninitialized variable use
2023-02-01 23:19 UTC (2+ messages)
[PATCH stable 4.14] usb: host: xhci-plat: add wakeup entry at sysfs
2023-02-01 23:19 UTC (4+ messages)
` [PATCH stable 5.4] "
[PATCH] udf: remove reporting loc in debug output
2023-02-01 23:14 UTC (2+ messages)
[PATCH v4 00/14] KVM perf support
2023-02-01 23:12 UTC (15+ messages)
` [PATCH v4 01/14] perf: RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v4 02/14] perf: RISC-V: Improve privilege mode filtering for perf
` [PATCH v4 03/14] RISC-V: Improve SBI PMU extension related definitions
` [PATCH v4 04/14] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v4 05/14] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v4 06/14] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v4 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v4 08/14] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v4 09/14] RISC-V: KVM: Make PMU functionality depend on Sscofpmf
` [PATCH v4 10/14] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v4 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v4 12/14] RISC-V: KVM: Implement perf support without sampling
` [PATCH v4 13/14] RISC-V: KVM: Support firmware events
` [PATCH v4 14/14] RISC-V: KVM: Increment firmware pmu events
[PATCH] gcc-plugins: drop -std=gnu++11 to fix GCC 13 build
2023-02-01 23:00 UTC
[PATCH v9 0/3] Implement IOCTL to get and/or the clear info about PTEs
2023-02-01 22:51 UTC (3+ messages)
` [PATCH v9 1/3] userfaultfd: Add UFFD WP Async support
[PATCH v2] rust: MAINTAINERS: Add the zulip link
2023-02-01 22:50 UTC (3+ messages)
` [PATCH v3] "
[PATCH v2 0/3] Add watchdog driver for StarFive JH7110 RISC-V SoC
2023-02-01 22:46 UTC (3+ messages)
` [PATCH v2 2/3] drivers: watchdog: Add StarFive Watchdog driver
[PATCH v3 0/2] pinctrl: qcom: add dt-bindings and driver for sa8775p-tlmm
2023-02-01 22:46 UTC (6+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: describe sa8775p-tlmm
[Patch v3 Part2 0/9] x86/microcode: Declare microcode safe for late loading
2023-02-01 22:40 UTC (14+ messages)
` [Patch v3 Part2 1/9] x86/microcode: Taint kernel only if microcode loading was successful
` [Patch v3 Part2 4/9] x86/microcode: Do not call apply_microcode() on sibling threads
[PATCH] KVM: Destroy target device if coalesced MMIO unregistration fails
2023-02-01 22:37 UTC (2+ messages)
[PATCH v2] thermal/drivers/intel: Use generic trip points for quark_dts
2023-02-01 22:36 UTC
[PATCH] x86: enable Data Operand Independent Timing Mode
2023-02-01 22:33 UTC (11+ messages)
[PATCH v8] module: replace module_layout with module_memory
2023-02-01 22:32 UTC
[RFC 00/14] KVM: x86/MMU: Formalize the Shadow MMU
2023-02-01 22:30 UTC (9+ messages)
` [RFC 01/14] KVM: x86/MMU: Add shadow_mmu.(c|h)
` [RFC 13/14] KVM: x86/MMU: Wrap uses of kvm_handle_gfn_range in mmu.c
[REGRESSION] [Bug 216859] New: PCI bridge to bus boot hang at enumeration
2023-02-01 22:30 UTC (2+ messages)
[PATCH v7] module: replace module_layout with module_memory
2023-02-01 22:28 UTC (3+ messages)
linux-next: manual merge of the mlx5-next tree with the net-next tree
2023-02-01 22:14 UTC
[PATCH V2 2/2] PCI: Add quirk for LS7A to avoid reboot failure
2023-02-01 22:10 UTC (2+ messages)
[PATCH net,v2] net: mana: Fix accessing freed irq affinity_hint
2023-02-01 22:09 UTC (2+ messages)
[PATCH 0/9] use canonical ftrace path whenever possible
2023-02-01 22:07 UTC (4+ messages)
` [PATCH 7/9] tools/virtio: use canonical ftrace path
[PATCH] usb: gadget: udc: do not clear gadget driver.bus
2023-02-01 22:01 UTC
[PATCH] bus: unifier-system-bus: Remove open coded "ranges" parsing
2023-02-01 22:00 UTC
[PATCH] bus: ti-sysc: Remove open coded "ranges" parsing
2023-02-01 22:00 UTC
[PATCH] bus: imx-weim: Remove open coded "ranges" parsing
2023-02-01 21:58 UTC
[PATCH 0/2] Script style improvements in lib/coresight.sh
2023-02-01 21:49 UTC (3+ messages)
` [PATCH 1/2] perf test: Replace 'grep | wc -l' with 'grep -c'
` [PATCH 2/2] perf test: Replace legacy `...` with $(...)
linux-next: duplicate patches in the aspeed tree
2023-02-01 21:47 UTC
[PATCH v1] tools/resolve_btfids: Tidy host CFLAGS forcing
2023-02-01 21:42 UTC (7+ messages)
[PATCH 0/5] Add Array BIST test support to IFS
2023-02-01 21:34 UTC (12+ messages)
` [PATCH 3/5] platform/x86/intel/ifs: Sysfs interface for Array BIST
` [PATCH 4/5] platform/x86/intel/ifs: Implement Array BIST test
OOM on objtool when building x86_64:allyesconfig on system running v6.1.x kernels
2023-02-01 21:30 UTC (2+ messages)
[PATCH v4 ethtool-next 0/2] add support for PLCA RS
2023-02-01 21:28 UTC (3+ messages)
` [PATCH v4 ethtool-next 2/2] add support for IEEE 802.3cg-2019 Clause 148 - "
[PATCH v2] io_uring,audit: don't log IORING_OP_MADVISE
2023-02-01 21:18 UTC (2+ messages)
[PATCH v2 1/3] iommufd: Add devices_users to track the hw_pagetable usage by device
2023-02-01 21:18 UTC (12+ messages)
[PATCH 0/2] Fix broken cpuset affinity handling on heterogeneous systems
2023-02-01 21:10 UTC (7+ messages)
` [PATCH 1/2] cpuset: Fix cpuset_cpus_allowed() to not filter offline CPUs
[PATCH] thermal: intel_powerclamp: Return last requested state as cur_state
2023-02-01 21:07 UTC
[PATCH v3] powerpc: macio: Make remove callback of macio driver void returned
2023-02-01 21:06 UTC (2+ messages)
[PATCH 0/2] Fixes for hugetlb mapcount at most 1 for shared PMDs
2023-02-01 21:05 UTC (9+ messages)
` [PATCH 1/2] mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
[syzbot] WARNING in ath6kl_bmi_get_target_info
2023-02-01 21:05 UTC
linux-next: manual merge of the usb tree with the drm-intel-fixes tree
2023-02-01 21:05 UTC (7+ messages)
[BUG REPORT] USB UDC/gadget regression
2023-02-01 21:04 UTC (2+ messages)
[PATCH] net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
2023-02-01 21:02 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2 0/2] spi: intel: PCI driver housekeeping
2023-02-01 20:54 UTC (3+ messages)
` [PATCH v2 1/2] spi: intel: Fix device private data and PR_NUM for Broxton controllers
` [PATCH v2 2/2] spi: intel: Add support for controllers
[PATCH 1/2] ieee802154: at86rf230: drop support for platform data
2023-02-01 20:55 UTC (4+ messages)
` [PATCH 2/2] ieee802154: at86rf230: switch to using gpiod API
[PATCH] [v2] at86rf230: convert to gpio descriptors
2023-02-01 20:54 UTC (6+ messages)
Regression: v4l/bttv vbi vs iommu
2023-02-01 20:48 UTC (2+ messages)
[PATCH net-next v10 0/8] Add Auxiliary driver support
2023-02-01 20:45 UTC (9+ messages)
` [PATCH net-next v10 1/8] bnxt_en: Add auxiliary "
` [PATCH net-next v10 2/8] RDMA/bnxt_re: Use auxiliary driver interface
` [PATCH net-next v10 3/8] bnxt_en: Remove usage of ulp_id
` [PATCH net-next v10 4/8] bnxt_en: Use direct API instead of indirection
` [PATCH net-next v10 5/8] bnxt_en: Use auxiliary bus calls over proprietary calls
` [PATCH net-next v10 6/8] bnxt_en: Remove struct bnxt access from RoCE driver
` [PATCH net-next v10 7/8] RDMA/bnxt_re: Remove the sriov config callback
` [PATCH net-next v10 8/8] bnxt_en: Remove runtime interrupt vector allocation
[PATCH 0/9] Parallel CPU bringup for x86_64
2023-02-01 20:43 UTC (10+ messages)
` [PATCH 1/9] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH 6/9] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH 9/9] x86/smpboot: Serialize topology updates for secondary bringup
[PATCH v3 0/3] arm64: dts: qcom: Use labels with generic node names for ADC channels
2023-02-01 20:44 UTC (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] dt-bindings: thermal: qcom-spmi-adc-tm5: Use generic ADC node name
` [PATCH v3 3/3] dt-bindings: iio: adc: Require generic adc-chan name for channel nodes
[PATCH v2 1/2] wifi: ath11k: Use platform_get_irq() to get the interrupt
2023-02-01 20:44 UTC (4+ messages)
` [PATCH v2 2/2] wifi: ath5k: "
[PATCH] coresight: tmc-etr: Don't enable ETR when it's not ready
2023-02-01 20:43 UTC (3+ messages)
` [PATCH v2] coresight: tmc: Don't enable TMC "
[PATCH v2 00/11] SVM: vNMI (with my fixes)
2023-02-01 19:13 UTC (2+ messages)
[PATCH v2] thermal: intel_powerclamp: Fix cur_state for multi package system
2023-02-01 20:39 UTC
[PATCH net-next v4 00/23] net: add EEE support for KSZ9477 and AR8035 with i.MX6
2023-02-01 20:18 UTC (3+ messages)
` [PATCH net-next v4 05/23] net: phy: add genphy_c45_ethtool_get/set_eee() support
[PATCH v4 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
2023-02-01 20:17 UTC (5+ messages)
` [PATCH v4 3/7] "
` [PATCH v4 4/7] mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
[PATCH 3/4] nvmem: mtk-efuse: replace driver with a generic MMIO one
2023-02-01 20:15 UTC (6+ messages)
[PATCH 0/7] Enable backup switch mode on RTCs via devicetree
2023-02-01 20:10 UTC (3+ messages)
` [PATCH 1/7] dt-bindings: rtc: Move RV3028 to separate binding file
[GIT PULL] sound fixes for 6.2-rc7
2023-02-01 20:02 UTC (2+ messages)
[GIT PULL] virtio,vhost,vdpa: fixes
2023-02-01 20:02 UTC (2+ messages)
[PATCH clocksource v2 0/7] Clocksource watchdog updates for v6.3
2023-02-01 19:55 UTC (6+ messages)
` [PATCH v2 clocksource 6/7] clocksource: Verify HPET and PMTMR when TSC unverified
[PATCH 0/5] fold per-CPU vmstats remotely
2023-02-01 19:50 UTC (6+ messages)
` [PATCH 1/5] mm/vmstat: remove remote node draining
` [PATCH 2/5] mm/vmstat: switch counter modification to cmpxchg
` [PATCH 3/5] mm/vmstat: use cmpxchg loop in cpu_vm_stats_fold
` [PATCH 4/5] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
` [PATCH 5/5] mm/vmstat: refresh stats remotely instead of via work item
[PATCH V2] clocksource: riscv: Patch riscv_clock_next_event() jump before first use
2023-02-01 19:49 UTC
[PATCH v2] vfio: platform: ignore missing reset if disabled at module init
2023-02-01 19:47 UTC (2+ messages)
[PATCH v2 0/3] KVM: MMU: performance tweaks for heavy CR0.WP users
2023-02-01 19:47 UTC (2+ messages)
[PATCH] maple: remove unneeded maple_bus_uevent() callback
2023-02-01 19:47 UTC (3+ messages)
[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
2023-02-01 19:46 UTC (3+ messages)
` [PATCH v3 5/6] KVM: x86/mmu: Fix comment typo
` [PATCH v3 6/6] KVM: VMX: Make CR0.WP a guest owned bit
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox