All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-08 19:30:53 to 2023-03-08 20:32:55 UTC [more...]

[PATCH v4 00/10] Renesas RZ/N1 SoC initial support
 2023-03-08 20:26 UTC  (11+ messages)
` [PATCH v4 01/10] ARM: armv7: add non-SPL enable for Cortex SMPEN
` [PATCH v4 02/10] clk: renesas: prepare for non-RCAR clock drivers
` [PATCH v4 03/10] clk: renesas: add R906G032 driver
` [PATCH v4 04/10] pinctrl: "
` [PATCH v4 05/10] ram: cadence: add driver for Cadence EDAC
` [PATCH v4 06/10] dts: basic devicetree for Renesas RZ/N1 SoC
` [PATCH v4 07/10] ARM: rzn1: basic support "
` [PATCH v4 08/10] board: schneider: add RZN1 board support
` [PATCH v4 09/10] tools: spkgimage: add Renesas SPKG format
` [PATCH v4 10/10] doc: renesas: add Renesas board docs

[igt-dev] [PATCH i-g-t 1/2] lib: Copy intel_gpu_commands.h from the kernel
 2023-03-08 20:32 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] "

[PATCH v3 00/11] Better fixes for grouping of events
 2023-03-08 20:32 UTC  (3+ messages)
` [PATCH v3 03/11] perf record: Early auxtrace initialization before event parsing

[PATCH 0/2] selftests: bump timeout for firmware and kmod
 2023-03-08 20:29 UTC  (8+ messages)
` [PATCH 1/2] selftests/kmod: increase the kmod timeout from 45 to 165

[dm-devel] [PATCH] dm crypt: initialize tasklet in crypt_io_init()
 2023-03-08 20:27 UTC  (9+ messages)
` [dm-devel] "
            `  "

[PATCH 1/4] dt-bindings: tegra: Document Jetson Orin NX
 2023-03-08 20:26 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/pulseaudio: fix build without avahi-client
 2023-03-08 20:26 UTC  (2+ messages)

+ maintainers-remove-the-obsolete-section-embedded-linux.patch added to mm-nonmm-unstable branch
 2023-03-08 20:25 UTC  (2+ messages)

[PATCH 15/27] memory: tegra: remove MODULE_LICENSE in non-modules
 2023-03-08 20:25 UTC  (6+ messages)

[igt-dev] [PATCH 1/2] lib: Copy intel_gpu_commands.h from the kernel
 2023-03-08 20:25 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [1/2] "

[PATCH] rdma/qib: Remove deprecated kmap() call
 2023-03-08 20:24 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in find_mergeable_anon_vma
 2023-03-08 20:24 UTC  (2+ messages)

[PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-03-08 20:24 UTC  (5+ messages)

[PATCH] PCI/AER: correctable error message as KERN_INFO
 2023-03-08 20:23 UTC  (7+ messages)

[RFC PATCH 0/6] Add basic Minidump kernel driver support
 2023-03-08 20:22 UTC  (4+ messages)
` [RFC PATCH 3/6] soc: qcom: Add Qualcomm minidump kernel driver

[PATCH v4 1/2] qemu: split out qemu-guest-agent, add startup scripts
 2023-03-08 20:22 UTC  (3+ messages)
` [OE-core] "

[RFC PATCH 0/4] efi: x86: Use strict W^X mappings in PE/COFF header
 2023-03-08 20:22 UTC  (5+ messages)
` [RFC PATCH 1/4] efi: x86: Use private copy of struct setup_header
` [RFC PATCH 2/4] efi: x86: Move PE header after setup header
` [RFC PATCH 3/4] efi: x86: Drop alignment section header flags
` [RFC PATCH 4/4] efi: x86: Split PE/COFF .text section into .text and .data

[linux-next:master 816/1532] drivers/infiniband/ulp/srp/ib_srp.c:66: warning: "DEFINE_DYNAMIC_DEBUG_METADATA" redefined
 2023-03-08 20:04 UTC  (3+ messages)

[PATCHv3 net 1/2] net: asix: fix modprobe "sysfs: cannot create duplicate filename"
 2023-03-08 20:21 UTC  (2+ messages)
` [PATCHv3 net 2/2] net: asix: init mdiobus from one function

[PATCH 1/2] memory: tegra: remove MODULE_LICENSE in non-modules
 2023-03-08 20:21 UTC  (2+ messages)
` [PATCH 2/2] memory: "

[PATCH for-8.1 00/17] centralize CPU extensions logic
 2023-03-08 20:19 UTC  (18+ messages)
` [PATCH for-8.1 01/17] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PATCH for-8.1 02/17] target/riscv/cpu.c: remove set_vext_version()
` [PATCH for-8.1 03/17] target/riscv/cpu.c: remove set_priv_version()
` [PATCH for-8.1 04/17] target/riscv: add PRIV_VERSION_LATEST macro
` [PATCH for-8.1 05/17] target/riscv/cpu.c: add riscv_cpu_validate_priv_spec()
` [PATCH for-8.1 06/17] target/riscv: move realize() validations to riscv_cpu_validate_set_extensions()
` [PATCH for-8.1 07/17] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
` [PATCH for-8.1 08/17] target/riscv/cpu.c: avoid set_misa() in validate_set_extensions()
` [PATCH for-8.1 09/17] target/riscv/cpu.c: set cpu config in set_misa()
` [PATCH for-8.1 10/17] target/riscv/cpu.c: redesign register_cpu_props()
` [PATCH for-8.1 11/17] target/riscv/cpu.c: move riscv_cpu_validate_v() up
` [PATCH for-8.1 12/17] target/riscv: put env->misa_ext <-> cpu->cfg code into helpers
` [PATCH for-8.1 13/17] target/riscv/cpu.c: split riscv_cpu_validate_priv_spec()
` [PATCH for-8.1 14/17] target/riscv/cpu.c: do not allow RVE to be set
` [PATCH for-8.1 15/17] target/riscv: add RVG
` [PATCH for-8.1 16/17] target/riscv: do not allow RVG in write_misa()
` [PATCH for-8.1 17/17] target/riscv: rework write_misa()

[PATCH net-next] net: phy: smsc: use phy_set_bits in smsc_phy_config_init
 2023-03-08 20:19 UTC 

[PATCH v6 0/9] TI-Nspire cleanups
 2023-03-08 16:55 UTC  (3+ messages)
` [PATCH v6 1/9] dt-bindings: mfd: Add TI-Nspire misc registers
` [PATCH v6 8/9] ARM: nspire: Use syscon-reboot to handle restart

[KERNEL NEWBIES ACESS] Kloudifold
 2023-03-08 20:18 UTC 

[GIT PULL] platform-drivers-x86 for 6.3-2
 2023-03-08 20:17 UTC  (2+ messages)

[GIT PULL] udf fixes for 6.3-rc2
 2023-03-08 20:17 UTC  (2+ messages)

[PATCH 0/2] user_namespaces.7: Add note about PR_SET_DUMPABLE on nested userns
 2023-03-08 20:17 UTC  (3+ messages)
` [PATCH 1/2] CONTRIBUTING: Fix typo, there is one active maintainer

stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.307-149-gc8ad02407a92e)
 2023-03-08 20:17 UTC 

Better suggestions when git-am(1) fails
 2023-03-08 20:15 UTC 

[PATCH] dmaengine: ti: k3-psil: Add PSI-L thread support for J784s4
 2023-03-08 20:15 UTC 

[OE-core] [PATCH v4 1/2] qemu: split out qemu-guest-agent, add startup scripts
 2023-03-08 20:15 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: leds: Document rohm,bd65b60 bindings
 2023-03-08 20:14 UTC  (2+ messages)
` [PATCH 2/2] leds: Add support for rohm,bd65b60 led driver

+ mm-memcg-prevent-memorysoft_limit_in_bytes-load-store-tearing-v3.patch added to mm-unstable branch
 2023-03-08 20:14 UTC 

+ mm-memcg-prevent-memoryoom_control-load-store-tearing-v3.patch added to mm-unstable branch
 2023-03-08 20:14 UTC 

+ mm-memcg-prevent-memoryswappiness-load-store-tearing-v3.patch added to mm-unstable branch
 2023-03-08 20:14 UTC 

[PATCH net-next v2 0/5] gve: Add XDP support for GQI-QPL format
 2023-03-08 20:13 UTC  (6+ messages)
` [PATCH net-next v2 1/5] gve: XDP support GQI-QPL: helper function changes
` [PATCH net-next v2 2/5] gve: Changes to add new TX queues
` [PATCH net-next v2 3/5] gve: Add XDP DROP and TX support for GQI-QPL format
` [PATCH net-next v2 4/5] gve: Add XDP REDIRECT "
` [PATCH net-next v2 5/5] gve: Add AF_XDP zero-copy "

[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
 2023-03-08 20:14 UTC  (24+ messages)
` [PATCH RFC 10/18] drm/scheduler: Add can_run_job callback
` [PATCH RFC 11/18] drm/scheduler: Clean up jobs when the scheduler is torn down

[PATCH RESEND net-next v4 0/4] net/mlx5e: Add GBP VxLAN HW offload support
 2023-03-08 20:13 UTC  (7+ messages)

[PATCH] nand: brcmnand: add iproc support
 2023-03-08 20:13 UTC  (5+ messages)

[PATCH V2 0/6] Add Tegra234 HTE support
 2023-03-08 20:13 UTC  (9+ messages)
` [PATCH V2 4/6] dt-bindings: timestamp: Add Tegra234 support
` [PATCH V2 6/6] arm64: tegra: Add GTE nodes

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2023-03-08 20:11 UTC  (3+ messages)

[PATCH net-next] net: phy: smsc: use phy_clear/set_bits in lan87xx_read_status
 2023-03-08 20:11 UTC 

[REGRESSION] External mic not working on Lenovo Ideapad U310, ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook model
 2023-03-08 19:50 UTC 

[sashal-stable:pending-4.19 178/198] drivers/thermal/intel_powerclamp.c:782:38: error: implicit declaration of function 'topology_max_die_per_package'
 2023-03-08 20:09 UTC 

+ mm-fix-error-handling-for-map_deny_write_exec.patch added to mm-hotfixes-unstable branch
 2023-03-08 20:08 UTC 

+ tools-headers-uapi-sync-linux-prctlh-with-the-kernel-sources.patch added to mm-hotfixes-unstable branch
 2023-03-08 20:08 UTC 

+ kselftest-vm-fix-unused-variable-warning.patch added to mm-hotfixes-unstable branch
 2023-03-08 20:08 UTC 

+ mm-deduplicate-error-handling-for-map_deny_write_exec.patch added to mm-hotfixes-unstable branch
 2023-03-08 20:08 UTC 

[igt-dev] [PATCH i-g-t v5 0/7] Initial Xe test suite
 2023-03-08 20:08 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Initial Xe test suite (rev5)

[PATCH] vfio/pci: Propagate ACPI notifications to the user-space
 2023-03-08 20:06 UTC  (6+ messages)

[PATCH 6.2 0000/1000] 6.2.3-rc2 review
 2023-03-08 20:07 UTC  (3+ messages)

[PULL 0/5] QGA Misc patches
 2023-03-08 20:04 UTC  (6+ messages)
` [PULL 1/5] qga/win32: Remove change action from MSI installer
` [PULL 2/5] qga/win32: Use rundll for VSS installation
` [PULL 3/5] qga/win/installer: add VssOption to installer
` [PULL 4/5] qga/win/vss: query VSS backup type
` [PULL 5/5] qga/win/vss: requester_freeze changes

[PATCH bpf-next v5 0/8] Transit between BPF TCP congestion controls
 2023-03-08 20:04 UTC  (3+ messages)
` [PATCH bpf-next v5 3/8] bpf: Create links for BPF struct_ops maps

[PATCH] pstore: Revert pmsg_lock back to a normal mutex
 2023-03-08 20:04 UTC  (10+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-08 20:03 UTC  (4+ messages)
` [PATCH v7 30/41] x86/shstk: Handle thread shadow stack

[RFC PATCH v2 0/7] Add dedicated Qcom ICE driver
 2023-03-08 20:03 UTC  (4+ messages)
` [RFC PATCH v2 4/7] soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver

[RFC] drm: property: use vzalloc() instead of kvzalloc() for large blobs
 2023-03-08 20:02 UTC 

[PATCH] KVM: x86: Remove a redundant guest cpuid check in kvm_set_cr4()
 2023-03-08 20:02 UTC  (2+ messages)

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-08 20:01 UTC  (4+ messages)
` [PATCH v4 1/4] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64

<instantiation>:99:2: error: Unable to parse register name $fp
 2023-03-08 19:59 UTC 

[ardb:efi-x86-nx 12/24] arch/x86/boot/compressed/ident_map_64.c:95:15: sparse: sparse: symbol 'kernel_add_identity_map_' was not declared. Should it be static?
 2023-03-08 19:59 UTC 

[sashal-stable:pending-4.19 198/198] fs/udf/inode.c:1850:33: error: 'struct udf_inode_info' has no member named 'i_hidden'
 2023-03-08 19:59 UTC 

[sashal-stable:pending-4.19 198/198] fs/udf/inode.c:1850:21: error: no member named 'i_hidden' in 'struct udf_inode_info'
 2023-03-08 19:59 UTC 

[PATCH] selftests: sigaltstack: fix -Wuninitialized
 2023-03-08 19:59 UTC 

[PATCH V2 1/2] sysctl: Limit the value of interface compact_memory
 2023-03-08 19:58 UTC  (3+ messages)

[BUG] perf: No samples found when using kcore + coresight
 2023-03-08 19:56 UTC  (5+ messages)

[PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
 2023-03-08 19:57 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 0/7] Update gem_blits for newer generations
 2023-03-08 19:56 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-03-08 19:55 UTC  (11+ messages)

[Intel-gfx] [PATCH v5 0/4] drm/i915: add guard page to ggtt->error_capture
 2023-03-08 19:55 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: add guard page to ggtt->error_capture (rev7)

[PATCH v2 0/2] i2c: fortify the subsystem against user-space induced deadlocks
 2023-03-08 19:51 UTC  (5+ messages)
` [PATCH v2 1/2] i2c: dev: fix notifier return values

[PATCH] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam()
 2023-03-08 19:51 UTC  (2+ messages)

[PATCH] landlock.7: ffix
 2023-03-08 19:48 UTC  (2+ messages)

[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
 2023-03-08 19:46 UTC  (4+ messages)
` [PATCH 2/8] of: Enable DTB loading on UML for KUnit tests

[stable:linux-5.15.y 9869/9999] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:4433:14: warning: performing pointer subtraction with a null pointer has undefined behavior
 2023-03-08 19:48 UTC 

stable-rc/linux-5.15.y baseline: 176 runs, 23 regressions (v5.15.98-572-g95417703d86d2)
 2023-03-08 19:47 UTC 

[PATCH v3 0/5] Fix "Instructions Retired" from incorrectly counting
 2023-03-08 19:46 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: x86/pmu: Prevent the PMU from counting disallowed events

[PATCH 01/18] mfd: da903x: remove MODULE_LICENSE in non-modules
 2023-03-08 19:43 UTC  (20+ messages)
` [PATCH 02/18] mfd: da9052: "
` [PATCH 03/18] mfd: da9052-i2c: "
` [PATCH 04/18] mfd: da9052-spi: "
` [PATCH 05/18] mfd: da9055: "
` [PATCH 06/18] mfd: da9055-i2c: "
` [PATCH 07/18] mfd: stmpe-i2c: "
` [PATCH 08/18] mfd: stmpe-spi: "
` [PATCH 09/18] mfd: 88pm860x: "
` [PATCH 10/18] mfd: da9055: do not cite as modular
` [PATCH 11/18] mfd: tc3589x: remove MODULE_LICENSE in non-modules
` [PATCH 12/18] mfd: tps6586x: "
` [PATCH 13/18] mfd: ezx-pcap: "
` [PATCH 14/18] mfd: lp8788: "
` [PATCH 15/18] mfd: omap-usb-host: "
` [PATCH 16/18] mfd: omap-usb-tll: "
` [PATCH 17/18] mfd: twl4030-audio: "
` [PATCH 18/18] mfd: twl6040: "

mandoc(1) warning in tzfile(5) regarding //
 2023-03-08 19:44 UTC  (3+ messages)

[PATCH] target/riscv/csr.c: fix H extension TVM trap
 2023-03-08 19:44 UTC  (2+ messages)

[net-next PATCH 00/11] net: Add basic LED support for switch/phy
 2023-03-08 19:42 UTC  (10+ messages)
` [net-next PATCH 09/11] dt-bindings: net: dsa: qca8k: add LEDs definition example

[PATCH 6.1 000/887] 6.1.16-rc2 review
 2023-03-08 19:40 UTC  (2+ messages)

When exactly should REBASE_HEAD exist?
 2023-03-08 19:40 UTC  (4+ messages)

[PATCH v2 0/4] Fix blk-crypto keyslot race condition
 2023-03-08 19:36 UTC  (5+ messages)
` [PATCH v2 1/4] blk-mq: release crypto keyslot before reporting I/O complete
` [PATCH v2 2/4] blk-crypto: make blk_crypto_evict_key() more robust
` [PATCH v2 3/4] blk-crypto: remove blk_crypto_insert_cloned_request()
` [PATCH v2 4/4] blk-crypto: drop the NULL check from blk_crypto_put_keyslot()

[sashal-stable:pending-5.4 282/288] fs/dlm/midcomms.c:80:38: error: 'struct dlm_header' has no member named 'h_lockspace'
 2023-03-08 19:38 UTC 

[sashal-stable:pending-5.10 395/450] drivers/md/dm-flakey.c:308:35: error: implicit declaration of function 'bvec_kmap_local'; did you mean 'bvec_kmap_irq'?
 2023-03-08 19:38 UTC 

[Intel-gfx] [RFC PATCH 1/2] drm/i915: Add a function to mmap framebuffer obj
 2023-03-08 19:38 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [RFC,1/2] "

qemu_arm_defconfig with LTO fails due to unaligned access
 2023-03-08 19:19 UTC  (3+ messages)

stable-rc/linux-5.4.y build: 188 builds: 3 failed, 185 passed, 3 errors, 35 warnings (v5.4.234-285-g5fbaacc5a0689)
 2023-03-08 19:38 UTC 

[PATCH v5] usb: dwc3: gadget: Add 1ms delay after end transfer command without IOC
 2023-03-08 19:37 UTC  (2+ messages)

[PULL 00/17] Hexagon (target/hexagon) updates
 2023-03-08 19:35 UTC  (2+ messages)

[PATCH v6 0/5] Add function suspend/resume and remote wakeup support
 2023-03-08 19:35 UTC  (3+ messages)
` [PATCH v6 2/5] usb: dwc3: Add remote wakeup handling

pull-request: bpf-next 2023-03-08
 2023-03-08 19:35 UTC 

[PATCH] object-file: reprepare alternates when necessary
 2023-03-08 19:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] mdadm reshape hangs on external grow chunk
 2023-03-08 19:34 UTC  (5+ messages)

Please apply commit 06e472acf964 ("scsi: mpt3sas: Remove usage of dma_get_required_mask() API") to stable series
 2023-03-08 19:33 UTC  (5+ messages)

[PATCH v16 00/68] ceph+fscrypt: full support
 2023-03-08 19:32 UTC  (10+ messages)
` [PATCH v16 25/68] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries

[PATCH v2 0/4] Apple M1 USB4/Thunderbolt DART support
 2023-03-08 19:31 UTC  (4+ messages)
` [PATCH v2 1/4] dt-bindings: iommu: dart: Add t8103-usb4-dart compatible

[PATCH net-next 0/9] Netfilter updates for net-next
 2023-03-08 19:30 UTC  (9+ messages)
` [PATCH net-next 2/9] netfilter: bridge: call pskb_may_pull in br_nf_check_hbh_len
` [PATCH net-next 3/9] netfilter: bridge: check len before accessing more nh data
` [PATCH net-next 4/9] netfilter: bridge: move pskb_trim_rcsum out of br_nf_check_hbh_len
` [PATCH net-next 5/9] netfilter: move br_nf_check_hbh_len to utils
` [PATCH net-next 6/9] netfilter: use nf_ip6_check_hbh_len in nf_ct_skb_network_trim
` [PATCH net-next 7/9] selftests: add a selftest for big tcp
` [PATCH net-next 8/9] netfilter: conntrack: fix typo
` [PATCH net-next 9/9] netfilter: nat: fix indentation of function arguments


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.