All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-21 11:43:41 to 2018-08-21 12:41:00 UTC [more...]

[U-Boot] [PATCH 0/8][RESEND] Device Tree support for PowerPC in u-boot
 2018-08-21 18:18 UTC  (17+ messages)
` [U-Boot] [PATCH 1/8][RESEND] powerpc/dts: setup fdt blob at __init_end
` [U-Boot] [PATCH 2/8][RESEND] powerpc/dts: makefile changes to clean and build dts
` [U-Boot] [PATCH 3/8][RESEND] binman: Add a new "start-pos" property in section class
` [U-Boot] [PATCH 4/8][RESEND] binman: Add support for powerpc 'bootpg + resetvec' entry
` [U-Boot] [PATCH 5/8][RESEND] powerpc: mpc85xx: select BINMAN by default
` [U-Boot] [PATCH 6/8][RESEND] powerpc: dts: add u-boot.dtsi and mpc85xx-u-boot.dtsi
` [U-Boot] [PATCH 7/8][RESEND] powerpc: mpc85xx: Use binman to embed dtb inside u-boot
` [U-Boot] [PATCH 8/8][RESEND] powerpc: dts: Enable device tree support for T2080QDS

[PATCH] x86/kexec: prefer _THIS_IP_ to current_text_addr
 2018-08-21 12:40 UTC  (7+ messages)

[PATCH] x86: fix "xpti=" and "pv-l1tf=" yet again
 2018-08-21 12:40 UTC  (4+ messages)

[Buildroot] [RFC 0/3] Hardening Wrapper Support
 2018-08-21 12:40 UTC  (4+ messages)
` [Buildroot] [RFC 3/3] toolchain/toolchain-wrapper: add BR2_RELRO_FULL support

[PATCH dhowells/mount-api 2/2] selftests: implement a test for a new mount API
 2018-08-21  9:19 UTC  (5+ messages)
` [PATCH dhowells/mount-api 1/2] fs/fsconfig: handle FSCONFIG_CMD_RECONFIGURE

[PATCH] compiler-gcc: get back Clang build
 2018-08-21 12:38 UTC  (2+ messages)

[RFC] cfg80211: let's wmm_rule be part of reg_rule structure
 2018-08-21  9:18 UTC  (5+ messages)

[PATCH 1/3] clk: ingenic: Add proper Kconfig entries
 2018-08-21 12:38 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: clock: Add jz4725b-cgu.h header
` [PATCH 3/3] clk: Add Ingenic jz4725b CGU driver

[Qemu-devel] [PATCH v4 6/7] qmp: add pmemload command
 2018-08-21 12:38 UTC  (2+ messages)
` [Qemu-devel] [PATCH v5 5/6] "

SDHCI Regression with 6ce3dd6eec11 ("blk-mq: issue directly if hw queue isn't busy in case of 'none'")
 2018-08-21 12:37 UTC 

[Qemu-devel] [PULL 00/46] MIPS queue August 21, 2018
 2018-08-21 12:35 UTC  (47+ messages)
` [Qemu-devel] [PULL 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL 46/46] target/mips: Add definition of nanoMIPS I7200 CPU

[Bug 107581] Graphics Not Rendered Due to Missing 4.5 COMPAT Profile
 2018-08-21 12:35 UTC  (2+ messages)

[RFC] Request API and V4L2 capabilities
 2018-08-21  9:15 UTC  (10+ messages)

[Qemu-devel] [PATCH v9 00/84] Add nanoMIPS support to QEMU
 2018-08-21 12:33 UTC  (7+ messages)
` [Qemu-devel] [PATCH v9 40/84] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control

[PATCH v3 2/2] x86/dmar: zap DMAR signature for dom0 once in TBOOT case
 2018-08-21 12:31 UTC  (2+ messages)

[PATCH] cfg80211: remove division by size of sizeof(struct ieee80211_wmm_rule)
 2018-08-21  9:11 UTC  (7+ messages)

Atmel AT91 support in mainstream kernel 4.4
 2018-08-21 12:30 UTC  (3+ messages)

[PATCH] mm: Fix comment for NODEMASK_ALLOC
 2018-08-21 12:30 UTC  (4+ messages)

Proposals for commit log policy
 2018-08-21 12:29 UTC 

Streaming logs via rsyslog
 2018-08-21 12:29 UTC  (3+ messages)

[PATCH v2 00/29] at24: remove at24_platform_data
 2018-08-21 12:27 UTC  (17+ messages)
` [PATCH v2 06/29] mtd: Add support for reading MTD devices via the nvmem API

[PATCH 0/3] dt-bindings: connector: Add USB-PD PPS APDO support
 2018-08-21 12:28 UTC  (11+ messages)
` [PATCH 1/3] dt-bindings: connector: Add support for USB-PD PPS APDOs to bindings
  ` [1/3] "
` [PATCH 2/3] dt-bindings: usb: fusb302: Use usb-connector bindings for configuration
  ` [2/3] "
` [PATCH 3/3] usb: typec: fusb302: Populate tcpc fwnode for TCPM property handling
  ` [3/3] "

[LTP] [PATCH v5] Test for memfd_create() syscall with MFD_HUGETLB flag
 2018-08-21 12:28 UTC  (3+ messages)
  ` [LTP] [PATCH v5] Test for memfd_create() syscall withMFD_HUGETLBflag

[PATCH v3] Bluetooth: btusb: hci_event: handle msbc audio over USB Endpoints
 2018-08-21 12:27 UTC 

[Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support
 2018-08-21 12:24 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/7] target/s390x: add BAL and BALR instructions

[PATCH] mm/gup_benchmark: fix unsigned comparison with less than zero
 2018-08-21 12:24 UTC  (3+ messages)

[PATCH 0/2] Enable cursor plane on DPU
 2018-08-21 12:24 UTC  (3+ messages)
` [PATCH 1/2] drm/msm/dpu: enable cursor plane on dpu
  ` [PATCH 2/2] drm/msm/dpu: fix for cursor blend issue

[PATCH v3] f2fs: fix to flush all dirty inodes recovered in readonly fs
 2018-08-21 12:23 UTC  (2+ messages)

How to alloc memory in kernel on a specific numa node
 2018-08-21 12:23 UTC 

[PATCH 0/8] Introduce STPMU1 PMIC Driver
 2018-08-21 12:23 UTC  (4+ messages)
` [PATCH 2/8] mfd: stpmu1: add stpmu1 pmic driver

[PATCH] arm64/crypto: remove non-standard notation
 2018-08-21 12:23 UTC  (3+ messages)

Unaligned memory accesses exception
 2018-08-21 12:19 UTC 

[PATCH 0/1] linux-firmware: add firmware for mhdp8546
 2018-08-21 12:21 UTC  (3+ messages)
` [PATCH 1/1] "

[Buildroot] [PATCH] busybox: don't clobber dangling symlinks
 2018-08-21 12:20 UTC  (2+ messages)

[PATCH] media: af9035: prevent buffer overflow on write
 2018-08-21  9:01 UTC 

Multi-thread mempool usage
 2018-08-21 12:17 UTC  (7+ messages)

[PATCH V2 4/5] PCI: rcar: Support runtime PM, link state L1 handling
 2018-08-21  8:58 UTC  (12+ messages)

[U-Boot] [PATCH] mmc: omap_hsmmc: Make DM_GPIO calls dependent on DM_GPIO
 2018-08-21 12:16 UTC 

[Qemu-devel] [PATCH 0/2] virtio-vga: fix reset
 2018-08-21 12:14 UTC  (2+ messages)

Mapping LDAP group to user roles
 2018-08-21 12:13 UTC 

[Qemu-devel] [PATCH v2 0/8] Make the pm_smbus code more correct
 2018-08-21 12:02 UTC  (2+ messages)

[Qemu-devel] [PULL 00/12] Ui 20180821 v2 patches
 2018-08-21 12:05 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/12] ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag
` [Qemu-devel] [PULL 02/12] vnc: fix memleak of the "vnc-worker-output" name
` [Qemu-devel] [PULL 03/12] ui: use enum to string helpers
` [Qemu-devel] [PULL 04/12] sdl2: redraw correctly when scanout_mode enabled
` [Qemu-devel] [PULL 05/12] doc: switch to modern syntax for VNC TLS setup
` [Qemu-devel] [PULL 06/12] vnc: remove support for deprecated tls, x509, x509verify options
` [Qemu-devel] [PULL 07/12] spice-display: access ptr_x/ptr_y under Mutex
` [Qemu-devel] [PULL 08/12] spice-display: fix qemu_spice_cursor_refresh_bh locking
` [Qemu-devel] [PULL 09/12] ui/sdl2: Fix broken -full-screen CLI option
` [Qemu-devel] [PULL 10/12] ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro
` [Qemu-devel] [PULL 11/12] dmabuf: add y0_top, pass it to spice
` [Qemu-devel] [PULL 12/12] util: promote qemu_egl_rendernode_open() to libqemuutil

[Qemu-devel] [RFC PATCH 0/3] tweaks for QEMU's C standard
 2018-08-21 12:06 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 2/3] qemu-seccomp: manually expand SCMP_A1

[Qemu-devel] [PULL 00/12] Ui 20180821 patches
 2018-08-21 12:06 UTC  (4+ messages)
` [Qemu-devel] [PULL 08/12] spice-display: fix qemu_spice_cursor_refresh_bh locking

Do not raise conflict when a code in a patch was already added
 2018-08-21 12:10 UTC  (5+ messages)

[PATCH v4 0/4] Venus updates - PIL
 2018-08-21 12:09 UTC  (5+ messages)
` [PATCH v4 1/4] venus: firmware: add routine to reset ARM9
` [PATCH v4 2/4] venus: firmware: move load firmware in a separate function

Publishing the Speck archive
 2018-08-21 12:08 UTC  (4+ messages)
` [MODERATED] "
  ` [MODERATED] "

[LTP] [PATCH 0/5] Convert tst_timer.h to newlib
 2018-08-21 12:08 UTC  (3+ messages)
` [LTP] [PATCH 2/5] lib: Add LTP_ATTRIBUTE_FALLTHROUGH for case statements

[Cluster-devel] [GFS2 PATCH] gfs2: getlabel support
 2018-08-21 12:07 UTC  (2+ messages)

[PATCH 1/2] drm/i915/tracepoints: Remove i915_request_execute tracepoint
 2018-08-21 12:06 UTC  (11+ messages)
` [PATCH 2/2] drm/i915/tracepoints: Remove DRM_I915_LOW_LEVEL_TRACEPOINTS Kconfig option

[PATCH] mmc: block: Fix unsupported parallel dispatch of requests
 2018-08-21 12:05 UTC 

[RFC PATCH v4 0/6] Btrfs: implement swap file support
 2018-08-21  8:46 UTC  (6+ messages)
` [RFC PATCH v4 4/6] Btrfs: prevent ioctls from interfering with a swap file

[Buildroot] [PATCH 1/1] Add support for building toolchains against custom kernel headers
 2018-08-21 12:05 UTC  (2+ messages)

[PATCH v2 0/4] btrfs: Refactor find_free_extent()
 2018-08-21  8:44 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: Introduce find_free_extent_ctrl structure for later rework
` [PATCH v2 2/4] btrfs: Refactor clustered extent allocation into find_free_extent_clustered()
` [PATCH v2 3/4] btrfs: Refactor unclustered extent allocation into find_free_extent_unclustered()
` [PATCH v2 4/4] btrfs: Refactor find_free_extent() loops update into find_free_extent_update_loop()

[LTP] [PATCH] syscalls/execveat03: Fix compiler errors
 2018-08-21 12:02 UTC  (2+ messages)

[PATCH] cpupower: remove stringop-truncation waring
 2018-08-21 12:02 UTC 

[PATCH 0/6] numa-balancing patches
 2018-08-21 12:01 UTC  (2+ messages)

[RFC][PATCH] lib/string: introduce sysfs_strncpy() and sysfs_strlcpy()
 2018-08-21 12:00 UTC  (5+ messages)

[xen-4.9-testing test] 126201: regressions - FAIL
 2018-08-21 11:58 UTC  (4+ messages)

[PATCH v9 0/4] Uprobes: Support SDT markers having reference count (semaphore)
 2018-08-21 11:58 UTC  (5+ messages)

[PATCH] [intel-gfx][igt-dev] tests/pm_backlight.c : Brightness test with DPMS and System suspend
 2018-08-21 11:58 UTC  (3+ messages)
` [igt-dev] [PATCH] [intel-gfx] "
` [igt-dev] ✗ Fi.CI.BAT: failure for tests/pm_backlight.c : Brightness test with DPMS and System suspend. (rev2)

[V3 PATCH 0/2] lightnvm: pblk: take write semaphore on metadata
 2018-08-21 11:56 UTC  (5+ messages)
` [PATCH 1/2] lightnvm: pblk: refactor metadata paths

[PATCH v4 2/2] media: usb: pwc: Don't use coherent DMA buffers for ISO transfer
 2018-08-21  8:36 UTC  (4+ messages)

[PATCH] drm/msm: fix unsigned comparison with less than zero
 2018-08-21 11:55 UTC  (3+ messages)

[PATCH v2] powerpc/64s/hash: convert SLB miss handlers to C
 2018-08-21 11:54 UTC 

[Qemu-trivial] [PATCH] migration: Replace strncpy() by g_strlcpy()
 2018-08-21 11:52 UTC  (10+ messages)
` [Qemu-trivial] [Qemu-devel] "
                `  "

[PATCH 00/34] Make CONFIG_HVM work
 2018-08-21 11:52 UTC  (9+ messages)
` [PATCH 30/34] x86: PIT emulation is common to PV and HVM
` [PATCH 31/34] xen: refuse to create HVM guests when !CONFIG_HVM
` [PATCH 32/34] x86: expose CONFIG_HVM
` [PATCH 34/34] RFC x86: introduce directio virt cap

[PATCH 0/6] vicodec improvements
 2018-08-21  8:33 UTC  (2+ messages)

[PATCH] powerpc/64s/hash: convert SLB miss handlers to C
 2018-08-21 11:51 UTC  (3+ messages)

[PATCH V5 0/5] soc: imx: add scu firmware api support
 2018-08-21 11:51 UTC  (6+ messages)
` [PATCH V5 1/5] dt-bindings: arm: fsl: add scu binding doc

[PATCH 0/2] fix for "pathological THP behavior"
 2018-08-21 11:50 UTC  (3+ messages)
` [PATCH 2/2] mm: thp: fix transparent_hugepage/defrag = madvise || always

[RFC/RTF] drm: rcar-du: lvds: Handle LVDS interface reset
 2018-08-21  8:31 UTC  (2+ messages)

[PATCH 1/4] net: macb: Fix regression breaking non-MDIO fixed-link PHYs
 2018-08-21  8:26 UTC  (5+ messages)

[PATCH] scsi: core: Update SCSI_MQ_DEFAULT help text to match default
 2018-08-21 11:44 UTC 

[PATCH v2 1/3] ASoC: rt5670: Add quirk for Thinkpad 8 tablet
 2018-08-21 11:43 UTC  (3+ messages)
` [PATCH v2 2/3] ASoC: Intel: common: "
` [PATCH v2 3/3] ASoC: Intel: cht-bsw-rt5672: Add key-mappings for the headset buttons


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.