linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-15 15:34:18 to 2022-06-22 10:27:33 UTC [more...]

[PATCH] MIPS: Fix 2 typos
 2022-06-22 10:27 UTC  (3+ messages)
` [PATCH v2] MIPS: Fix some typos

[PATCH] mips: lantiq: Add missing of_node_put() in irq.c
 2022-06-22  9:02 UTC  (4+ messages)
  `  "

[PATCH v2] mips: lantiq: Add missing of_node_put() in irq.c
 2022-06-22  7:55 UTC  (2+ messages)

[PATCH] mips/kernel: Add missing of_node_get()
 2022-06-22  7:12 UTC  (3+ messages)
  `  "

[PATCH v2 0/4] hugetlb: speed up linear address scanning
 2022-06-21 23:56 UTC  (5+ messages)
` [PATCH v2 1/4] hugetlb: skip to end of PT page mapping when pte not present
` [PATCH v2 2/4] arm64/hugetlb: Implement arm64 specific hugetlb_mask_last_page
` [PATCH v2 3/4] hugetlb: do not update address in huge_pmd_unshare
` [PATCH v2 4/4] hugetlb: Lazy page table copies in fork()

[PATCH v8 00/16] clk: provide new devm helpers for prepared and enabled clocks
 2022-06-21 20:49 UTC  (4+ messages)
` [PATCH v8 01/16] clk: generalize devm_clk_get() a bit

[PATCH] mips: sgi-ip22: Remove duplicate 'of' in two places
 2022-06-21 19:47 UTC  (2+ messages)

[PATCH v6 00/22] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-06-21 17:59 UTC  (35+ messages)
` [PATCH v6 03/22] KVM: x86/mmu: Stop passing @direct to mmu_alloc_root()
` [PATCH v6 04/22] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v6 05/22] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
` [PATCH v6 10/22] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v6 13/22] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
` [PATCH v6 14/22] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v6 15/22] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v6 16/22] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v6 17/22] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v6 18/22] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v6 19/22] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
` [PATCH v6 20/22] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v6 21/22] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v6 22/22] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH] MIPS: Alchemy: devboards: Remove duplicate 'the' in two places
 2022-06-21 16:34 UTC 

[PATCH] mips: lantiq: falcon: Fix refcount leak bug in sysctrl
 2022-06-21 15:15 UTC  (2+ messages)

[PATCH] mips: lantiq: xway: Fix refcount leak bug in sysctrl
 2022-06-21 15:15 UTC  (2+ messages)

[PATCH] arch: mips: generic: Add missing of_node_put() in board-ranchu.c
 2022-06-21 15:14 UTC  (2+ messages)

[PATCH v2] mips/pic32/pic32mzda: Fix refcount leak bugs
 2022-06-21 15:16 UTC  (2+ messages)

[PATCH] mips: mti-malta: Fix refcount leak in malta-time.c
 2022-06-21 15:14 UTC  (2+ messages)

[PATCH v6 0/2] Fix missing TCU clock for X1000/X1830 SoCs
 2022-06-21 15:19 UTC  (3+ messages)
` [PATCH v6 1/2] mips: dts: ingenic: Add TCU clock to x1000/x1830 tcu device node

[PATCH v3] MIPS: Remove repetitive increase irq_err_count
 2022-06-21 15:14 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] mips: micro-optimize calculate_cpu_foreign_map()
 2022-06-21 14:47 UTC 

[PATCH v2 6/6] serial: Consolidate BOTH_EMPTY use
 2022-06-21 12:49 UTC 

[PATCH v4 0/8] clk/resets: baikal-t1: Add DDR/PCIe resets and xGMAC/SATA fixes
 2022-06-20 21:33 UTC  (2+ messages)

[PATCH][V2] MIPS: PCI: Remove leading space in info message, rename pci
 2022-06-20 11:55 UTC 

[PATCH 6/6] serial: Consolidate BOTH_EMPTY use
 2022-06-20 10:34 UTC 

[PATCH v8 1/6] serial: 8250: make saved LSR larger
 2022-06-20  6:40 UTC 

[PATCH] MIPS: PCI: Remove leading space in info message
 2022-06-19 18:11 UTC  (2+ messages)

[PATCH] mips: sgi-ip22: Drop redundant check from .remove()
 2022-06-18 20:40 UTC 

[PATCH 00/34] make iio inkern interface firmware agnostic
 2022-06-18 17:30 UTC  (14+ messages)
` [PATCH 20/34] iio: inkern: only relase the device node when done with it
` [PATCH 22/34] iio: inkern: only return error codes in iio_channel_get_*() APIs
` [PATCH 30/34] iio: adc: qcom-spmi-vadc: convert to device properties
` [PATCH 31/34] iio: adc: qcom-spmi-adc5: "
` [PATCH 32/34] iio: adc: stm32-adc: "

[PATCH 0/4] hugetlb: speed up linear address scanning
 2022-06-18  3:27 UTC  (14+ messages)
` [PATCH 1/4] hugetlb: skip to end of PT page mapping when pte not present
` [PATCH 2/4] arm64/hugetlb: Implement arm64 specific hugetlb_mask_last_page
` [PATCH 3/4] hugetlb: do not update address in huge_pmd_unshare
` [PATCH 4/4] hugetlb: Lazy page table copies in fork()

[PATCH v2 0/2] pinctrl: ingenic: Convert to immutable irq chip
 2022-06-17 16:11 UTC  (7+ messages)
` [PATCH v2 1/2] pinctrl: ingenic: Use irqd_to_hwirq()
` [PATCH v2 2/2] pinctrl: ingenic: Convert to immutable irq chip

[PATCH v2 0/3] jump_label: get rid of NOP patching where possible
 2022-06-17 13:40 UTC  (6+ messages)
` [PATCH v2 1/3] jump_label: s390: avoid pointless initial NOP patching
` [PATCH v2 2/3] jump_label: mips: move module NOP patching into arch code
` [PATCH v2 3/3] jump_label: make initial NOP patching the special case

[PATCH v2] clk: ingenic-tcu: Properly enable registers before accessing timers
 2022-06-17 12:22 UTC 

[PATCH 00/96] Refactor non_legacy_dai_naming flag
 2022-06-17  7:25 UTC  (98+ messages)
` [PATCH 01/96] ASoC: soc-component: Add legacy_dai_naming flag
` [PATCH 02/96] soundwire: intel: Migrate to new style legacy DAI naming flag
` [PATCH 03/96] drm/vc4: "
` [PATCH 04/96] ASoC: img: "
` [PATCH 05/96] ASoC: spear: "
` [PATCH 06/96] ASoC: jz4740-i2c: "
` [PATCH 07/96] ASoC: ep93xx: "
` [PATCH 08/96] ASoC: stm32: "
` [PATCH 09/96] ASoC: bcm: "
` [PATCH 10/96] ASoC: sh: "
` [PATCH 11/96] ASoC: tegra: "
` [PATCH 12/96] ASoC: hisilicon: "
` [PATCH 13/96] ASoC: xilinx: "
` [PATCH 14/96] ASoC: sunxi: "
` [PATCH 15/96] ASoC: Intel: "
` [PATCH 16/96] ASoC: meson: "
` [PATCH 17/96] ASoC: sti-uniperf: "
` [PATCH 18/96] ASoC: amd: "
` [PATCH 19/96] ASoC: atmel: "
` [PATCH 20/96] ASoC: fsl: "
` [PATCH 21/96] ASoC: xtensa: "
` [PATCH 22/96] ASoC: adi: "
` [PATCH 23/96] ASoC: dwc: "
` [PATCH 24/96] ASoC: qcom: "
` [PATCH 25/96] ASoC: test-component: "
` [PATCH 26/96] ASoC: rockchip: "
` [PATCH 27/96] ASoC: au1x: "
` [PATCH 28/96] ASoC: pxa: "
` [PATCH 29/96] ASoC: sof: "
` [PATCH 30/96] ASoC: ux500: "
` [PATCH 31/96] ASoC: ti: "
` [PATCH 32/96] ASoC: mxs-saif: "
` [PATCH 33/96] ASoC: samsung: "
` [PATCH 34/96] ASoC: core: Switch core to new "
` [PATCH 35/96] media: TDA1997x: Remove now redundant non_legacy_dai_naming flag
` [PATCH 36/96] ASoC: fsl: "
` [PATCH 37/96] ASoC: meson: "
` [PATCH 38/96] ASoC: pistachio: "
` [PATCH 39/96] ASoC: samsung: "
` [PATCH 40/96] ASoC: soc-utils: "
` [PATCH 41/96] ASoC: sunxi: "
` [PATCH 42/96] ASoC: tegra: "
` [PATCH 43/96] ASoC: test-component: "
` [PATCH 44/96] ASoC: topology: KUnit: "
` [PATCH 45/96] ASoC: uniphier: "
` [PATCH 46/96] ASoC: ad*: "
` [PATCH 47/96] ASoC: ak*: "
` [PATCH 48/96] ASoC: alc*: "
` [PATCH 49/96] ASoC: cs*: "
` [PATCH 50/96] ASoC: da*: "
` [PATCH 51/96] ASoC: es*: "
` [PATCH 52/96] ASoC: max*: "
` [PATCH 53/96] ASoC: msm*: "
` [PATCH 54/96] ASoC: nau*: "
` [PATCH 55/96] ASoC: pcm*: "
` [PATCH 56/96] ASoC: rt*: "
` [PATCH 57/96] ASoC: spdif: "
` [PATCH 58/96] ASoC: ssm*: "
` [PATCH 59/96] ASoC: sta*: "
` [PATCH 60/96] ASoC: tas*: "
` [PATCH 61/96] ASoC: tfa*: "
` [PATCH 62/96] ASoC: tlv320*: "
` [PATCH 63/96] ASoC: twl*: "
` [PATCH 64/96] ASoC: uda*: "
` [PATCH 65/96] ASoC: wm*: "
` [PATCH 66/96] ASoC: 88pm860x: "
` [PATCH 67/96] ASoC: ab8500: "
` [PATCH 68/96] ASoC: ac97: "
` [PATCH 69/96] ASoC: ads117x: "
` [PATCH 70/96] ASoC: bd28623: "
` [PATCH 71/96] ASoC: bt-sco: "
` [PATCH 72/96] ASoC: cpcap: "
` [PATCH 73/96] ASoC: cq93vc: "
` [PATCH 74/96] ASoC: cx20442: "
` [PATCH 75/96] ASoC: dmic: "
` [PATCH 76/96] ASoC: gtm601: "
` [PATCH 77/96] ASoC: hdac_hdmi: "
` [PATCH 78/96] ASoC: hdmi-codec: "
` [PATCH 79/96] ASoC: ics43432: "
` [PATCH 80/96] ASoC: inno_rk3036: "
` [PATCH 81/96] ASoC: Intel: avs: "
` [PATCH 82/96] ASoC: isabelle: "
` [PATCH 83/96] ASoC: jz4740: "
` [PATCH 84/96] ASoC: lm49453: "
` [PATCH 85/96] ASoC: lochnagar: "
` [PATCH 86/96] ASoC: mc13783: "
` [PATCH 87/96] ASoC: ml26124: "
` [PATCH 88/96] ASoC: rk817: "
` [PATCH 89/96] ASoC: sgtl5000: "
` [PATCH 90/96] ASoC: si476x: "
` [PATCH 91/96] ASoC: stac9766: "
` [PATCH 92/96] ASoC: sti-sas: "
` [PATCH 93/96] ASoC: tscs42xx: "
` [PATCH 94/96] ASoC: wl1273: "
` [PATCH 95/96] ASoC: zl38060: "
` [PATCH 96/96] ASoC: soc-component: Remove "

[PATCH] mips: ralink: Fix refcount leak in of.c
 2022-06-17  3:39 UTC 

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-06-16 21:26 UTC  (5+ messages)
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE

[PATCH] kprobes: Enable tracing for mololithic kernel images
 2022-06-15 21:29 UTC  (11+ messages)

[PATCH] kprobes: Enable tracing for mololithic kernel images
 2022-06-15 21:24 UTC  (5+ messages)

[PATCH] mips: pic32: pic32mzda: Add missing of_node_put() in init.c
 2022-06-15 15:28 UTC 


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).