public inbox for linux-mips@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-03 14:05:07 to 2022-05-09 23:34:54 UTC [more...]

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-09 23:32 UTC  (14+ messages)
` [PATCH v8 01/27] notifier: Add atomic_notifier_call_chain_is_empty()
` [PATCH v8 02/27] notifier: Add blocking/atomic_notifier_chain_register_unique_prio()
` [PATCH v8 03/27] kernel/reboot: Introduce sys-off handler API
` [PATCH v8 04/27] kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers
` [PATCH v8 05/27] kernel/reboot: Add do_kernel_power_off()
` [PATCH v8 06/27] kernel/reboot: Add stub for pm_power_off
` [PATCH v8 10/27] csky: Use do_kernel_power_off()
` [PATCH v8 12/27] arm64: "
` [PATCH v8 13/27] parisc: "
` [PATCH v8 14/27] xen/x86: "
` [PATCH v8 15/27] powerpc: "
` [PATCH v8 16/27] m68k: Switch to new sys-off handler API
` [PATCH v8 17/27] sh: Use do_kernel_power_off()

[PATCH v4 00/20] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-09 22:56 UTC  (47+ messages)
` [PATCH v4 01/20] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v4 02/20] KVM: x86/mmu: Use a bool for direct
` [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v4 04/20] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v4 05/20] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v4 06/20] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v4 07/20] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v4 08/20] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v4 11/20] KVM: x86/mmu: Allow for NULL vcpu pointer in __kvm_mmu_get_shadow_page()
` [PATCH v4 13/20] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v4 15/20] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v4 16/20] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v4 17/20] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "
` [PATCH v4 18/20] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v4 20/20] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[linux-next:master 1238/7959] mips64el-linux-ld: warning: orphan section `.ctors.65436' from `kernel/module/main.o' being placed in section `.ctors.65436'
 2022-05-09 22:34 UTC 

[PATCH v2 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-09 22:25 UTC  (17+ messages)
` [PATCH v2 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v2 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v2 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

Question about SC16IS752 device tree
 2022-05-09 20:19 UTC  (4+ messages)

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-09 16:41 UTC  (20+ messages)
` [PATCH 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH 00/30] The panic notifiers refactor
 2022-05-09 16:39 UTC  (45+ messages)
` [PATCH 01/30] x86/crash,reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED and remove useless header
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 24/30] panic: Refactor the panic path

[PATCH 0/3] termbits.h: Further improvements
 2022-05-09 11:42 UTC  (6+ messages)
` [PATCH 1/3] termbits.h: create termbits-common.h for identical bits
` [PATCH 2/3] termbits.h: Align lines & format
` [PATCH 3/3] termbits.h: Remove posix_types.h include

[PATCH v2 0/3] Clock fixes for Ingenic SoCs
 2022-05-09  9:12 UTC  (2+ messages)

[PATCH 0/3] MIPS: Modify early_parse_mem()
 2022-05-09  7:30 UTC  (2+ messages)

[PATCH] MIPS: tools: no need to initialise statics to 0
 2022-05-08  2:31 UTC 

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-08  0:15 UTC  (33+ messages)

[PATCH v2 00/48] ARM: PXA multiplatform support
 2022-05-07 12:37 UTC  (30+ messages)
` [PATCH 18/48] ARM: pxa: hx4700: use gpio descriptors for audio
` [PATCH 40/48] ARM: pxa: tosa: use gpio lookup for battery

[PATCH v3 0/2] Modify some code about kprobe
 2022-05-07  3:47 UTC  (4+ messages)
` [PATCH v3 1/2] selftests/ftrace: Save kprobe_events to test log
` [PATCH v3 2/2] MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-05-06 15:28 UTC  (9+ messages)
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler "

[PATCH v2 0/2] Modify some code about kprobe
 2022-05-06 10:20 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/ftrace: Save kprobe_events to test log
` [PATCH v2 2/2] MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation

Napływ Klientów ze strony
 2022-05-06  7:38 UTC 

[PATCH 0/2] Modify some code about kprobe
 2022-05-06  3:24 UTC  (6+ messages)
` [PATCH 1/2] selftests/ftrace: Save kprobe_events to test log
` [PATCH 2/2] MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotation

[PATCH v4 1/1] firmware: tee_bnxt: Use UUID API for exporting the UUID
 2022-05-06  2:00 UTC  (4+ messages)

[GIT PULL] MIPS fixes for v5.18
 2022-05-05 18:46 UTC  (2+ messages)

[PATCH 1/1] termbits: Convert octal defines to hex
 2022-05-05 10:46 UTC  (7+ messages)

[PATCH v3] kexec-tools:mips:Pass initrd parameter via cmdline
 2022-05-05  8:06 UTC 

[PATCH] MIPS: Sibyte: remove unnecessary return variable
 2022-05-05  3:01 UTC 

[PATCH v4] MIPS: adding a safety check for cpu_has_fpu
 2022-05-04 20:28 UTC  (2+ messages)

[PATCH] MIPS: fix typos in comments
 2022-05-04 20:28 UTC  (2+ messages)

[PATCH v3 0/2] MIPS: Remove incorrect `cpu_has_fpu' overrides
 2022-05-04 20:28 UTC  (2+ messages)

[PATCH v3 1/1] firmware: tee_bnxt: Use UUID API for exporting the UUID
 2022-05-04  9:14 UTC  (5+ messages)

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2022-05-04  7:48 UTC 

[PATCH v3 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes
 2022-05-03 20:57 UTC  (5+ messages)
` [PATCH v3 1/4] clk: baikal-t1: Fix invalid xGMAC PTP clock divider
` [PATCH v3 2/4] clk: baikal-t1: Define shared xGMAC ref/ptp clocks parent
` [PATCH v3 3/4] clk: baikal-t1: Move reset-controls code into a dedicated module
` [PATCH v3 4/4] clk: baikal-t1: Add DDR/PCIe directly controlled resets support

[PATCH v3 0/3] drm: Allow simpledrm to setup its emulated FB as firmware provided
 2022-05-03 17:02 UTC  (3+ messages)
` [PATCH v3 2/3] drm/fb-helper: Rename preferred_bpp drm_fbdev_generic_setup() parameter

2nd Quater puchase request
 2022-05-03 14:49 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox