All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-08 19:20:39 to 2022-05-08 20:32:32 UTC [more...]

[GIT UPDATE] pagecache tree
 2022-05-08 20:31 UTC  (63+ messages)
` [PATCH] Appoint myself page cache maintainer
` [PATCH] scsicam: Fix use of page cache
` [PATCH 00/25] Remove AOP flags (and related cleanups)
  ` [PATCH 01/25] ext4: Use page_symlink() instead of __page_symlink()
  ` [PATCH 02/25] namei: Merge page_symlink() and __page_symlink()
  ` [PATCH 03/25] namei: Convert page_symlink() to use memalloc_nofs_save()
  ` [PATCH 04/25] f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIs
  ` [PATCH 06/25] ext4: Use scoped memory API in mext_page_double_lock()
  ` [PATCH 07/25] ext4: Use scoped memory APIs in ext4_da_write_begin()
  ` [PATCH 08/25] ext4: Use scoped memory APIs in ext4_write_begin()
  ` [PATCH 09/25] fs: Remove AOP_FLAG_NOFS
  ` [PATCH 10/25] fs: Remove aop_flags parameter from netfs_write_begin()
  ` [PATCH 11/25] fs: Remove aop flags parameter from block_write_begin()
  ` [PATCH 12/25] fs: Remove aop flags parameter from cont_write_begin()
  ` [PATCH 13/25] fs: Remove aop flags parameter from grab_cache_page_write_begin()
  ` [PATCH 14/25] fs: Remove aop flags parameter from nobh_write_begin()
  ` [PATCH 15/25] fs: Remove flags parameter from aops->write_begin
  ` [PATCH 16/25] buffer: Call aops write_begin() and write_end() directly
  ` [PATCH 17/25] namei: "
  ` [PATCH 18/25] ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
  ` [PATCH 20/25] hfs: Call hfs_write_begin() and generic_write_end() directly
  ` [PATCH 21/25] hfsplus: Call hfsplus_write_begin() "
  ` [PATCH 22/25] ext4: Call aops write_begin() and write_end() directly
  ` [PATCH 23/25] f2fs: "
  ` [PATCH 24/25] i915: "
` [PATCH 0/3] Pagecache documentation updates
  ` [PATCH 1/3] filemap: Remove obsolete comment in lock_page
  ` [PATCH 2/3] filemap: Update the folio_lock documentation
  ` [PATCH 3/3] filemap: Update the folio_mark_dirty documentation
` [PATCH 00/37] Convert aops->read_page to aops->read_folio
  ` [PATCH 01/37] fs: Introduce aops->read_folio
  ` [PATCH 02/37] fs: Add read_folio documentation
  ` [PATCH 03/37] fs: Convert netfs_readpage to netfs_read_folio
  ` [PATCH 04/37] fs: Convert iomap_readpage to iomap_read_folio
  ` [PATCH 05/37] fs: Convert block_read_full_page() to block_read_full_folio()
  ` [PATCH 06/37] fs: Convert mpage_readpage to mpage_read_folio
  ` [PATCH 07/37] fs: Convert simple_readpage to simple_read_folio
  ` [PATCH 08/37] affs: Convert affs to read_folio
  ` [PATCH 09/37] afs: Convert afs_symlink_readpage to afs_symlink_read_folio
  ` [PATCH 10/37] befs: Convert befs to read_folio
  ` [PATCH 11/37] btrfs: Convert btrfs "
  ` [PATCH 12/37] cifs: Convert cifs "
  ` [PATCH 13/37] coda: Convert coda "
  ` [PATCH 14/37] cramfs: Convert cramfs "
  ` [PATCH 15/37] ecryptfs: Convert ecryptfs "
  ` [PATCH 16/37] efs: Convert efs symlinks "
  ` [PATCH 17/37] erofs: Convert erofs zdata "
  ` [PATCH 18/37] ext4: Convert ext4 "
  ` [PATCH 19/37] f2fs: Convert f2fs "
  ` [PATCH 20/37] freevxfs: Convert vxfs_immed "
  ` [PATCH 21/37] fuse: Convert fuse "
  ` [PATCH 22/37] hostfs: Convert hostfs "
  ` [PATCH 23/37] hpfs: Convert symlinks "
  ` [PATCH 24/37] isofs: Convert symlinks and zisofs "
  ` [PATCH 25/37] jffs2: Convert jffs2 "
  ` [PATCH 27/37] nfs: Convert nfs "
  ` [PATCH 30/37] orangefs: Convert orangefs "
` [PATCH 0/4] Miscellaneous folio conversions
  ` [PATCH 1/4] readahead: Use a folio in read_pages()
  ` [PATCH 2/4] fs: Convert is_dirty_writeback() to take a folio
  ` [PATCH 3/4] mm/readahead: Convert page_cache_async_readahead "
  ` [PATCH 4/4] buffer: Rewrite nobh_truncate_page() to use folios

[PATCH v7 00/33] crypto: rockchip: permit to pass self-tests
 2022-05-08 18:59 UTC  (26+ messages)
` [PATCH v7 01/33] crypto: rockchip: use dev_err for error message about interrupt
` [PATCH v7 04/33] crypto: rockchip: fix privete/private typo
` [PATCH v7 06/33] crypto: rockchip: add fallback for cipher
` [PATCH v7 13/33] crypto: rockchip: introduce PM
` [PATCH v7 18/33] crypto: rockchip: fix style issue
` [PATCH v7 20/33] crypto: rockchip: rename ablk functions to cipher
` [PATCH v7 21/33] crypto: rockchip: rework rk_handle_req function
` [PATCH v7 22/33] crypto: rockchip: use a rk_crypto_info variable instead of lot of indirection
` [PATCH v7 23/33] crypto: rockchip: use the rk_crypto_info given as parameter
` [PATCH v7 25/33] dt-bindings: crypto: rockchip: convert to new driver bindings
` [PATCH v7 26/33] clk: rk3399: use proper crypto0 name
` [PATCH v7 28/33] arm64: dts: rockchip: rk3399: add crypto node
` [PATCH v7 29/33] crypto: rockchip: store crypto_info in request context
` [PATCH v7 30/33] crypto: rockchip: Check for clocks numbers and their frequencies
` [PATCH v7 31/33] crypto: rockchip: rk_ahash_reg_init use crypto_info from parameter
` [PATCH v7 32/33] crypto: rockchip: permit to have more than one reset
` [PATCH v7 33/33] crypto: rockchip: Add support for RK3399

[PULL 00/53] qemu-sparc queue 20220508
 2022-05-08 19:56 UTC  (47+ messages)
` [PULL 01/53] dino: checkpatch fixes
` [PULL 02/53] dino: move registers from dino_init() to DINO_PCI_BRIDGE init function
` [PULL 03/53] dino: move PCI bus initialisation to dino_pcihost_init()
` [PULL 04/53] dino: move PCI windows "
` [PULL 05/53] dino: add memory-as property containing a link to the memory address space
` [PULL 06/53] dino: move pci_setup_iommu() to dino_pcihost_init()
` [PULL 07/53] dino: move PCI bus master address space setup to dino_pcihost_realize()
` [PULL 08/53] dino: move initial register configuration to new dino_pcihost_reset() function
` [PULL 09/53] dino: use QOM cast instead of directly referencing parent_obj
` [PULL 10/53] dino: return PCIBus from dino_init() using qdev_get_child_bus()
` [PULL 11/53] dino: split declarations from dino.c into dino.h
` [PULL 12/53] hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa machine
` [PULL 13/53] dino: change dino_init() to return the DINO device instead of PCIBus
` [PULL 14/53] machine.c: map DINO device during board configuration
` [PULL 15/53] dino.h: add defines for DINO IRQ numbers
` [PULL 16/53] dino: define IRQ inputs as qdev GPIOs
` [PULL 17/53] dino: wire up serial IRQ using a qdev GPIO in machine.c
` [PULL 18/53] dino: remove unused dino_set_timer_irq() IRQ handler
` [PULL 19/53] hppa: move dino_init() from dino.c to machine.c
` [PULL 20/53] dino: use numerical constant for iar0 and iar1 reset values
` [PULL 21/53] dino: move DINO HPA constants from hppa_hardware.h to dino.h
` [PULL 22/53] dino: move from hw/hppa to hw/pci-host
` [PULL 23/53] lasi: checkpatch fixes
` [PULL 24/53] lasi: move memory region initialisation to new lasi_init() function
` [PULL 25/53] lasi: move register memory mapping from lasi.c to machine.c
` [PULL 26/53] lasi: move initialisation of iar and rtc to new lasi_reset() function
` [PULL 27/53] lasi: move LASIState and associated QOM structures to lasi.h
` [PULL 28/53] lasi: replace lasi_get_irq() with defined constants
` [PULL 29/53] lasi: define IRQ inputs as qdev GPIOs
` [PULL 30/53] lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
` [PULL 31/53] lasi: fix serial port initialisation
` [PULL 32/53] lasi: update lasi_initfn() to return LASIState
` [PULL 33/53] lasi: move LAN initialisation to machine.c
` [PULL 34/53] lasi: move parallel port "
` [PULL 35/53] lasi: move second serial "
` [PULL 36/53] lasi: move PS2 "
` [PULL 37/53] lasi: remove address space parameter from lasi_initfn()
` [PULL 38/53] lasi: move lasi_initfn() to machine.c
` [PULL 39/53] lasi: use constants for device register offsets
` [PULL 40/53] lasi: use numerical constant for iar reset value
` [PULL 41/53] hppa: move device headers from hppa_sys.h into individual .c files
` [PULL 42/53] lasi: move from hw/hppa to hw/misc
` [PULL 43/53] hppa: move hppa_pci_ignore_ops from pci.c to machine.c
` [PULL 44/53] hppa: remove hw/hppa/pci.c
` [PULL 46/53] hppa: move enable_lan() define from hppa_sys.h to machine.c
` [PULL 48/53] hppa: use MACHINE QOM macros for defining the hppa machine

RTT-PROBE: lore-subspace-rtt
 2022-05-08 20:28 UTC 

[PATCH v2 0/3] Enable JPEG Encoder on RK3566/RK3568
 2022-05-08 20:25 UTC  (12+ messages)
` [PATCH v2 1/3] dt-bindings: media: rockchip-vpu: Add RK3568 VEPU compatible
` [PATCH v2 2/3] media: hantro: Add support for RK356x encoder
` [PATCH v2 3/3] arm64: dts: rockchip: Add Hantro encoder node to rk356x

Write to srvio_numvfs triggers kernel panic
 2022-05-08 11:07 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08 20:17 UTC 

[RFC RFT PATCH v1 0/1] ARM: orion5x: convert D-Link DNS-323 to the Device Tree
 2022-05-08 20:10 UTC  (11+ messages)

[PATCH] fs/ufs: Replace kmap() with kmap_local_page()
 2022-05-08 20:07 UTC 

Outgoing ping required in container environment (even with PersistentKeepalive)
 2022-05-08 20:09 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08 20:06 UTC 

[GIT PULL] parisc architecture updates for v5.18-rc6
 2022-05-08 19:56 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08 19:55 UTC 

Initial multicolor LED intensities
 2022-05-08 19:55 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: leds: Add multi-color default-intensities property
  ` AW: "
      ` AW: "

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-05-08 19:55 UTC  (12+ messages)

[V2 0/3] Expose max and current bpc via debugfs
 2022-05-08 19:53 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Expose max and current bpc via debugfs (rev5)

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 622/1129] drivers/media/i2c/adv7511-v4l2.c:413:24: warning: Value stored to 'state' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2022-05-08 19:50 UTC 

[ovmf test] 170247: regressions - FAIL
 2022-05-08 19:49 UTC 

[PATCH v3 0/7] Nuvoton WPCM450 clock and reset driver
 2022-05-08 19:43 UTC  (16+ messages)
` [PATCH v3 1/7] dt-bindings: timer: nuvoton, npcm7xx-timer: Allow specifying all clocks
  ` [PATCH v3 1/7] dt-bindings: timer: nuvoton,npcm7xx-timer: "
` [PATCH v3 2/7] clocksource: timer-npcm7xx: Enable timer 1 clock before use
` [PATCH v3 3/7] watchdog: npcm: Enable clock if provided
` [PATCH v3 4/7] dt-bindings: clock: Add Nuvoton WPCM450 clock/reset controller
` [PATCH v3 5/7] ARM: dts: wpcm450: Add clock controller node
` [PATCH v3 6/7] clk: wpcm450: Add Nuvoton WPCM450 clock/reset controller driver
` [PATCH v3 7/7] ARM: dts: wpcm450: Switch clocks to clock controller

[Buildroot] [git commit branch/2022.02.x] package/systemd: doesn't build with libressl
 2022-05-08 19:45 UTC 

[Buildroot] [PATCH 1/1] package/systemd: doesn't build with libressl
 2022-05-08 19:45 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08 19:44 UTC 

[PATCH v5] eal: add seqlock
 2022-05-08 19:40 UTC  (4+ messages)
` [PATCH v6] "

[PATCH 0/3] Unify filler_t and read_folio
 2022-05-08 19:06 UTC  (4+ messages)
` [PATCH 3/3] fs: Change the type of filler_t

Possible bug in Aarch64 single-stepping
 2022-05-08 19:35 UTC  (6+ messages)
    ` Possible bug in Aarch64 single-stepping [PATCH]

RTT-PROBE: lore-subspace-rtt
 2022-05-08 19:33 UTC 

[PATCH v2] io/mmap.c: fix musl build on mips64
 2022-05-08 19:30 UTC 

[PATCH 0/3] staging: vt6655: Replace macro VNSvOutPortB with iowrite8()
 2022-05-08 19:30 UTC  (4+ messages)
` [PATCH 1/3] staging: vt6655: Replace MACvStart with VNSvOutPortB
` [PATCH 2/3] staging: vt6655: Replace MACvTransmitBCN "
` [PATCH 3/3] staging: vt6655: Replace VNSvOutPortB with iowrite8

[Buildroot] buildroot host builds with g++
 2022-05-08 19:25 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-08 19:23 UTC 

[Bug 205089] New: amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125
 2022-05-08 19:23 UTC  (2+ messages)
` [Bug 205089] "

[Bug 215189] New: hci0: unexpected event for opcode 0xfc2f
 2022-05-08 19:15 UTC  (2+ messages)
` [Bug 215189] "


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.