messages from 2023-01-12 19:25:58 to 2023-01-12 19:44:01 UTC [more...]
[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
2023-01-12 19:44 UTC (95+ messages)
` [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call
` [PATCH v3 03/51] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v3 04/51] cpuidle: Move IRQ state validation
` [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v3 06/51] cpuidle,tegra: "
` [PATCH v3 07/51] cpuidle,psci: "
` [PATCH v3 08/51] cpuidle,imx6: "
` [PATCH v3 09/51] cpuidle,omap3: "
` [PATCH v3 10/51] cpuidle,armada: "
` [PATCH v3 11/51] cpuidle,omap4: "
` [PATCH v3 12/51] cpuidle,dt: "
` [PATCH v3 13/51] cpuidle: Fix ct_idle_*() usage
` [PATCH v3 14/51] cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter, exit}()
` [PATCH v3 14/51] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v3 15/51] acpi_idle: Remove tracing
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()
` [PATCH v3 17/51] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v3 18/51] cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v3 18/51] cpuidle,intel_idle: "
` [PATCH v3 19/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v3 22/51] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v3 23/51] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v3 24/51] arm64,smp: "
` [PATCH v3 25/51] printk: "
` [PATCH v3 26/51] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v3 27/51] cpuidle, sched: Remove annotations from TIF_{POLLING_NRFLAG, NEED_RESCHED}
` [PATCH v3 27/51] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v3 28/51] cpuidle,mwait: Make noinstr clean
` [PATCH v3 29/51] cpuidle,tdx: Make tdx "
` [PATCH v3 30/51] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v3 31/51] cpuidle,nospec: Make "
` [PATCH v3 32/51] cpuidle,acpi: "
` [PATCH v3 33/51] trace: Remove trace_hardirqs_{on,off}_caller()
` [PATCH v3 34/51] trace: WARN on rcuidle
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
` [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v3 38/51] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v3 41/51] cpuidle,clk: "
` [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns
` [PATCH v3 43/51] intel_idle: Add force_irq_on module param
` [PATCH v3 44/51] entry, kasan, x86: Disallow overriding mem*() functions
` [PATCH v3 44/51] entry,kasan,x86: "
` [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check()
` [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage
` [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
[PATCH v7 00/68] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-01-12 19:19 UTC (23+ messages)
` [PATCH v7 10/68] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v7 11/68] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v7 12/68] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v7 14/68] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v7 19/68] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual EL2
` [PATCH v7 20/68] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v7 25/68] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v7 27/68] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v7 29/68] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v7 32/68] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v7 35/68] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v7 39/68] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v7 42/68] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v7 43/68] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v7 46/68] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v7 52/68] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v7 54/68] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v7 60/68] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v7 61/68] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v7 62/68] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v7 66/68] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v7 67/68] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
[PATCH v5 00/23] Convert to filemap_get_folios_tag()
2023-01-12 19:23 UTC (3+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
` [f2fs-dev] "
[Intel-gfx] [PATCH] drm/i915/display: Fix typo for reference clock
2023-01-12 19:41 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[PATCH v2] can: isotp: handle wait_event_interruptible() return values
2023-01-12 19:31 UTC (6+ messages)
BUG: Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not printed since 6.2.0-rc1
2023-01-12 19:39 UTC (2+ messages)
` [BISECTED] "
[PATCH v3 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
2023-01-12 19:30 UTC (2+ messages)
[igt-dev] [PATCH i-g-t v5 0/4] Make sure v3d/vc4 support performance monitors
2023-01-12 19:37 UTC (5+ messages)
` [igt-dev] [PATCH i-g-t v5 1/4] lib/igt_vc4: Rework igt_vc4_get_param()
` [igt-dev] [PATCH i-g-t v5 2/4] tests/vc4_perfmon: Make sure vc4 supports perfmon
` [igt-dev] [PATCH i-g-t v5 3/4] lib/igt_v3d: Rework igt_v3d_get_param()
` [igt-dev] [PATCH i-g-t v5 4/4] tests/v3d_perfmon: Make sure v3d supports perfmon
[RFC PATCH bpf-next v2 04/11] mm: slab: introduce ksize_full()
2023-01-12 19:38 UTC (2+ messages)
[PATCH v3 00/18] xen/arm: Don't switch TTBR while the MMU is on
2023-01-12 19:38 UTC (4+ messages)
` [PATCH v3 08/18] xen/arm32: head: Introduce an helper to flush the TLBs
[PATCH v3 0/7] baseband/acc: changes for 23.03
2023-01-12 19:36 UTC (8+ messages)
` [PATCH v3 1/7] baseband/acc: acc100 free harq layout pointer
` [PATCH v3 2/7] baseband/acc: acc100 fix iteration counter in TB
` [PATCH v3 3/7] baseband/acc: acc100 fix multiplexing multiple ops
` [PATCH v3 4/7] baseband/acc: acc100 fix queue mapping to 64 bits
` [PATCH v3 5/7] baseband/acc: acc100 use define constant
` [PATCH v3 6/7] baseband/acc: acc100 use desc helper functions
` [PATCH v3 7/7] baseband/acc: acc100 ignore missing mempools
[PATCH 1/1] PCI: layerscape: Set 64-bit DMA mask
2023-01-12 19:36 UTC
[PATCH v4 0/3] add color management support for the crtc
2023-01-12 19:36 UTC (3+ messages)
[Buildroot] [git commit] package/perl: bump to version 5.36.0
2023-01-12 19:33 UTC
[Buildroot] [git commit] package/crun: needs gcc >= 4.9
2023-01-12 19:35 UTC
[Buildroot] [PATCH 1/1] package/crun: needs gcc >= 4.9
2023-01-12 19:35 UTC (2+ messages)
[PATCH v2 1/1] PCI: layerscape: Add EP mode support for ls1028a
2023-01-12 19:34 UTC
[xen-unstable-smoke test] 175746: tolerable all pass - PUSHED
2023-01-12 19:34 UTC
[PATCH] drm/amdgpu: Skip specific mmhub and sdma registers accessing under sriov
2023-01-12 19:34 UTC (2+ messages)
[Buildroot] [PATCH] package/perl: bump to version 5.36.0
2023-01-12 19:34 UTC (2+ messages)
[Buildroot] [git commit] package/libpjsip: security bump to version 2.13
2023-01-12 19:28 UTC
[Buildroot] [git commit] package/trinity: fix build with kernel >= 6.1
2023-01-12 19:32 UTC
[PATCH] drm/amd/display: Conversion to bool not necessary
2023-01-12 19:33 UTC (3+ messages)
[Buildroot] [git commit] package/python-xlsxwriter: bump to version 3.0.6
2023-01-12 19:28 UTC
[PATCH v2] persist_data: Handle sqlite error when cachefile path is too long
2023-01-12 19:32 UTC
[Buildroot] [git commit] package/wireshark: fix legal info
2023-01-12 19:30 UTC
[Buildroot] [git commit] package/python-web2py: bump to version 2.23.0
2023-01-12 19:28 UTC
[PATCH v2 rcu/dev 1/2] rcu: Track laziness during boot and suspend
2023-01-12 19:27 UTC (2+ messages)
[Buildroot] [git commit] package/redis: bump to v7.0.7
2023-01-12 19:27 UTC
[Buildroot] [git commit] package/python-weasyprint: bump to version 57.2
2023-01-12 19:27 UTC
[Intel-gfx] [PATCH 0/2] kvm/vfio: fix potential deadlock on vfio group lock
2023-01-12 19:32 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for kvm/vfio: fix potential deadlock on vfio group lock (rev4)
[Buildroot] [git commit] package/python-ujson: bump to version 5.7.0
2023-01-12 19:26 UTC
[Buildroot] [git commit] package/python-watchdog: bump to version 2.2.1
2023-01-12 19:26 UTC
[PATCH v2 1/4] eapol: implement rekey support for authenticator
2023-01-12 19:32 UTC (4+ messages)
` [PATCH v2 2/4] eapol: detect message 2/4 retransmits
` [PATCH v2 3/4] ap: support PTK rekeys
` [PATCH v2 4/4] doc: Document RekeyTimeout for AP profiles
[Buildroot] [PATCH 1/1] package/trinity: fix build with kernel >= 6.1
2023-01-12 19:32 UTC (2+ messages)
[PATCH 0/5] clk: qcom: msm8996: add support for the CBF clock
2023-01-12 19:26 UTC (4+ messages)
` [PATCH 2/5] clk: qcom: add msm8996 Core Bus Framework (CBF) support
[PATCH v5 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
2023-01-12 19:25 UTC (6+ messages)
` [PATCH v5 net-next 5/5] net: ethernet: mtk_wed: add reset/reset_complete callbacks
[Buildroot] [PATCH 1/1] package/wireshark: fix legal info
2023-01-12 19:31 UTC (2+ messages)
stable-rc/queue/4.19 baseline: 53 runs, 10 regressions (v4.19.269-465-g38d0f8a5c07d)
2023-01-12 19:25 UTC
[PATCH 1/1] doc: build infodocs target on Gitlab CI, Azure
2023-01-12 19:30 UTC
[PATCH] crypto/qat: fix build
2023-01-12 19:30 UTC
[PATCH v3] cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregistering
2023-01-12 19:24 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libpjsip: security bump to version 2.13
2023-01-12 19:29 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-xlsxwriter: bump to version 3.0.6
2023-01-12 19:28 UTC (2+ messages)
[PATCH v4] can: isotp: handle wait_event_interruptible() return values
2023-01-12 19:23 UTC
[PATCH] dt-bindings: clock: imx8m-clock: correct i.MX8MQ node name
2023-01-12 19:23 UTC (2+ messages)
[PATCH -next] thermal: Fix unsigned comparison with less than zero
2023-01-12 19:23 UTC (3+ messages)
[PATCH v6 0/2] cpuidle: teo: Introduce util-awareness
2023-01-12 19:22 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-web2py: bump to version 2.23.0
2023-01-12 19:28 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/redis: bump to v7.0.7
2023-01-12 19:27 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-weasyprint: bump to version 57.2
2023-01-12 19:27 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-watchdog: bump to version 2.2.1
2023-01-12 19:26 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-ujson: bump to version 5.7.0
2023-01-12 19:26 UTC (2+ messages)
[Buildroot] [git commit] package/libsigc: switch to https download
2023-01-12 19:24 UTC
[Buildroot] [git commit] configs/liteboard: bump u-boot to 2023.01
2023-01-12 19:19 UTC
[Buildroot] [git commit] package/python-maturin: bump to version 0.14.9
2023-01-12 19:20 UTC
[Buildroot] [git commit] package/libsigc: bump to version 3.4.0
2023-01-12 19:24 UTC
[Buildroot] [git commit] DEVELOPERS: add Daniel Lang for package/libsigc
2023-01-12 19:25 UTC
[Buildroot] [git commit] board/orangepi-zero-plus: bump Linux/U-Boot and switch to extlinux
2023-01-12 19:21 UTC
[PATCH net-next 0/9] devlink: remove the wait-for-references on unregister
2023-01-12 19:20 UTC (12+ messages)
` [PATCH net-next 7/9] devlink: allow registering parameters after the instance
ideapad-laptop touchpad handling problems, request for help
2023-01-12 19:17 UTC (3+ messages)
[Buildroot] [git commit] configs/chiliboard: bump linux to 6.1.4
2023-01-12 19:17 UTC
[Buildroot] [git commit] configs/liteboard: bump linux to 6.1.4
2023-01-12 19:19 UTC
[Buildroot] [git commit] configs/chiliboard: bump u-boot to 2023.01
2023-01-12 19:19 UTC
[PATCH] clk: create write_enable file to control clk rate write and other dangerous ops permission
2023-01-12 19:18 UTC (4+ messages)
stable-rc/linux-4.14.y build: 190 builds: 2 failed, 188 passed, 43 warnings (v4.14.302-325-g8ebb644a0494)
2023-01-12 19:17 UTC
[Buildroot] [git commit] package/iw: bump version to 5.19
2023-01-12 19:17 UTC
[PATCH v2 0/6] Clean up the supported xfeatures
2023-01-12 19:17 UTC (8+ messages)
` [PATCH v2 1/6] KVM: x86: Clear all supported MPX xfeatures if they are not all set
[Buildroot] [PATCH 3/3] DEVELOPERS: add Daniel Lang for package/libsigc
2023-01-12 19:25 UTC (2+ messages)
[PATCH v4 0/3] hwrng: starfive: Add driver for TRNG module
2023-01-12 19:16 UTC (3+ messages)
` [PATCH v4 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.