All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-18 14:34:58 to 2024-01-18 15:22:39 UTC [more...]

[Intel-wired-lan] [PATCH iwl-next v3 1/3] ixgbe: Convert ret val type from s32 to int
 2024-01-18 14:33 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH iwl-next v3 3/3] ixgbe: Cleanup after type convertion

[PATCH v2 0/3] dt-bindings: rockchip: Add support for rk809 audio codec
 2024-01-18 15:21 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: rockchip: Document rk809 support for rk817 "

[PATCH v2 00/17] serial: max310x: cleanups and improvements
 2024-01-18 15:22 UTC  (13+ messages)
` [PATCH v2 01/17] serial: max310x: fix NULL pointer dereference in I2C instantiation
` [PATCH v2 02/17] serial: max310x: add I2C device table for instantiation from userspace
` [PATCH v2 03/17] serial: max310x: use i2c_get_match_data()
` [PATCH v2 04/17] serial: max310x: use spi_get_device_match_data()
` [PATCH v2 05/17] serial: max310x: fix syntax error in IRQ error message
` [PATCH v2 06/17] serial: max310x: remove holes in struct max310x_devtype
` [PATCH v2 07/17] serial: max310x: add macro for max number of ports
` [PATCH v2 08/17] serial: max310x: use separate regmap name for each port
` [PATCH v2 09/17] serial: max310x: simplify probe() and remove() error handling
` [PATCH v2 10/17] serial: max310x: add explicit return for some switch default cases
` [PATCH v2 11/17] serial: max310x: use dev_err_probe() instead of dev_err()
` [PATCH v2 12/17] serial: max310x: replace hardcoded masks with preferred GENMASK()

[PATCHv2] Documentation: block: ioprio: Update schedulers
 2024-01-18 15:21 UTC  (2+ messages)

[PATCH] loop: fix the the direct I/O support check when used on top of block devices
 2024-01-18 15:21 UTC  (2+ messages)

[PATCH] hw/arm/virt.c: Remove newline from error_report() string
 2024-01-18 15:17 UTC  (2+ messages)

[PATCH v2 0/4] hw/ppc/spapr: Rename 'softmmu'
 2024-01-18 15:16 UTC  (2+ messages)

[PATCH] block: Move checking GENHD_FL_NO_PART to bdev_add_partition()
 2024-01-18 15:20 UTC  (2+ messages)

[PATCH v2] regulator: event: Add netlink command for event mask
 2024-01-18 15:20 UTC  (4+ messages)

[PATCH v3 13/17] tracing: Recover trace buffers from kexec handover
 2024-01-18 15:16 UTC  (4+ messages)

[PATCH] [v2] media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries
 2024-01-18 15:17 UTC  (2+ messages)

[PATCH i-g-t] lib/intel_compute: Support testing multiple compute kernels
 2024-01-18 15:17 UTC  (3+ messages)
` ✓ CI.xeBAT: success for "
` ✓ Fi.CI.BAT: "

[vishal:vv/dax_abi 4/5] include/linux/memory_hotplug.h:266:13: error: 'mhp_supports_memmap_on_memory' defined but not used
 2024-01-18 15:16 UTC 

[RFC 3/3] mm/maps: read proc/pid/maps under RCU
 2024-01-18 15:16 UTC  (2+ messages)

[PATCH v2 00/13] mm/gup: Unify hugetlb, part 2
 2024-01-18 15:15 UTC  (10+ messages)
` [PATCH v2 06/13] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing

[LTP] [PATCH v1] Add stat04 test
 2024-01-18 15:15 UTC 

[PATCH v4 0/6] board: siemens: clean up subfolders
 2024-01-18 15:15 UTC  (2+ messages)

[PATCH net] udp: fix busy polling
 2024-01-18 15:15 UTC  (3+ messages)

[PATCH 00/26] target/ppc: TCG improvements and fixes
 2024-01-18 15:06 UTC  (27+ messages)
` [PATCH 01/26] target/ppc: Fix crash on machine check caused by ifetch
` [PATCH 02/26] target/ppc: Prevent supervisor from modifying MSR[ME]
` [PATCH 03/26] spapr: set MSR[ME] and MSR[FP] on client entry
` [PATCH 04/26] target/ppc: Rename registers to match ISA
` [PATCH 05/26] target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/U
` [PATCH 06/26] target/ppc: Rename TBL to TB on 64-bit
` [PATCH 07/26] target/ppc: Improve timebase register defines naming
` [PATCH 08/26] target/ppc: Fix move-to timebase SPR access permissions
` [PATCH 09/26] pnv/chiptod: Add POWER9/10 chiptod model
` [PATCH 10/26] ppc/pnv: Wire ChipTOD model to powernv9 and powernv10 machines
` [PATCH 11/26] pnv/chiptod: Implement the ChipTOD to Core transfer
` [PATCH 12/26] target/ppc: Implement core timebase state machine and TFMR
` [PATCH 13/26] target/ppc: Add SMT support to time facilities
` [PATCH 14/26] target/ppc: Add new hflags to support BHRB
` [PATCH 15/26] target/ppc: Add recording of taken branches to BHRB
` [PATCH 16/26] target/ppc: Add clrbhrb and mfbhrbe instructions
` [PATCH 17/26] target/ppc: Add migration support for BHRB
` [PATCH 18/26] target/ppc: BookE DECAR SPR is 32-bit
` [PATCH 19/26] target/ppc: Wire up BookE ATB registers for e500 family
` [PATCH 20/26] target/ppc: Add PPR32 SPR
` [PATCH 21/26] target/ppc: add helper to write per-LPAR SPRs
` [PATCH 22/26] target/ppc: Add SMT support to simple SPRs
` [PATCH 23/26] target/ppc: Add SMT support to PTCR SPR
` [PATCH 24/26] target/ppc: Implement LDBAR, TTR SPRs
` [PATCH 25/26] target/ppc: Implement SPRC/SPRD SPRs
` [PATCH 26/26] target/ppc: add SMT support to msgsnd broadcast

[PATCH] kunit: tool: Print UML command
 2024-01-18 15:14 UTC 

[PATCH v2] boot: add support for button commands
 2024-01-18 15:14 UTC  (7+ messages)

[PATCH] sh: remove unneeded $(foreach )
 2024-01-18 15:13 UTC  (2+ messages)

[PATCH v3 1/2] shadow: update 4.13 -> 4.14.2
 2024-01-18 15:12 UTC  (7+ messages)
` [PATCH v3 2/2] shadow: link executables statically for -native variant
  ` [OE-core] "

[PATCH 0/2] mm/zswap: optimize the scalability of zswap rb-tree
 2024-01-18 15:11 UTC  (5+ messages)
` [PATCH 1/2] mm/zswap: make sure each swapfile always have "
` [PATCH 2/2] mm/zswap: split "

[PATCH] media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries
 2024-01-18 15:10 UTC  (5+ messages)

[PATCH] ARM: dts: imx6qdl-hummingboard: Add rtc0 and rtc1 aliases to fix hctosys
 2024-01-18 15:10 UTC  (4+ messages)

[PATCH 0/1] uboot-sign: Break dependency loop in fitImage signing
 2024-01-18 15:10 UTC  (2+ messages)
` [PATCH 1/1] uboot-sign.bbclass: "

[mlx5e] FYI dmesg is filled with mlx5e_page_release_fragmented.isra warnings in 6.6.12
 2024-01-18 15:08 UTC 

[PATCH 1/5] wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config()
 2024-01-18 15:08 UTC  (3+ messages)

[PATCH v3] dhcp: add settable max attempts, fix timeout overflow to zero
 2024-01-18 15:08 UTC 

[LTP] [PATCH v1] Add readlink04 test
 2024-01-18 15:07 UTC 

[PATCH v3 0/6] Introduce STM32 LVDS driver
 2024-01-18 15:06 UTC  (8+ messages)
` [PATCH v3 1/6] dt-bindings: display: add dt-bindings for STM32 LVDS device

[LSF/MM/BPF TOPIC] Improving Zoned Storage Support
 2024-01-18 15:07 UTC  (19+ messages)

[PATCH 1/2] imx8m: Enable LTO by default
 2024-01-18 15:06 UTC  (2+ messages)
` [PATCH 2/2] arm: imx: imx8m: Enable the SError exception

[PATCH] fs: binfmt_elf_efpic: don't use missing interpreter's properties
 2024-01-18 15:06 UTC 

[PATCH] maintainers: updated for Intel drivers
 2024-01-18 15:06 UTC  (3+ messages)
` Ubuntu Upgrade 20.04.6 to 22.04 Jammy 23.06 HomeGateway example

[PATCH net 0/6] mlxsw: Miscellaneous fixes
 2024-01-18 15:06 UTC  (2+ messages)

[PATCH V4 0/7] Add Additional Boards and Features to RGxx3
 2024-01-18 15:06 UTC  (4+ messages)
` [PATCH V4 3/7] rockchip: boot_mode: Allow rockchip_dnl_key_pressed() in SPL

[PATCH] libfs: Attempt exact-match comparison first during casefold lookup
 2024-01-18 15:06 UTC  (7+ messages)

[yocto-docs][dunfell] documentation: update for 3.1.31
 2024-01-18 15:05 UTC 

[PATCH] wifi: mwifiex: cleanup SSID-related data types
 2024-01-18 14:57 UTC 

[PATCH 1/3] [i-g-t] lib/igt_amd: add debugfs disallow edp enter psr
 2024-01-18 15:03 UTC  (2+ messages)

[PATCH i-g-t] tests/kms: fix pixel format functionality
 2024-01-18 15:02 UTC  (3+ messages)

[PATCH v4 00/21] parallels: Add full dirty bitmap support
 2024-01-18 15:01 UTC  (10+ messages)
` [PATCH v4 15/21] parallels: Reverse a conditional in parallels_check_leak() to reduce indents
` [PATCH v4 16/21] parallels: Truncate images on the last used cluster
` [PATCH v4 17/21] parallels: Check unused clusters in parallels_check_leak()
` [PATCH v4 18/21] parallels: Remove unnecessary data_end field

[PATCH V2] board: rockchip: add Powkiddy X55
 2024-01-18 15:01 UTC  (3+ messages)

[PATCH] tty: serial: Fix bit order in RS485 flag definitions
 2024-01-18 15:00 UTC  (5+ messages)

[PATCH v2 1/1] mm/madvise: add MADV_F_COLLAPSE_LIGHT to process_madvise()
 2024-01-18 14:58 UTC  (4+ messages)

[PATCH] MAINTAINERS: supplement of zswap maintainers update
 2024-01-18 14:58 UTC  (2+ messages)

[PATCH 0/4] ppc: add machine check injection HMP command
 2024-01-18 14:57 UTC  (6+ messages)
` [PATCH 1/4] nmi: add MCE class for implementing machine check injection commands
` [PATCH 2/4] ppc/spapr: Implement mce injection
` [PATCH 3/4] target/ppc: Add machine check interrupt injection helper
` [PATCH 4/4] ppc/pnv: Implement mce injection

[PATCH] sh: ecovec24: Rename missed backlight field from fbdev to dev
 2024-01-18 14:57 UTC  (3+ messages)

[PATCH 0/3] qapi/hmp/cli: Remove the deprecated 'singlestep'
 2024-01-18 14:56 UTC  (2+ messages)

Hans Reiser on ReiserFS deprecation
 2024-01-18 14:57 UTC 

[PATCH 0/3] monitor: only run coroutine commands in qemu_aio_context
 2024-01-18 14:55 UTC  (4+ messages)
` [PATCH 2/3] iotests: port 141 to Python for reliable QMP testing

[EXT] Re: [PATCH] usb: roles: try to get/put all relevant modules
 2024-01-18 14:54 UTC  (11+ messages)

[linux-next:master 13537/13783] arch/parisc/kernel/smp.c:369:17: sparse: sparse: cast truncates bits from constant value (aabbccdd11223344 becomes 11223344)
 2024-01-18 14:53 UTC 

[PATCH] rcu/nocb: Check rdp_gp->nocb_timer in __call_rcu_nocb_wake()
 2024-01-18 14:54 UTC  (4+ messages)

Increasing NFSD_MAX_OPS_PER_COMPOUND to 96
 2024-01-18 14:52 UTC  (6+ messages)
      ` kernel.org list issues... / was: Fwd: Turn NFSD_MAX_* into tuneables ? / was: "
          ` RFE: Linux nfsd's |ca_maxoperations| should be at *least* |64| ... / was: "

[PATCH bpf-next] bpf: Allow setting SO_TIMESTAMPING* with bpf_setsockopt()
 2024-01-18 14:53 UTC  (8+ messages)

[PATCH 0/2] x86: aid debug info generation in assembly files
 2024-01-18 14:52 UTC  (4+ messages)
` [PATCH v5 0/8] annotate entry points with type and size
  ` [PATCH v5 1/8] common: assembly entry point type/size annotations

[PATCHv2 stable 6.1 1/2] btf, scripts: Exclude Rust CUs with pahole
 2024-01-18 14:45 UTC  (4+ messages)

[PATCH] staging: rts5208: Fix coding style issues
 2024-01-18 14:51 UTC  (2+ messages)

[net v3 PATCH 1/1] net: mvpp2: clear BM pool before initialization
 2024-01-18 14:50 UTC  (2+ messages)

[PATCH] dma-buf: heaps: Don't track CMA dma-buf pages under RssFile
 2024-01-18 14:49 UTC  (4+ messages)

[PATCH] dt-bindings: mfd: iqs62x: Do not override firmware-name $ref
 2024-01-18 14:50 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] monitor: only run coroutine commands in qemu_aio_context
 2024-01-18 14:48 UTC  (4+ messages)
` [PATCH v2 1/3] iotests: add filter_qmp_generated_node_ids()
` [PATCH v2 2/3] iotests: port 141 to Python for reliable QMP testing
` [PATCH v2 3/3] monitor: only run coroutine commands in qemu_aio_context

[PATCH v8 0/7] Add support for LUT PPG
 2024-01-18 14:49 UTC  (5+ messages)
` (subset) "

[PATCH v2] mm: memory: move mem_cgroup_charge() into alloc_anon_folio()
 2024-01-18 14:49 UTC  (2+ messages)

[PATCH 0/2] RFC: zswap tree use xarray instead of RB tree
 2024-01-18 14:48 UTC  (5+ messages)

[PATCH v3] usb: gadget: f_fs: expose ready state in configfs
 2024-01-18 14:48 UTC 

[PATCH] leds: trigger: panic: simplify led_trigger_set_panic
 2024-01-18 14:47 UTC  (3+ messages)

[PATCH] qemu-docs: Update options for graphical frontends
 2024-01-18 14:46 UTC  (2+ messages)

[PATCH] vhost: fix deadlock during software live migration of VDPA in a nested virtualization environment
 2024-01-18 14:46 UTC  (2+ messages)

[PATCH v2] usb: gadget: f_fs: expose ready state in configfs
 2024-01-18 14:45 UTC  (3+ messages)

[GIT PULL] eventfs: Fix for readdir and a seq_buf fix
 2024-01-18 14:46 UTC 

[PATCH v2] kprobes: Use synchronize_rcu_tasks_rude in kprobe_optimizer
 2024-01-18 14:44 UTC  (3+ messages)

[PATCH i-g-t 0/2] Couple of fixes to guc_pc tests
 2024-01-18 14:56 UTC  (3+ messages)
` [PATCH i-g-t 1/2] test/intel/xe_gt_freq: Fix freq_low_max test
` [PATCH i-g-t 2/2] tests/intel/xe_gt_freq: Skip GuC PC tests if SLPC not enabled

[LTP] LTP Release preparations
 2024-01-18 14:44 UTC  (2+ messages)

[PATCH net v3] tun: add missing rx stats accounting in tun_xdp_act
 2024-01-18 14:44 UTC  (4+ messages)

[PATCH] drm/xe: Set PTE_AE for xe2 dgfx platforms
 2024-01-18 14:42 UTC  (3+ messages)

[openeuler:openEuler-1.0-LTS 21385/21559] drivers/tee/optee/core.c:618:24: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast
 2024-01-18 14:42 UTC 

[deller-parisc:for-next-next 7/8] arch/parisc/kernel/smp.c:369:17: warning: overflow in conversion from 'long long unsigned int' to 'long int' changes value from '12302652056939934532' to '287454020'
 2024-01-18 14:42 UTC 

[PATCH] coverage: filter out lib{fdt,elf}-temp.o
 2024-01-18 14:40 UTC  (3+ messages)

[PATCH] kprobes: Use synchronize_rcu_tasks_rude in kprobe_optimizer
 2024-01-18 14:41 UTC  (3+ messages)

[syzbot] possible deadlock in chown_common
 2024-01-18 14:40 UTC  (4+ messages)
` [syzbot] [reiserfs?] "

[PATCH i-g-t 0/2] add support for choosing big joiner mode
 2024-01-18 14:39 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for add support for choosing big joiner mode (rev3)

[for-linus][PATCH] seq_buf: Make DECLARE_SEQ_BUF() usable
 2024-01-18 14:40 UTC 

[PATCH 0/8] tests/unit/test-smp-parse.c: Add more CPU topology test cases
 2024-01-18 14:48 UTC  (9+ messages)
` [PATCH 1/8] tests/unit/test-smp-parse.c: Use CPU number macros in invalid topology case
` [PATCH 2/8] tests/unit/test-smp-parse.c: Bump max_cpus to 4096
` [PATCH 3/8] tests/unit/test-smp-parse.c: Make test cases aware of the book/drawer
` [PATCH 4/8] tests/unit/test-smp-parse.c: Test "books" parameter in -smp
` [PATCH 5/8] tests/unit/test-smp-parse.c: Test "drawers" "
` [PATCH 6/8] tests/unit/test-smp-parse.c: Test "drawers" and "books" combination case
` [PATCH 7/8] tests/unit/test-smp-parse.c: Test the full 7-levels topology hierarchy
` [PATCH 8/8] tests/unit/test-smp-parse.c: Test smp_props.has_clusters

[PATCH 1/1] nfstest_posix: add check for EINVAL when open(2) called with O_DIRECTORY|O_CREAT
 2024-01-18 14:39 UTC  (2+ messages)

[PATCH] bpf: Refactor ptr alu checking rules to allow alu explicitly
 2024-01-18 14:38 UTC  (2+ messages)

[PATCH v4] selftests/move_mount_set_group:Make tests build with old libc
 2024-01-18 14:37 UTC  (2+ messages)

[PATCH] comedi: drivers: ni_tio: Fix arithmetic expression overflow
 2024-01-18 14:37 UTC  (3+ messages)

[PATCH v3 0/9] File abstractions needed by Rust Binder
 2024-01-18 14:36 UTC  (10+ messages)
` [PATCH v3 1/9] rust: file: add Rust abstraction for `struct file`
` [PATCH v3 2/9] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v3 3/9] rust: security: add abstraction for secctx
` [PATCH v3 4/9] rust: types: add `NotThreadSafe`
` [PATCH v3 5/9] rust: file: add `FileDescriptorReservation`
` [PATCH v3 6/9] rust: task: add `Task::current_raw`
` [PATCH v3 7/9] rust: file: add `Kuid` wrapper
` [PATCH v3 8/9] rust: file: add `DeferredFdCloser`
` [PATCH v3 9/9] rust: file: add abstraction for `poll_table`

[PATCH] writeback: move wb_wakeup_delayed defination to fs-writeback.c
 2024-01-18 20:33 UTC  (2+ messages)

[PATCH v4 0/3] libceph: fix sparse-read failure bug
 2024-01-18 14:36 UTC  (3+ messages)
` [PATCH v4 3/3] libceph: just wait for more data to be available on the socket

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2024-01-18 14:35 UTC 

[PATCH 00/12] DC Patches January 18, 2024
 2024-01-18 14:34 UTC  (9+ messages)
` [PATCH 02/12] drm/amd/display: Promote DAL to 3.2.268
` [PATCH 03/12] drm/amd/display: Add usb4_bw_alloc_support flag
` [PATCH 07/12] drm/amd/display: Revert "Rework DC Z10 restore"
` [PATCH 08/12] drm/amd/display: Add GART memory support for dmcub
` [PATCH 09/12] drm/amd/display: turn off windowed Mpo ODM feature for dcn321
` [PATCH 10/12] drm/amd/display: Replay + IPS + ABM in Full Screen VPB
` [PATCH 11/12] drm/amd/display: [FW Promotion] Release 0.0.201.0
` [PATCH 12/12] drm/amd/display: Promote DAL to 3.2.269


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.