All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-03 19:01:55 to 2023-12-03 21:36:28 UTC [more...]

[PATCH v2 00/35] bitops: add atomic find_bit() operations
 2023-12-03 19:33 UTC  (38+ messages)
` [PATCH v2 02/35] lib/find: add test for atomic find_bit() ops
  ` [PATCH v2 03/35] lib/sbitmap; make __sbitmap_get_word() using find_and_set_bit()
  ` [PATCH v2 04/35] watch_queue: use atomic find_bit() in post_one_notification()
  ` [PATCH v2 05/35] sched: add cpumask_find_and_set() and use it in __mm_cid_get()
  ` [PATCH v2 06/35] mips: sgi-ip30: rework heart_alloc_int()
  ` [PATCH v2 07/35] sparc: fix opencoded find_and_set_bit() in alloc_msi()
  ` [PATCH v2 08/35] perf/arm: optimize opencoded atomic find_bit() API
  ` [PATCH v2 09/35] drivers/perf: optimize ali_drw_get_counter_idx() by using find_bit()
  ` [PATCH v2 10/35] dmaengine: idxd: optimize perfmon_assign_event()
  ` [PATCH v2 11/35] ath10k: optimize ath10k_snoc_napi_poll() by using find_bit()
  ` [PATCH v2 12/35] wifi: rtw88: optimize rtw_pci_tx_kick_off() "
  ` [PATCH v2 13/35] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()
  ` [PATCH v2 14/35] PCI: hv: switch hv_get_dom_num() to use atomic find_bit()
  ` [PATCH v2 15/35] scsi: core: use atomic find_bit() API where appropriate
  ` [PATCH v2 16/35] scsi: mpi3mr: switch to using atomic find_and_set_bit()
  ` [PATCH v2 17/35] scsi: qedi: rework qedi_get_task_idx()
  ` [PATCH v2 18/35] powerpc: use atomic find_bit() API where appropriate
  ` [PATCH v2 19/35] iommu: "
  ` [PATCH v2 20/35] media: radio-shark: "
  ` [PATCH v2 21/35] sfc: switch to using "
  ` [PATCH v2 22/35] tty: nozomi: optimize interrupt_handler()
  ` [PATCH v2 23/35] usb: cdc-acm: optimize acm_softint()
  ` [PATCH v2 24/35] block: null_blk: fix opencoded find_and_set_bit() in get_tag()
  ` [PATCH v2 25/35] RDMA/rtrs: fix opencoded find_and_set_bit_lock() in __rtrs_get_permit()
  ` [PATCH v2 26/35] mISDN: optimize get_free_devid()
  ` [PATCH v2 27/35] media: em28xx: cx231xx: fix opencoded find_and_set_bit()
  ` [PATCH v2 28/35] ethernet: rocker: optimize ofdpa_port_internal_vlan_id_get()
  ` [PATCH v2 29/35] serial: sc12is7xx: optimize sc16is7xx_alloc_line()
  ` [PATCH v2 30/35] bluetooth: optimize cmtp_alloc_block_id()
  ` [PATCH v2 31/35] net: smc: use find_and_set_bit() in smc_wr_tx_get_free_slot_index()
  ` [PATCH v2 33/35] m68k: rework get_mmu_context()
  ` [PATCH v2 34/35] microblaze: "
  ` [PATCH v2 35/35] sh: mach-x3proto: rework ilsel_enable()

[PATCH v2 01/35] lib/find: add atomic find_bit() primitives
 2023-12-03 19:56 UTC  (2+ messages)
` bitops: add atomic find_bit() operations

[PATCH 00/44] Raspberry Pi 4B machine
 2023-12-03 21:29 UTC  (46+ messages)
` [PATCH 00/45] "
  ` [PATCH 01/45] Split out common part of BCM283X classes
    ` [PATCH 02/45] Split out common part of peripherals
      ` [PATCH 03/45] Split out raspi machine common part
        ` [PATCH 04/45] Introduce BCM2838 SoC
          ` [PATCH 05/45] Add GIC-400 to "
            ` [PATCH 06/45] Add BCM2838 GPIO stub
              ` [PATCH 07/45] Implement BCM2838 GPIO functionality
                ` [PATCH 08/45] Connect SD controller to BCM2838 GPIO
                  ` [PATCH 09/45] Add GPIO and SD to BCM2838 periph
                    ` [PATCH 10/45] Add BCM2838 checkpoint support
                      ` [PATCH 11/45] Introduce Raspberry PI 4 machine
                        ` [PATCH 12/45] Temporarily disable unimplemented rpi4b devices
                          ` [PATCH 13/45] Add memory region for BCM2837 RPiVid ASB
                            ` [PATCH 14/45] Add BCM2838 PCIE Root Complex
                              ` [PATCH 15/45] Add BCM2838 PCIE host
                                ` [PATCH 16/45] Enable BCM2838 PCIE
                                  ` [PATCH 17/45] Add RNG200 skeleton
                                    ` [PATCH 18/45] Add RNG200 RNG and RBG
                                      ` [PATCH 19/45] Get rid of RNG200 timer
                                        ` [PATCH 20/45] Implement BCM2838 thermal sensor
                                          ` [PATCH 21/45] Add clock_isp stub
                                            ` [PATCH 22/45] Add GENET stub
                                              ` [PATCH 23/45] Add GENET register structs. Part 1
                                                ` [PATCH 24/45] Add GENET register structs. Part 2
                                                  ` [PATCH 25/45] Add GENET register structs. Part 3
                                                    ` [PATCH 26/45] Add GENET register structs. Part 4
                                                      ` [PATCH 27/45] Add GENET register access macros
                                                        ` [PATCH 28/45] Implement GENET register ops
                                                          ` [PATCH 29/45] Implement GENET MDIO
                                                            ` [PATCH 30/45] Implement GENET TX path
                                                              ` [PATCH 31/45] Implement GENET RX path
                                                                ` [PATCH 32/45] Enable BCM2838 GENET controller
                                                                  ` [PATCH 33/45] Connect RNG200, PCIE and GENET to GIC
                                                                    ` [PATCH 34/45] Add Rpi4b boot tests
                                                                      ` [PATCH 35/45] Add mailbox test stub
                                                                        ` [PATCH 36/45] Add mailbox test constants
                                                                          ` [PATCH 37/45] Add mailbox tests tags. Part 1
                                                                            ` [PATCH 38/45] Add mailbox tests tags. Part 2
                                                                              ` [PATCH 39/45] Add mailbox tests tags. Part 3
                                                                                ` [PATCH 40/45] Add mailbox property tests. Part 1
                                                                                  ` [PATCH 41/45] Add mailbox property tests. Part 2
                                                                                    ` [PATCH 42/45] Add mailbox property tests. Part 3
                                                                                      ` [PATCH 43/45] Add missed BCM2835 properties
                                                                                        ` [PATCH 44/45] Append added properties to mailbox test

[Buildroot] [PATCH 1/1] package/libmemcached: fix build with gcc 4.8
 2023-12-03 21:36 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libde265: security bump to version 1.0.14
 2023-12-03 21:35 UTC  (2+ messages)

[PATCH v4 00/11] media: rkisp1: Add support for i.MX8MP
 2023-12-03 21:32 UTC  (5+ messages)
` [PATCH v4 11/11] media: rkisp1: Add UYVY as an output format

[u-boot-gitdm PATCH 1/2] Use Google LLC for Google
 2023-12-03 21:32 UTC  (4+ messages)
` [u-boot-gitdm PATCH 2/2] Add some more employers

[PATCH v5 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-12-03 21:31 UTC  (17+ messages)
` [PATCH v5 02/20] dt-bindings: clock: Add Google gs101 clock management unit bindings
` [PATCH v5 05/20] dt-bindings: arm: google: Add bindings for Google ARM platforms
` [PATCH v5 07/20] dt-bindings: pinctrl: samsung: add gs101-wakeup-eint compatible
` [PATCH v5 09/20] dt-bindings: serial: samsung: Make samsung,uart-fifosize required property

[Buildroot] [PATCH 1/1] package/libmemcached: link with -latomic when needed
 2023-12-03 21:31 UTC  (2+ messages)

[PULL] u-boot-sh/master-rpc-off
 2023-12-03 21:31 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2023-12-03 21:31 UTC  (2+ messages)

Issue with 8K folio size in __filemap_get_folio()
 2023-12-03 21:27 UTC  (3+ messages)

[Buildroot] [git commit branch/2023.02.x] package/perl: security bump to version 5.36.3
 2023-12-03 21:22 UTC 

[Buildroot] [git commit branch/2023.02.x] package/libpjsip: security bump to version 2.14
 2023-12-03 21:05 UTC 

[Buildroot] [git commit branch/2023.08.x] package/libpjsip: security bump to version 2.14
 2023-12-03 21:05 UTC 

[Buildroot] [git commit branch/2023.08.x] package/putty: disable gssapi
 2023-12-03 21:23 UTC 

[Buildroot] [git commit branch/2023.08.x] package/perl: security bump to version 5.36.3
 2023-12-03 21:22 UTC 

[Buildroot] [git commit branch/2023.08.x] package/putty: fix static build
 2023-12-03 21:04 UTC 

PATH_MAX/max symlink length in the NFSv4/v4.1 protocol?
 2023-12-03 21:23 UTC 

[Buildroot] [PATCH 1/1] package/putty: disable gssapi
 2023-12-03 21:23 UTC  (2+ messages)

[Buildroot] [PATCH] package/perl: security bump to version 5.36.3
 2023-12-03 21:22 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libpjsip: security bump to version 2.14
 2023-12-03 21:22 UTC  (2+ messages)

[PATCH v2 0/6] mfd: twl: system-power-controller
 2023-12-03 21:16 UTC  (4+ messages)
` [PATCH v2 2/6] twl-core: add power off implementation for twl603x

[igt-dev] [PATCH i-g-t,v5 0/1] vram d3cold threshold test
 2023-12-03 21:15 UTC  (4+ messages)
` [igt-dev] ✓ CI.xeBAT: success for vram d3cold threshold test (rev10)
` [igt-dev] ✓ Fi.CI.BAT: "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[PATCH] input/vmmouse: Fix device name copies
 2023-12-03 21:14 UTC  (4+ messages)

[PATCH net-next v2 0/8] net: Add support for Power over Ethernet (PoE)
 2023-12-03 21:11 UTC  (4+ messages)
` [PATCH net-next v2 8/8] net: pse-pd: Add PD692x0 PSE controller driver

[PATCH] Sounds better
 2023-12-03 21:11 UTC  (2+ messages)

stable-rc/linux-5.15.y baseline: 131 runs, 2 regressions (v5.15.141-28-gd850ad6a35f1d)
 2023-12-03 21:08 UTC 

[Buildroot] [PATCH 1/1] package/putty: fix static build
 2023-12-03 21:04 UTC  (2+ messages)

[PATCH] mmc: Poll CD in case cyclic framework is enabled
 2023-12-03 21:01 UTC  (3+ messages)

[PATCH v3] drm/atomic-helpers: Invoke end_fb_access while owning plane state
 2023-12-03 20:57 UTC  (3+ messages)

[PATCHv2 bpf 0/2] bpf: Fix prog_array_map_poke_run map poke update
 2023-12-03 20:50 UTC  (4+ messages)
` [PATCHv2 bpf 1/2] bpf: Add checkip argument to bpf_arch_text_poke

[PATCHv3 bpf 0/2] bpf: Fix map poke update
 2023-12-03 20:48 UTC  (3+ messages)
` [PATCHv3 bpf 1/2] bpf: Fix prog_array_map_poke_run "
` [PATCHv3 bpf 2/2] selftests/bpf: Add test for early update in prog_array_map_poke_run

[PATCH 1/2] command: Allocate history buffer using calloc()
 2023-12-03 20:44 UTC  (3+ messages)

[PATCH] common: usb-hub: Reset hub port before scanning
 2023-12-03 20:03 UTC  (8+ messages)

[PATCH] usb: xhci: Replace terrible formatting with different terrible formatting
 2023-12-03 19:59 UTC  (3+ messages)

stable-rc/queue/5.4 baseline: 131 runs, 25 regressions (v5.4.262-66-g9e2ec9a201fab)
 2023-12-03 20:41 UTC 

Radeon regression in 6.6 kernel
 2023-12-03 20:40 UTC  (18+ messages)

bootstd: Support for distro specific EFI folders
 2023-12-03 20:37 UTC  (18+ messages)

drivers/crypto/virtio/virtio_crypto_common.h:116:13: warning: variable 'cpu' set but not used
 2023-12-03 20:26 UTC  (2+ messages)

stable-rc/queue/5.15 baseline: 133 runs, 3 regressions (v5.15.141-27-g91ec262d44f0f)
 2023-12-03 20:26 UTC 

[PATCH v4] docs: dt-bindings: add DTS Coding Style document
 2023-12-03 20:25 UTC  (5+ messages)

FAILED: patch "[PATCH] usb: config: fix iteration issue in" failed to apply to 6.1-stable tree
 2023-12-03 20:20 UTC  (2+ messages)

[PATCH v3] docs: dt-bindings: add DTS Coding Style document
 2023-12-03 20:12 UTC  (8+ messages)

[PATCH net-next 00/10] Doc: update bridge doc
 2023-12-03 20:12 UTC  (5+ messages)
` [PATCH net-next 05/10] docs: bridge: add STP doc

Linux 6.7-rc4
 2023-12-03 20:04 UTC  (2+ messages)
` Build regressions/improvements in v6.7-rc4

stable-rc/linux-5.10.y baseline: 144 runs, 4 regressions (v5.10.202-89-g101afac3a6283)
 2023-12-03 20:10 UTC 

[PATCH bpf-next v7 1/3] bpf: make common crypto API for TC/XDP programs
 2023-12-03 20:00 UTC  (8+ messages)
` [PATCH bpf-next v7 2/3] bpf: crypto: add skcipher to bpf crypto

[ANNOUNCE] 6.1.64-cip10-rt5 (rt17)
 2023-12-03 19:59 UTC 

[PATCH v2] runqueue: Improve inter setscene task dependency handling
 2023-12-03 19:56 UTC 

lib/test_bpf.c:8531:25: sparse: sparse: cast truncates bits from constant value (dead0000000000f0 becomes f0)
 2023-12-03 19:55 UTC 

drivers/xen/manage.c:337:60: warning: '%s' directive output may be truncated writing up to 95 bytes into a region of size 12
 2023-12-03 19:55 UTC 

fs/nfsd/nfs4xdr.c:2425 nfsd4_decode_compound() warn: potential spectre issue 'nfsd4_dec_ops' [r]
 2023-12-03 19:55 UTC 

arch/nios2/kernel/time.c:223 nios2_timer_get_base_and_freq() warn: '*base' from of_iomap() not released on lines: 220
 2023-12-03 19:55 UTC 

Regression: Inoperative bluetooth, Intel chipset, mainline kernel 6.6.2+
 2023-12-03 19:52 UTC  (4+ messages)

[Bug 218198] New: Suspend/Resume Regression with attached ATA devices
 2023-12-03 19:50 UTC  (4+ messages)
` [Bug 218198] "

[PATCH v3 0/8] Add support for Sonoff iHost RV1126 Smart Home Gateway
 2023-12-03 19:48 UTC  (8+ messages)
` [PATCH v3 3/8] i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126

[PATCH] md/md-multipath: Convert "struct mpconf" to flexible array
 2023-12-03 19:48 UTC 

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2023-12-03 19:37 UTC  (2+ messages)

[PATCH 1/3] sparc: vdso: clean up build artifacts in arch/sparc/vdso/
 2023-12-03 19:19 UTC  (2+ messages)

stable-rc/queue/4.14 baseline: 112 runs, 24 regressions (v4.14.331-26-g23824766b9aff)
 2023-12-03 19:35 UTC 

[PATCH 6.1,6.6] wifi: cfg80211: fix CQM for non-range use
 2023-12-03 19:28 UTC  (4+ messages)

[Buildroot] [git commit branch/next] support/misc/gitlab-ci.yml.in: print error log if the runtime test fail
 2023-12-03 19:20 UTC 

[Buildroot] [PATCH] support/misc/gitlab-ci.yml.in: print error log if the runtime test fail
 2023-12-03 19:21 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/rdma-core: bump to version v49.0
 2023-12-03 19:18 UTC 

[Buildroot] [PATCH next 1/1] package/rdma-core: bump to version v49.0
 2023-12-03 19:19 UTC  (2+ messages)

[Buildroot] [git commit] package/mariadb: security bump to version 10.11.6
 2023-12-03 19:14 UTC 

[Buildroot] [PATCH 1/1] package/mariadb: security bump to version 10.11.6
 2023-12-03 19:14 UTC  (2+ messages)

stable-rc/queue/6.1 baseline: 145 runs, 4 regressions (v6.1.65-53-gab9d7fb08abaf)
 2023-12-03 19:10 UTC 

[PATCHSET 0/3] xfs: fix realtime geometry integer overflows
 2023-12-03 19:09 UTC  (5+ messages)
` [PATCH 1/3] xfs: make rextslog computation consistent with mkfs
` [PATCH 2/3] xfs: fix 32-bit truncation in xfs_compute_rextslog
` [PATCH 3/3] xfs: don't allow overly small or large realtime volumes

stable-rc/linux-4.19.y baseline: 125 runs, 1 regressions (v4.19.300-45-gc7158dd8db14c)
 2023-12-03 19:09 UTC 

[PATCH] ipaq-micro-keys: Add error handling for devm_kmemdup
 2023-12-03 19:06 UTC  (2+ messages)

[PATCHSET 0/9] xfs: continue removing defer item boilerplate
 2023-12-03 19:05 UTC  (10+ messages)
` [PATCH 1/9] xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log item
` [PATCH 2/9] xfs: hoist intent done flag setting to ->finish_item callsite
` [PATCH 3/9] xfs: collapse the ->finish_item helpers
` [PATCH 4/9] xfs: hoist ->create_intent boilerplate to its callsite
` [PATCH 5/9] xfs: use xfs_defer_create_done for the relogging operation
` [PATCH 6/9] xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
` [PATCH 7/9] xfs: hoist xfs_trans_add_item calls to defer ops functions
` [PATCH 8/9] xfs: collapse the ->create_done functions
` [PATCH 9/9] xfs: move ->iop_relog to struct xfs_defer_op_type

[Nouveau] Meaning of the engines in paramaters of nouveau module
 2023-12-03 19:04 UTC 

[PATCH bpf v4 0/7] bpf: Fix the release of inner map
 2023-12-03 19:04 UTC  (3+ messages)
` [PATCH bpf v4 7/7] selftests/bpf: Test outer map update operations in syscall program

[PATCHSET v2 0/8] xfs: log intent item recovery should reconstruct defer work state
 2023-12-03 19:02 UTC  (5+ messages)
` [PATCH 5/8] xfs: recreate work items when recovering intent items
` [PATCH 6/8] xfs: dump the recovered xattri log item if corruption happens
` [PATCH 7/8] xfs: use xfs_defer_finish_one to finish recovered work items
` [PATCH 8/8] xfs: move ->iop_recover to xfs_defer_op_type

[Buildroot] [PATCH 1/1] package/util-linux: add an option to enable lscpu
 2023-12-03 19:02 UTC  (3+ 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.