messages from 2022-10-08 08:23:56 to 2022-10-08 12:14:10 UTC [more...]
[RFC] memarea: introduce memory area library
2022-10-08 12:14 UTC (24+ messages)
` [PATCH v6 00/10] introduce memarea library
` [PATCH v6 01/10] memarea: "
` [PATCH v6 02/10] test/memarea: support memarea test
` [PATCH v6 03/10] memarea: support alloc/free/update-refcnt API
` [PATCH v6 04/10] test/memarea: support alloc/free/update-refcnt test
` [PATCH v6 05/10] memarea: support dump API
` [PATCH v6 06/10] test/memarea: support dump test
` [PATCH v6 07/10] memarea: support backup memory mechanism
` [PATCH v6 08/10] test/memarea: support backup memory test
` [PATCH v6 09/10] memarea: detect memory corruption based on magic
` [PATCH v6 10/10] test/memarea: support no MT-safe test
` [PATCH v7 00/10] introduce memarea library
` [PATCH v7 01/10] memarea: "
` [PATCH v7 02/10] test/memarea: support memarea test
` [PATCH v7 03/10] memarea: support alloc/free/update-refcnt API
` [PATCH v7 04/10] test/memarea: support alloc/free/update-refcnt test
` [PATCH v7 05/10] memarea: support dump API
` [PATCH v7 06/10] test/memarea: support dump test
` [PATCH v7 07/10] memarea: support backup memory mechanism
` [PATCH v7 08/10] test/memarea: support backup memory test
` [PATCH v7 09/10] memarea: detect memory corruption based on magic
` [PATCH v7 10/10] test/memarea: support no MT-safe test
[PATCH v3 00/13] Add support for the Hardkernel ODROID-M1 board
2022-10-08 12:11 UTC (4+ messages)
[PATCH] ext4: split ext4_journal_start trace for debug
2022-10-08 12:05 UTC
[PATCH v3] ath9k: verify the expected usb_endpoints are present
2022-10-08 12:02 UTC (3+ messages)
` [PATCH v4] "
Recent changes (master)
2022-10-08 12:00 UTC
[Intel-gfx] [PATCH] drm/i915/perf: remove redundant variable 'taken'
2022-10-08 11:55 UTC (3+ messages)
` "
[PATCH] Revert "drm/sched: Use parent fence instead of finished"
2022-10-08 11:53 UTC
[PATCH 0/2] btrfs-progs: mkfs: extent-tree-v2 related fixes
2022-10-08 11:52 UTC (5+ messages)
` [PATCH 1/2] btrfs-progs: mkfs: fix a crash when enabling extent-tree-v2
` [PATCH 2/2] btrfs-progs: mkfs: fix a stack over-flow when features string are too long
[v9 0/4] Add support for Maxim MAX735x/MAX736x variants
2022-10-08 11:50 UTC (3+ messages)
` [v9 1/4] dt-bindings: i2c: Add "
[PATCH] ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()
2022-10-08 11:49 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/3] ipmi: fix ipmi memleak and unload bug
2022-10-08 11:49 UTC (5+ messages)
` [PATCH 1/3] ipmi: fix msg stack when IPMI is disconnected
[PATCH] videodev2.h: apply packed attribute to union
2022-10-08 11:48 UTC (4+ messages)
[PATCH v15 0/2] Lattice sysCONFIG SPI FPGA manager
2022-10-08 11:14 UTC (3+ messages)
` [PATCH v15 1/2] fpga: lattice-sysconfig-spi: add Lattice sysCONFIG "
` [PATCH v15 2/2] dt-bindings: fpga: document "
[PATCH -next v2 0/2] of: introduce of_address_count() helper
2022-10-08 11:56 UTC (3+ messages)
` [PATCH -next v2 1/2] of/address: "
` [PATCH -next v2 2/2] of/platform: use "
[PATCH bpf-next 00/10] BPF link support for tc BPF programs
2022-10-08 11:38 UTC (13+ messages)
` [PATCH bpf-next 01/10] bpf: Add initial fd-based API to attach "
[Bridge] [PATCH v6 net-next 0/9] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
2022-10-08 11:34 UTC (6+ messages)
` [Bridge] [PATCH v6 net-next 9/9] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
` "
[PATCH] hwmon: corsair-psu: add USB id of the new HX1500i psu
2022-10-08 11:35 UTC
linux-next: manual merge of the driver-core tree with the jc_docs tree
2022-10-08 11:33 UTC (6+ messages)
[PATCHv2 2/2] mmc: queue: Cancel recovery work on cleanup
2022-10-08 11:31 UTC (2+ messages)
[meta-multimedia][PATCH] libcamera: Bump SRCREV and add libyaml to DEPENDS
2022-10-08 11:21 UTC (2+ messages)
[meta-multimedia][PATCH] libcamera: Bump SRCREV and add libyaml to DEPENDS
2022-10-08 11:20 UTC
[PATCH v9 10/11] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
2022-10-08 11:19 UTC (3+ messages)
` [PATCH v9 11/11] landlock: Document Landlock's file truncation support
[PATCH v9 00/11] landlock: truncate support
2022-10-08 11:18 UTC (12+ messages)
` [PATCH v9 01/11] security: Create file_truncate hook from path_truncate hook
` [PATCH v9 02/11] landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
` [PATCH v9 03/11] landlock: Document init_layer_masks() helper
` [PATCH v9 04/11] landlock: Support file truncation
` [PATCH v9 05/11] selftests/landlock: Test file truncation support
` [PATCH v9 06/11] selftests/landlock: Test open() and ftruncate() in multiple scenarios
` [PATCH v9 07/11] selftests/landlock: Locally define __maybe_unused
` [PATCH v9 08/11] selftests/landlock: Test FD passing from restricted to unrestricted processes
` [PATCH v9 09/11] selftests/landlock: Test ftruncate on FDs created by memfd_create(2)
` [PATCH v9 10/11] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v9 11/11] landlock: Document Landlock's file truncation support
[syzbot] general protection fault in kernfs_get_inode
2022-10-08 11:15 UTC (2+ messages)
Difference GART/GTT and related questions
2022-10-08 11:14 UTC
[PATCHSET v2 0/6] fstests: random fixes for v2022.09.25
2022-10-08 11:12 UTC (7+ messages)
` [PATCH 4/6] xfs/128: try to force file allocation behavior
` [PATCH 5/6] common/populate: don't metadump xfs filesystems twice
` [PATCH 6/6] common/populate: fix _xfs_metadump usage in _scratch_populate_cached
[PATCH 0/4] support HW Rx/Tx descriptor dump
2022-10-08 11:11 UTC (7+ messages)
` [PATCH v5 0/3] support ethdev "
` [PATCH v5 3/3] app/procinfo: support "
[f2fs-dev] [PATCH] f2fs: fix compile warning
2022-10-08 11:08 UTC (4+ messages)
` "
[PATCH] xen/virtio: Handle cases when page offset > PAGE_SIZE properly
2022-10-08 11:08 UTC (2+ messages)
[PATCH] lib: bpf: Optimized variable usage in the btf_parse_elf function
2022-10-08 11:06 UTC (2+ messages)
[PATCH] dir: use fspathncmp() in pl_hashmap_cmp()
2022-10-08 11:05 UTC
[PATCH] tty: n_gsm: avoid call of sleeping functions from atomic context
2022-10-08 11:02 UTC (9+ messages)
` [PATCH v2] "
` [PATCH 0/2] tty: n_gsm: revert tx_mutex usage
` [PATCH 1/2] Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"
` [PATCH 2/2] Revert "tty: n_gsm: replace kicktimer with delayed_work"
[cocci] how to check a for "don't care" state of a variable?
2022-10-08 11:02 UTC (6+ messages)
[PATCH 1/3] wifi: rtl8xxxu: Make some arrays const
2022-10-08 10:58 UTC (3+ messages)
` [PATCH 2/3] wifi: rtl8xxxu: Fix reading the vendor of combo chips
` [PATCH 3/3] wifi: rtl8xxxu: Update module description
[PATCH 0/6] app/procinfo: add some extended features
2022-10-08 10:53 UTC (19+ messages)
` [PATCH v8 0/8] "
` [PATCH v8 1/8] app/procinfo: add dpdk version dump
` [PATCH v8 2/8] app/procinfo: add firmware "
` [PATCH v8 3/8] app/procinfo: add RSS RETA dump
` [PATCH v8 4/8] app/procinfo: add module eeprom info dump
` [PATCH v8 5/8] app/procinfo: add dump of Rx/Tx burst mode
` [PATCH v8 6/8] app/procinfo: fix some wrong doxygen syntax
` [PATCH v8 7/8] app/procinfo: support descriptor dump
` [PATCH v8 8/8] doc: add some extended features in procinfo guide
` [PATCH v9 0/8] app/procinfo: add some extended features
` [PATCH v9 1/8] app/procinfo: add dpdk version dump
` [PATCH v9 2/8] app/procinfo: add firmware "
` [PATCH v9 3/8] app/procinfo: add RSS RETA dump
` [PATCH v9 4/8] app/procinfo: add module eeprom info dump
` [PATCH v9 5/8] app/procinfo: add dump of Rx/Tx burst mode
` [PATCH v9 6/8] app/procinfo: fix some wrong doxygen syntax
` [PATCH v9 7/8] app/procinfo: support descriptor dump
` [PATCH v9 8/8] doc: add some extended features in procinfo guide
[PATCH v8 00/16] QMP/HMP: introduce 'dumpdtb'
2022-10-08 10:52 UTC (2+ messages)
[PATCH v3 0/4] Add RZ/G2L MTU3a MFD, Counter and pwm driver
2022-10-08 10:51 UTC (9+ messages)
` [PATCH v3 1/4] dt-bindings: mfd: Document RZ/G2L MTU3a bindings
` [PATCH v3 4/4] counter: Add RZ/G2L MTU3 counter driver
[ovmf test] 173471: all pass - PUSHED
2022-10-08 10:51 UTC
[PATCH] LoongArch: Do not create sysfs control file for io master CPUs
2022-10-08 10:44 UTC (4+ messages)
[PATCH 0/3] Input: Fix incorrectly halved touchpad range on ELAN v3 touchpads
2022-10-08 10:38 UTC (4+ messages)
` [PATCH 3/3] "
Can cgroup memory subsystem provide estimated available memory, just like /proc/meminfo: MemAvailable?
2022-10-08 10:38 UTC (2+ messages)
[PATCH v5 7/7] sched/fair: Add latency list
2022-10-08 10:34 UTC (2+ messages)
[PATCH v8 0/9] landlock: truncate support
2022-10-08 10:20 UTC (12+ messages)
` [PATCH v8 7/9] selftests/landlock: Test FD passing from a Landlock-restricted to an unrestricted process
` [PATCH v8 8/9] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v8 9/9] landlock: Document Landlock's file truncation support
[PATCH v4 2/6] treewide: use prandom_u32_max() when possible
2022-10-08 7:33 UTC (2+ messages)
[PATCH v4 00/14] Drivers for gunyah hypervisor
2022-10-08 9:52 UTC (6+ messages)
` [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services
[PATCH v3] i2c/pasemi: PASemi I2C controller IRQ enablement
2022-10-08 9:48 UTC (4+ messages)
[PATCH v6 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
2022-10-08 9:50 UTC (4+ messages)
` [PATCH v6 2/3] KVM: selftests: randomize which pages are written vs read
Can cgroup memory subsystem provide estimated available memory, just like /proc/meminfo: MemAvailable?
2022-10-08 9:48 UTC
Can cgroup memory subsystem provide estimated available memory, just like /proc/meminfo: MemAvailable?
2022-10-08 9:45 UTC
[PATCH v2] docs/zh_CN: Fix build warning
2022-10-08 9:41 UTC
[PATCH] KVM: x86: disable halt polling when powersave governor is used
2022-10-08 9:40 UTC (3+ messages)
[PATCH 1/1] mm/mmap_lock: Remove unnecessary 'NULL' values from Pointer
2022-10-08 9:39 UTC
[PATCH] symbolic-ref: teach "--[no-]recurse" option
2022-10-08 9:37 UTC (3+ messages)
` [PATCH v2] "
[libvirt test] 173468: tolerable all pass - PUSHED
2022-10-08 9:36 UTC
[PATCH v4 2/2] irqchip/apple-aic: Add support for A7-A11 SoCs
2022-10-08 9:33 UTC (3+ messages)
[PATCH] proc: Remove unnecessary ‘NULL’ and '0' values
2022-10-08 9:30 UTC
Can cgroup memory subsystem provide estimated available memory, just like /proc/meminfo: MemAvailable?
2022-10-08 9:29 UTC
[PATCH] mm: use vma_lookup() instead of find_vma()
2022-10-07 3:03 UTC
[PATCH] [PATCH] Revert 'vfio: Delete container_q'
2022-10-08 9:50 UTC
[PATCH 1/1] riscv: support building double-float modules
2022-10-08 9:17 UTC
[PATCH linux-next] scsi: ipr: replace !strcmp with sysfs_streq
2022-10-08 9:15 UTC
[PATCH] drm/amdkfd: use vma_lookup() instead of find_vma()
2022-10-07 2:48 UTC
[PATCH 1/2] drm/amd/pm: vega10_hwmgr: fix potential off-by-one overflow in 'performance_levels'
2022-10-08 9:13 UTC (3+ messages)
` [PATCH 2/2] drm/amd/pm: smu7_hwmgr: "
[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 90f107e4f83b51cab7ba39ed1bbac422de512859
2022-10-08 9:12 UTC
[PATCH 1/1] xilinx: common: fix board_late_init_xilinx()
2022-10-08 9:13 UTC
[PATCH 0/2] branch: support for at-refs like @{-1} in --edit-description, --set-upstream-to and --unset-upstream
2022-10-08 9:12 UTC (10+ messages)
` [PATCH v2 0/2] branch: support for shortcuts like @{-1}, completed
` [PATCH v3 "
` [PATCH v4] "
Plugin efibootguard-boot doesn't support to specify root parameter with unified kernel image
2022-10-08 9:10 UTC
Can Cgroup memory subsystem provide estimated available memory, just like /proc/meminfo: MemAvailable?
2022-10-08 9:09 UTC
[PATCH 0/4] Add a new backend for cryptodev
2022-10-08 9:04 UTC (3+ messages)
` [External] "
[PATCH v2] vhost-vdpa: allow passing opened vhostfd to vhost-vdpa
2022-10-08 7:58 UTC
[RFC PATCH 0/5] Introduce daemon failover mechanism to recover from crashing
2022-10-08 9:06 UTC (10+ messages)
` [RFC PATCH 2/5] cachefiles: extract ondemand info field from cachefiles_object
` [RFC PATCH 3/5] cachefiles: resend an open request if the read request's object is closed
` [RFC PATCH 5/5] cachefiles: add restore command to recover inflight ondemand read requests
Memory leak when raid10 takeover raid0
2022-10-08 9:06 UTC
[PATCH] btrfs-progs: add extent-tree-v2 support to dump-super
2022-10-08 9:02 UTC
[selftests/nolibc] 362aecb2d8: kernel-selftests.nolibc.make_fail
2022-10-08 8:57 UTC (2+ messages)
[PATCH v2 0/4] Add a new backend for cryptodev
2022-10-08 8:50 UTC (5+ messages)
` [PATCH v2 1/4] virtio-crypto: Support asynchronous mode
` [PATCH v2 2/4] crypto: Support DER encodings
` [PATCH v2 3/4] crypto: Support export akcipher to pkcs8
` [PATCH v2 4/4] cryptodev: Add a lkcf-backend for cryptodev
[PATCH] bcache: improve bch_hprint() output
2022-10-08 8:56 UTC
[PATCH] drm/amdkfd: use vma_lookup() instead of find_vma()
2022-10-07 2:26 UTC
[PATCH] branch: description for non-existent branch errors
2022-10-08 8:54 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH linux-next] scsi: myrb: replace !strcmp with sysfs_streq
2022-10-08 8:49 UTC
[PATCH] net: sched: Remove unnecessary ‘0’ values from err
2022-10-08 8:48 UTC
[PATCH -next] x86/tsc: Make art_related_clocksource static
2022-10-08 8:47 UTC (2+ messages)
[PATCH -next] ARM: mmp: Make some symbols static
2022-10-08 8:45 UTC (4+ messages)
[PATCH] net/iavf: fix error of virtchnl command
2022-10-08 8:48 UTC (2+ messages)
` [PATCH v3] "
[PATCH -next] ARM: mmp: Add missing clk_disable_unprepare() in mmp_dt_init_timer()
2022-10-08 8:43 UTC (3+ messages)
ublk-qcow2: ublk-qcow2 is available
2022-10-08 8:43 UTC (6+ messages)
[PATCH] perf: Fix missing SIGTRAPs due to pending_disable abuse
2022-10-08 8:41 UTC (9+ messages)
` [PATCH] perf: Fix missing SIGTRAPs
[PATCH resend v3 0/6] crypto/uadk: introduce uadk crypto driver
2022-10-08 8:37 UTC (7+ messages)
` [PATCH resend v3 1/6] "
` [PATCH resend v3 2/6] crypto/uadk: support basic operations
` [PATCH resend v3 3/6] crypto/uadk: support enqueue/dequeue operations
` [PATCH resend v3 4/6] crypto/uadk: support cipher algorithms
` [PATCH resend v3 5/6] crypto/uadk: support auth algorithms
` [PATCH resend v3 6/6] test/crypto: add cryptodev_uadk_autotest
[PATCHv2 1/2] mmc: block: Remove error check of hw_reset on reset
2022-10-08 8:38 UTC (2+ messages)
[PATCH] docs: ftrace: Correct access mode
2022-10-08 8:32 UTC
[PATCH] hv: Remove unnecessary (void*) conversions
2022-10-08 8:32 UTC
Preparing isar-cip-core for RZ/Five
2022-10-08 8:27 UTC (12+ messages)
` ldconfig segfault on RZ/Five was "
[RFC] riscv32 compiler flags
2022-10-08 8:23 UTC
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.