messages from 2024-07-04 07:08:32 to 2024-07-04 07:50:02 UTC [more...]
[PATCH v2 0/7] target/ppc: misc ppc improvements/optimizations
2024-07-04 7:49 UTC (14+ messages)
` [PATCH v2 1/7] target/ppc: use locally stored msr and avoid indirect access
` [PATCH v2 2/7] target/ppc: optimize hreg_compute_pmu_hflags_value
` [PATCH v2 3/7] "
` [PATCH v2 4/7] target/ppc: optimize p9 exception handling routines
` [PATCH v2 5/7] target/ppc: optimize p9 exception handling routines for lpcr
` [PATCH v2 7/7] target/ppc: redue code duplication across Power9/10 init code
[PATCH v3 0/5] video: Improve syncing performance with cyclic
2024-07-04 7:48 UTC (6+ messages)
` [PATCH v3 1/5] cyclic: Add a symbol for SPL
` [PATCH v3 2/5] video: Move last_sync to private data
` [PATCH v3 3/5] video: Use cyclic to handle video sync
` [PATCH v3 4/5] sandbox: Increase cyclic CPU-time limit
` [PATCH v3 5/5] sandbox: Drop video-sync in serial driver
[PATCH v3 0/3] Add support for Sensirion SDP500
2024-07-04 7:49 UTC (7+ messages)
` [PATCH v3 2/3] iio: pressure: Add driver "
` [PATCH v3 3/3] MAINTAINERS: Add "
[syzbot] Monthly wireguard report (Jul 2024)
2024-07-04 7:49 UTC
[syzbot] [lsm?] KASAN: slab-use-after-free Read in smack_socket_sock_rcv_skb
2024-07-04 7:49 UTC
[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
2024-07-04 7:48 UTC (6+ messages)
[PATCH] drm/xe: Use write-back caching mode for system memory on DGFX
2024-07-04 7:48 UTC (2+ messages)
[PATCH V2 0/2] LoongArch: Add Loongson-3 CPUFreq driver support
2024-07-04 7:48 UTC (7+ messages)
` [PATCH V2 2/2] cpufreq: "
[PATCH v3] vfio: combine container_create and group_bind
2024-07-03 11:59 UTC
[PATCH 1/2] MAINTAINERS: update powerplay and swsmu
2024-07-04 7:48 UTC (4+ messages)
` [PATCH 2/2] MAINTAINERS: fix Xinhui's name
[PATCH BlueZ v2] client/player: add error code handling to transport_recv()
2024-07-04 7:47 UTC
[PATCH] net: update netdev stream/dgram man page
2024-07-04 7:46 UTC (3+ messages)
[PATCH virtio v2 00/19] virtio: consolidate vq info args of find_vqs()
2024-07-04 7:47 UTC (3+ messages)
` [PATCH virtio v2 04/19] virtio: introduce virtio_queue_info struct and find_vqs_info() config op
[f2fs-dev] [PATCH 2/2] f2fs: use meta inode for GC of COW file
2024-07-04 7:44 UTC (3+ messages)
` "
[RFC PATCH v2 00/48] Make U-Boot memory reservations coherent
2024-07-04 7:35 UTC (49+ messages)
` [RFC PATCH v2 01/48] malloc: Support testing with realloc()
` [RFC PATCH v2 02/48] lib: Handle a special case with str_to_list()
` [RFC PATCH v2 03/48] alist: Add support for an allocated pointer list
` [RFC PATCH v2 04/48] lib: Convert str_to_list() to use alist
` [RFC PATCH v2 05/48] alist: add a couple of helper functions
` [RFC PATCH v2 06/48] alist: add a function declaration for alist_expand_by()
` [RFC PATCH v2 07/48] lmb: remove the unused lmb_is_reserved() function
` [RFC PATCH v2 08/48] lmb: staticize __lmb_alloc_base()
` [RFC PATCH v2 09/48] lmb: remove call to lmb_init()
` [RFC PATCH v2 10/48] lmb: remove local instances of the lmb structure variable
` [RFC PATCH v2 11/48] lmb: pass a flag to image_setup_libfdt() for lmb reservations
` [RFC PATCH v2 12/48] lmb: allow for resizing lmb regions
` [RFC PATCH v2 13/48] lmb: make LMB memory map persistent and global
` [RFC PATCH v2 14/48] lmb: remove config symbols used for lmb region count
` [RFC PATCH v2 15/48] test: lmb: remove the test for max regions
` [RFC PATCH v2 16/48] lmb: config: add lmb config symbols for SPL
` [RFC PATCH v2 17/48] lmb: allow lmb module to be used in SPL
` [RFC PATCH v2 18/48] lmb: introduce a function to add memory to the lmb memory map
` [RFC PATCH v2 19/48] lmb: remove the lmb_init_and_reserve() function
` [RFC PATCH v2 20/48] lmb: reserve common areas during board init
` [RFC PATCH v2 21/48] lmb: remove lmb_init_and_reserve_range() function
` [RFC PATCH v2 22/48] lmb: init: initialise the lmb data structures during board init
` [RFC PATCH v2 23/48] lmb: use the BIT macro for lmb flags
` [RFC PATCH v2 24/48] lmb: add a common implementation of arch_lmb_reserve()
` [RFC PATCH v2 25/48] sandbox: spl: enable lmb in SPL
` [RFC PATCH v2 26/48] sandbox: iommu: remove lmb allocation in the driver
` [RFC PATCH v2 27/48] zynq: lmb: do not add to lmb map before relocation
` [RFC PATCH v2 28/48] test: cedit: use allocated address for reading file
` [RFC PATCH v2 29/48] test: lmb: tweak the tests for the persistent lmb memory map
` [RFC PATCH v2 30/48] test: lmb: run lmb tests only manually
` [RFC PATCH v2 31/48] test: lmb: add a separate class of unit tests for lmb
` [RFC PATCH v2 32/48] test: lmb: invoke the LMB unit tests from a separate script
` [RFC PATCH v2 33/48] test: bdinfo: dump the global LMB memory map
` [RFC PATCH v2 34/48] lmb: add versions of the lmb API with flags
` [RFC PATCH v2 35/48] lmb: add a flag to allow suppressing memory map change notification
` [RFC PATCH v2 36/48] efi: memory: use the lmb API's for allocating and freeing memory
` [RFC PATCH v2 37/48] event: add event to notify lmb memory map changes
` [RFC PATCH v2 38/48] lib: Kconfig: add a config symbol for getting lmb memory map updates
` [RFC PATCH v2 39/48] add a function to check if an address is in RAM memory
` [RFC PATCH v2 40/48] lmb: notify of any changes to the LMB memory map
` [RFC PATCH v2 41/48] efi_memory: add an event handler to update "
` [RFC PATCH v2 42/48] ti: k3: remove efi_add_known_memory() function definition
` [RFC PATCH v2 43/48] layerscape: use the lmb API's to add RAM memory
` [RFC PATCH v2 44/48] x86: e820: use the lmb API for adding "
` [RFC PATCH v2 45/48] efi_memory: do not add RAM memory to the memory map
` [RFC PATCH v2 46/48] lmb: mark the EFI runtime memory regions as reserved
` [RFC PATCH v2 47/48] test: event: update the expected event dump output
` [RFC PATCH v2 48/48] temp: mx6sabresd: bump up the size limit of the board
[xen-unstable test] 186646: tolerable FAIL - PUSHED
2024-07-04 7:44 UTC
[BUG ?] Offline Memory gets stuck in offline_pages()
2024-07-04 7:43 UTC (2+ messages)
[PATCH 6.1 000/128] 6.1.97-rc1 review
2024-07-04 7:43 UTC (4+ messages)
` [PATCH 6.1 091/128] serial: imx: set receiver level before starting uart
[PATCH] clk: qcom: kpss-xcc: Return of_clk_add_hw_provider to transfer the error
2024-07-04 7:36 UTC
[PATCH net-next] bnxt_en: fix kernel panic in queue api functions
2024-07-04 7:41 UTC
[PATCH 2/4] arm64: dts: mediatek: mt7986: add gpio-hog for boot mode switch on BPI-R3
2024-07-04 7:41 UTC (4+ messages)
[ANN] wireless-regdb: master-2024-07-04
2024-07-04 7:40 UTC
[PATCH v2] thermal: core: Call monitor_thermal_zone() if zone temperature is invalid
2024-07-04 7:39 UTC (8+ messages)
[PATCH 0/7] Make core VMA operations internal and testable
2024-07-04 7:39 UTC (3+ messages)
` [PATCH 5/7] MAINTAINERS: Add entry for new VMA files
[PATCH v3] virtio: Implement Virtio Backend for SD/MMC in QEMU
2024-07-04 7:38 UTC (6+ messages)
[pci:dt-bindings 10/11] arch/arm64/boot/dts/qcom/x1e80100-crd.dtb: pci@1bf8000: reg: [[0, 29327360, 0, 12288], [0, 1879048192, 0, 3869], [0, 1879052064, 0, 168], [0, 1879052288, 0, 4096], [0, 1880096768, 0, 1048576]] is too short
2024-07-04 7:39 UTC (4+ messages)
[PATCH 0/4] nvme-tcp: improve scalability
2024-07-04 7:36 UTC (9+ messages)
` [PATCH 1/4] nvme-tcp: per-controller I/O workqueues
[PATCH v5 6/7] media: rkisp1: Implement extensible params support
2024-07-04 7:36 UTC (3+ messages)
` [PATCH v5.1 "
[PATCH V13 0/8] Add architecture agnostic code to support vCPU Hotplug
2024-07-04 7:35 UTC (4+ messages)
` [PATCH V13 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
[PATCH] clk/sophgo: Using BUG() instead of unreachable() in mmux_get_parent_id()
2024-07-04 7:35 UTC
[PATCH net-next 00/11] eth: bnxt: use the new RSS API
2024-07-04 7:34 UTC (3+ messages)
` [PATCH net-next 02/11] net: ethtool: let driver declare max size of RSS indir table and key
[PATCH RFC 0/3] Implement Qualcomm TEE IPC and ioctl calls
2024-07-04 7:34 UTC (5+ messages)
` [PATCH RFC 1/3] firmware: qcom: implement object invoke support
[mediatek:v6.10-next/dts64 44/53] arch/arm64/boot/dts/mediatek/mt8365-evk.dtb: /soc/syscon@10006000: failed to match any schema with compatible: ['mediatek,mt8365-scpsys', 'syscon', 'simple-mfd']
2024-07-04 7:34 UTC (5+ messages)
[PATCH] lib:sbi: Enhance CSR Handling in system_opcode_insn
2024-07-04 7:33 UTC (4+ messages)
[LTP] [PATCH 0/5] symlink01 split
2024-07-04 7:32 UTC (8+ messages)
` [LTP] [PATCH 2/5] Fix TST_EXP_EXTR() stringification
` [LTP] [PATCH 4/5] Add chmod08 test
` [LTP] [PATCH 5/5] Add open15 test
[PATCH] configs: phycore-imx8mp: Disable CONFIG_ANDROID_BOOT_IMAGE
2024-07-04 7:32 UTC (2+ messages)
[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
2024-07-04 7:32 UTC (7+ messages)
` [PATCH v8 06/10] iommufd: Add iommufd fault object
[PULL] drm-intel-gt-next
2024-07-04 7:31 UTC
[PATCH] wifi: nl80211: allow MBSSID Tx VAP bringup without MBSSID IEs
2024-07-04 7:31 UTC (3+ messages)
[PATCH net-next] ntp: fix size argument for kcalloc
2024-07-04 7:30 UTC (2+ messages)
[PATCH v5 0/5] Support Starry er88577 MIPI-DSI panel
2024-07-04 7:29 UTC (6+ messages)
` [PATCH v5 1/5] drm/panel: boe-th101mb31ig002 : Make it compatible with other panel
` [PATCH v5 2/5] drm/panel: boe-th101mb31ig002: switch to devm_gpiod_get_optional() for reset_gpio
` [PATCH v5 3/5] drm/panel: boe-th101mb31ig002: use wrapped MIPI DCS functions
` [PATCH v5 4/5] dt-bindings: display: panel: Add compatible for starry-er88577
` [PATCH v5 5/5] drm/panel: :boe-th101mb31ig002: Support for starry-er88577 MIPI-DSI panel
[PATCH 6.6 000/163] 6.6.37-rc1 review
2024-07-04 7:30 UTC (4+ messages)
[f2fs-dev] [PATCH 1/2] f2fs: use meta inode for GC of atomic file
2024-07-04 7:29 UTC (3+ messages)
` "
[PATCH net-next v8 00/10] net: openvswitch: Add sample multicasting
2024-07-04 7:28 UTC (3+ messages)
[PATCH 00/43] Remaining MMU clean up patches
2024-07-04 7:27 UTC (29+ messages)
` [PATCH 26/43] target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()
` [PATCH 27/43] target/ppc/mmu_common.c: Remove mmu_ctx_t
` [PATCH 28/43] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr()
` [PATCH 29/43] target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header
` [PATCH 30/43] target/ppc: Unexport some functions from mmu-book3s-v3.h
` [PATCH 31/43] target/ppc/mmu-radix64: Remove externally unused parts from header
` [PATCH 32/43] target/ppc: Remove includes from mmu-book3s-v3.h
` [PATCH 33/43] target/ppc: Remove single use static inline function
` [PATCH 35/43] target/ppc/mmu-hash32.c: Change parameter type of ppc_hash32_bat_lookup()
` [PATCH 36/43] target/ppc/mmu-hash32: Remove some static inlines from header
` [PATCH 37/43] target/ppc/mmu-hash32.c: Return and use pte address instead of base + offset
` [PATCH 39/43] target/ppc: Change parameter type of some inline functions
` [PATCH 40/43] target/ppc: Change parameter type of ppc64_v3_radix()
` [PATCH 41/43] target/ppc: Change MMU xlate functions to take CPUState
[PATCH v3] memory tier: consolidate the initialization of memory tiers
2024-07-04 7:26 UTC
[PATCH v2 0/2] gpio: sim: lock simulated GPIOs as interrupts
2024-07-04 7:26 UTC (2+ messages)
[PATCH v3 1/3] wireless-regdb: Update regulatory info for Jordan (JO) for 2022
2024-07-04 7:26 UTC (2+ messages)
[PATCH v3 0/2] drm/xe: remove GuC reload in D3Hot path
2024-07-04 7:26 UTC (7+ messages)
` ✓ CI.Patch_applied: success for drm/xe: remove GuC reload in D3Hot path (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
[PATCH v4 0/7] selftests/x86: fix build errors and warnings found via clang
2024-07-04 7:24 UTC (8+ messages)
` [PATCH v4 1/7] selftests/x86: fix Makefile dependencies to work with clang
` [PATCH v4 2/7] selftests: x86: test_FISTTP: use fisttps instead of ambiguous fisttp
` [PATCH v4 3/7] selftests/x86: build fsgsbase_restore.c with clang
` [PATCH v4 4/7] selftests/x86: build sysret_rip.c "
` [PATCH v4 5/7] selftests/x86: avoid -no-pie warnings from clang during compilation
` [PATCH v4 6/7] selftests/x86: remove (or use) unused variables and functions
` [PATCH v4 7/7] selftests/x86: fix printk warnings reported by clang
[PATCH] ovl: fix wrong lowerdir number check for parameter Opt_lowerdir
2024-07-04 7:25 UTC (5+ messages)
[PATCH 17/17] mmc: pass queue_limits to blk_mq_alloc_disk
2024-07-04 7:24 UTC (11+ messages)
[PATCH V2] drm/xe/xe2: Add Wa_15015404425
2024-07-04 7:24 UTC (2+ messages)
` ✓ CI.FULL: success for drm/xe/xe2: Add Wa_15015404425 (rev2)
[PATCH v3 0/6] drm/radeon: remove load callback & drm_dev_alloc
2024-07-04 4:58 UTC (3+ messages)
[PATCH v9 00/53] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
2024-07-03 16:11 UTC (6+ messages)
` [PATCH v9 30/52] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
[PATCH v3 0/2] selftests/resctrl: SNC kernel support discovery
2024-07-04 7:23 UTC (6+ messages)
` [PATCH v3 2/2] selftests/resctrl: Adjust SNC support messages
more integrity cleanups v3
2024-07-04 7:23 UTC (4+ messages)
` [PATCH 3/6] block: don't call bio_uninit from bio_endio
[RFC net-next] generate boilerplate impls such as devlink_resource_register()
2024-07-04 7:23 UTC (3+ messages)
[PATCH] um: vector: Replace locks guarding queue depth with atomics
2024-07-04 7:21 UTC
[PATCHSET v30.7 03/16] xfs_scrub: detect deceptive filename extensions
2024-07-04 7:22 UTC (8+ messages)
` [PATCH 03/13] xfs_scrub: add a couple of omitted invisible code points
[PATCH 5.15 000/356] 5.15.162-rc1 review
2024-07-04 7:20 UTC (4+ messages)
` [PATCH 5.15 255/356] x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()
[meta-ti][master/scarthgap][PATCH] conf: machine: Update am62pxx-evm for multi-BSP support
2024-07-04 7:19 UTC
[PATCH 0/7] multipath-tools: cli_add_map cleanup and misc fixes
2024-07-04 7:19 UTC (10+ messages)
` [PATCH 3/7] multipathd: refresh multipath before calling set_no_path_retry()
[RFC PATCH 0/7] synchronously scan and reclaim empty user PTE pages
2024-07-04 7:16 UTC (2+ messages)
[PATCH 1/2] iio: light: stk3310: add support for stk3013
2024-07-04 7:16 UTC (6+ messages)
` [PATCH 2/2] dt-bindings: iio: light: stk33xx: add compatible "
[net-next PATCH v7 00/10] Introduce RVU representors
2024-07-04 7:14 UTC (4+ messages)
` [EXTERNAL] "
[f2fs-dev] [PATCH] f2fs: fix null reference error when checking end of zone
2024-07-04 7:15 UTC (3+ messages)
` "
[PATCH 1/2] systemd: Mitigate /var/tmp type mismatch issue
2024-07-04 7:15 UTC (2+ messages)
` [PATCH 2/2] systemd: Mitigate /var/log "
`git diff`/`git apply` can generate/apply ambiguous hunks (ie. in the wrong place) (just like gnu diff/patch)
2024-07-04 7:15 UTC (3+ messages)
[PATCH v2] mm/numa_balancing: Teach mpol_to_str about the balancing mode
2024-07-04 7:15 UTC (7+ messages)
[PATCH v5 0/3] adp5588-keys: Support for dedicated gpio operation
2024-07-04 7:19 UTC (6+ messages)
` [PATCH v5 3/3] dt-bindings: input: Update dtbinding for adp5588
[PATCH -next v2] misc: pci_endpoint_test: Remove some unused functions
2024-07-04 7:14 UTC (2+ messages)
[PATCH v2] net/ice: support FEC feature
2024-07-04 6:50 UTC (2+ messages)
` [PATCH v3] "
[PATCH 00/14] Use the kernel from sstate when building fitImages
2024-07-04 7:09 UTC (15+ messages)
` [PATCH 01/14] oe-selftest: wic fix deps of test_efi_plugin_unified_kernel_image_qemu
` [PATCH 02/14] oe-selftest: fitimage refactor u-boot-tools-native
` [PATCH 03/14] oe-selftest: fitimage drop test-mkimage-wrapper
` [PATCH 04/14] oe-selftest: fitimage cleanup asserts
` [PATCH 05/14] oe-selftest: fitimage fix test_initramfs_bundle
` [PATCH 06/14] kernel-fitimage: fix handling of empty default dtb
` [PATCH 07/14] kernel-fitimage: fix external dtb check
` [PATCH 08/14] kernel: execute do_bundle_initramfs only when needed
` [PATCH 09/14] kernel-fitimage: refactor do_assemble_fitimage_initramfs
` [PATCH 10/14] kernel-fitimage: refactor creation of linux.bin
` [PATCH 11/14] kernel-fitimage: fix intentation
` [PATCH 12/14] kernel-fitimage: run unbundled fitimage after deploy
` [PATCH 13/14] image: depends do_deploy_fitimage_unbundled
` [PATCH 14/14] DO NOT MERGE: explanation and testing
[PATCH 0/7] Make core VMA operations internal and testable
2024-07-04 7:10 UTC (3+ messages)
[PATCH v2] md/raid5: recheck if reshape has finished with device_lock held
2024-07-04 7:10 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 0b58e108042b0ed28a71cd7edf5175999955b233
2024-07-04 7:08 UTC
[PATCH 00/10] iio: Constify struct regmap_bus
2024-07-04 7:13 UTC (3+ messages)
` [PATCH 06/10] iio: dac: ltc2688: "
[PATCH 0/2] wifi: ath: fix array out-of-bound access in SoC stats
2024-07-04 7:08 UTC (3+ messages)
` [PATCH 1/2] wifi: ath12k: "
` [PATCH 2/2] wifi: ath11k: "
[PATCH -next] md: don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
2024-07-04 7:08 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.