messages from 2023-12-05 11:09:36 to 2023-12-05 12:39:31 UTC [more...]
[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
2023-12-05 12:37 UTC (12+ messages)
` [PATCH -next RFC 01/14] block: add some bdev apis
` [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH -next RFC 03/14] bcache: use bdev api in read_super()
` [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis
` [PATCH -next RFC 05/14] s390/dasd: use bdev api in dasd_format()
` [PATCH -next RFC 06/14] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH -next RFC 07/14] bcachefs: remove dead function bdev_sectors()
` [PATCH -next RFC 08/14] btrfs: use bdev apis
` [PATCH -next RFC 09/14] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH -next RFC 10/14] erofs: use bdev api
` [PATCH -next RFC 11/14] ext4: use bdev apis
[PATCH] io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()
2023-12-05 12:37 UTC
[PATCH 0/4] Support panels used by MT8173 Chromebooks in edp-panel
2023-12-05 12:35 UTC (5+ messages)
` [PATCH 1/4] drm/panel-edp: Add powered_on_to_enable delay
` [PATCH 2/4] drm/edp-panel: Sort the panel entries
` [PATCH 3/4] drm/edp-panel: Add panels delay entries
` [PATCH 4/4] drm/panel-edp: Add some panels with conservative timings
[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
2023-12-05 12:36 UTC (4+ messages)
` (subset) "
[PATCH] tty: hvc: dcc: Check for TXfull condition while setting up early console
2023-12-05 12:35 UTC
[PATCH 0/4] media: rkisp1: Fix IRQ related issues
2023-12-05 12:35 UTC (13+ messages)
` [PATCH 2/4] media: rkisp1: Fix IRQ handler return values
` [PATCH 3/4] media: rkisp1: Fix IRQ handling due to shared interrupts
` [PATCH 4/4] media: rkisp1: Fix IRQ disable race issue
[PATCH] octeontx2-af: fix a use-after-free in rvu_npa_register_reporters
2023-12-05 12:35 UTC (2+ messages)
[PATCH v1] ASoC: codecs: wcd937x: Add wcd937x codec driver
2023-12-05 12:34 UTC
[PATCH 6.6 000/134] 6.6.5-rc1 review
2023-12-05 12:33 UTC (3+ messages)
[PATCH] x86: intel_epb: Add earlyparam option to keep bias at performance
2023-12-05 12:32 UTC (6+ messages)
[PATCH net-next 00/16] net: pcs: xpcs: Add memory-based management iface support
2023-12-05 12:32 UTC (21+ messages)
` [PATCH net-next 01/16] net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces list
` [PATCH net-next 05/16] net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.h
` [PATCH net-next 06/16] net: pcs: xpcs: Avoid creating dummy XPCS MDIO device
` [PATCH net-next 09/16] net: mdio: Add Synopsys DW XPCS management interface support
` [PATCH net-next 10/16] net: pcs: xpcs: Add generic DW XPCS MDIO-device support
[PATCH RFC 00/39] mm/rmap: interface overhaul
2023-12-05 12:29 UTC (9+ messages)
` [PATCH RFC 07/39] mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()
` [PATCH RFC 15/39] mm/huge_memory: batch rmap operations in __split_huge_pmd_locked()
[PATCH v4 0/3] board: imx8mn-rve-gateway: add support for RVE gateway board
2023-12-05 12:27 UTC (3+ messages)
` [PATCH v4 3/3] arm64: dts: freescale: introduce rve-gateway board
[PATCH v4 0/2] thermal: sysfs: Simplifications of trip point attribute callbacks
2023-12-05 12:26 UTC (3+ messages)
` [PATCH v4 1/2] thermal: sysfs: Rework the handling of trip point updates
` [PATCH v4 2/2] thermal: sysfs: Rework the reading of trip point attributes
[PATCH 0/8] regulator: Convert to platform remove callback returning void
2023-12-05 12:26 UTC (9+ messages)
` [PATCH 1/8] regulator: arizona-ldo1: "
` [PATCH 2/8] regulator: bd9571mwv: "
` [PATCH 3/8] regulator: db8500-prcmu: "
` [PATCH 4/8] regulator: stm32-vrefbuf: "
` [PATCH 5/8] regulator: uniphier: "
` [PATCH 6/8] regulator: userspace-consumer: "
` [PATCH 7/8] regulator: virtual: "
` [PATCH 8/8] regulator: wm8350: "
[PATCH v13 00/35] x86: enable FRED for x86-64
2023-12-05 12:25 UTC (37+ messages)
` [PATCH v13 01/35] x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support
` [PATCH v13 02/35] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v13 03/35] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v13 04/35] Documentation/x86/64: Add a documentation for FRED
` [PATCH v13 05/35] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v13 06/35] x86/cpufeatures: Add the CPU feature bit for FRED
` [PATCH v13 07/35] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v13 08/35] x86/fred: Disable FRED by default in its early stage
` [PATCH v13 09/35] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v13 10/35] x86/objtool: Teach objtool about ERET[US]
` [PATCH v13 11/35] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v13 12/35] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v13 13/35] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v13 14/35] x86/ptrace: Add FRED additional information to "
` [PATCH v13 15/35] x86/fred: Add a new header file for FRED definitions
` [PATCH v13 16/35] x86/fred: Reserve space for the FRED stack frame
` [PATCH v13 17/35] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v13 18/35] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v13 19/35] x86/fred: No ESPFIX needed "
` [PATCH v13 20/35] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v13 21/35] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v13 22/35] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v13 23/35] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v13 24/35] x86/fred: Add a NMI "
` [PATCH v13 25/35] x86/fred: Add a machine check "
` [PATCH v13 26/35] x86/fred: FRED entry/exit and dispatch code
` [PATCH v13 27/35] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v13 28/35] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v13 29/35] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v13 30/35] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v13 31/35] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v13 32/35] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v13 33/35] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v13 34/35] x86/fred: Add FRED initialization functions
` [PATCH v13 35/35] x86/fred: Invoke FRED initialization code to enable FRED
[PATCH 5.15 000/297] 5.15.140-rc1 review
2023-12-05 12:21 UTC (5+ messages)
` ext4 data corruption in 6.1 stable tree (was Re: [PATCH 5.15 000/297] 5.15.140-rc1 review)
[PATCH net-next v6 0/4] send credit update during setting SO_RCVLOWAT
2023-12-05 12:07 UTC (4+ messages)
` [PATCH net-next v6 3/4] virtio/vsock: fix logic which reduces credit update messages
[PATCH] net: 9p: avoid freeing uninit memory in p9pdu_vreadf
2023-12-05 12:15 UTC (4+ messages)
` [PATCH v2] "
[PATCH v1] ARM: dts: imx: tqma7: add lm75a sensor (rev. 01xxx)
2023-12-05 12:14 UTC (2+ messages)
[PATCH v7 00/12] iommu: Prepare to deliver page faults to user space
2023-12-05 12:13 UTC (16+ messages)
` [PATCH v7 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v7 03/12] iommu: Remove unrecoverable fault data
` [PATCH v7 05/12] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v7 06/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v7 09/12] iommu: Make iommu_queue_iopf() more generic
[PATCH v2 1/5] arm64: dts: qcom: sm8650: add ADSP GPR
2023-12-05 12:10 UTC (3+ messages)
` [PATCH v2 3/5] arm64: dts: qcom: sm8650: add ADSP audio codec macros
[PATCH v2 0/4] riscv: sophgo: add clock support for Sophgo CV1800 SoCs
2023-12-05 11:55 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: clock: sophgo: Add clock controller of CV1800 series SoC
` [PATCH v2 2/4] clk: sophgo: Add CV1800 series clock controller driver
` [PATCH v2 3/4] riscv: dts: sophgo: add clock generator for Sophgo CV1800 series SoC
` [PATCH v2 4/4] riscv: dts: sophgo: add uart clock "
[PATCH v2 1/1] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2023-12-05 11:48 UTC (4+ messages)
[PATCH 1/3] arm64: dts: qcom: qrb5165-rb5: add an alias for uart6
2023-12-05 12:07 UTC (6+ messages)
` [PATCH 2/3] arm64: dts: qcom: qrb5165-rb5: add a pin function for BT enable GPIO
` [PATCH 3/3] arm64: dts: qcom: qrb5165-rb5: add the Bluetooth node
[PATCH v9 00/32] timers: Move from a push remote at enqueue to a pull at expiry model
2023-12-05 12:05 UTC (7+ messages)
` [PATCH v9 12/32] timers: Fix nextevt calculation when no timers are pending
` [PATCH v9 16/32] timers: Optimization for timer_base_try_to_set_idle()
[PATCH v2 0/2] Enable PowerVR driver for TI AM62x
2023-12-05 11:39 UTC (3+ messages)
` [PATCH v2 1/2] arm64: defconfig: enable DRM_POWERVR
` [PATCH v2 2/2] arm64: dts: ti: k3-am62-main: Add GPU device node
[PATCH v2 0/4] arm64: dts: qcom: Fix the warnings from coresight bindings
2023-12-05 12:09 UTC (3+ messages)
` [PATCH v2 2/4] arm64: dts: qcom: msm8996: Fix 'in-ports' is a required property
[PATCH v4] tee: Use iov_iter to better support shared buffer registration
2023-12-05 12:07 UTC (10+ messages)
[PATCH] ath5k: remove unused ath5k_eeprom_info::ee_antenna
2023-12-05 12:07 UTC (2+ messages)
[PATCH v3 00/15] Transparent Contiguous PTEs for User Mappings
2023-12-05 12:04 UTC (7+ messages)
` [PATCH v3 01/15] mm: Batch-copy PTE ranges during fork()
[syzbot] [kernel?] possible deadlock in stack_depot_put
2023-12-05 12:00 UTC (2+ messages)
[v3 0/6] DRM driver for verisilicon
2023-12-05 11:59 UTC (4+ messages)
` [v3 3/6] drm/vs: Register DRM device
[PATCH v3 0/5] Support _UID matching for integer types
2023-12-05 11:58 UTC (3+ messages)
[PATCH] ASoC: Intel: soc-acpi-intel-mtl-match: Change CS35L56 prefixes to AMPn
2023-12-05 11:57 UTC
io_uring/poll.c:164:38: sparse: sparse: incorrect type in assignment (different base types)
2023-12-05 11:51 UTC (2+ messages)
[PATCH] xen: update PV-device interface headers
2023-12-05 11:51 UTC
drivers/soc/fsl/qe/tsa.c:145:23: sparse: sparse: incorrect type in argument 2 (different address spaces)
2023-12-05 11:50 UTC (2+ messages)
[PATCH 00/16] fs: use type-safe uid representation for filesystem capabilities
2023-12-05 11:50 UTC (5+ messages)
` [PATCH 07/16] fs: add inode operations to get/set/remove fscaps
[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
2023-12-05 11:48 UTC (3+ messages)
` [PATCH v9 2/2] arm64: boot: Support "
[PATCH v2 0/3] sc7180-acer-aspire1: Add sound
2023-12-05 11:48 UTC (4+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: acer-aspire1: Enable RTC
` [PATCH v2 2/3] arm64: dts: qcom: acer-aspire1: Correct audio codec definition
` [PATCH v2 3/3] arm64: dts: qcom: acer-aspire1: Add sound
[PATCH 1/2] Bluetooth: qca: add regulators for QCA6390
2023-12-05 11:47 UTC (3+ messages)
` [PATCH 2/2] Bluetooth: qca: run the power-on/off sequence for QCA6390 too
[PATCH 0/4] riscv: sophgo: add clock support for Sophgo CV1800 SoCs
2023-12-05 11:46 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: clock: sophgo: Add CV1800 bindings
Kunit drm_test_check_plane_state: EXPECTATION FAILED at drivers/gpu/drm/tests/drm_plane_helper_test.c:123
2023-12-05 11:46 UTC (4+ messages)
[PATCH V3] greybus: gb-beagleplay: Ensure le for values in transport
2023-12-05 11:45 UTC (5+ messages)
[PATCH V3 net 0/2] There are some bugfix for the HNS ethernet driver
2023-12-05 11:44 UTC (3+ messages)
` [PATCH V3 net 2/2] net: hns: fix fake link up on xge port
[PATCH] arm64: dts: ti: k3-am62-main: Add GPU device node
2023-12-05 11:43 UTC (4+ messages)
[PATCH v18 04/26] drm/shmem-helper: Refactor locked/unlocked functions
2023-12-05 11:43 UTC (12+ messages)
[PATCH] media: dt-bindings: ov8856: add missing second link frequency in example
2023-12-05 11:43 UTC (3+ messages)
[PATCH 0/5] pstore: Initial use of cleanup.h
2023-12-05 11:38 UTC (5+ messages)
` [PATCH 3/5] fs: Add DEFINE_FREE for struct inode
[PATCH] fs/sysfs/dir.c : Fix typo in comment
2023-12-05 11:37 UTC (2+ messages)
[PATCH net-next 0/6] remove page frag implementation in vhost_net
2023-12-05 11:34 UTC (7+ messages)
` [PATCH net-next 1/6] mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument
` [PATCH net-next 2/6] page_frag: unify gfp bit for order 3 page allocation
` [PATCH net-next 3/6] mm/page_alloc: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()
` [PATCH net-next 5/6] net: introduce page_frag_cache_drain()
` [PATCH net-next 6/6] tools: virtio: introduce vhost_net_test
[PATCH] [mfd] da9052: Add error handling for spi_setup in da9052_spi_probe
2023-12-05 11:33 UTC (3+ messages)
[PATCH 0/2 v2] Move all file-close work for nfsd into nfsd threads
2023-12-05 11:29 UTC (10+ messages)
` [PATCH 1/2] Allow a kthread to declare that it calls task_work_run()
[PATCH] arm64: dts: qcom: msm8916/39-samsung-a2015: Add PMIC and charger
2023-12-05 11:30 UTC (3+ messages)
[PATCH V7][0/4] Add DesignWare Mobile mmc driver
2023-12-05 11:26 UTC (5+ messages)
` [PATCH v7][2/4] mmc: Add Synopsys DesignWare mmc cmdq host driver
[RFC PATCH v2] perf evsel: Fallback to task-clock when not system wide
2023-12-05 11:21 UTC (2+ messages)
linux-next: Signed-off-by missing for commit in the vfs-brauner tree
2023-12-05 11:19 UTC (3+ messages)
[PATCH v21] clk: npcm8xx: add clock controller
2023-12-05 11:18 UTC
[PATCH 0/2] Combine perf and bpf for fast eval of hw breakpoint conditions
2023-12-05 11:17 UTC (6+ messages)
` [PATCH 1/2] perf/bpf: Allow a bpf program to suppress I/O signals
` [PATCH 2/2] selftest/bpf: Test returning zero from a perf bpf program suppresses SIGIO
[PATCH v8 00/10] Multi-size THP for anonymous memory
2023-12-05 11:16 UTC (8+ messages)
` [PATCH v8 04/10] mm: thp: Support allocation of anonymous multi-size THP
[PATCH v7 0/2] arm64: Add a build target for Flat Image Tree
2023-12-05 11:15 UTC (14+ messages)
` [PATCH v7 2/2] arm64: boot: Support "
[PATCH v3] iio: adc: mcp3911: simplify code with guard macro
2023-12-05 11:16 UTC
[PATCH 5.10 000/134] 5.10.203-rc2 review
2023-12-05 11:10 UTC (2+ messages)
[PATCH 5.4 00/93] 5.4.263-rc2 review
2023-12-05 11:10 UTC (2+ messages)
[PATCH 00/21] block atomic writes
2023-12-05 11:09 UTC (11+ messages)
` [PATCH 17/21] fs: xfs: iomap atomic write support
[PATCH 6.1 000/107] 6.1.66-rc1 review
2023-12-05 11:10 UTC (2+ messages)
[PATCH 4.19 00/71] 4.19.301-rc1 review
2023-12-05 11:09 UTC (2+ messages)
[PATCH 5.10 000/135] 5.10.203-rc1 review
2023-12-05 11:09 UTC (2+ messages)
[PATCH 5.15 00/67] 5.15.142-rc1 review
2023-12-05 11:09 UTC (2+ messages)
[PATCH 5.4 00/94] 5.4.263-rc1 review
2023-12-05 11:09 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).