messages from 2022-03-29 10:20:41 to 2022-03-29 13:04:10 UTC [more...]
[RFC PATCH 0/1] Categorize ARM dts directory
2022-03-29 13:03 UTC (3+ messages)
` [RFC PATCH 1/1] ARM/arm64: categorize dts in arm dir and fix dependency in arm64
[PATCH] serial: Revert RS485 polarity change on UART open
2022-03-29 13:02 UTC (5+ messages)
[PATCH net] sctp: count singleton chunks in assoc user stats
2022-03-29 13:00 UTC (2+ messages)
[GIT PULL] Char/Misc and other driver updates for 5.18-rc1
2022-03-29 13:00 UTC (2+ messages)
Apple Thunderbolt Display chaining
2022-03-29 13:00 UTC (3+ messages)
[PATCH v1 00/24] H.264 Field Decoding Support for Frame-based Decoders
2022-03-29 12:57 UTC (3+ messages)
` [PATCH v1 05/24] media: h264: Store all fields into the unordered list
[PATCH] phy: PHY_FSL_LYNX_28G should depend on ARCH_LAYERSCAPE
2022-03-29 12:56 UTC
[PATCH v8 0/4] Allow guest access to EFI confidential computing secret area
2022-03-29 12:55 UTC (3+ messages)
[PATCH -next RFC 0/6] improve large random io for HDD
2022-03-29 12:53 UTC (6+ messages)
` [PATCH -next RFC 1/6] blk-mq: add a new flag 'BLK_MQ_F_NO_TAG_PREEMPTION'
` [PATCH -next RFC 2/6] block: refactor to split bio thoroughly
[PATCH v2 00/48] Add KernelMemorySanitizer infrastructure
2022-03-29 12:40 UTC (49+ messages)
` [PATCH v2 01/48] x86: add missing include to sparsemem.h
` [PATCH v2 02/48] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v2 03/48] kasan: common: adapt to the new prototype of __stack_depot_save()
` [PATCH v2 04/48] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v2 05/48] x86: asm: instrument usercopy in get_user() and __put_user_size()
` [PATCH v2 06/48] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v2 07/48] kmsan: add ReST documentation
` [PATCH v2 08/48] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v2 09/48] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v2 10/48] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v2 11/48] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v2 12/48] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN
` [PATCH v2 13/48] kmsan: add KMSAN runtime core
` [PATCH v2 14/48] kmsan: implement kmsan_init(), initialize READ_ONCE_NOCHECK()
` [PATCH v2 15/48] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v2 16/48] MAINTAINERS: add entry for KMSAN
` [PATCH v2 17/48] kmsan: mm: maintain KMSAN metadata for page operations
` [PATCH v2 18/48] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH v2 19/48] kmsan: handle task creation and exiting
` [PATCH v2 20/48] kmsan: init: call KMSAN initialization routines
` [PATCH v2 21/48] instrumented.h: add KMSAN support
` [PATCH v2 22/48] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v2 23/48] kmsan: add iomap support
` [PATCH v2 24/48] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v2 25/48] kmsan: dma: unpoison DMA mappings
` [PATCH v2 26/48] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v2 27/48] kmsan: handle memory sent to/from USB
` [PATCH v2 28/48] kmsan: instrumentation.h: add instrumentation_begin_with_regs()
` [PATCH v2 29/48] kmsan: entry: handle register passing from uninstrumented code
` [PATCH v2 30/48] kmsan: add tests for KMSAN
` [PATCH v2 31/48] kernel: kmsan: don't instrument stacktrace.c
` [PATCH v2 32/48] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v2 33/48] crypto: kmsan: disable accelerated configs "
` [PATCH v2 34/48] kmsan: disable physical page merging in biovec
` [PATCH v2 35/48] kmsan: block: skip bio block merging logic for KMSAN
` [PATCH v2 36/48] kmsan: kcov: unpoison area->list in kcov_remote_area_put()
` [PATCH v2 37/48] security: kmsan: fix interoperability with auto-initialization
` [PATCH v2 38/48] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v2 39/48] x86: kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH v2 40/48] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v2 41/48] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v2 42/48] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v2 43/48] x86: kmsan: use __msan_ string functions where possible
` [PATCH v2 44/48] x86: kmsan: sync metadata pages on page fault
` [PATCH v2 45/48] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v2 46/48] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v2 47/48] x86: kmsan: handle register passing from uninstrumented code
` [PATCH v2 48/48] x86: kmsan: enable KMSAN builds for x86
[PATCH v2 00/12] Landlock: file linking and renaming support
2022-03-29 12:51 UTC (13+ messages)
` [PATCH v2 01/12] landlock: Define access_mask_t to enforce a consistent access mask size
` [PATCH v2 02/12] landlock: Reduce the maximum number of layers to 16
` [PATCH v2 03/12] landlock: Create find_rule() from unmask_layers()
` [PATCH v2 04/12] landlock: Fix same-layer rule unions
` [PATCH v2 05/12] landlock: Move filesystem helpers and add a new one
` [PATCH v2 06/12] LSM: Remove double path_rename hook calls for RENAME_EXCHANGE
` [PATCH v2 07/12] landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
` [PATCH v2 08/12] selftest/landlock: Add 11 new test suites dedicated to file reparenting
` [PATCH v2 09/12] samples/landlock: Add support for "
` [PATCH v2 10/12] landlock: Document LANDLOCK_ACCESS_FS_REFER and ABI versioning
` [PATCH v2 11/12] landlock: Document good practices about filesystem policies
` [PATCH v2 12/12] landlock: Add design choices documentation for filesystem access rights
[PATCH 0/2] fix several contiguous memmap assumptions
2022-03-29 13:09 UTC (3+ messages)
` [PATCH 1/2] mm: fix contiguous memmap assumptions about split page
` [PATCH 2/2] mm: fix contiguous memmap assumptions about alloc/free pages
[PATCH v12 0/3] Add basic SoC support for mediatek mt8195
2022-03-29 12:47 UTC (6+ messages)
` [PATCH v12 1/3] dt-bindings: mmc: mtk-sd: fix yamllint error
` [PATCH v12 2/3] dt-bindings: mmc: mtk-sd: increase reg maxItems
` [PATCH v12 3/3] arm64: dts: Add mediatek SoC mt8195 and evaluation board
[REQUEST DISCUSS]: speed up SCSI error handle for host with massive devices
2022-03-29 12:40 UTC (3+ messages)
[PATCH] perf intel-pt: Synthesize cycle events
2022-03-29 12:31 UTC (11+ messages)
[watchdog-next:v5.18-rc1 12/13] drivers/watchdog/sp5100_tco.c:345:6: warning: assignment to 'struct resource *' from 'int' makes pointer from integer without a cast
2022-03-29 12:30 UTC (2+ messages)
[PATCH 01/22] orion5x: Replace comments with C99 initializers
2022-03-29 12:30 UTC (3+ messages)
` [PATCH 09/22] gpio-winbond: Use "
state of drbd in mainline
2022-03-29 12:29 UTC (4+ messages)
[PATCH v1 1/5] gpiolib: Introduce gpiochip_count() helper
2022-03-29 12:29 UTC (8+ messages)
` [PATCH v1 2/5] pinctrl: stm32: Replace custom code by gpiochip_count() call
` [PATCH v1 4/5] pinctrl: meson: "
[PULL REQUEST] i2c for v5.18
2022-03-29 12:26 UTC (4+ messages)
[PATCH V2 0/3] rpmsg and glink signaling API support
2022-03-29 12:25 UTC (8+ messages)
` [PATCH V2 1/3] rpmsg: core: Add signal "
` [PATCH V2 3/3] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support
[PATCH] mm: migrate: set demotion targets differently
2022-03-29 12:26 UTC (2+ messages)
[PATCH] mtd: parsers: add support for Sercomm partitions
2022-03-29 12:20 UTC
[PATCH v3 0/2] Fix coherence for VMbus and PCI pass-thru devices in Hyper-V VM
2022-03-29 12:15 UTC (2+ messages)
[PATCH v2] Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_register()
2022-03-29 12:03 UTC (3+ messages)
[PATCH] drm/v3d: Use kvcalloc
2022-03-29 12:01 UTC (3+ messages)
[PATCH] Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated guests
2022-03-29 12:02 UTC (3+ messages)
[RFC PATCH 0/3] objtool: Add mcount sub-command
2022-03-29 12:01 UTC (6+ messages)
` [RFC PATCH 3/3] objtool/mcount: Add powerpc specific functions
KASAN: use-after-free Read in ext4_xattr_set_entry (4)
2022-03-29 12:01 UTC (5+ messages)
` [syzbot] "
[PATCH net] ice: Fix logic of getting XSK pool associated with Tx queue
2022-03-29 12:00 UTC (2+ messages)
[PATCH v1 0/1] Mediatek PMIC patch
2022-03-29 11:58 UTC (2+ messages)
` [PATCH v1 1/1] pwrap: mediatek: fix wait time out issue
[PATCH net] wireguard: socket: fix memory leak in send6()
2022-03-29 12:15 UTC
[PATCH v6 0/2] Add thermal control driver for Sunplus SP7021 SoC
2022-03-29 11:50 UTC (3+ messages)
` [PATCH v6 2/2] dt-bindings:thermal: Add Sunplus SP7021 schema
[PATCH v4 0/2] mmc: xenon: Convert to JSON schema
2022-03-29 11:50 UTC (3+ messages)
` [PATCH v4 2/2] dt-bindings: "
[PATCH v1] pinctrl: ralink: rt2880: Check for return value of devm_kcalloc()
2022-03-29 11:45 UTC (3+ messages)
[PATCH 0/3] dt-bindings: phy: Fix uniphier descriptions
2022-03-29 11:45 UTC (5+ messages)
` [PATCH 3/3] dt-bindings: phy: uniphier-ahci: Fix missing reset-names
[PATCH V3 0/2] drivers/perf: hisi: Add driver for HNS3 PMU
2022-03-29 11:39 UTC (3+ messages)
` [PATCH V3 1/2] drivers/perf: hisi: Add description for HNS3 PMU driver
` [PATCH V3 2/2] drivers/perf: hisi: add driver for HNS3 PMU
[PATCH v2 RESEND] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
2022-03-29 11:44 UTC (2+ messages)
[PATCH v3 1/2] dt-bindings: clock: convert rockchip,rk3188-cru.txt to YAML
2022-03-29 11:43 UTC (3+ messages)
` [PATCH v3 2/2] ARM: dts: rockchip: add clocks property to cru node rk3066a/rk3188
` [PATCH v3 1/2] dt-bindings: clock: convert rockchip, rk3188-cru.txt to YAML
[PATCH RFC v2 00/11] iommu: SVA and IOPF refactoring
2022-03-29 11:42 UTC (4+ messages)
` [PATCH RFC v2 02/11] iommu: Add iommu_group_singleton_lockdown()
[PATCH v2 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML
2022-03-29 11:42 UTC (3+ messages)
` [PATCH v2 2/2] ARM: dts: rockchip: add clocks property to cru node rk3288
` [PATCH v2 1/2] dt-bindings: clock: convert rockchip, rk3288-cru.txt to YAML
[PATCH v2] Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout
2022-03-29 11:40 UTC (2+ messages)
[PATCH] mtd: spi-nor: fix minmax.cocci warnings
2022-03-29 11:38 UTC (3+ messages)
[PATCH 0/4] spi: dt-bindings: qcom: convert qcom,spi-qup to DT schema
2022-03-29 11:38 UTC (6+ messages)
` [PATCH 1/4] ARM: dts: qcom: ipq4019: align dmas in SPI with "
` [PATCH 2/4] arm64: dts: qcom: msm8916: "
` [PATCH 3/4] arm64: dts: qcom: qcs404: align clocks "
` [PATCH 4/4] spi: dt-bindings: qcom,spi-qup: convert to dtschema
[PATCH] dt-bindings: qcom: update maintainers (drop Akash and Mukesh)
2022-03-29 11:37 UTC
[PATCH 0/4] asus-ec-sensors: add support for board families
2022-03-29 11:36 UTC (9+ messages)
` [PATCH 2/4] hwmon: (asus-ec-sensors) implement locking via the ACPI global lock
[PATCHv2 0/4] generic: Add some tests around journal replay/recoveryloop
2022-03-29 11:34 UTC (10+ messages)
` [PATCHv2 1/4] generic/468: Add another falloc test entry
` [PATCHv2 3/4] generic/676: Add a new shutdown recovery test
` [PATCHv2 4/4] generic/677: Add a test to check unwritten extents tracking
[PATCH v4 1/2] Revert "powerpc: Set max_mapnr correctly"
2022-03-29 11:32 UTC (4+ messages)
[PATCH 0/6] ASRC support on Tegra186 and later
2022-03-29 11:30 UTC (4+ messages)
` [PATCH 2/6] ASoC: tegra: Add Tegra186 based ASRC driver
答复: [PATCH V2] staging: r8188eu: Directly return _SUCCESS instead of using local ret variable
2022-03-29 11:28 UTC (5+ messages)
` [PATCH] "
` [PATCH V3] "
[PATCH 1/2] spi: dt-bindings: qcom,spi-geni-qcom: convert to dtschema
2022-03-29 11:27 UTC (2+ messages)
` [PATCH 2/2] dt-bindings: qcom: qcom,geni-se: refer to dtschema for SPI
Patch "locking/lockdep: Avoid potential access of invalid memory in lock_class" has been added to the 5.4-stable tree
2022-03-29 11:27 UTC
[PATCH] thermal: devfreq_cooling: use local ops instead of global ops
2022-03-29 11:24 UTC (3+ messages)
[PATCH] livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
2022-03-29 11:22 UTC (3+ messages)
[PATCH] KVM: arm64: vgic-debug: remove unnecessary type castings
2022-03-29 11:21 UTC (5+ messages)
` [PATCH] KVM: arm64: vgic: "
[PATCH] binderfs: Fix the maximum minor value in binderfs_binder_device_create() and binderfs_binder_ctl_create()
2022-03-29 11:20 UTC (2+ messages)
[PATCH -next 0/2] fix nfsv4 bugs of opening with O_ACCMODE flag
2022-03-29 11:32 UTC (3+ messages)
` [PATCH -next 1/2] Revert "NFSv4: Handle the special Linux file open access mode"
` [PATCH -next 2/2] NFSv4: fix open failure with O_ACCMODE flag
[PATCH] powerpc/rtas: Keep MSR RI set when calling RTAS
2022-03-29 11:14 UTC (4+ messages)
[PATCH v4] mm/mempolicy: fix mpol_new leak in shared_policy_replace
2022-03-29 11:14 UTC
[PATCH v2 0/2] FUSE: Implement atomic lookup + open
2022-03-29 11:07 UTC (2+ messages)
[PATCH] ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020
2022-03-29 11:05 UTC (2+ messages)
[PATCH 0/9] introduce mirrored memory support for arm64
2022-03-29 11:03 UTC (3+ messages)
[PATCH] dispnv50: atom: fix an incorrect NULL check on list iterator
2022-03-29 10:59 UTC (3+ messages)
[PATCH] dt-bindings: serial: uniphier: Add "resets" property as optional
2022-03-29 10:56 UTC (3+ messages)
[PATCH] dt-bindings: gpio: uniphier: Add hogs parsing
2022-03-29 10:56 UTC (3+ messages)
[PATCH] drm: tegra: fix memory leak in error handling path
2022-03-29 10:55 UTC (2+ messages)
[PATCH] rpmsg: mtk_rpmsg: Fix circular locking dependency
2022-03-29 10:55 UTC (5+ messages)
[PATCH] dt-bindings: PCI: uniphier: Convert uniphier-pcie.txt to json-schema
2022-03-29 10:55 UTC (6+ messages)
[PATCH v4 03/11] spi: spi-mem: Convert Aspeed SMC driver to spi-mem
2022-03-29 10:49 UTC (2+ messages)
[PATCH v6 0/2] Two x86 fixes
2022-03-29 10:47 UTC (3+ messages)
` [PATCH v6 1/2] x86/delay: Fix the wrong asm constraint in `delay_loop()`
` [PATCH v6 2/2] x86/MCE/AMD: Fix memory leak when `threshold_create_bank()` fails
[PATCH 00/21] KVM: x86: Event/exception fixes and cleanups
2022-03-29 10:45 UTC (6+ messages)
[PATCH V3 0/1] Intel Sky Lake-E host root ports check
2022-03-29 10:43 UTC (2+ messages)
` [PATCH V3 1/1] "
[PATCH 00/22] drm/mediatek: Add mt8195 DisplayPort driver
2022-03-29 10:42 UTC (3+ messages)
` [PATCH v9 01/22] dt-bindings: mediatek,dpi: Add DP_INTF compatible
[PATCH 3/4] dm-qcow2: Introduce driver to create block devices over QCOW2 files
2022-03-29 10:42 UTC (2+ messages)
` [PATCH 3/4 v1.5] "
[PATCH] proc: bootconfig: add null pointer check
2022-03-29 10:40 UTC
[PATCH] kunit: tool: add null pointer check
2022-03-29 10:39 UTC
[PATCH 0/4] staging: r8188eu: refactor two small functions
2022-03-29 10:37 UTC (5+ messages)
` [PATCH 1/4] staging: r8188eu: refactor rtw_usb_bulk_size_boundary()
` [PATCH 2/4] staging: r8188eu: refactor rtw_inc_and_chk_continual_urb_error()
` [PATCH 3/4] staging: r8188eu: convert rtw_usb_bulk_size_boundary() to bool
` [PATCH 4/4] staging: r8188eu: convert rtw_inc_and_chk_continual_urb_error() "
[PATCH 1/2] agpgart.h: do not include <stdlib.h> from exported header
2022-03-29 10:35 UTC (5+ messages)
` [PATCH 2/2] kbuild: forbid exported headers from including <stdint.h>, <stdbool.h>
[PATCH] drm: msm: add null pointer check
2022-03-29 10:34 UTC
[PATCH v9 0/3] mmc: mediatek: add support for SDIO async IRQ
2022-03-29 10:33 UTC (3+ messages)
` [PATCH v9 2/3] mmc: core: Add support for SDIO wakeup interrupt
[PATCH] peci: PECI should depend on ARCH_ASPEED
2022-03-29 10:33 UTC (2+ messages)
[PATCH perf] perf tools: .git/ORIG_HEAD might not exist
2022-03-29 10:32 UTC (2+ messages)
[fs] 37da949345: xfstests.generic.374.fail
2022-03-29 10:26 UTC (2+ messages)
[PATCH 4/4] file: Fix file descriptor leak in copy_fd_bitmaps()
2022-03-29 10:23 UTC (6+ messages)
[PATCH v2 0/9] Add dynamic memory allocator support for nolibc
2022-03-29 10:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox