public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-20 02:55:54 to 2023-07-20 07:01:06 UTC [more...]

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-20  7:00 UTC  (5+ messages)
` [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[PATCH v1 0/9] Refactoring Microchip PolarFire PCIe driver
 2023-07-20  6:59 UTC  (6+ messages)
` [PATCH v1 1/9] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties

[PATCH net v1] ath6kl:Fix error checking for debugfs_create_dir()
 2023-07-20  6:58 UTC  (3+ messages)

[PATCH V2 1/2] serial: sprd: Assign sprd_port after initialized to avoid wrong access
 2023-07-20  6:57 UTC  (2+ messages)

[PATCH net v2] wifi: ath9k: Remove error checking for debugfs_create_dir()
 2023-07-20  6:57 UTC  (2+ messages)

[PATCH v3] dma-contiguous: support numa CMA for specified node
 2023-07-20  6:56 UTC  (2+ messages)

[PATCH] drivers: gpio: Remove unnecessary spaces
 2023-07-20  6:55 UTC 

[PATCH] shmem: add support for user extended attributes
 2023-07-20  6:54 UTC 

[PATCH 0/3] Fix flush_dcache_page() for usage from irq context on ARM, NIOS2 and PARISC
 2023-07-20  6:53 UTC  (4+ messages)
` [PATCH 1/3] arm: Fix flush_dcache_page() for usage from irq context

[PATCH V1 1/1] linux: drivers: mtd: spi-nor: gigadevice.c
 2023-07-20  6:53 UTC  (3+ messages)

[PATCH v4 0/8] Allow dynamic allocation of software IO TLB bounce buffers
 2023-07-20  6:52 UTC  (8+ messages)
` [PATCH v4 1/8] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v4 2/8] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v4 8/8] swiotlb: search the software IO TLB only if a device makes use of it

Stopping the tick on a fully loaded system
 2023-07-20  6:51 UTC 

[PATCH] mtd: spi-nor: avoid holes in struct spi_mem_op
 2023-07-20  6:50 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: that open brace { should be on the previous line
 2023-07-20  6:50 UTC 

[PATCH] parisc: math-emu: fcnvxf: Add space after that ','
 2023-07-20  6:49 UTC  (2+ messages)

[PATCH v4 0/4] Add JH7110 AON PMU support
 2023-07-20  6:48 UTC  (3+ messages)

[PATCH] riscv: add SBI SUSP extension support
 2023-07-20  6:48 UTC  (3+ messages)

[PATCH net-next v2 1/2] dt-bindings: net: snps,dwmac: add phy-supply support
 2023-07-20  6:46 UTC  (4+ messages)
` [PATCH net-next v2 2/2] net: stmmac: add support for phy-supply

[PATCH v3] riscv: entry: set a0 = -ENOSYS only when syscall != -1
 2023-07-20  6:46 UTC  (4+ messages)

[PATCH] mmc: core: Remove FW revision from CID check
 2023-07-20  6:44 UTC  (4+ messages)

[PATCH v17 00/30] Add KVM LoongArch support
 2023-07-20  6:28 UTC  (31+ messages)
` [PATCH v17 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v17 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v17 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v17 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v17 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v17 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v17 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v17 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v17 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v17 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v17 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v17 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v17 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v17 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v17 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v17 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v17 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v17 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v17 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v17 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v17 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v17 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v17 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v17 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v17 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v17 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v17 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v17 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v17 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v17 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH] dma: DMA_ATTR_SKIP_CPU_SYNC documentation tweaks
 2023-07-20  6:43 UTC  (7+ messages)

[PATCH v5 00/14] ceph: support idmapped mounts
 2023-07-20  6:41 UTC  (17+ messages)

[PATCH] parisc: kernel: Add require space after that ','
 2023-07-20  6:40 UTC 

[PATCH] gpio: eic-sprd: remove unneeded platform_set_drvdata() call
 2023-07-20  6:39 UTC  (2+ messages)

[PATCH 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2023-07-20  6:38 UTC  (4+ messages)
` [PATCH 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH 3/3] rust: kunit: allow to know if we are in a test

[PATCH] scsi: aic7xxx: add missing spaces
 2023-07-20  6:39 UTC 

[PATCH 00/13] Linux RISC-V IOMMU Support
 2023-07-20  6:38 UTC  (9+ messages)
` [PATCH 02/11] RISC-V: arch/riscv/config: enable RISC-V IOMMU support
` [PATCH 05/11] RISC-V: drivers/iommu/riscv: Add sysfs interface
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues

[PATCH v2 0/2] Init flow fixes for Samsung DSIM and TI SN65DSI84
 2023-07-20  6:37 UTC  (9+ messages)
` [PATCH v2 1/2] drm: bridge: samsung-dsim: Fix i.MX8M enable flow to meet spec

[PATCH V5 3/3] PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver
 2023-07-20  6:37 UTC  (3+ messages)

[PATCH v2 0/7] KUnit integration for Rust doctests
 2023-07-20  6:36 UTC  (5+ messages)
` [PATCH v2 6/7] rust: support running Rust documentation tests as KUnit ones

[PATCH v1] drivers: mvm: remove duplicate assignments
 2023-07-20  6:32 UTC  (2+ messages)

[PATCH] md/bitmap: Fix bitmap page writing problem when using block integrity
 2023-07-20  6:31 UTC  (2+ messages)

[PATCH] rust: doctests: Use tabs for indentation in generated C code
 2023-07-20  6:29 UTC 

[PATCH] risc: kernel: Added missing spaces
 2023-07-20  6:28 UTC 

[PATCH v1 0/2] RK3588 USB3 host controller support
 2023-07-20  6:25 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: usb: rockchip,dwc3: Add RK3588 binding

[PATCH] hugetlbfs: Fix integer overflow check in hugetlbfs_file_mmap()
 2023-07-20  6:25 UTC  (7+ messages)

[PATCH] ARM: spear: Explicitly include correct DT includes
 2023-07-20  6:23 UTC 

[PATCH] parisc: kernel: "foo * bar" should be "foo *bar"
 2023-07-20  6:21 UTC 

[PATCH 0/4] Add support for PECI Nuvoton
 2023-07-20  6:20 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: Add bindings for peci-npcm
` [PATCH 2/4] peci: Add peci-npcm controller driver

[PATCH v2] fb: Explicitly include correct DT includes
 2023-07-20  6:19 UTC  (2+ messages)

[PATCH] scsi: aic7xxx: "foo* bar" should be "foo *bar"
 2023-07-20  6:16 UTC 

[PATCH v5 00/11] blksnap - block devices snapshots module
 2023-07-20  6:16 UTC  (10+ messages)
` [PATCH v5 02/11] block: Block Device Filtering Mechanism
` [PATCH v5 04/11] blksnap: header file of the module interface

[PATCH 0/7] consoles small cleanups
 2023-07-20  6:16 UTC  (3+ messages)
` [PATCH 1/7] vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()

[PATCH v2 1/2] ARM: dts: imx6qdl: Add Variscite VAR-SOM-MX6 SoM support
 2023-07-20  6:15 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: dts: imx6q: Add Variscite MX6 Custom board support

[PATCH] parisc: kernel: "foo * bar" should be "foo *bar"
 2023-07-20  6:14 UTC 

[PATCH 0/3] Add support for nuvoton ma35d1 rtc controller
 2023-07-20  6:14 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: rtc: Document nuvoton ma35d1 rtc driver
` [PATCH 3/3] rtc: Add driver for nuvoton ma35d1 rtc controller

[PATCH] soc: starfive: Explicitly include correct DT includes
 2023-07-20  6:12 UTC  (2+ messages)

[PATCH v1 3/8] selftests/nolibc: select_null: fix up for big endian powerpc64
 2023-07-20  6:11 UTC  (3+ messages)

[PATCH 0/2] Two minor cleanups for compaction
 2023-07-20 11:53 UTC  (6+ messages)
` [PATCH 1/2] mm/compaction: correct comment of candidate pfn in fast_isolate_freepages
` [PATCH 2/2] mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is set

[PATCH] scsi: aic7xxx: add missing spaces before '(' and after '!='
 2023-07-20  6:08 UTC 

[PATCH] backlight: gpio_backlight: Drop output gpio direction check for initial power state
 2023-07-20  6:06 UTC 

[PATCH] wifi: rtlwifi: "foo * bar" should be "foo *bar"
 2023-07-20  6:04 UTC 

[RFC PATCH 0/6] nvmem: add block device NVMEM provider
 2023-07-20  6:04 UTC  (3+ messages)
` [RFC PATCH 4/6] mtd: blkdevs: set GENHD_FL_NO_NVMEM

linux-next: build failure after merge of the bluetooth tree
 2023-07-20  6:00 UTC  (5+ messages)

[PATCH] mm: kill frontswap
 2023-07-20  6:00 UTC  (2+ messages)

[syzbot] [f2fs?] UBSAN: array-index-out-of-bounds in f2fs_iget
 2023-07-20  5:56 UTC 

[PATCH] scsi: aic7xxx: Remove unnecessary parentheses in hyperv.h
 2023-07-20  5:55 UTC 

[PATCH][next][V2] video: fbdev: kyro: make some const read-only arrays static and reduce type size
 2023-07-20  5:47 UTC  (2+ messages)

[PATCH v2 00/15] UFS: Add OPP and interconnect support
 2023-07-20  5:41 UTC  (16+ messages)
` [PATCH v2 01/15] dt-bindings: ufs: common: add OPP table
` [PATCH v2 02/15] dt-bindings: opp: Increase maxItems for opp-hz property
` [PATCH v2 03/15] arm64: dts: qcom: sdm845: Add missing RPMh power domain to GCC
` [PATCH v2 04/15] arm64: dts: qcom: sdm845: Fix the min frequency of "ice_core_clk"
` [PATCH v2 05/15] arm64: dts: qcom: sdm845: Add OPP table support to UFSHC
` [PATCH v2 06/15] arm64: dts: qcom: sm8250: "
` [PATCH v2 07/15] OPP: Introduce dev_pm_opp_find_freq_{ceil/floor}_indexed() APIs
` [PATCH v2 08/15] OPP: Introduce dev_pm_opp_get_freq_indexed() API
` [PATCH v2 09/15] PM / devfreq: Switch to dev_pm_opp_find_freq_{ceil/floor}_indexed() APIs
` [PATCH v2 10/15] scsi: ufs: core: Add OPP support for scaling clocks and regulators
` [PATCH v2 11/15] scsi: ufs: host: Add support for parsing OPP
` [PATCH v2 12/15] arm64: dts: qcom: sdm845: Add interconnect paths to UFSHC
` [PATCH v2 13/15] arm64: dts: qcom: sm8250: "
` [PATCH v2 14/15] scsi: ufs: core: Add enums for UFS lanes
` [PATCH v2 15/15] scsi: ufs: qcom: Add support for scaling interconnects

[PATCH v2 0/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-07-20  5:41 UTC  (9+ messages)
` [PATCH v2 5/7] perf evlist: Skip dummy event sample_type check for evlist_config

[PATCH 0/3] add page_ext_data to get client data in page_ext
 2023-07-20  5:37 UTC  (4+ messages)

[PATCH v9 0/5] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-07-20  5:37 UTC  (3+ messages)
` [PATCH v9 2/5] staging: vc04_services: vchiq_arm: Register vchiq_bus_type

[PATCH v2 0/9] Convert several functions in page_io.c to use a folio
 2023-07-20  5:34 UTC  (4+ messages)
` [PATCH v2 3/9] mm/page_io: convert bio_first_page_all() to bio_first_folio_all()

[PATCH v3 00/21] Enable CET Virtualization
 2023-07-20  5:26 UTC  (10+ messages)

[PROBLEM] seltests: net/forwarding/sch_ets.sh [HANG]
 2023-07-20  5:25 UTC 

[PATCH 0/6] perf/x86/amd: Add memory controller events
 2023-07-20  5:23 UTC  (4+ messages)
` [PATCH 6/6] perf vendor events amd: Add Zen 4 "

[PATCH] arm64: dts: Add gpio_intc node and pinctrl node for Amlogic C3 SoCs
 2023-07-20  5:20 UTC 

[PATCH 0/6] Convert several functions in page_io.c to use a folio
 2023-07-20  5:22 UTC  (9+ messages)
` [PATCH 1/6] mm/page_io: use a folio in __end_swap_bio_read()
` [PATCH 2/6] mm/page_io: use a folio in sio_read_complete()

[PATCH v2 0/2] Rewrite ret_from_fork() in C
 2023-07-20  5:22 UTC  (8+ messages)
` [PATCH v2 2/2] x86: "

[PATCH v6 00/14] Linux RISC-V AIA Support
 2023-07-20  5:21 UTC  (7+ messages)
` [PATCH v6 02/14] of: property: Add fw_devlink support for msi-parent
` [PATCH v6 03/14] drivers: irqchip/riscv-intc: Mark all INTC nodes as initialized

[PATCH v2 1/3] serial: core: Controller id cannot be negative
 2023-07-20  5:10 UTC  (3+ messages)
` [PATCH v2 2/3] serial: core: Fix serial core port id to not use port->line
` [PATCH v2 3/3] serial: core: Fix serial core controller port name to show controller id

[PATCH V2 0/2] Add common RDP dtsi file for ipq9574
 2023-07-20  5:10 UTC  (4+ messages)
` [PATCH V2 1/2] arm64: dts: qcom: ipq9574: Add common RDP dtsi file

[PATCH] clk: qcom: clk-alpha-pll: Use determine_rate instead of round_rate
 2023-07-20  5:06 UTC  (3+ messages)

[PROBLEM] selftests: net/forwarding/bridge_mdb.sh: 'Command "replace" is unknown, try "bridge mdb help"'
 2023-07-20  5:03 UTC  (3+ messages)

[PATCH] mm,memblock: reset memblock.reserved to system init state to prevent UAF
 2023-07-20  5:00 UTC  (2+ messages)

linux-next: build failure after merge of the chrome-platform tree
 2023-07-20  5:00 UTC  (3+ messages)

[PATCH] hv: put parentheses on macros with complex values in hyperv.h
 2023-07-20  4:53 UTC  (2+ messages)

[PATCH V3] net: mhi : Add support to enable ethernet interface
 2023-07-20  4:37 UTC  (2+ messages)

[PATCH v10 0/2] Introduce ICSSG based ethernet Driver
 2023-07-20  4:35 UTC  (3+ messages)
` [PATCH v10 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver

[PATCH] tools: perf: Two typos have been corrected
 2023-07-20  4:32 UTC  (2+ messages)

[PATCH V2,net-next] net: mana: Add page pool for RX buffers
 2023-07-20  4:29 UTC  (2+ messages)

linux-next: Tree for Jul 20
 2023-07-20  4:22 UTC 

[PATCH net] net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type
 2023-07-20  4:20 UTC  (2+ messages)

[patch 00/58] x86/apic: Decrapification and static calls
 2023-07-20  4:18 UTC  (4+ messages)
` [patch 19/58] x86/apic: Get rid of apic_phys

linux-next: build warning after merge of the net-next tree
 2023-07-20  4:16 UTC 

[PATCH] serial: core: Add support for dev_name:0.0 naming for kernel console
 2023-07-20  4:13 UTC  (3+ messages)

[PATCH] serial: core: Add sysfs links for serial core port instances for ttys
 2023-07-20  4:13 UTC  (5+ messages)

[PATCH net-next 0/3] clean up the FEC driver
 2023-07-20  4:10 UTC  (2+ messages)

[PATCH] dt-bindings: net: rockchip-dwmac: add default 'input' for clock_in_out
 2023-07-20  4:00 UTC  (2+ messages)

[PATCH net-next v5 0/2] net: stmmac: improve driver statistics
 2023-07-20  4:00 UTC  (2+ messages)

[PATCH net-next] net: fec: add XDP_TX feature support
 2023-07-20  3:45 UTC  (2+ messages)

net/core/flow_dissector.c:916:6: warning: stack frame size (2144) exceeds limit (2048) in '__skb_flow_dissect'
 2023-07-20  3:41 UTC 

[RESEND PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-07-20  3:40 UTC  (7+ messages)

[PATCH] m68k: q40: add missing spaces around '='
 2023-07-20  3:38 UTC 

Kernel 6.5-rc2: system crash on suspend bisected
 2023-07-20  3:36 UTC 

[PATCH] vt: remove spaces after '*'
 2023-07-20  3:32 UTC 

[syzbot] [btrfs?] [netfilter?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (2)
 2023-07-20  3:30 UTC  (5+ messages)

[PATCH 1/2] regmap: Disable locking for RBTREE and MAPLE unit tests
 2023-07-20  3:28 UTC  (2+ messages)
` [RFC PATCH 2/2] regmap: Reject fast_io regmap configurations with RBTREE and MAPLE caches

[PATCH] oom: remove spaces after '*'
 2023-07-20  3:24 UTC 

[PATCH v2 0/1] gpio-f7188x: fix base values conflicts with other gpio pins
 2023-05-29 13:02 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] w1: add missing spaces before '*' and remove spaces after '*'
 2023-07-20  3:21 UTC  (2+ messages)

[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xlog_pack_data
 2023-07-20  3:14 UTC  (2+ messages)

[PATCH] scsi/sg: fix checking return value of blk_get_queue()
 2023-07-20  3:13 UTC  (4+ messages)

[PATCH] synclink_gt: add missing spaces after ','
 2023-07-20  3:14 UTC 

drivers/nvme/host/tcp.c:835:12: warning: stack frame size (2256) exceeds limit (2048) in 'nvme_tcp_recv_skb'
 2023-07-20  3:10 UTC 

[PATCH] MAINTAINERS: update amphion vpu driver entry
 2023-07-20  3:09 UTC 

rasdaemon broke between v6.0 and v6.3?
 2023-07-20  3:03 UTC  (2+ messages)

[PATCH] elfcore: open brace '{' following struct go on the same line and Add missing spaces after '*'
 2023-07-20  3:09 UTC 

[PATCH bpf] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-20  3:04 UTC  (5+ messages)

[PATCH] block: refactor to use helper
 2023-07-20  2:58 UTC  (2+ messages)

[PATCH v4 0/2] erofs: introduce xattr name bloom filter
 2023-07-20  2:55 UTC  (3+ messages)
` [PATCH v4 2/2] erofs: boost negative xattr lookup with "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox