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

[GIT UPDATE] pagecache tree
 2022-05-08 20:29 UTC  (25+ 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 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 v7 00/33] crypto: rockchip: permit to pass self-tests
 2022-05-08 18:59 UTC  (46+ 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 05/33] crypto: rockchip: do not store mode globally
` [PATCH v7 06/33] crypto: rockchip: add fallback for cipher
` [PATCH v7 08/33] crypto: rockchip: better handle cipher key
` [PATCH v7 09/33] crypto: rockchip: remove non-aligned handling
` [PATCH v7 10/33] crypto: rockchip: rework by using crypto_engine
` [PATCH v7 12/33] crypto: rockchip: add debugfs
` [PATCH v7 13/33] crypto: rockchip: introduce PM
` [PATCH v7 15/33] crypto: rockchip: use clk_bulk to simplify clock management
` [PATCH v7 16/33] crypto: rockchip: add myself as maintainer
` [PATCH v7 18/33] crypto: rockchip: fix style issue
` [PATCH v7 19/33] crypto: rockchip: add support for rk3328
` [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 24/33] dt-bindings: crypto: convert rockchip-crypto to YAML
` [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 27/33] arm64: dts: rockchip: add rk3328 crypto node
` [PATCH v7 28/33] arm64: dts: rockchip: rk3399: add "
` [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  (46+ 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 34/53] lasi: move parallel port initialisation to machine.c
` [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] "

[PATCH net-next 09/10] net: dsa: Separate C22 and C45 MDIO bus transaction methods
 2022-05-08 19:19 UTC  (2+ messages)

[PATCH v4 00/14] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-08 19:06 UTC  (17+ messages)
` [PATCH v4 01/14] modpost: remove left-over cross_compile declaration
` [PATCH v4 02/14] modpost: change the license of EXPORT_SYMBOL to bool type
` [PATCH v4 03/14] modpost: split the section mismatch checks into section-check.c
` [PATCH v4 04/14] modpost: add sym_find_with_module() helper
` [PATCH v4 05/14] modpost: extract symbol versions from *.cmd files
` [PATCH v4 06/14] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v4 07/14] kbuild: stop merging *.symversions
` [PATCH v4 08/14] genksyms: adjust the output format to modpost
` [PATCH v4 09/14] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v4 10/14] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v4 11/14] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v4 12/14] kbuild: make *.mod "
` [PATCH v4 13/14] kbuild: add cmd_and_savecmd macro
` [PATCH v4 14/14] kbuild: rebuild multi-object modules when objtool is updated


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.