messages from 2023-01-12 20:00:59 to 2023-01-18 12:00:34 UTC [more...]
[PATCH 0/2] Devicetree support for Loongson-1 clock
2023-01-18 11:16 UTC (11+ messages)
` [PATCH 1/2] dt-bindings: clock: Add binding for Loongson-1 clock driver
` [PATCH 2/2] clk: loongson1: Refactor to add devicetree support
[PATCH v4 00/19] irqdomain: fix mapping race and clean up locking
2023-01-18 10:31 UTC (37+ messages)
` [PATCH v4 01/19] irqdomain: Drop bogus fwspec-mapping error handling
` [PATCH v4 02/19] irqdomain: Drop dead domain-name assignment
` [PATCH v4 03/19] irqdomain: Drop leftover brackets
` [PATCH v4 04/19] irqdomain: Fix association race
` [PATCH v4 05/19] irqdomain: Fix disassociation race
` [PATCH v4 06/19] irqdomain: Drop revmap mutex
` [PATCH v4 07/19] irqdomain: Look for existing mapping only once
` [PATCH v4 08/19] irqdomain: Refactor __irq_domain_alloc_irqs()
` [PATCH v4 09/19] irqdomain: Fix mapping-creation race
` [PATCH v4 10/19] irqdomain: Clean up irq_domain_push/pop_irq()
` [PATCH v4 11/19] x86/ioapic: Use irq_domain_create_hierarchy()
` [PATCH v4 12/19] x86/apic: "
` [PATCH v4 13/19] irqchip/alpine-msi: Use irq_domain_add_hierarchy()
` [PATCH v4 14/19] irqchip/gic-v2m: Use irq_domain_create_hierarchy()
` [PATCH v4 15/19] irqchip/gic-v3-its: "
` [PATCH v4 16/19] irqchip/gic-v3-mbi: "
` [PATCH v4 17/19] irqchip/loongson-pch-msi: "
` [PATCH v4 18/19] irqchip/mvebu-odmi: "
` [PATCH v4 19/19] irqdomain: Switch to per-domain locking
[RFC] MIPS: Fix a compilation issue
2023-01-18 8:59 UTC
Custom Software Development
2023-01-18 8:50 UTC
[PATCH 0/5] pwm: jz4740: Fixes and some light changes
2023-01-18 8:16 UTC (9+ messages)
` [PATCH 1/5] pwm: jz4740: Fix pin level of disabled TCU2 channels, part 1
[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
2023-01-18 7:35 UTC (17+ messages)
[PATCH v3 00/15] make iio inkern interface firmware agnostic
2023-01-17 22:42 UTC (8+ messages)
` [PATCH v3 12/15] iio: adc: qcom-spmi-adc5: convert to device properties
Build regressions/improvements in v6.2-rc1
2023-01-17 20:37 UTC (8+ messages)
` Calculating array sizes in C - was: "
[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
2023-01-17 15:35 UTC (53+ 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 04/51] cpuidle: Move IRQ state validation
` [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver
` [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 13/51] cpuidle: Fix ct_idle_*() usage
` [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 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [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 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 32/51] cpuidle,acpi: Make "
` [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 39/51] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [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 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 v3 48/51] cpuidle,arch: Mark all ct_cpuidle_enter() callers __cpuidle
` [PATCH v3 49/51] cpuidle,arch: Mark all regular cpuidle_state::enter methods __cpuidle
` [PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle
` [PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN
TakeOff
2023-01-17 14:00 UTC
[PATCH 00/22] drm: Remove includes for drm_crtc_helper.h
2023-01-17 8:45 UTC (33+ messages)
` [PATCH 01/22] drm/amdgpu: Fix coding style
` [PATCH 02/22] drm: Remove unnecessary include statements for drm_crtc_helper.h
` [PATCH 03/22] drm/amdgpu: "
` [PATCH 04/22] drm/arm/komeda: "
` [PATCH 05/22] drm/aspeed: "
` [PATCH 06/22] drm/ast: "
` [PATCH 07/22] drm/bridge: "
` [PATCH 08/22] drm/gma500: "
` [PATCH 09/22] drm/i2c/ch7006: "
` [PATCH 10/22] drm/ingenic: "
` [PATCH 11/22] drm/kmb: "
` [PATCH 12/22] drm/logicvc: "
` [PATCH 13/22] drm/nouveau: "
` [PATCH 14/22] drm/radeon: "
` [PATCH 15/22] drm/rockchip: "
` [PATCH 16/22] drm/shmobile: "
` [PATCH 17/22] drm/sprd: "
` [PATCH 18/22] drm/sun4i: "
` [PATCH 19/22] drm/tidss: "
` [PATCH 20/22] drm/udl: "
` [PATCH 21/22] drm/vboxvideo: "
` [PATCH 22/22] drm/crtc-helper: Remove most include statements from drm_crtc_helper.h
[PATCH v11 0/7] drm/lsdc: add drm driver for loongson display controller
2023-01-17 3:08 UTC (3+ messages)
` [PATCH v11 7/7] "
[PATCH v3 0/6] Enhance Ralink pinctrl documentation
2023-01-16 13:58 UTC
[PATCH v3 00/19] irqdomain: fix mapping race and clean up locking
2023-01-16 13:55 UTC (5+ messages)
` [PATCH v3 0/19] "
[PATCH v3] arch: rename all internal names __xchg to __arch_xchg
2023-01-16 10:00 UTC (3+ messages)
` [PATCH v4] "
[PATCH] fbdev/g364fb: Fix a compilation issue
2023-01-15 20:46 UTC (2+ messages)
[PATCH] mips: Realtek RTL: select NO_EXCEPT_FILL
2023-01-15 12:19 UTC
[PATCH] mips: ralink: mt7621: fix phy-mode of external phy on GB-PC2
2023-01-15 8:22 UTC (3+ messages)
[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
2023-01-14 16:09 UTC (29+ messages)
` [PATCH mm-unstable v1 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
` [PATCH mm-unstable v1 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 03/26] arc/mm: "
` [PATCH mm-unstable v1 04/26] arm/mm: "
` [PATCH mm-unstable v1 05/26] csky/mm: "
` [PATCH mm-unstable v1 06/26] hexagon/mm: "
` [PATCH mm-unstable v1 07/26] ia64/mm: "
` [PATCH mm-unstable v1 08/26] loongarch/mm: "
` [PATCH mm-unstable v1 09/26] m68k/mm: remove dummy __swp definitions for nommu
` [PATCH mm-unstable v1 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 11/26] microblaze/mm: "
` [PATCH mm-unstable v1 12/26] mips/mm: "
` [PATCH mm-unstable v1 13/26] nios2/mm: refactor swap PTE layout
` [PATCH mm-unstable v1 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 15/26] openrisc/mm: "
` [PATCH mm-unstable v1 16/26] parisc/mm: "
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
` [PATCH mm-unstable v1 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 19/26] riscv/mm: "
` [PATCH mm-unstable v1 20/26] sh/mm: "
` [PATCH mm-unstable v1 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
` [PATCH mm-unstable v1 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
` [PATCH mm-unstable v1 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
` [PATCH mm-unstable v1 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
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;
as well as URLs for NNTP newsgroup(s).