All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-28 19:28:32 to 2023-08-28 20:21:17 UTC [more...]

[PATCH 1/7] ASoC: cs35l45: Add support for Chip ID 0x35A460
 2023-08-28 19:39 UTC  (3+ messages)
` [PATCH 4/7] ASoC: cs35l45: Analog PCM Volume and Amplifier Mode controls

[PATCH 4.19 000/129] 4.19.293-rc1 review
 2023-08-28 20:20 UTC  (2+ messages)

Tuple and changes for m68k with -malign-int
 2023-08-28 20:16 UTC  (6+ messages)

[PATCH v5 0/7] Optimize mremap during mutual alignment within PMD
 2023-08-28 20:17 UTC  (10+ messages)
` [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
` [PATCH v5 7/7] selftests: mm: Add a test for moving from an offset from start of mapping

[PATCH v2] mfd: core: Un-constify mfd_cell.of_reg
 2023-08-28 20:16 UTC 

[GIT PULL] pstore updates for v6.6-rc1
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] multi-grained timestamps
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] fscrypt update for 6.6
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] misc updates
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] procfs fixes
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] fchmodat2
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] erofs updates for 6.6-rc1
 2023-08-28 20:15 UTC  (3+ messages)

[GIT PULL] AFFS updates for 6.6
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] libfs and tmpfs updates
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] mount api updates
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] autofs fixes
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] Btrfs updates for 6.6
 2023-08-28 20:14 UTC  (2+ messages)

[GIT PULL] seccomp updates for v6.6-rc1
 2023-08-28 20:14 UTC  (3+ messages)

[GIT PULL] super updates
 2023-08-28 20:15 UTC  (2+ messages)

[GIT PULL] file locking updates for v6.6
 2023-08-28 20:15 UTC  (2+ messages)

[PATCH] lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernels
 2023-08-28 20:14 UTC  (18+ messages)

[GIT PULL] iomap: new code for 6.6
 2023-08-28 20:14 UTC  (2+ messages)

[GIT PULL] hardening updates for v6.6-rc1
 2023-08-28 20:14 UTC  (2+ messages)

[PATCH v3 0/7] GPU workload hints for better performance
 2023-08-28 20:14 UTC  (4+ messages)

[GIT PULL] fsverity updates for 6.6
 2023-08-28 20:15 UTC  (2+ messages)

[PATCH 00/32] bsd-user: Implement freebsd process related system calls
 2023-08-27 15:57 UTC  (33+ messages)
` [PATCH 01/32] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics
` [PATCH 02/32] bsd-user: Implement procctl(2) system call
` [PATCH 03/32] bsd-user: Implement host_to_target_siginfo
` [PATCH 04/32] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PATCH 05/32] bsd-user: add extern declarations for bsd-proc.c conversion functions
` [PATCH 06/32] bsd-user: Add bsd-proc.c to meson.build
` [PATCH 07/32] bsd-user: Implement target_to_host_resource conversion function
` [PATCH 08/32] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PATCH 09/32] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage
` [PATCH 10/32] bsd-user: Implement host_to_target_waitstatus conversion
` [PATCH 11/32] bsd-user: Get number of cpus
` [PATCH 12/32] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PATCH 13/32] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH 14/32] bsd-user: Implement getrusage(2)
` [PATCH 15/32] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PATCH 16/32] bsd-user: Implement several get/set system calls:
` [PATCH 17/32] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PATCH 18/32] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PATCH 19/32] bsd-user: Implement getpriority(2) and setpriority(2)
` [PATCH 20/32] bsd-user: Add freebsd/os-proc.c to meson.build
` [PATCH 21/32] bsd-user: Implement get_filename_from_fd
` [PATCH 22/32] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PATCH 23/32] bsd-user: Implement t2h procctl control request commands and h2t reaper status struct conversion
` [PATCH 24/32] bsd-user: Implement h2t reaper_pidinfo and h2t/t2h reaper_kill structs conversion functions
` [PATCH 25/32] bsd-user: Implement procctl(2) system call
` [PATCH 26/32] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PATCH 27/32] bsd-user: Implement wait4(2) and wait6(2) "
` [PATCH 28/32] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PATCH 29/32] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PATCH 30/32] bsd-user: Implement fork(2) and vfork(2) system calls
` [PATCH 31/32] bsd-user: Implement rfork(2) system call
` [PATCH 32/32] bsd-user: Implement pdfork(2) "

[PATCH] arm64: dts: freescale: imx8m*-venice: remove label = "cpu" from DSA dt-binding
 2023-08-28 19:27 UTC  (2+ messages)

[PATCH v14.a 1/1] PCI: Only put Intel PCIe ports >= 2015 into D3
 2023-08-28 20:10 UTC  (3+ messages)

[Buildroot] Github download helper possibly not working
 2023-08-28 20:02 UTC 

[PATCH v7 00/24] iommu: Make default_domain's mandatory
 2023-08-28 20:07 UTC  (11+ messages)
` [PATCH v7 08/24] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v7 09/24] iommu: Allow an IDENTITY domain as the default_domain in ARM32

What's cooking in git.git (Aug 2023, #07; Fri, 25)
 2023-08-28 20:05 UTC 

[PATCH v2] Bluetooth: ISO: Fix handling of listen for unicast
 2023-08-28 20:05 UTC 

[igt-dev] [i-g-t 0/4] Add XE support for Async flip tests
 2023-08-28 20:05 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Add XE support for Async flip tests (rev2)

[PULL 0/3] Dirty page rate and dirty page limit 20230828 patches
 2023-08-28 20:04 UTC  (3+ messages)

[PATCH] Bluetooth: ISO: Fix handling os listen for unicast
 2023-08-28 20:03 UTC 

[PATCH 0/5 v2] fuse direct write consolidation and parallel IO
 2023-08-28 20:03 UTC  (4+ messages)
` [PATCH 4/5] [RFC] fuse: Set and use IOCB_DIRECT when FOPEN_DIRECT_IO is set

[PATCH v14 00/11] LSM: Three basic syscalls
 2023-08-28 19:58 UTC  (12+ messages)
  ` [PATCH v14 01/11] LSM: Identify modules by more than name
  ` [PATCH v14 02/11] LSM: Maintain a table of LSM attribute data
  ` [PATCH v14 03/11] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v14 04/11] LSM: syscalls for current process attributes
  ` [PATCH v14 05/11] LSM: Create lsm_list_modules system call
  ` [PATCH v14 06/11] LSM: wireup Linux Security Module syscalls
  ` [PATCH v14 07/11] LSM: Helpers for attribute names and filling lsm_ctx
  ` [PATCH v14 08/11] Smack: implement setselfattr and getselfattr hooks
  ` [PATCH v14 09/11] AppArmor: Add selfattr hooks
  ` [PATCH v14 10/11] SELinux: "
  ` [PATCH v14 11/11] LSM: selftests for Linux Security Module syscalls

Performance implications of shrinking deferred objects proportional to priority
 2023-08-28 20:03 UTC 

Thanks for your response!
 2023-08-28 19:23 UTC 

[PATCH net-next] r8152: add vendor/device ID pair for D-Link DUB-E250
 2023-08-28 20:00 UTC  (2+ messages)

[meta-arago][master/kirkstone][PATCH] openntpd: Update to version 6.8p1
 2023-08-28 20:01 UTC  (4+ messages)

[PATCH v3 1/3] dt-bindings: thermal-zones: Document critical-action
 2023-08-28 19:59 UTC  (3+ messages)
` [PATCH v3 2/3] reboot: Introduce hw_protection_reboot()
` [PATCH v3 3/3] thermal: thermal_core: Allow rebooting after critical temp

[PATCH net-next] net: stmmac: clarify difference between "interface" and "phy_interface"
 2023-08-28 20:00 UTC  (3+ messages)

[PATCH net-next] net: ethernet: mtk_wed: add some more info in wed_txinfo_show handler
 2023-08-28 20:00 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_wed: minor change in wed_{tx,rx}info_show
 2023-08-28 20:00 UTC  (2+ messages)

[PATCH v2 0/8] cmd: gpt: GPT manipulation improvements
 2023-08-28 20:01 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/8] doc: Add gpt command documentation

[PATCH v3 0/6] riscv: SCS support
 2023-08-28 19:58 UTC  (14+ messages)
` [PATCH v3 1/6] riscv: VMAP_STACK overflow detection thread-safe
` [PATCH v3 2/6] riscv: Deduplicate IRQ stack switching
` [PATCH v3 3/6] riscv: Move global pointer loading to a macro
` [PATCH v3 4/6] riscv: Implement Shadow Call Stack
` [PATCH v3 5/6] riscv: Use separate IRQ shadow call stacks
` [PATCH v3 6/6] lkdtm: Fix CFI_BACKWARD on RISC-V

[Intel-gfx] [PATCH v2] drm: Update file owner during use
 2023-08-28 19:58 UTC  (3+ messages)
`  "

[Buildroot] CycloneDX SBOM support
 2023-08-28 19:57 UTC  (7+ messages)

[Buildroot] [PATCH 1/2] package/python-distlib: new host package
 2023-08-28 19:57 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/qemu: add host-python-distlib dependency

[PATCH v3 0/8] x86/resctrl: Add support for Sub-NUMA cluster (SNC) systems
 2023-08-28 19:56 UTC  (8+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] x86/resctrl: Create separate domains for control and monitoring

Security Working Group meeting - Wednesday August 17
 2023-08-28 19:56 UTC  (3+ messages)
` Security Working Group meeting - moved to Discord Voice channel
  ` Security Working Group meeting - regular meetings discontinued

[PATCH v8 00/12] Add VIRTIO sound card
 2023-08-28 19:55 UTC  (13+ messages)
` [PATCH v8 01/12] Add virtio-sound device stub
` [PATCH v8 02/12] Add virtio-sound-pci device
` [PATCH v8 03/12] virtio-sound: handle control messages and streams
` [PATCH v8 04/12] virtio-sound: set PCM stream parameters
` [PATCH v8 05/12] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v8 06/12] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PATCH v8 07/12] virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS
` [PATCH v8 08/12] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PATCH v8 09/12] virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE
` [PATCH v8 10/12] virtio-sound: implement audio output (TX)
` [PATCH v8 11/12] virtio-sound: implement audio capture (RX)
` [PATCH v8 12/12] docs/system: add basic virtio-snd documentation

[PATCH v3 00/13] Fuzzing and ASAN for sandbox
 2023-08-28 19:56 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: msm8916/39-samsung-a2015: Add flash LED
 2023-08-28 19:43 UTC  (5+ messages)

[PATCH nft 0/8] fix compiler warnings with clang
 2023-08-28 19:53 UTC  (7+ messages)
` [PATCH nft 5/8] src: rework SNPRINTF_BUFFER_SIZE() and avoid "-Wunused-but-set-variable"

[PATCH net-next v2 0/4] selftests/tc-testing: add tests covering classid
 2023-08-28 19:52 UTC  (3+ messages)
` [PATCH net-next v2 4/4] net/sched: cls_route: make netlink errors meaningful

[oe][OE-core][Patch 0/1] Revert "bin_package.bbclass: Inhibit the default dependencies"
 2023-08-28 19:50 UTC  (6+ messages)
      ` [EXTERNAL] "

[PATCH 1/2] dt-bindings: power: Add regulator-pd yaml file
 2023-08-28 19:49 UTC  (16+ messages)
                        ` [EXT] "

[PATCH v1 0/2] clk: amlogic: a1: Add Amlogic A1 clock driver
 2023-08-28 13:37 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: clock: Add Amlogic A1 clock bindings
` [PATCH v1 2/2] clk: Add clock driver for Amlogic A1

Document new xattrperm flag
 2023-08-28 19:48 UTC  (3+ messages)
` [PATCH v3 2/2] hostfs: store permissions in extended attributes

[PATCH net-next] net: ethernet: mtk_eth_soc: add paths and SerDes modes for MT7988
 2023-08-28 19:47 UTC  (4+ messages)

race between handshake and socket close
 2023-08-28 19:46 UTC  (3+ messages)

[PATCH v3 0/1] Add add-maintainer.py script
 2023-08-28 19:45 UTC  (9+ messages)
` [PATCH v3 1/1] scripts: Add add-maintainer.py

[PATCH net-next v1 1/1] wwan: core: Use the bitmap API to allocate bitmaps
 2023-08-28 19:45 UTC  (2+ messages)

[PATCH v4] tracepoint: add new `tcp:tcp_ca_event` trace event
 2023-08-28 19:45 UTC  (2+ messages)

[PATCH net-next v7 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-08-28 19:45 UTC  (2+ messages)

[PATCH v3 00/15] media: qcom: camss: Add parameter passing to remove several outstanding bugs
 2023-08-28 19:43 UTC  (12+ messages)
` [PATCH v3 05/15] media: qcom: camss: Pass line_num from compat resources
` [PATCH v3 07/15] media: qcom: camss: Capture VFE CSID dependency in a helper function
` [PATCH v3 08/15] media: qcom: camss: Untangle if/else spaghetti in camss

[PATCH v2] ARM: dts: imx6qdl-gw5904: add internal mdio nodes
 2023-08-28 19:26 UTC 

[Intel-wired-lan] [PATCH net-next v7 0/9] Create common DPLL configuration API
 2023-08-28 19:41 UTC  (4+ messages)
`  "

[PATCH] idt77252: remove check of idt77252_init_ubr() return value
 2023-08-28 19:40 UTC  (2+ messages)

[PATCH] tcg: Remove vecop_list check from tcg_gen_not_vec
 2023-08-28 19:39 UTC 

[igt-dev] [PATCH i-g-t] tests/xe add invalid va access tests
 2023-08-28 19:40 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "
` [igt-dev] ✓ Fi.CI.BAT: "

[PATCH 00/11] Lower TCG vector ops to LSX
 2023-08-28 19:39 UTC  (3+ messages)

[PATCH v2] fsl_ucc_hdlc: add a check of the return value from hdlc_open
 2023-08-28 19:38 UTC  (4+ messages)
` [PATCH v3] fsl_ucc_hdlc: process the result of hold_open()

[Intel-gfx] [PATCH 0/1] drm/i915/gt: Wait longer for tasks in migrate selftest
 2023-08-28 19:28 UTC  (2+ messages)
` [Intel-gfx] [PATCH 1/1] "

[PATCH] drivers: add dependencies for some classes
 2023-08-28 19:38 UTC  (2+ messages)

[bluez/bluez] 670f0d: shared/gatt-client: Fix not sending confirmations
 2023-08-28 19:34 UTC 

[PATCH 0/7] Add support for IPQ5018 tsens
 2023-08-28 19:34 UTC  (7+ messages)
` [PATCH 3/7] thermal/drivers/qcom/tsens: "
` [PATCH 4/7] thermal/drivers/qcom: Add IPQ5018 compatible
` [PATCH 7/7] arm64: dts: qcom: ipq5018: Add thermal zones

[PATCH (set 1) 00/20] Rid W=1 warnings from GPU
 2023-08-28 19:33 UTC  (6+ messages)
` [PATCH 01/20] drm/xlnx/zynqmp_disp: Use correct kerneldoc formatting in zynqmp_disp

[PATCH BlueZ] bap: Remove duplicated code
 2023-08-28 19:30 UTC 

[PATCH 00/11] arm64: qcom: add and enable SHM Bridge support
 2023-08-28 19:25 UTC  (4+ messages)
` [PATCH 03/11] firmware: qcom-scm: atomically assign and read the global __scm pointer
` [PATCH 04/11] firmware: qcom-scm: add support for SHM bridge operations
` [PATCH 08/11] arm64: defconfig: enable Qualcomm SHM bridge module


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.