messages from 2021-03-30 17:04:06 to 2021-04-04 00:02:08 UTC [more...]
[PATCH net-next v1 0/9] ar9331: mainline some parts of switch functionality
2021-04-04 0:02 UTC (26+ messages)
` [PATCH net-next v1 1/9] net: dsa: add rcv_post call back
` [PATCH net-next v1 2/9] net: dsa: tag_ar9331: detect IGMP and MLD packets
` [PATCH net-next v1 3/9] net: dsa: qca: ar9331: reorder MDIO write sequence
` [PATCH net-next v1 4/9] net: dsa: qca: ar9331: make proper initial port defaults
` [PATCH net-next v1 5/9] net: dsa: qca: ar9331: add forwarding database support
` [PATCH net-next v1 6/9] net: dsa: qca: ar9331: add ageing time support
` [PATCH net-next v1 7/9] net: dsa: qca: ar9331: add bridge support
` [PATCH net-next v1 8/9] net: dsa: qca: ar9331: add STP support
` [PATCH net-next v1 9/9] net: dsa: qca: ar9331: add vlan support
[PATCH 0/4] KVM statistics data fd-based binary interface
2021-04-03 17:42 UTC (8+ messages)
` [PATCH 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH 4/4] KVM: selftests: Add selftest for KVM "
[PATCH 0/4] KVM: MIPS: cleanup TLB flushing callbacks
2021-04-03 10:43 UTC (9+ messages)
` [PATCH 1/4] KVM: constify kvm_arch_flush_remote_tlbs_memslot
` [PATCH 2/4] KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush
` [PATCH 3/4] KVM: MIPS: let generic code call prepare_flush_shadow
` [PATCH 4/4] KVM: MIPS: defer flush to generic MMU notifier code
[PATCH] MIPS: add support for buggy MT7621S core detection
2021-04-03 6:19 UTC
[PATCH 1/8] CMDLINE: add generic builtin command line
2021-04-02 17:36 UTC (17+ messages)
` [PATCH 2/8] CMDLINE: drivers: of: ifdef out cmdline section
` [PATCH 3/8] powerpc: convert strcpy to strlcpy in prom_init
` [PATCH 4/8] CMDLINE: powerpc: convert to generic builtin command line
` [PATCH 5/8] CMDLINE: mips: "
` [PATCH 6/8] drivers: firmware: efi: libstub: enable generic commandline
` [PATCH 7/8] CMDLINE: x86: convert to generic builtin command line
` [PATCH 8/8] CMDLINE: arm64: "
[PATCH v3 00/17] Implement GENERIC_CMDLINE
2021-04-02 15:36 UTC (24+ messages)
` [PATCH v3 01/17] cmdline: Add generic function to build command line
` [PATCH v3 05/17] arm: Convert to GENERIC_CMDLINE
` [PATCH v3 09/17] nios2: "
` [PATCH v3 11/17] riscv: "
` [PATCH v3 12/17] sh: "
Fix bug for Ingenic X1000
2021-04-02 15:30 UTC (6+ messages)
` [PATCH] I2C: JZ4780: "
[PATCH v4 00/20] Implement GENERIC_CMDLINE
2021-04-02 15:18 UTC (21+ messages)
` [PATCH v4 01/20] cmdline: Add generic function to build command line
` [PATCH v4 02/20] drivers: of: use cmdline building function
` [PATCH v4 03/20] x86/efi: Replace CONFIG_CMDLINE_OVERRIDE by CONFIG_CMDLINE_FORCE
` [PATCH v4 04/20] drivers: firmware: efi: use cmdline building function
` [PATCH v4 05/20] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [PATCH v4 06/20] powerpc: convert strcpy to strlcpy in prom_init
` [PATCH v4 07/20] powerpc: Convert to GENERIC_CMDLINE
` [PATCH v4 08/20] arm: "
` [PATCH v4 09/20] arm64: "
` [PATCH v4 10/20] hexagon: "
` [PATCH v4 11/20] microblaze: "
` [PATCH v4 12/20] nios2: "
` [PATCH v4 13/20] openrisc: "
` [PATCH v4 14/20] riscv: "
` [PATCH v4 15/20] sh: "
` [PATCH v4 16/20] sparc: "
` [PATCH v4 17/20] xtensa: "
` [PATCH v4 18/20] x86: "
` [PATCH v4 19/20] mips: "
` [PATCH v4 20/20] cmdline: Remove CONFIG_CMDLINE_EXTEND
[PATCH v2 00/10] KVM: Consolidate and optimize MMU notifiers
2021-04-02 14:59 UTC (17+ messages)
` [PATCH v2 01/10] KVM: Assert that notifier count is elevated in .change_pte()
` [PATCH v2 02/10] KVM: Move x86's MMU notifier memslot walkers to generic code
` [PATCH v2 03/10] KVM: arm64: Convert to the gfn-based MMU notifier callbacks
` [PATCH v2 04/10] KVM: MIPS/MMU: "
` [PATCH v2 05/10] KVM: PPC: "
` [PATCH v2 06/10] KVM: Kill off the old hva-based "
` [PATCH v2 07/10] KVM: Move MMU notifier's mmu_lock acquisition into common helper
` [PATCH v2 08/10] KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
` [PATCH v2 09/10] KVM: Don't take mmu_lock for range invalidation unless necessary
` [PATCH v2 10/10] KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible
[PATCH v3] MIPS: Check __clang__ to avoid performance influence with GCC in csum_tcpudp_nofold()
2021-04-02 10:27 UTC
[PATCH] crypto: poly1305: fix poly1305_core_setkey() declaration
2021-04-02 9:47 UTC (2+ messages)
[PATCH v2 3/7] powerpc: convert config files to generic cmdline
2021-04-01 20:08 UTC (16+ messages)
[PATCH v3 0/4] MIPS: Remove get_fs/set_fs
2021-04-01 14:05 UTC (7+ messages)
` [PATCH v3 1/4] MIPS: kernel: Remove not needed set_fs calls
` [PATCH v3 2/4] MIPS: uaccess: Added __get/__put_kernel_nofault
` [PATCH v3 3/4] MIPS: uaccess: Remove get_fs/set_fs call sites
` [PATCH v3 4/4] MIPS: Remove get_fs/set_fs
[PATCH v2 0/4] MIPS: Remove get_fs/set_fs
2021-04-01 12:51 UTC (9+ messages)
` [PATCH v2 1/4] MIPS: kernel: Remove not needed set_fs calls
` [PATCH v2 2/4] MIPS: uaccess: Added __get/__put_kernel_nofault
` [PATCH v2 3/4] MIPS: uaccess: Remove get_fs/set_fs call sites
` [PATCH v2 4/4] MIPS: Remove get_fs/set_fs
[PATCH RFC 0/3] Some update for relocate
2021-04-01 13:27 UTC (4+ messages)
` [PATCH RFC 1/3] MIPS: relocate: Only compile relocs when CONFIG_RELOCATABLE is enabled
` [PATCH RFC 2/3] MIPS: relocate: Use CONFIG_RANDOMIZE_BASE to configure kaslr
` [PATCH RFC 3/3] MIPS: relocate: Add support to relocate kernel auto
[PATCH V2 RESEND] mm/memtest: Add ARCH_USE_MEMTEST
2021-04-01 9:26 UTC
[PATCH 0/1] MIPS: fix compilation error
2021-04-01 5:13 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 1/1] MIPS: kernel: setup.c: "
[PATCH 00/18] KVM: Consolidate and optimize MMU notifiers
2021-03-31 21:47 UTC (29+ messages)
` [PATCH 10/18] KVM: Move x86's MMU notifier memslot walkers to generic code
` [PATCH 12/18] KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacks
` [PATCH 16/18] KVM: Don't take mmu_lock for range invalidation unless necessary
[PATCH 11/13] kconfig: do not use allnoconfig_y option
2021-03-31 18:25 UTC
[PATCH 1/2] mips: replace deprecated EXTRA_CFLAGS with ccflags-y
2021-03-31 15:06 UTC (2+ messages)
` [PATCH 2/2] mips: clean up kvm Makefile
[PATCH 0/3] MIPS: Remove get_fs/set_fs
2021-03-31 11:41 UTC (11+ messages)
` [PATCH 1/3] MIPS: uaccess: Added __get/__put_kernel_nofault
` [PATCH 2/3] MIPS: uaccess: Remove get_fs/set_fs call sites
` [PATCH 3/3] MIPS: Remove get_fs/set_fs
[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
2021-03-31 9:34 UTC (4+ messages)
` [PATCH v2] "
[PATCH -next] mips: remove unused variable 'prev_state'
2021-03-31 9:22 UTC (3+ messages)
Bidding invitation
2021-03-31 7:10 UTC
Fix bug for Ingenic X1000 v2
2021-03-31 7:18 UTC (3+ messages)
` [PATCH v2] I2C: JZ4780: Fix bug for Ingenic X1000
[PATCH v4] MIPS: Add support for CONFIG_DEBUG_VIRTUAL
2021-03-31 3:22 UTC
[PATCH 0/6] Clean up obsolete TODO files
2021-03-31 0:00 UTC (2+ messages)
[PATCH v2 0/6] mips: bmips: fix and improve reboot nodes
2021-03-30 17:14 UTC (15+ messages)
` [PATCH v2 1/6] mips: bmips: fix syscon-reboot nodes
` [PATCH v2 2/6] mips: bmips: bcm6328: populate device tree nodes
` [PATCH v2 3/6] mips: bmips: bcm6358: "
` [PATCH v2 4/6] mips: bmips: bcm6362: "
` [PATCH v2 5/6] mips: bmips: bcm6368: "
` [PATCH v2 6/6] mips: bmips: bcm63268: "
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).