All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-17 07:32:39 to 2019-08-17 08:26:02 UTC [more...]

[PATCH v4 0/6] iomap: lift the xfs writepage code into iomap
 2019-08-17  8:25 UTC  (4+ messages)

[PATCH][next] bus: moxtet: fix unsigned comparison to less than zero
 2019-08-17  8:25 UTC  (4+ messages)

[PATCH] pinctrl/qcom: Fix -Wimplicit-fallthrough
 2019-08-17  8:25 UTC 

[Qemu-devel] [PATCH v23 00/22] Add RX archtecture support
 2019-08-17  8:22 UTC  (25+ messages)
` [Qemu-devel] [PATCH v23 01/22] MAINTAINERS: Add RX
` [Qemu-devel] [PATCH v23 02/22] qemu/bitops.h: Add extract8 and extract16
` [Qemu-devel] [PATCH v23 03/22] hw/registerfields.h: Add 8bit and 16bit register macros
` [Qemu-devel] [PATCH v23 04/22] target/rx: TCG translation
` [Qemu-devel] [PATCH v23 05/22] target/rx: TCG helper
` [Qemu-devel] [PATCH v23 06/22] target/rx: CPU definition
` [Qemu-devel] [PATCH v23 07/22] target/rx: RX disassembler
` [Qemu-devel] [PATCH v23 08/22] target/rx: Disassemble rx_index_addr into a string
` [Qemu-devel] [PATCH v23 09/22] target/rx: Replace operand with prt_ldmi in disassembler
` [Qemu-devel] [PATCH v23 10/22] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [Qemu-devel] [PATCH v23 11/22] target/rx: Emit all disassembly in one prt()
` [Qemu-devel] [PATCH v23 12/22] target/rx: Collect all bytes during disassembly
` [Qemu-devel] [PATCH v23 13/22] target/rx: Dump bytes for each insn "
` [Qemu-devel] [PATCH v23 14/22] hw/intc: RX62N interrupt controller (ICUa)
` [Qemu-devel] [PATCH v23 15/22] hw/timer: RX62N internal timer modules
` [Qemu-devel] [PATCH v23 16/22] hw/char: RX62N serial communication interface (SCI)
` [Qemu-devel] [PATCH v23 17/22] hw/rx: RX Target hardware definition
` [Qemu-devel] [PATCH v23 18/22] hw/rx: Honor -accel qtest
` [Qemu-devel] [PATCH v23 19/22] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [Qemu-devel] [PATCH v23 20/22] Add rx-softmmu
` [Qemu-devel] [PATCH v23 21/22] BootLinuxConsoleTest: Test the RX-Virt machine
` [Qemu-devel] [PATCH v23 22/22] target/rx: remove unused functions

5.3-rc3-ish VM crash: RIP: 0010:tcp_trim_head+0x20/0xe0
 2019-08-17  8:24 UTC  (3+ messages)

[Xen-devel] [libvirt bisection] complete build-armhf-libvirt
 2019-08-17  8:23 UTC 

[PATCH] erofs: move erofs out of staging
 2019-08-17  8:23 UTC  (2+ messages)

[GIT PULL] USB-serial fixes for 5.3-rc5
 2019-08-17  8:22 UTC 

[CI] drm/i915/selftests: Check the context size
 2019-08-17  8:21 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/selftests: Check the context size (rev4)

[PATCH] MAINTAINERS, x86/CPU: Tony Luck will maintain asm/intel-family.h
 2019-08-17  8:19 UTC  (2+ messages)
` [tip:x86/urgent] x86/cpu: Explain Intel model naming convention

[warrior][PATCH 0/4] vlc adjustments
 2019-08-17  8:13 UTC  (5+ messages)
` [warrior][PATCH 1/4] vlc: rework qt PACKAGECONFIG
` [warrior][PATCH 2/4] vlc: Remove workaround and patches for problems fixed upstream
` [warrior][PATCH 3/4] vlc: notify switched to GTK+3 some time ago
` [warrior][PATCH 4/4] vlc: Remove the obsolete dependency on dbus-glib

[U-Boot] [PATCH v2 0/4] USB: Add cadence USB3 gadget driver and host driver
 2019-08-17  8:13 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/4] USB: gadget: Add the cadence USB3 gadget driver
    ` [U-Boot] 答复: "
        ` [U-Boot] 答复: "

[Bug 204371] BUG kmalloc-4k (Tainted: G W ): Object padding overwritten
 2019-08-17  8:09 UTC  (3+ messages)

[PATCH 1/1] Fix: trace sched switch start/stop racy updates
 2019-08-17  8:08 UTC  (7+ messages)

generic ioremap (and lots of cleanups)
 2019-08-17  7:32 UTC  (145+ messages)
` [PATCH 01/26] mtd/maps/pxa2xx: use ioremap_cache insted of ioremap_cached
` [PATCH 02/26] arm, unicore32: remove ioremap_cached
` [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [PATCH 04/26] mips: remove ioremap_cachable
` [PATCH 05/26] openrisc: map as uncached in ioremap
` [PATCH 06/26] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 07/26] hexagon: clean up ioremap
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 09/26] alpha: remove the unused __ioremap wrapper
` [PATCH 10/26] nios2: remove __ioremap
` [PATCH 11/26] parisc: "
` [PATCH 12/26] x86: clean up ioremap
  ` [OpenRISC] "
` [PATCH 13/26] xtensa: "
  ` [OpenRISC] "
` [PATCH 14/26] asm-generic: don't provide __ioremap
  ` [OpenRISC] "
` [PATCH 15/26] asm-generic: ioremap_uc should behave the same with and without MMU
  ` [OpenRISC] "
` [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU
  ` [OpenRISC] "
` [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions
  ` [OpenRISC] "
` [PATCH 18/26] m68k: rename __iounmap and mark it static
  ` [OpenRISC] "
` [PATCH 19/26] arm64: remove __iounmap
  ` [OpenRISC] "
` [PATCH 20/26] hexagon: "
  ` [OpenRISC] "
` [PATCH 21/26] nios2: "
  ` [OpenRISC] "
` [PATCH 22/26] sh: "
  ` [OpenRISC] "
` [PATCH 23/26] lib: provide a simple generic ioremap implementation
  ` [OpenRISC] "
` [PATCH 24/26] riscv: use the generic ioremap code
  ` [OpenRISC] "
` [PATCH 25/26] csky: use generic ioremap
  ` [OpenRISC] "
` [PATCH 26/26] nds32: "
  ` [OpenRISC] "

[Qemu-devel] [PATCH] ppc: Three floating point fixes
 2019-08-17  7:53 UTC  (3+ messages)

[PATCH] btrfs: fix allocation of bitmap pages
 2019-08-17  7:44 UTC  (2+ messages)

[dpdk-dev] DPDK (v17.11) ACL table field format definition enhancement: 'offset' field covering headroom space
 2019-08-17  7:43 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v7 0/3] Remove global igt_global_mmio
 2019-08-17  7:43 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Remove global igt_global_mmio (rev7)

[PATCH] drm/arm: drop use of drmP.h
 2019-08-17  7:41 UTC 

cleanup the walk_page_range interface
 2019-08-17  7:37 UTC  (8+ messages)

[PATCH V2 00/13] ARM: Add minimal Raspberry Pi 4 support
 2019-08-17  7:32 UTC  (4+ messages)
` [PATCH V2 08/13] i2c: bcm2835: Avoid clk stretch quirk for BCM2711


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.