messages from 2022-04-08 18:23:14 to 2022-04-12 17:32:11 UTC [more...]
[PATCH v3 00/10] archs/random: fallback to best raw ktime when no cycle counter
2022-04-12 17:27 UTC (11+ messages)
` [PATCH v3 01/10] timekeeping: add raw clock fallback for random_get_entropy()
` [PATCH v3 02/10] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH v3 03/10] riscv: "
` [PATCH v3 04/10] mips: "
` [PATCH v3 05/10] arm: "
` [PATCH v3 06/10] nios2: "
` [PATCH v3 07/10] x86: "
` [PATCH v3 08/10] um: "
` [PATCH v3 09/10] sparc: "
` [PATCH v3 10/10] xtensa: "
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-04-12 16:49 UTC (13+ messages)
` [PATCH v3 02/23] KVM: x86/mmu: Use a bool for direct
` [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU
[PATCH 0/2] Add OTG support for Ingenic SoCs
2022-04-12 16:45 UTC (6+ messages)
` [PATCH 2/2] USB: dwc2: "
[PATCH v2] pinctrl: ingenic: Garbage-collect code paths for SoCs disabled by config
2022-04-12 16:22 UTC
[PATCH 1/1] mips: cpc: Fix refcount leak in mips_cpc_default_phys_base
2022-04-12 13:05 UTC (2+ messages)
[PATCH v5 0/2] Fix missing TCU clock for X1000/X1830 SoCs
2022-04-12 12:27 UTC (3+ messages)
` [PATCH v5 1/2] mips: dts: ingenic: Add TCU clock to x1000/x1830 tcu device node
` [PATCH v5 2/2] clk: ingenic-tcu: Fix missing TCU clock for X1000 SoCs
[PATCH v3 1/1] firmware: tee_bnxt: Use UUID API for exporting the UUID
2022-04-12 11:32 UTC
[PATCH 00/18] MIPS: DTS: fix some findings by "make ci20_defconfig dt_binding_check dtbs_check"
2022-04-12 11:15 UTC (83+ messages)
` [PATCH 01/18] MIPS: DTS: jz4780: remove cpu clock-names as reported by dtbscheck
` [PATCH 02/18] MIPS: DTS: jz4780: fix cgu "
` [PATCH 03/18] MIPS: DTS: jz4780: fix tcu timer "
` [PATCH 04/18] MIPS: DTS: jz4780: fix ost "
` [PATCH 05/18] MIPS: DTS: jz4780: fix pinctrl "
` [PATCH 06/18] MIPS: DTS: jz4780: fix rtc node "
` [PATCH 07/18] MIPS: DTS: jz4780: fix otg "
` [PATCH 08/18] MIPS: DTS: jz4780: fix lcd controllers "
` [PATCH 09/18] MIPS: DTS: jz4780: fix dma-controller "
` [PATCH 10/18] MIPS: DTS: jz4780: fix uart dmas "
` [PATCH 11/18] MIPS: DTS: jz4780: fix i2c "
` [PATCH 12/18] MIPS: DTS: jz4780: fix nemc memory controller "
` [PATCH 13/18] dt-bindings: fix jz4780-nemc issue "
` [PATCH 14/18] MIPS: DTS: CI20: add missing model "
` [PATCH 15/18] MIPS: DTS: CI20: fix fixed regulators "
` [PATCH 16/18] MIPS: DTS: CI20: fix /memory "
` [PATCH 17/18] MIPS: DTS: CI20: fix wifi "
` [PATCH 18/18] MIPS: DTS: CI20: fix bluetooth "
[PATCH v4 0/2] Fix missing TCU clock for X1000/X1830 SoCs
2022-04-12 10:57 UTC (10+ messages)
` [PATCH v4 1/2] mips: dts: ingenic: Add TCU clock to x1000/x1830 tcu device node
` [PATCH v4 2/2] clk: ingenic-tcu: Fix missing TCU clock for X1000 SoCs
[PATCH v7 00/20] Introduce power-off+restart call chain API
2022-04-12 9:56 UTC (25+ messages)
` [PATCH v7 01/20] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v7 02/20] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v7 03/20] reboot: Print error message if restart handler has duplicated priority
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler call chain API
` [PATCH v7 05/20] ARM: Use do_kernel_power_off()
` [PATCH v7 06/20] csky: "
` [PATCH v7 07/20] riscv: "
` [PATCH v7 08/20] arm64: "
` [PATCH v7 09/20] parisc: "
` [PATCH v7 10/20] xen/x86: "
` [PATCH v7 11/20] powerpc: "
` [PATCH v7 12/20] m68k: Switch to new sys-off handler API
` [PATCH v7 13/20] sh: Use do_kernel_power_off()
` [PATCH v7 14/20] x86: "
` [PATCH v7 15/20] ia64: "
` [PATCH v7 16/20] mips: "
` [PATCH v7 17/20] memory: emif: Use kernel_can_power_off()
` [PATCH v7 18/20] ACPI: power: Switch to sys-off handler API
` [PATCH v7 19/20] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v7 20/20] reboot: Remove pm_power_off_prepare()
cleanup swiotlb initialization v8
2022-04-12 6:21 UTC (4+ messages)
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
[PATCH v2 00/11] archs/random: fallback to using ktime_read_raw_clock() if no cycle counter
2022-04-11 22:07 UTC (14+ messages)
` [PATCH v2 01/11] timekeeping: add accessor for raw clock
` [PATCH v2 02/11] timekeeping: use ktime_read_raw_clock() for random_get_entropy() if no get_cycles()
` [PATCH v2 03/11] m68k: use ktime_read_raw_clock() for random_get_entropy() instead of zero
` [PATCH v2 04/11] riscv: "
` [PATCH v2 05/11] mips: "
` [PATCH v2 06/11] arm: "
` [PATCH v2 07/11] nios2: "
` [PATCH v2 08/11] x86: "
` [PATCH v2 09/11] um: "
` [PATCH v2 10/11] sparc: "
` [PATCH v2 11/11] xtensa: "
[PATCH v2] mips: dts: ingenic: x1000: Add PWM device tree node
2022-04-11 18:50 UTC (2+ messages)
[PATCH] MIPS: Fix inline assembly in uaccess.h
2022-04-11 16:49 UTC (2+ messages)
[PATCH] mips: dts: ingenic: x1000: Add PWM device tree node
2022-04-11 16:08 UTC (4+ messages)
[PATCH] mmc: jz4740: Apply DMA engine limits to maximum segment size
2022-04-11 15:37 UTC
[PATCH] dmaengine: jz4780: set DMA maximum segment size
2022-04-11 15:36 UTC
[PATCH v18 0/3] MIPS: JZ4780 and CI20 HDMI
2022-04-11 15:10 UTC (4+ messages)
` [PATCH v18 3/3] drm/ingenic: Add dw-hdmi driver specialization for jz4780
[PATCH v2 1/3] mips: dts: ralink: mt7621: add mdio label to mdio-bus
2022-04-11 11:20 UTC (3+ messages)
` [PATCH v2 2/3] mips: dts: ralink: mt7621: mux phy4 to gmac1 for GB-PC1
` [PATCH v2 3/3] mips: dts: ralink: mt7621: remove defining gpio function for pin groups
[RESEND PATCH 0/3] Clock fixes for Ingenic SoCs
2022-04-11 10:14 UTC (4+ messages)
` [RESEND PATCH 1/3] clk: ingenic: Allow specifying common clock flags
` [RESEND PATCH 2/3] clk: ingenic: Mark critical clocks in Ingenic SoCs
` [RESEND PATCH 3/3] mips: ingenic: Do not manually reference the CPU clock
[PATCH v3 07/12] serial: termbits: ADDRB to indicate 9th bit addressing mode
2022-04-11 8:33 UTC (2+ messages)
` [PATCH v3 08/12] serial: General support for multipoint addresses
[PATCH 1/3] mips: dts: mt7621: add mdio label to mdio-bus
2022-04-11 7:21 UTC (6+ messages)
` [PATCH 2/3] mips: dts: mt7621: mux phy4 to gmac1 for GB-PC1
` [PATCH 3/3] mips: dts: mt7621: remove binding for defining gpio function for pin groups
[PATCH RFC v1 00/10] archs/random: fallback to using sched_clock() if no cycle counter
2022-04-10 23:29 UTC (15+ messages)
` [PATCH RFC v1 05/10] arm: use sched_clock() for random_get_entropy() instead of zero
` [PATCH RFC v1 06/10] x86: "
` [PATCH RFC v1 07/10] arm64: "
` [PATCH RFC v1 08/10] um: "
` [PATCH RFC v1 09/10] sparc: "
` [PATCH RFC v1 10/10] xtensa: "
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).