All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-02 23:02:20 to 2021-09-03 00:48:11 UTC [more...]

[patch 119/212] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
 2021-09-03  0:48 UTC  (7+ messages)

[dpdk-dev] [PATCH 0/5] Packet capture framework enhancements
 2021-09-03  0:47 UTC  (6+ messages)
` [dpdk-dev] [PATCH 1/5] librte_pcapng: add new library for writing pcapng files
` [dpdk-dev] [PATCH 2/5] pdump: support pcapng and filtering
` [dpdk-dev] [PATCH 3/5] app/dumpcap: add new packet capture application
` [dpdk-dev] [PATCH 4/5] doc: changes for new pcapng and dumpcap
` [dpdk-dev] [PATCH 5/5] MAINTAINERS: add entry for new pcapng and dumper

[PATCH 0/7] KVM: X86: MMU: misc fixes and cleanups
 2021-09-03  0:44 UTC  (5+ messages)
` [PATCH 2/7] KVM: X86: Synchronize the shadow pagetable before link it

[hch-block:gendisk-flags 3/10] drivers/block/xen-blkfront.c:515:30: error: 'GENHD_FL_CD' undeclared; did you mean 'GENHD_FL_HIDDEN'?
 2021-09-03  0:44 UTC 

[PATCH v2 00/13] kbuild: second round of Clang LTO refactoring
 2021-09-03  0:43 UTC  (9+ messages)
` [PATCH v2 05/13] kbuild: detect objtool update without using .SECONDEXPANSION
` [PATCH v2 06/13] kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modules

[GIT PULL] (swiotlb) stable/for-linus-5.15
 2021-09-03  0:42 UTC  (4+ messages)

[PATCH v4] platform/x86: Add driver for ACPI WMAA EC-based backlight control
 2021-09-03  0:38 UTC  (5+ messages)
` [PATCH v5] "
    ` [PATCH v6] "

[Buildroot] What's wrong with patchwork
 2021-09-03  0:40 UTC 

[dpdk-dev] [PATCH] dmadev: introduce DMA device library
 2021-09-03  0:39 UTC  (5+ messages)
` [dpdk-dev] [PATCH v19 0/7] support dmadev
  ` [dpdk-dev] [PATCH v19 7/7] app/test: add dmadev API test

[PATCH v5 0/7] Domain on Static Allocation
 2021-09-03  0:39 UTC  (5+ messages)
` [PATCH v5 7/7] xen/arm: introduce allocate_static_memory

linux-next: build warning after merge of the devicetree tree
 2021-09-03  0:38 UTC  (4+ messages)

[linux-next:master 8048/11508] arch/mips/alchemy/devboards/db1550.c:69:2: warning: unannotated fall-through between switch labels
 2021-09-03  0:35 UTC  (2+ messages)

[PATCH v7 0/8] use DYNAMIC_DEBUG to implement DRM.debug
 2021-09-03  0:31 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for use DYNAMIC_DEBUG to implement DRM.debug (rev2)

[PATCH v2 mptcp-next 0/4] mptcp: just another xmit path refactor
 2021-09-03  0:30 UTC  (3+ messages)
` [PATCH v2 mptcp-next 2/4] mptcp: stop relaying on tcp_tx_skb_cache

[PATCH v3 00/43] bsd-user updates to run hello world
 2021-09-02 23:47 UTC  (44+ messages)
` [PATCH v3 01/43] bsd-user: remove sparc and sparc64
` [PATCH v3 02/43] bsd-user: add copyright header to elfload.c
` [PATCH v3 03/43] bsd-user: Add Stacey's copyright to main.c
` [PATCH v3 04/43] bsd-user: add license to bsdload.c
` [PATCH v3 05/43] bsd-user: style nits: bsdload.c whitespace to qemu standard
` [PATCH v3 06/43] bsd-user: Remove all non-x86 code from elfload.c
` [PATCH v3 07/43] bsd-user: move arch specific defines out of elfload.c
` [PATCH v3 08/43] bsd-user: pass the bsd_param into loader_exec
` [PATCH v3 09/43] bsd-user: Fix calculation of size to allocate
` [PATCH v3 10/43] bsd-user: implement path searching
` [PATCH v3 11/43] bsd-user: Eliminate elf personality
` [PATCH v3 12/43] bsd-user: remove a.out support
` [PATCH v3 13/43] bsd-user: TARGET_NGROUPS unused in this file, remove
` [PATCH v3 14/43] bsd-user: elfload: simplify bswap a bit
` [PATCH v3 15/43] bsd-user: assume pthreads and support of __thread
` [PATCH v3 16/43] bsd-user: add host-os.h
` [PATCH v3 17/43] bsd-user: Include host-os.h from main
` [PATCH v3 18/43] bsd-user: save the path to the qemu emulator
` [PATCH v3 19/43] bsd-user: start to move target CPU functions to target_arch*
` [PATCH v3 20/43] bsd-user: Move per-cpu code into target_arch_cpu.h
` [PATCH v3 21/43] bsd-user: pull in target_arch_thread.h update target_arch_elf.h
` [PATCH v3 22/43] bsd-user: Include more things in qemu.h
` [PATCH v3 23/43] bsd-user: define max args in terms of pages
` [PATCH v3 24/43] bsd-user: Create target specific vmparam.h
` [PATCH v3 25/43] bsd-user: Add system independent stack, data and text limiting
` [PATCH v3 26/43] bsd-user: *BSD specific siginfo defintions
` [PATCH v3 27/43] bsd-user: Implement --seed and initialize random state
` [PATCH v3 28/43] bsd-user: Move stack initializtion into a per-os file
` [PATCH v3 29/43] bsd-user: Add architecture specific signal tramp code
` [PATCH v3 30/43] bsd-user: elf cleanup
` [PATCH v3 31/43] bsd-user: Remove dead #ifdefs from elfload.c
` [PATCH v3 32/43] bsd-user: Rewrite target system call definintion glue
` [PATCH v3 33/43] bsd-user: Make cpu_model and cpu_type visible to all of main.c
` [PATCH v3 34/43] bsd-user: update debugging in mmap.c
` [PATCH v3 35/43] bsd-user: Add target_arch_reg to describe a target's register set
` [PATCH v3 36/43] bsd-user: Add target_os_user.h to capture the user/kernel structures
` [PATCH v3 37/43] bsd-user: add stubbed out core dump support
` [PATCH v3 38/43] bsd-user: elfload.c style catch up patch
` [PATCH v3 39/43] bsd-user: Refactor load_elf_sections and is_target_elf_binary
` [PATCH v3 40/43] bsd-user: move qemu_log to later in the file
` [PATCH v3 41/43] bsd-user: Implement interlock for atomic operations
` [PATCH v3 42/43] bsd-user: Add '-0 argv0' option to bsd-user/main.c
` [PATCH v3 43/43] bsd-user: Update mapping to handle reserved and starting conditions

[PATCH v9 1/3] mm: rearrange madvise code to allow for reuse
 2021-09-03  0:28 UTC  (4+ messages)
` [PATCH v9 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v9 3/3] mm: add anonymous vma name refcounting

[ovmf test] 164783: regressions - FAIL
 2021-09-03  0:26 UTC 

[ovmf bisection] complete build-i386
 2021-09-03  0:26 UTC 

[linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
 2021-09-03  0:21 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: sc7180-trogdor: Delete ADC config for unused thermistors
 2021-09-03  0:20 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/5] A means to negotiate support for Rx meta information
 2021-09-03  0:15 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/5] ethdev: add API "
  ` [dpdk-dev] [PATCH v2 2/5] net/sfc: provide API to negotiate supported Rx meta features
  ` [dpdk-dev] [PATCH v2 3/5] net/sfc: allow to use EF100 native datapath Rx mark in flows
  ` [dpdk-dev] [PATCH v2 4/5] common/sfc_efx/base: add RxQ flag to use Rx prefix user flag
  ` [dpdk-dev] [PATCH v2 5/5] net/sfc: allow to discern user flag on EF100 native datapath

[jimc:dd-drm-next 5/8] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_debug.c:66:1: error: expected identifier or '('
 2021-09-03  0:16 UTC 

[virtio-comment] [PATCH v5] virtio-vsock: add description for datagram type
 2021-09-03  0:08 UTC  (4+ messages)
`  "
  ` [virtio-comment] "

[PATCH 1/2] ARM: dts: aspeed: rainier: Add system LEDs
 2021-09-03  0:08 UTC  (2+ messages)

[v6 1/1] x86/bugs: Implement mitigation for Predictive Store Forwarding
 2021-09-03  0:07 UTC  (3+ messages)
` [v6 1/1] x86/bugs: Implement mitigation for Predictive Store

[rcu:dev.2021.08.25a 98/115] kernel/time/hrtimer.c:1631:6: warning: no previous prototype for 'hrtimer_interrupt_get_debug'
 2021-09-03  0:04 UTC  (2+ messages)

[RFC PATCH net-next 0/3] Make the PHY library stop being so greedy when binding the generic PHY driver
 2021-09-03  0:04 UTC  (16+ messages)
` [RFC PATCH net-next 1/3] net: phy: don't bind genphy in phy_attach_direct if the specific driver defers probe
` [RFC PATCH net-next 2/3] net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setup

[PATCH] xfs: clean up some inconsistent indenting
 2021-09-02 23:31 UTC  (2+ messages)

[PATCH 0/3] cifs: create a common smb2pdu.h for client and server
 2021-09-03  0:00 UTC  (5+ messages)
` [PATCH 1/3] cifs: create smb2pdu.h to be shared between cifs "
` [PATCH 2/3] cifs: rename smb2_sync_hdr to smb2_hdr to harmonize naming with ksmbd
` [PATCH 3/3] cifs: move smb2 tree_[dis]connect definitions to the shared cifs_common

[PATCH 5.14 00/11] 5.14.1-rc1 review
 2021-09-02 23:58 UTC  (2+ messages)

[PATCH -next] scsi: iscsi: Adjuest iface sysfs attr detection
 2021-09-02 23:58 UTC  (2+ messages)

[f2fs-dev] [PATCH v4] f2fs: introduce fragment allocation mode mount option
 2021-09-02 23:57 UTC  (3+ messages)

[dpdk-dev] [PATCH] config/ppc: ignore gcc 11 psabi warnings
 2021-09-02 23:53 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCHSET v2 0/8] fstests: document all test groups
 2021-09-02 23:53 UTC  (9+ messages)
` [PATCH 1/8] ceph: re-tag copy_file_range as being in the copy_range group
` [PATCH 2/8] xfs: move reflink tests into the clone group
` [PATCH 3/8] xfs: fix incorrect fuzz test group name
` [PATCH 4/8] btrfs: fix incorrect subvolume "
` [PATCH 5/8] generic/631: change this test to use the 'whiteout' group
` [PATCH 6/8] tools: make sure that test groups are described in the documentation
` [PATCH 7/8] tools: add missing license tags to my scripts
` [PATCH 8/8] new: only allow documented test group names

[hch-block:gendisk-flags 3/10] drivers/block/xen-blkfront.c:515:30: error: use of undeclared identifier 'GENHD_FL_CD'
 2021-09-02 23:52 UTC 

incoming
 2021-09-02 23:51 UTC  (5+ messages)
` [patch 036/212] mm, slab: make flush_slab() possible to call with irqs enabled

[PATCH] media: usb: fix memory leak in stk_camera_probe
 2021-09-02 23:51 UTC  (13+ messages)

[PATCH V5 0/2] btrfs: device_list_mutex fix lockdep warn and cleanup
 2021-09-02 23:51 UTC  (4+ messages)
` [PATCH V5 1/2] btrfs: fix lockdep warning while mounting sprout fs

[PATCH v2 0/6] Armv8r64 + BASER_FVP board support
 2021-09-02 23:49 UTC  (5+ messages)
` [PATCH v2 5/6] arm: Use armv8_switch_to_el1 env to switch to EL1

[Intel-gfx] [PATCH][next] drm/i915: clean up inconsistent indenting
 2021-09-02 23:48 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v2] workqueue: Don't record workqueue stack holding raw_spin_lock
 2021-09-02 23:46 UTC  (3+ messages)

[PATCH v6 0/6] Finish converting git bisect to C part 4
 2021-09-02 23:43 UTC  (5+ messages)
` [PATCH v6 5/6] bisect--helper: reimplement `bisect_run` shell
` [PATCH v6 6/6] bisect--helper: retire `--bisect-next-check` subcommand

[PATCH 1/2] dt-bindings: leds: Add Allwinner R329/D1 LED controller
 2021-09-02 23:42 UTC  (2+ messages)
` [PATCH 2/2] leds: sunxi: New driver for the "

[PATCH v6 0/6] Bluetooth: fix locking and socket killing in SCO and RFCOMM
 2021-09-02 23:42 UTC  (10+ messages)
` [PATCH v6 1/6] Bluetooth: schedule SCO timeouts with delayed_work

fallocate + ftruncate
 2021-09-02 23:41 UTC  (2+ messages)

[PATCH v5 0/2] Cirrus Logic CS35L41 Amplifier
 2021-09-02 23:40 UTC  (4+ messages)
` [PATCH v5 1/2] ASoC: cs35l41: CS35L41 Boosted Smart Amplifier

blktest/rxe almost working
 2021-09-02 23:38 UTC  (2+ messages)

New version of lore available for preview
 2021-09-02 23:38 UTC  (4+ messages)

[bluetooth-next:master] BUILD SUCCESS 15957cab9db009c10925994b59a64410a707c17e
 2021-09-02 23:37 UTC 

[syzbot] KASAN: use-after-free Read in __crypto_xor
 2021-09-02 23:36 UTC 

New pacific mon won't join with octopus mons
 2021-09-02 23:36 UTC  (5+ messages)

[RFC Patch net-next] net_sched: introduce eBPF based Qdisc
 2021-09-02 23:35 UTC  (10+ messages)

[PATCH v7 0/5] media: mediatek: support mdp3 on mt8183 platform
 2021-09-02 23:32 UTC  (8+ messages)
` [PATCH v7 3/5] dt-binding: mt8183: Add Mediatek MDP3 dt-bindings

[igt-dev] [PATCH i-g-t] tests/i915/gem_ctx_persistence: modified test_saturated_hostile subtest
 2021-09-02 23:33 UTC  (2+ messages)

[rcu:dev.2021.08.25a 114/115] kernel/time/tick-oneshot.c:22:7: warning: no previous prototype for function 'tick_program_event_get_debug'
 2021-09-02 23:32 UTC  (2+ messages)

[GIT PULL] first round of SCSI updates for the 5.14+ merge window
 2021-09-02 23:32 UTC  (4+ messages)

[GIT PULL v2] Kbuild updates for v5.15-rc1
 2021-09-02 23:30 UTC 

[GIT PULL] Kbuild updates for v5.15-rc1
 2021-09-02 23:29 UTC  (3+ messages)

[PATCH 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-02 23:30 UTC  (6+ messages)
` [PATCH 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte

[PATCH] termios.3: CIBAUD and IBSHIFT are implemented on Linux, just unsupported by glibc
 2021-09-02 23:29 UTC 

[Intel-gfx] [PATCH V4 0/6] drm/i915/gt: Initialize unused MOCS entries to L3_WB
 2021-09-02 23:26 UTC  (4+ messages)
` [Intel-gfx] [PATCH V4 2/6] drm/i915/gt: Set CMD_CCTL to UC for Gen12 Onward

[PATCH v2 0/2] Add the SiFive PWM device
 2021-09-02 23:25 UTC  (3+ messages)
` [PATCH v2 1/2] hw/timer: Add SiFive PWM support
` [PATCH v2 2/2] sifive_u: Connect the SiFive PWM device

[PATCH v1 0/2] RISC-V: Populate mtval and stval
 2021-09-02 23:23 UTC  (3+ messages)
` [PATCH v1 1/2] target/riscv: Implement the stval/mtval illegal instruction
` [PATCH v1 2/2] target/riscv: Set mtval and stval support

[RFC][PATCH v1 00/10] Enable encrypted guest memory access in QEMU
 2021-09-02 23:23 UTC  (3+ messages)

[patch 075/212] mm/gup: remove try_get_page(), call try_get_compound_head() directly
 2021-09-02 23:23 UTC  (2+ messages)

[PATCH] net: phy: dp83tc811: modify list of interrupts enabled at initialization
 2021-09-02 23:23 UTC  (2+ messages)

[PATCH 00/11] sunxi: Migrate to DM_I2C
 2021-09-02 23:23 UTC  (10+ messages)
  ` [PATCH 03/11] power: pmic: Consistently depend on DM_PMIC
  ` [PATCH 04/11] power: pmic: Make the uclass optional in SPL
  ` [PATCH 05/11] power: pmic: Add a driver for X-Powers AXP PMICs
  ` [PATCH 07/11] sunxi: pmic_bus: Fix Kconfig dependencies

[PATCH v2 rdma-core] irdma: Add ice and irdma to kernel-boot rules
 2021-09-02 23:23 UTC  (6+ messages)

[PATCH 0/4] bundle: show progress on "unbundle"
 2021-09-02 23:19 UTC  (7+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 2/5] strvec: add a strvec_pushvec()

linux-next: build failure after merge of the overlayfs tree
 2021-09-02 23:17 UTC  (3+ messages)

[RFC PATCH net] net: dsa: tear down devlink port regions when tearing down the devlink port on error
 2021-09-02 23:17 UTC 

[PATCH net-next v2 0/3] TSN endpoint Ethernet MAC driver
 2021-09-02 23:17 UTC  (3+ messages)
` [PATCH net-next v2 3/3] tsnep: Add "

[PATCH v4 bpf-next 0/9] bpf: implement variadic printk helper
 2021-09-02 23:14 UTC  (11+ messages)
` [PATCH v4 bpf-next 4/9] libbpf: Modify bpf_printk to choose helper based on arg count
` [PATCH v4 bpf-next 5/9] libbpf: use static const fmt string in __bpf_printk
` [PATCH v4 bpf-next 6/9] bpftool: only probe trace_vprintk feature in 'full' mode
` [PATCH v4 bpf-next 8/9] selftests/bpf: add trace_vprintk test prog
` [PATCH v4 bpf-next 9/9] selftests/bpf: Add test for bpf_printk w/ 0 fmt args

[rcu:dev.2021.08.25a 109/115] kernel/time/tick-oneshot.c:27:55: warning: integer overflow in expression of type 'long int' results in '-1857093632'
 2021-09-02 23:13 UTC  (2+ messages)

[PATCH v2 1/2] mmc: fsl_esdhc_imx: initialize data for imx7ulp
 2021-09-02 23:12 UTC  (4+ messages)
    ` [PATCH v2 2/2] mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULP

[chrome-os:chromeos-5.10 3/147] sound/soc/codecs/arizona-jack.c:1380:4: warning: Value stored to 'mode' is never read [clang-analyzer-deadcode.DeadStores]
 2021-09-02 23:09 UTC 

[PATCH v4 0/2] mmc: Add support for enumrating MMC card in user specified mode
 2021-09-02 23:06 UTC  (5+ messages)
  ` [PATCH v4 1/2] mmc: Add support for enumerating MMC card in a given mode using mmc command

[PATCH] clk: sunxi-ng: mux: Remove unused 'reg' field
 2021-09-02 23:03 UTC  (2+ messages)

[PATCH v5 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-02 23:05 UTC  (5+ messages)
` [PATCH v5 bpf-next 2/3] bpf: introduce helper bpf_get_branch_snapshot

[PATCH v2 0/2] Fix simple-bus issues with fw_devlink
 2021-09-02 23:04 UTC  (3+ messages)
` [PATCH v2 1/2] of: platform: Make sure bus only devices get probed
` [PATCH v2 2/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices

[PATCH] clk: sunxi-ng: Add machine dependency to A83T CCU
 2021-09-02 23:02 UTC 

[PATCH 0/3] pack-objects: simplify add_objects_in_unpacked_packs()
 2021-09-02 23:04 UTC  (3+ messages)
` [PATCH 2/3] builtin/pack-objects.c: "

[PATCH] NFSD: drop support for ancient file-handles
 2021-09-02 23:02 UTC  (12+ messages)
` [PATCH v2] BTRFS/NFSD: provide more unique inode number for btrfs export


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.