All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-28 22:50:04 to 2021-03-01 01:17:07 UTC [more...]

[PATCH v2 00/10] Refactor arch specific Hyper-V code
 2021-03-01  1:15 UTC  (2+ messages)
` [PATCH v2 01/10] Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code

[PATCH] [RFC] arm64: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2021-03-01  1:11 UTC  (5+ messages)

[drm/i915/gt] 8c3b1ba0e7: perf-sanity-tests.Parse_event_definition_strings.fail
 2021-03-01  1:12 UTC  (3+ messages)

drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c:1510:12: error: implicit declaration of function 'fib_info_nh'
 2021-03-01  1:03 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/xiang/erofs
 2021-03-01  1:15 UTC 

post-receive: pub/scm/linux/kernel/git/xiang/erofs
 2021-03-01  1:14 UTC 

[PATCH v2 0/5] aspeed: LPC peripheral controller devices
 2021-03-01  1:06 UTC  (6+ messages)
` [PATCH v2 1/5] arm: ast2600: Force a multiple of 32 of IRQs for the GIC
` [PATCH v2 2/5] hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheet
` [PATCH v2 3/5] hw/arm: ast2600: Correct the iBT interrupt ID
` [PATCH v2 4/5] hw/misc: Add a basic Aspeed LPC controller model
` [PATCH v2 5/5] hw/misc: Model KCS devices in the Aspeed LPC controller

[LTP] [PATCH] unshare01.sh: Setup parent mount flag before unshare testing
 2021-03-01  1:13 UTC 

[oe] [meta-oe] [PATCH] gphoto2: upgrade 2.5.26 -> 2.5.27
 2021-03-01  1:12 UTC 

[oe] [meta-oe] [PATCH] libgphoto2: upgrade 2.5.26 -> 2.5.27
 2021-03-01  1:12 UTC 

[PATCH] iommu/vt-d: Fix status code for Allocate/Free PASID command
 2021-03-01  0:44 UTC  (3+ messages)

[PATCH 1/4] mm: restore node stat checking in /proc/sys/vm/stat_refresh
 2021-03-01  0:53 UTC  (8+ messages)
` [PATCH 2/4] mm: no more EINVAL from /proc/sys/vm/stat_refresh
` [PATCH 3/4] mm: /proc/sys/vm/stat_refresh skip checking known negative stats
` [PATCH 4/4] mm: /proc//sys/vm/stat_refresh stop checking monotonic numa stats

[PATCH] net:ipv4: Packet is not forwarded when ingress interface is not configured with bc_forwarding
 2021-03-01  0:53 UTC  (2+ messages)
` [PATCH] net:ipv4: Packet is not forwarded if bc_forwarding not configured on ingress interface

[PATCH v2 0/6] arm/arm64: Allow the rescheduling IPI to bypass irq_enter/exit
 2021-03-01  0:39 UTC  (3+ messages)

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2021-03-01  0:47 UTC  (4+ messages)
` [PATCH v3 28/32] powerpc/64s: interrupt implement exit logic in C

[PATCH] pre-proc: do some path normalization
 2021-03-01  0:44 UTC 

drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c:688:31: warning: variable 'cmd_enc' set but not used
 2021-03-01  0:41 UTC  (2+ messages)

Linux 4.9.258
 2021-03-01  0:13 UTC  (2+ messages)
` futex breakage in 4.9 stable branch

[dpdk-dev] [PATCH] net/bnxt: refactor HWRM rings allocation routine
 2021-03-01  0:37 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/bnxt: fix Rx queue count implementation
 2021-03-01  0:37 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/shawnguo/linux
 2021-03-01  0:36 UTC 

[PATCH 00/50] i386 cleanup part 3
 2021-03-01  0:31 UTC  (52+ messages)
` [PATCH 01/50] target/i386: Split out gen_exception_gpf
` [PATCH 02/50] target/i386: Split out check_cpl0
` [PATCH 03/50] target/i386: Unify code paths for IRET
` [PATCH 04/50] target/i386: Split out check_vm86_iopl
` [PATCH 05/50] target/i386: Split out check_iopl
` [PATCH 06/50] target/i386: Assert PE is set for user-only
` [PATCH 07/50] target/i386: Assert CPL is 3 "
` [PATCH 08/50] target/i386: Assert IOPL is 0 "
` [PATCH 09/50] target/i386: Assert !VM86 for x86_64 user-only
` [PATCH 10/50] target/i386: Assert CODE32 "
` [PATCH 11/50] target/i386: Assert SS32 "
` [PATCH 12/50] target/i386: Assert CODE64 "
` [PATCH 13/50] target/i386: Assert LMA "
` [PATCH 14/50] target/i386: Assert !ADDSEG "
` [PATCH 15/50] target/i386: Introduce REX_PREFIX
` [PATCH 16/50] target/i386: Tidy REX_B, REX_X definition
` [PATCH 17/50] target/i386: Move rex_r into DisasContext
` [PATCH 18/50] target/i386: Move rex_w "
` [PATCH 19/50] target/i386: Remove DisasContext.f_st as unused
` [PATCH 20/50] target/i386: Reduce DisasContext.flags to uint32_t
` [PATCH 21/50] target/i386: Reduce DisasContext.override to int8_t
` [PATCH 22/50] target/i386: Reduce DisasContext.prefix to uint8_t
` [PATCH 23/50] target/i386: Reduce DisasContext.vex_[lv] "
` [PATCH 24/50] target/i386: Reduce DisasContext popl_esp_hack and rip_offset "
` [PATCH 25/50] target/i386: Leave TF in DisasContext.flags
` [PATCH 26/50] target/i386: Reduce DisasContext jmp_opt, repz_opt to bool
` [PATCH 27/50] target/i386: Fix the comment for repz_opt
` [PATCH 28/50] target/i386: Reorder DisasContext members
` [PATCH 29/50] target/i386: Add stub generator for helper_set_dr
` [PATCH 30/50] target/i386: Assert !SVME for user-only
` [PATCH 31/50] target/i386: Assert !GUEST "
` [PATCH 32/50] target/i386: Implement skinit in translate.c
` [PATCH 33/50] target/i386: Eliminate SVM helpers for user-only
` [PATCH 34/50] target/i386: Mark some helpers as noreturn
` [PATCH 35/50] target/i386: Simplify gen_debug usage
` [PATCH 36/50] target/i386: Tidy svm_check_intercept from tcg
` [PATCH 37/50] target/i386: Remove pc_start argument to gen_svm_check_intercept
` [PATCH 38/50] target/i386: Remove user stub for cpu_vmexit
` [PATCH 39/50] target/i386: Cleanup read_crN, write_crN, lmsw
` [PATCH 40/50] target/i386: Pass env to do_pause and do_hlt
` [PATCH 41/50] target/i386: Move invlpg, hlt, monitor, mwait to sysemu
` [PATCH 42/50] target/i386: Unify invlpg, invlpga
` [PATCH 43/50] target/i386: Inline user cpu_svm_check_intercept_param
` [PATCH 44/50] target/i386: Eliminate user stubs for read/write_crN, rd/wrmsr
` [PATCH 45/50] target/i386: Exit tb after wrmsr
` [PATCH 46/50] target/i386: Tidy gen_check_io
` [PATCH 47/50] target/i386: Pass in port to gen_check_io
` [PATCH 48/50] target/i386: Create helper_check_io
` [PATCH 49/50] target/i386: Move helper_check_io to sysemu
` [PATCH 50/50] target/i386: Remove user-only i/o stubs

[PATCH 00/11] pragma once: treewide conversion
 2021-03-01  0:29 UTC  (5+ messages)
` [PATCH 12/11] pragma once: scripted "

Linux 5.12-rc1
 2021-03-01  0:29 UTC 

[PATCH 0/4] aspeed: LPC peripheral controller devices
 2021-03-01  0:23 UTC  (11+ messages)
` [PATCH 1/4] arm: ast2600: Force a multiple of 32 of IRQs for the GIC
` [PATCH 2/4] arm: ast2600: Fix iBT IRQ ID
` [PATCH 4/4] hw/misc: Model KCS devices in the Aspeed LPC controller

[PATCH 0/5] tcg/tci: Merge identical cases in generation
 2021-03-01  0:06 UTC  (2+ messages)

linux-next: Tree for Mar 1
 2021-03-01  0:17 UTC 

[MPTCP] Re: [PATCH iproute2-next] mptcp: add support for port based endpoint
 2021-03-01  0:16 UTC  (2+ messages)
`  "

[PATCH 1/3] apr-util: Fix CFLAGS used in build
 2021-03-01  0:17 UTC  (3+ messages)
` [PATCH 2/3] gstreamer1.0-python: Set internal python library path correcty
` [PATCH 3/3] diffoscope: Upgrade 167 -> 168

post-receive: pub/scm/network/iproute2/iproute2-next
 2021-03-01  0:16 UTC 

post-receive: pub/scm/linux/kernel/git/next/linux-next-history
 2021-03-01  0:13 UTC 

6900XT HDMI 2.1 -> Missing 4K120Hz
 2021-03-01  0:12 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2021-03-01  0:13 UTC 

[PATCH 0/5] cmd: Add support for command substitution
 2021-03-01  0:12 UTC  (14+ messages)
` [PATCH 1/5] hush: Print syntax error line with DEBUG_SHELL
` [PATCH 2/5] cmd: Add support for (limited) command substitution
` [PATCH 3/5] cmd: Convert echo to use cmd_result
` [PATCH 4/5] test: hush: Add test for command substitution
` [PATCH 5/5] cmd: Convert part uuid to use cmd_result

[Question] How to save_stack_trace_tsk_reliable() on mips?
 2021-03-01  0:10 UTC  (2+ messages)

[GIT PULL] Forgotten IDE fix
 2021-03-01  0:08 UTC  (2+ messages)

Linux kernel 5.12-rc1 released
 2021-03-01  0:08 UTC 

[PATCH 0/3] kernel/smp.c: add more CSD lock debugging
 2021-03-01  0:07 UTC  (6+ messages)
` [PATCH 3/3] kernel/smp: add more data to "

[PATCH 00/23] target: code cleanup
 2021-03-01  0:06 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2021-03-01  0:07 UTC 

stable-rc/linux-4.9.y baseline: 46 runs, 1 regressions (v4.9.258-13-ga67538ea49977)
 2021-03-01  0:06 UTC 

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-03-01  0:04 UTC  (12+ messages)
` [PATCH v4 07/10] coresight: etm4x: Add complex configuration handlers to etmv4
` [PATCH v4 08/10] coresight: config: Add preloaded configurations
` [PATCH v4 09/10] coresight: syscfg: Add initial configfs support

[PATCH 0/5] Touch Bar and ALS support for MacBook Pro's
 2021-03-01  0:04 UTC  (4+ messages)
` [PATCH 4/5] HID: apple-ibridge: Add Apple iBridge HID driver for T1 chip

[PATCH] tcg/aarch64: Fix constant subtraction in tcg_out_addsub2
 2021-02-28 23:28 UTC 

[PATCH] net/core/skbuff.c: __netdev_alloc_skb fix when len is greater than KMALLOC_MAX_SIZE
 2021-02-28 23:53 UTC  (8+ messages)
` [PATCH v3] net/core/skbuff: fix passing wrong size to __alloc_skb
        ` [PATCH v4] net/qrtr: fix __netdev_alloc_skb call

[PATCH] net:ipv4: Packet is not forwarded when ingress interface is not configured with bc_forwarding
 2021-02-28 23:52 UTC  (2+ messages)

[PATCH] hush: Fix assignments being misinterpreted as commands
 2021-02-28 23:51 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-02-28 23:50 UTC 

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-02-28 23:50 UTC 

Regression in rdma_rxe driver?
 2021-02-28 23:47 UTC  (2+ messages)

[PATCH v1] drm/nouveau/device: append a NUL-terminated character for the string which filled by strncpy()
 2021-02-27  9:20 UTC  (3+ messages)
` [Linuxarm] "
  ` [Nouveau] "

[PATCH v2] xfs: various log stuff
 2021-02-28 23:46 UTC  (8+ messages)
` [PATCH 2/8] xfs: separate CIL commit record IO

[PATCH v2 0/3] Add support for the GST ESPRESSOBin-Ultra board
 2021-02-28 23:45 UTC  (4+ messages)
` [PATCH v2 1/3] cmd: mvebu: Implement the Marvell hw_info command

[RFC PATCH net 0/2] nexthop: Do not flush blackhole nexthops when loopback goes down
 2021-02-28 23:41 UTC  (5+ messages)
` [RFC PATCH net 1/2] "
` [RFC PATCH net 2/2] selftests: fib_nexthops: Test "

[PATCH RESEND] ide/falconide: Fix module unload
 2021-02-28 23:38 UTC  (5+ messages)

code questions about xfs log implementation
 2021-02-28 23:32 UTC  (2+ messages)

[cip-dev] [ANNOUNCE] Release v4.19.177-cip44
 2021-02-28 23:27 UTC 

[PATCH v2 1/3] parport: Introduce module_parport_driver() helper macro
 2021-02-28 23:27 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/cip/linux-cip
 2021-02-28 23:25 UTC 

post-receive: pub/scm/linux/kernel/git/cip/linux-cip
 2021-02-28 23:25 UTC 

[PATCH] tpm: Don't propagate measurement failures to the verifiers layer
 2021-02-28 23:25 UTC  (6+ messages)

[PATCH] remmina: Upgrade 1.4.10 -> 1.4.11
 2021-02-28 23:21 UTC 

next/pending-fixes build: 200 builds: 0 failed, 200 passed, 15 warnings (v5.11-11896-g31549ef5d561)
 2021-02-28 23:20 UTC 

[PATCH] freerdp: Upgrade 2.2.0 -> 2.3.0
 2021-02-28 23:20 UTC 

drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1109 amdgpu_debugfs_gfxoff_read() warn: ignoring unreachable code
 2021-02-28 23:17 UTC 

[PATCH] git-gui: fix commit message comment line removal with older Tcl versions
 2021-02-28 23:11 UTC 

[PATCH] arm: Enlarge IO_SPACE_LIMIT needed for some SoC
 2021-02-28 14:44 UTC  (2+ messages)

[PATCH v2 1/2] mm: cma: allocate cma areas bottom-up
 2021-02-28 23:08 UTC  (6+ messages)
` [PATCH v2 2/2] memblock: do not start bottom-up allocations with kernel_end

possible deadlock in io_poll_double_wake (2)
 2021-02-28 23:08 UTC  (2+ messages)

[PATCH 0/2] hwmon: (pmbus): Infineon IR36021 driver
 2021-02-28 23:07 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: trivial-devices: Add infineon,ir36021
` [PATCH 2/2] hwmon: (pmbus): Add driver for Infineon IR36021

stable-rc/linux-4.19.y baseline: 85 runs, 1 regressions (v4.19.177-24-g44c7eca98a48c)
 2021-02-28 23:02 UTC 

[PATCH v2] git-gui: remove lines starting with the comment character
 2021-02-28 23:00 UTC  (2+ messages)

[PATCH V2] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT
 2021-02-28 23:00 UTC  (3+ messages)
` [PATCH] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling

[PATCH] mtd-utils: Use AC_SYS_LARGEFILE
 2021-02-28 22:58 UTC  (2+ messages)

[PATCH] drm/msm/adreno: a5xx_power: Don't apply A540 lm_setup to other GPUs
 2021-02-28 12:36 UTC 

[PATCH] drm/msm/dsi: Uncomment core_mmss clock for MSM8996
 2021-02-28 12:43 UTC 

[PATCH] MAINTAINERS: update drm bug reporting URL
 2021-02-28 16:36 UTC 

[PATCH] Revert "drm/nouveau: fix dma syncing warning with debugging on."
 2021-02-28 21:19 UTC 

[PATCH 1/2] dt-bindings: leds: backlight: qcom-wled: Add PMI8994 compatible
 2021-02-28 12:41 UTC  (2+ messages)
` [PATCH 2/2] video: "

[PATCH] drm/gem: add checks of drm_gem_object->funcs
 2021-02-28 16:10 UTC 

[meta-security][PATCH 01/12] arpwatch: upgrade 3.0 -> 3.1
 2021-02-28 22:56 UTC  (12+ messages)
` [meta-security][PATCH 02/12] checksec: upgrade 2.1.0 -> 2.4.0
` [meta-security][PATCH 03/12] ding-libs: upgrade 0.5.0 -> 0.6.1
` [meta-security][PATCH 04/12] fscryptctl: upgrade 0.1.0 -> 1.0.0
` [meta-security][PATCH 05/12] libseccomp: upgrade 2.5.0 -> 2.5.1
` [meta-security][PATCH 06/12] python3-privacyidea: upgrade 3.3 -> 3.5.1
` [meta-security][PATCH 07/12] python3-scapy: upgrade 2.4.3 -> 2.4.4
` [meta-security][PATCH 08/12] samhain: update to 4.4.3
` [meta-security][PATCH 09/12] opendnssec: update to 2.1.8
` [meta-security][PATCH 10/12] "
` [meta-security][PATCH 11/12] python3-fail2ban: update to 0.11.2
` [meta-security][PATCH 12/12] suricata: update to 4.10.0

arch/powerpc/mm/book3s64/iommu_api.c:422:6: sparse: sparse: context imbalance in 'mm_iommu_is_devmem' - wrong count at exit
 2021-02-28 22:53 UTC 

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-02-28 22:50 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.