All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-10 23:58:27 to 2022-10-11 01:02:00 UTC [more...]

[rft, PATCH v2 00/36] pinctrl: Clean up and add missed headers
 2022-10-11  0:01 UTC  (5+ messages)
` [PATCH v2 02/36] gpiolib: cdev: Add missed header(s)

[net-next PATCH] net: core: Add napi_complete_done tracepoint
 2022-10-11  1:01 UTC  (3+ messages)

[PATCH wpan/next v4 0/8] net: ieee802154: Improve filtering support
 2022-10-11  1:01 UTC  (2+ messages)

[PATCH] clk: spear: Move prototype to accessible header
 2022-10-11  1:01 UTC  (2+ messages)

[PATCH mptcp-next v5 00/11] refactor push pending
 2022-10-11  1:01 UTC  (8+ messages)
` [PATCH mptcp-next v5 03/11] mptcp: refactor push_pending logic

[PATCH v2 0/6] Enable LKGS instruction
 2022-10-11  0:59 UTC  (2+ messages)

[RFC PATCH] shortlog: add group-by options for year and month
 2022-10-11  1:00 UTC  (10+ messages)
` [RFC PATCH v2] "

[PATCH 6.0 00/17] 6.0.1-rc1 review
 2022-10-11  0:59 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 37 runs, 8 regressions (v5.4.217-17-ge248936fbb4b)
 2022-10-11  0:58 UTC 

stable-rc/linux-5.10.y bisection: baseline.login on panda
 2022-10-11  0:55 UTC  (3+ messages)

[Intel-gfx] [PATCH v3 00/17] drm/i915/vm_bind: Add VM_BIND functionality
 2022-10-11  0:55 UTC  (9+ messages)
` [Intel-gfx] [PATCH v3 07/17] drm/i915/vm_bind: Add support to handle object evictions
          `  "

[PATCH mptcp-next 1/2] Squash to "mptcp: simplify push_pending" v5
 2022-10-11  0:55 UTC  (3+ messages)
` [PATCH mptcp-next 2/2] Squash to "mptcp: multi subflows subflow_push_pending" v5

[PATCH 00/35] net/ionic: updates for 22.11 release
 2022-10-11  0:50 UTC  (37+ messages)
` [PATCH v1 "
` [PATCH v1 01/35] net/ionic: fix up endianness for Rx and Tx handling
` [PATCH v1 02/35] net/ionic: fix up endianness for RSS
` [PATCH v1 03/35] net/ionic: fix to set the adapter name for logging
` [PATCH v1 04/35] net/ionic: fix up the Rx filter save API
` [PATCH v1 05/35] net/ionic: fix up reported error stats
` [PATCH v1 06/35] net/ionic: update documentation and copyrights
` [PATCH v1 07/35] net/ionic: update license terms to remove GPL
` [PATCH v1 08/35] net/ionic: update MTU calculations
` [PATCH v1 09/35] net/ionic: simplify code by removing doorbell map helper
` [PATCH v1 10/35] net/ionic: remove unused identifiers
` [PATCH v1 11/35] net/ionic: only allocate interrupts if required
` [PATCH v1 12/35] net/ionic: move PCI-specific code to a separate file
` [PATCH v1 13/35] net/ionic: only request notifyq interrupt if supported
` [PATCH v1 14/35] net/ionic: replace void pointer with actual type
` [PATCH v1 15/35] net/ionic: free all buffers during Rx queue stop
` [PATCH v1 16/35] net/ionic: precalculate segment lengths on receive side
` [PATCH v1 17/35] net/ionic: use a helper variable in packet Tx function
` [PATCH v1 18/35] net/ionic: do one-time init of receive descriptors
` [PATCH v1 19/35] net/ionic: overhaul receive side for performance
` [PATCH v1 20/35] net/ionic: overhaul transmit "
` [PATCH v1 21/35] net/ionic: add support for mbuf fast free
` [PATCH v1 22/35] net/ionic: do bulk allocations of receive mbufs
` [PATCH v1 23/35] net/ionic: add a lookup table for packet type
` [PATCH v1 24/35] net/ionic: add a lookup table for checksum flags
` [PATCH v1 25/35] net/ionic: advertise supported packet types
` [PATCH v1 26/35] net/ionic: add Rx descriptor status functions
` [PATCH v1 27/35] net/ionic: add Tx descriptor status function
` [PATCH v1 28/35] net/ionic: add Q-in-CMB option controlled by devarg
` [PATCH v1 29/35] net/ionic: update array allocations to use calloc
` [PATCH v1 30/35] net/ionic: add alignment and socket info in allocations
` [PATCH v1 31/35] net/ionic: allow client to specify Tx free threshold
` [PATCH v1 32/35] net/ionic: add optimized handlers for non-scattered Rx/Tx
` [PATCH v1 33/35] net/ionic: use a helper variable for page size
` [PATCH v1 34/35] net/ionic: retry init commands up to five times
` [PATCH v1 35/35] net/ionic: add watchdogs to protect each queue type

Broken u-boot on n900 hw (possibly CONFIG_POSITION_INDEPENDENT)
 2022-10-10 21:30 UTC  (2+ messages)
` [maemo-leste] "

[PATCH 0/7] shortlog: introduce `--group=<format>`
 2022-10-11  0:54 UTC  (10+ messages)
` [PATCH 1/7] Documentation: extract date-options.txt
` [PATCH 2/7] shortlog: accept `--date`-related options
` [PATCH 3/7] shortlog: extract `--group` fragment for translation
` [PATCH 4/7] shortlog: support arbitrary commit format `--group`s
` [PATCH 5/7] shortlog: implement `--group=author` in terms of `--group=<format>`
` [PATCH 6/7] shortlog: implement `--group=committer` "
` [PATCH 7/7] shortlog: implement `--group=trailer` "

[linux-next:master 10975/12895] fs/ntfs3/namei.c:445:7: warning: variable 'uni1' is used uninitialized whenever 'if' condition is true
 2022-10-11  0:50 UTC 

[PATCH 1/1] efi_loader: CloseProtocol in efi_fmp_find
 2022-10-11  0:49 UTC  (2+ messages)

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-10 23:06 UTC  (8+ messages)
` [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v6 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v6 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v6 5/7] treewide: use get_random_u32() when possible
` [PATCH v6 6/7] treewide: use get_random_bytes() "
` [PATCH v6 7/7] prandom: remove unused functions

[PATCH bpf 0/3] libbpf: fix fuzzer-reported issues
 2022-10-11  0:47 UTC  (4+ messages)
` [PATCH bpf 1/3] libbpf: use elf_getshdrnum() instead of e_shnum

[PATCH] net: phy: add support for Motorcomm yt8531C phy
 2022-10-11  0:46 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV case
 2022-10-11  0:44 UTC  (4+ messages)

[[meta-arago][tisdk-setup-scripts][master][PATCH]] create-sdcard : Correct if condition which checks for boot images
 2022-10-11  0:44 UTC  (3+ messages)

[PATCH net-next] net: ngbe: Variables need to be initialized
 2022-10-11  0:44 UTC  (2+ messages)

What's cooking in git.git (Oct 2022, #03; Mon, 10)
 2022-10-11  0:42 UTC  (2+ messages)

[regression, v6.0-rc0] filesystem freeze hangs on sb_wait_write()
 2022-10-11  0:40 UTC  (2+ messages)
` [regression, v6.0-rc0, io-uring?] "

[PATCH 0/5] CodingGuidelines: various C99 updates
 2022-10-11  0:39 UTC  (6+ messages)
` [PATCH v2 0/5] CodingGUidelines: "
  ` [PATCH v2 5/5] CodingGuidelines: recommend against unportable C99 struct syntax

[PATCH v2] dt-bindings: net: marvell,pp2: convert to json-schema
 2022-10-11  0:38 UTC  (2+ messages)

[PATCH v1 1/1] mac_pton: Don't access memory over expected length
 2022-10-11  0:38 UTC  (3+ messages)

[RFC PATCH 3/4] KVM: x86/xen: Disallow gpc locks reinitialization
 2022-10-11  0:37 UTC  (4+ messages)
` [PATCH 0/8] KVM: x86: gfn_to_pfn_cache cleanups and a fix
  ` [PATCH 4/8] KVM: x86: Store immutable gfn_to_pfn_cache properties

[PATCH 0/1] update abi maintainership
 2022-10-11  0:36 UTC  (3+ messages)
` [PATCH 1/1] devtools: eol abi as a separate function

[Intel-gfx] [PATCH v3 00/16] Add DG2 OA support
 2022-10-11  0:35 UTC  (7+ messages)
` [Intel-gfx] [PATCH v3 04/16] drm/i915/perf: Determine gen12 oa ctx offset at runtime
` [Intel-gfx] [PATCH v3 15/16] drm/i915/perf: complete programming whitelisting for XEHPSDV
` [Intel-gfx] [PATCH v3 16/16] drm/i915/perf: Enable OA for DG2

[PATCH v2] dt-bindings: net: marvell,pp2: convert to json-schema
 2022-10-11  0:34 UTC  (4+ messages)

[PATCH v2 0/2] Support cgroup1 in get from fd/file interfaces
 2022-10-11  0:33 UTC  (4+ messages)
` [PATCH v2 1/2] cgroup: add cgroup_v1v2_get_from_[fd/file]()
` [PATCH v2 2/2] bpf: cgroup_iter: support cgroup1 using cgroup fd

[PATCH 0/4] libata: misc frozen port cleanups
 2022-10-11  0:32 UTC  (6+ messages)
` [PATCH 1/4] ata: add ata_port_is_frozen() helper

btrfs send/receive not always sharing extents
 2022-10-11  0:30 UTC  (3+ messages)

[PATCH] fsck.xfs: mount/umount xfs fs to replay log before running xfs_repair
 2022-10-11  0:30 UTC  (3+ messages)

stable-rc/linux-5.15.y baseline: 38 runs, 1 regressions (v5.15.72-36-g197d9e17aabe)
 2022-10-11  0:30 UTC 

drivers/misc/uacce/uacce.c:397:48: error: 'IOMMU_DEV_FEAT_IOPF' undeclared; did you mean 'IOMMU_DEV_FEAT_SVA'?
 2022-10-11  0:30 UTC 

[RFC PATCH v3 6/6] ptp_ocp: implement DPLL ops
 2022-10-11  0:30 UTC  (2+ messages)

[libgpiod v2][PATCH v3 0/5] tools: improvements for v2
 2022-10-11  0:29 UTC  (6+ messages)
` [libgpiod v2][PATCH v3 1/5] tools: remove old code to simplify review
` [libgpiod v2][PATCH v3 2/5] tools: line name focussed rework
` [libgpiod v2][PATCH v3 3/5] tools: tests for "
` [libgpiod v2][PATCH v3 4/5] tools: add gpiowatch
` [libgpiod v2][PATCH v3 5/5] tools: gpiowatch tests

[PATCH] ci: add address and undefined sanitizer tasks
 2022-10-11  0:28 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/4] a few small unused-parameter fixes
 2022-10-11  0:26 UTC  (7+ messages)
` [PATCH 4/4] attr: convert DEBUG_ATTR to use trace API
  ` [PATCH 4alt/4] attr: drop DEBUG_ATTR code

[PATCH v3 0/4] introduce SPDX
 2022-10-11  0:26 UTC  (4+ messages)
` [PATCH v3 4/4] Remove extra copies of licenses and license headers

[RFC/PATCHSET 00/19] perf stat: Cleanup counter aggregation (v1)
 2022-10-11  0:25 UTC  (2+ messages)

[PATCH] speakup: remove usage of non-standard u_char
 2022-10-11  0:24 UTC  (2+ messages)

[PATCH] git-compat-util.h: GCC deprecated only takes a message in GCC 4.5+
 2022-10-11  0:22 UTC  (8+ messages)

stable-rc/queue/5.15 build: 70 builds: 1 failed, 69 passed, 5 errors, 3 warnings (v5.15.72-35-gd53b3c6ae238)
 2022-10-11  0:22 UTC 

[PATCH] devtools: give checkpatches.sh some way of finding the perl script
 2022-10-11  0:21 UTC  (2+ messages)

[RFC] memcg rstat flushing optimization
 2022-10-11  0:19 UTC  (11+ messages)

[PATCH v5 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-10-11  0:20 UTC  (12+ messages)
` [PATCH v5 3/7] KVM: x86: Allow to use bitmap in ring-based dirty page tracking

[PATCH] docs: git-send-email: difference between ssl and tls smtp-encryption
 2022-10-11  0:20 UTC  (4+ messages)

[PATCH v2 0/6] Add _opts variant for bpf_*_get_fd_by_id()
 2022-10-11  0:20 UTC  (2+ messages)

Re: [PATCH] term: keymapforce command for lack of at_keyboard
 2022-10-11  0:19 UTC 

[PATCH] dir: use fspathncmp() in pl_hashmap_cmp()
 2022-10-11  0:19 UTC  (2+ messages)

[PATCH] bpf: Add SO_REUSEPORT to bpf_{g,s}etsockopt documentation
 2022-10-11  0:18 UTC  (2+ messages)

[PATCH v1 0/3] Fix cgroup1 support in get from fd/file interfaces
 2022-10-11  0:18 UTC  (12+ messages)
` [PATCH v1 1/3] Revert "cgroup: enable cgroup_get_from_file() on cgroup1"
` [PATCH v1 2/3] cgroup: add cgroup_all_get_from_[fd/file]()
` [PATCH v1 3/3] bpf: cgroup_iter: support cgroup1 using cgroup fd

[PATCH v2 0/9] A course adjustment, maybe
 2022-10-11  0:16 UTC  (3+ messages)
` [PATCH v2 7/9] NFSD: Use rhashtable for managing nfs4_file objects

[PATCH v5 00/13] Drivers for gunyah hypervisor
 2022-10-11  0:08 UTC  (28+ messages)
` [PATCH v5 01/13] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v5 02/13] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v5 03/13] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v5 04/13] arm64: smccc: Include alternative-macros.h
` [PATCH v5 05/13] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v5 06/13] virt: gunyah: Identify hypervisor version
` [PATCH v5 07/13] mailbox: Allow direct registration to a channel
` [PATCH v5 08/13] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v5 09/13] mailbox: Add Gunyah message queue mailbox
` [PATCH v5 10/13] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v5 11/13] gunyah: rsc_mgr: Add RPC for console services
` [PATCH v5 12/13] gunyah: rsc_mgr: Add subdevices bus
` [PATCH v5 13/13] tty: gunyah: Add tty console driver for RM Console Services

[PATCH 0/2] Fix syntax errors under clang 11.0.0 on MacOS
 2022-10-11  0:15 UTC  (4+ messages)
` [PATCH v2] config.mak.dev: disable suggest braces error on old clang versions

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-1 tag
 2022-10-11  0:13 UTC  (8+ messages)

[Intel-gfx] [PATCH] drm/i915: Use graphics ver, rel info for media on old platforms
 2022-10-11  0:10 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[RFC] net: add experimental UDP encapsulation PMD
 2022-10-11  0:10 UTC 

Unloaded tainted modules list with tcrypt
 2022-10-11  0:09 UTC  (2+ messages)

[linux-nvme:nvme-6.1] BUILD SUCCESS c496c68157ea0939b845a72666cc27e16a404b9f
 2022-10-11  0:07 UTC 

PSI idle-shutoff
 2022-10-11  0:07 UTC  (4+ messages)
` [PATCH] sched/psi: Fix avgs_work re-arm in psi_avgs_work()

[PULL 00/55] pc,virtio: features, tests, fixes, cleanups
 2022-10-11  0:04 UTC  (6+ messages)
` [PULL 29/55] Revert "intel_iommu: Fix irqchip / X2APIC configuration checks"

[RFC PATCH mptcp-next v14 5/5] selftests: mptcp: mptfo Initiator/Listener
 2022-10-11  0:01 UTC  (2+ messages)
` selftests: mptcp: mptfo Initiator/Listener: Tests Results

[PATCH v1] io_uring: local variable rw shadows outer variable in io_write
 2022-10-10 23:43 UTC 

[syzbot] UBSAN: shift-out-of-bounds in dbFindCtl
 2022-10-11  0:00 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/5] drm/i915/mtl: Add C10 phy support
 2022-10-11  0:00 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915/mtl: Add Support for C10, C20 PHY Message Bus

[PATCH v3 cgroup/for-5.20] cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
 2022-10-10 23:59 UTC  (3+ messages)
` [PATCH] perf stat: Support old kernels for bperf cgroup counting

[chrome-os:chromeos-5.15 24/27] drivers/gpu/drm/bridge/ite-it6505.c:3447:1-33: WARNING: Function "for_each_available_child_of_node" should have of_node_put() before break around line 3453
 2022-10-10 23:59 UTC 

[PATCH][4.17] EFI: don't convert memory marked for runtime use to ordinary RAM
 2022-10-10 23:58 UTC  (11+ messages)


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.