All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-13 17:33:20 to 2018-08-13 18:15:08 UTC [more...]

[RFC PATCH 0/5] filter: support for excluding all trees and blobs
 2018-08-13 18:14 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] list-objects: store common func args in struct
  ` [PATCH v3 2/5] list-objects: refactor to process_tree_contents
  ` [PATCH v3 3/5] rev-list: handle missing tree objects properly
  ` [PATCH v3 4/5] revision: mark non-user-given objects instead
  ` [PATCH v3 5/5] list-objects-filter: implement filter tree:0

[PATCH 1/2] 9p: rename p9_free_req() function
 2018-08-13 18:14 UTC  (6+ messages)
` [PATCH 2/2] 9p: Add refcount to p9_req_t
  ` [V9fs-developer] "

[Buildroot] [PATCH/next v2 1/5] package/gcc: renumber patch
 2018-08-13 18:14 UTC  (5+ messages)
` [Buildroot] [PATCH/next v2 2/5] package/gcc: fix build of gcc-7.3.0 with glibc-2.28
` [Buildroot] [PATCH/next v2 3/5] package/gcc: fix build of gcc-6.4.0 "
` [Buildroot] [PATCH/next v2 4/5] package/gcc: fix build of gcc-5.5.0 "
` [Buildroot] [PATCH/next v2 5/5] package/gcc: fix build of gcc-4.9.4 "

[Qemu-devel] [PATCH v8 00/87] Add nanoMIPS support to QEMU
 2018-08-13 18:13 UTC  (89+ messages)
` [Qemu-devel] [PATCH v8 01/87] MAINTAINERS: Update target/mips maintainer's email addresses
` [Qemu-devel] [PATCH v8 02/87] target/mips: Avoid case statements formulated by ranges - part 1
` [Qemu-devel] [PATCH v8 03/87] target/mips: Avoid case statements formulated by ranges - part 2
` [Qemu-devel] [PATCH v8 04/87] target/mips: Mark switch fallthroughs with interpretable comments
` [Qemu-devel] [PATCH v8 05/87] target/mips: Fix two instances of shadow variables
` [Qemu-devel] [PATCH v8 06/87] target/mips: Update some CP0 registers bit definitions
` [Qemu-devel] [PATCH v8 07/87] target/mips: Add CP0 BadInstrX register
` [Qemu-devel] [PATCH v8 08/87] target/mips: Add support for availability control via bit XNP
` [Qemu-devel] [PATCH v8 09/87] target/mips: Add support for availability control via bit MT
` [Qemu-devel] [PATCH v8 10/87] target/mips: Fix MT ASE instructions' availability control
` [Qemu-devel] [PATCH v8 11/87] target/mips: Implement CP0 Config1.WR bit functionality
` [Qemu-devel] [PATCH v8 12/87] target/mips: Don't update BadVAddr register in Debug Mode
` [Qemu-devel] [PATCH v8 13/87] target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
` [Qemu-devel] [PATCH v8 14/87] target/mips: Add gen_op_addr_addi()
` [Qemu-devel] [PATCH v8 15/87] elf: Remove duplicate preprocessor constant definition
` [Qemu-devel] [PATCH v8 16/87] elf: Add ELF flags for MIPS machine variants
` [Qemu-devel] [PATCH v8 17/87] linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
` [Qemu-devel] [PATCH v8 18/87] linux-user: Add preprocessor availability control to some syscalls
` [Qemu-devel] [PATCH v8 19/87] qemu-doc: Amend MIPS-related items
` [Qemu-devel] [PATCH v8 20/87] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v8 21/87] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v8 22/87] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v8 23/87] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v8 24/87] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v8 25/87] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PATCH v8 26/87] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PATCH v8 27/87] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PATCH v8 28/87] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PATCH v8 29/87] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v8 30/87] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v8 31/87] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v8 32/87] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v8 33/87] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PATCH v8 34/87] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v8 35/87] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v8 36/87] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v8 37/87] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v8 38/87] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PATCH v8 39/87] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PATCH v8 40/87] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v8 41/87] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v8 42/87] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v8 43/87] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PATCH v8 44/87] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v8 45/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v8 46/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v8 47/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v8 48/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PATCH v8 49/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PATCH v8 50/87] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PATCH v8 51/87] disas: Add support for microMIPS and nanoMIPS
` [Qemu-devel] [PATCH v8 52/87] target/mips: Add handling of branch delay slots for nanoMIPS
` [Qemu-devel] [PATCH v8 53/87] target/mips: Add updating BadInstr, BadInstrP, BadInstrX "
` [Qemu-devel] [PATCH v8 54/87] target/mips: Adjust exception_resume_pc() "
` [Qemu-devel] [PATCH v8 55/87] target/mips: Adjust set_hflags_for_handler() "
` [Qemu-devel] [PATCH v8 56/87] target/mips: Adjust set_pc() "
` [Qemu-devel] [PATCH v8 57/87] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PATCH v8 58/87] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PATCH v8 59/87] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PATCH v8 60/87] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PATCH v8 61/87] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PATCH v8 62/87] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PATCH v8 63/87] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PATCH v8 64/87] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PATCH v8 65/87] target/mips: Add definition of nanoMIPS I7200 CPU
` [Qemu-devel] [PATCH v8 66/87] elf: Add nanoMIPS specific variations in ELF header fields
` [Qemu-devel] [PATCH v8 67/87] linux-user: Add syscall numbers for nanoMIPS
` [Qemu-devel] [PATCH v8 68/87] linux-user: Add target_signal.h header "
` [Qemu-devel] [PATCH v8 69/87] linux-user: Add termbits.h "
` [Qemu-devel] [PATCH v8 70/87] linux-user: Update syscall_defs.h "
` [Qemu-devel] [PATCH v8 71/87] linux-user: Add target_fcntl.h "
` [Qemu-devel] [PATCH v8 72/87] linux-user: Add sockbits.h "
` [Qemu-devel] [PATCH v8 73/87] linux-user: Add target_syscall.h "
` [Qemu-devel] [PATCH v8 74/87] linux-user: Add target_cpu.h "
` [Qemu-devel] [PATCH v8 75/87] linux-user: Add target_structs.h "
` [Qemu-devel] [PATCH v8 76/87] linux-user: Add target_elf.h "
` [Qemu-devel] [PATCH v8 77/87] linux-user: Add signal.c "
` [Qemu-devel] [PATCH v8 78/87] linux-user: Add support for nanoMIPS signal trampoline
` [Qemu-devel] [PATCH v8 79/87] linux-user: Add cpu_loop.c for nanoMIPS
` [Qemu-devel] [PATCH v8 80/87] linux-user: Amend support for sigaction() syscall "
` [Qemu-devel] [PATCH v8 81/87] linux-user: Add support for statx() syscall for all platforms
` [Qemu-devel] [PATCH v8 82/87] linux-user: Add support for nanoMIPS core files
` [Qemu-devel] [PATCH v8 83/87] linux-user: Add nanoMIPS linux user mode configuration support
` [Qemu-devel] [PATCH v8 84/87] linux-user: Add nanoMIPS support in scripts/qemu-binfmt-conf.sh
` [Qemu-devel] [PATCH v8 85/87] gdbstub: Disable handling of nanoMIPS ISA bit in the MIPS gdbstub
` [Qemu-devel] [PATCH v8 86/87] gdbstub: Add XML support for GDB for nanoMIPS
` [Qemu-devel] [PATCH v8 87/87] qemu-doc: Add nanoMIPS-related items

[PATCH v4 0/7] Add delta islands support
 2018-08-13 18:11 UTC  (6+ messages)
` [PATCH v4 1/7] Add delta-islands.{c,h}

[PATCH 1/2] drm/i915/psr: Print PSR_STATUS when PSR idle wait times out
 2018-08-13 18:10 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/psr: Remove wait_for_idle() for PSR2

[Buildroot] [autobuild.buildroot.net] Build results for 2018-08-11
 2018-08-13 18:10 UTC  (5+ messages)
` [Buildroot] Analysis of build "
      ` [Buildroot] host-libselinux atomics with GCC 4.4

[PATCH] reiserfs: fix broken xattr handling (heap corruption, bad retval)
 2018-08-13 18:04 UTC  (4+ messages)

[PATCH 1/3] utils/md5_file: don't iterate line-by-line
 2018-08-13 18:04 UTC  (3+ messages)

[PATCH v1 0/3] WireGuard: Secure Network Tunnel
 2018-08-13 18:04 UTC  (6+ messages)

[PATCH] machine configs: replace deprecated "SERIAL_CONSOLE"
 2018-08-13 17:57 UTC 

[Buildroot] [RFC PATCH 4/4] perl-xml-parser: new package
 2018-08-13 18:02 UTC 

[PATCH 1/2] utils/md5_file: don't iterate line-by-line
 2018-08-13 18:02 UTC  (2+ messages)
` [PATCH 2/2] checksum: sanity check path when recursively checksumming

[PATCH 1/7] glibc: Add make-native depends
 2018-08-13 18:02 UTC  (3+ messages)
` [PATCH 3/7] xf86-video-intel: Fix for glibc

[PATCH v4 00/21] Add `range-diff`, a `tbdiff` lookalike
 2018-08-13 18:01 UTC  (9+ messages)
` [PATCH v5 00/21] Add range-diff, a tbdiff lookalike
  ` [PATCH v5 05/21] range-diff: also show the diff between patches
  ` [PATCH v6 00/21] Add range-diff, a tbdiff lookalike
    ` [PATCH v6 16/21] range-diff --dual-color: skip white-space warnings

[PATCH v3 0/2] Add R8A77980/Condor/V3HSK LVDS/HDMI support
 2018-08-13 15:19 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: dts: renesas: condor/v3hsk: add DU/LVDS/HDMI support

[PATCHv17 00/34] Request API
 2018-08-13 15:15 UTC  (21+ messages)
` [PATCHv17 25/34] videobuf2-core: add request helper functions
` [PATCHv17 26/34] videobuf2-v4l2: add vb2_request_queue/validate helpers
` [PATCHv17 27/34] videobuf2-core: add uses_requests/qbuf flags
` [PATCHv17 28/34] videobuf2-v4l2: refuse qbuf if queue uses requests or vv
` [PATCHv17 29/34] v4l2-mem2mem: add vb2_m2m_request_queue
` [PATCHv17 30/34] vim2m: use workqueue
` [PATCHv17 31/34] vim2m: support requests
` [PATCHv17 32/34] vivid: add mc
` [PATCHv17 33/34] vivid: add request support
` [PATCHv17 34/34] RFC: media-requests: add debugfs node

[Buildroot] [RFC PATCH 0/2] Hack for perl module subdirectories
 2018-08-13 17:56 UTC  (3+ messages)
` [Buildroot] [RFC PATCH 1/2] perl-template-toolkit: new package
` [Buildroot] [RFC PATCH 2/2] perl-xml-parser: "

[PATCH v11 7/9] cpuset: Expose cpus.effective and mems.effective on cgroup v2 root
 2018-08-13 17:56 UTC  (12+ messages)

[PATCH RFC 1/3] cgroup: list all subsystem states in debugfs files
 2018-08-13 17:53 UTC  (5+ messages)

[PATCH v2 00/18] MIPS: intel: add initial support for Intel MIPS SoCs
 2018-08-13 17:53 UTC  (3+ messages)
` [PATCH v2 18/18] dt-bindings: serial: lantiq: Add optional properties for CCF

[PATCH 05/11] ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
 2018-08-13 17:52 UTC 

[PATCH 00/14] staging: media: tegra-vdea: Add Tegra124 support
 2018-08-13 15:09 UTC  (10+ messages)
` [PATCH 01/14] staging: media: tegra-vde: Support BSEV clock and reset
` [PATCH 08/14] staging: media: tegra-vde: Track struct device *
` [PATCH 09/14] staging: media: tegra-vde: Add IOMMU support
` [PATCH 10/14] staging: media: tegra-vde: Keep VDE in reset when unused
` [PATCH 11/14] ARM: tegra: Enable VDE on Tegra124
` [PATCH 12/14] ARM: tegra: Add BSEV clock and reset for VDE on Tegra20
` [PATCH 13/14] ARM: tegra: Add BSEV clock and reset for VDE on Tegra30
` [PATCH 14/14] ARM: tegra: Enable SMMU for VDE on Tegra124

[PATCH] [drm][i915] Increase LSPCON timeout
 2018-08-13 17:51 UTC 

[meta-oe][PATCH 0/4] Minor faad2/faac fixes
 2018-08-13 17:50 UTC  (5+ messages)
` [meta-multimedia][PATCH 1/4] faac: set HOMEPAGE
` [meta-multimedia][PATCH 2/4] faac: set LICENSE_FLAGS
` [meta-oe][PATCH 3/4] faad2: set more accurate SUMMARY and add HOMEPAGE
` [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS

[PATCH v2 0/6] Add Rockchip VPU JPEG encoder
 2018-08-13 17:50 UTC  (3+ messages)
` [PATCH v2 1/6] dt-bindings: Document the Rockchip VPU bindings

[PATCH] tools/lib/traceevent, tools/perf: Move struct tep_handler definition in a local header file
 2018-08-13 15:06 UTC 

[PATCH v2] gpu: host1x: Ignore clients initialization failure
 2018-08-13 17:48 UTC  (2+ messages)

[RFC] implement branch.sort config option
 2018-08-13 17:46 UTC  (2+ messages)

[PATCH v3 0/7] perf: Add ioctl for PMU driver configuration
 2018-08-13 17:46 UTC  (3+ messages)

Contributor Summit planning
 2018-08-13 17:46 UTC  (2+ messages)

[Cluster-devel] [PATCH 00/25] GFS2: Pre-pull patch posting (merge window)
 2018-08-13 17:45 UTC  (26+ messages)
` [Cluster-devel] [PATCH 01/25] gfs2: eliminate rs_inum and reduce the size of gfs2 inodes
` [Cluster-devel] [PATCH 02/25] gfs2: Don't withdraw under a spin lock
` [Cluster-devel] [PATCH 03/25] gfs2: Minor clarification to __gfs2_punch_hole
` [Cluster-devel] [PATCH 04/25] gfs2: call ktime_get_coarse_real_ts64() directly
` [Cluster-devel] [PATCH 05/25] gfs2: Further iomap cleanups
` [Cluster-devel] [PATCH 06/25] gfs2: iomap buffered write support
` [Cluster-devel] [PATCH 07/25] gfs2: gfs2_extent_length cleanup
` [Cluster-devel] [PATCH 08/25] gfs2: iomap direct I/O support
` [Cluster-devel] [PATCH 09/25] gfs2: Remove gfs2_write_{begin,end}
` [Cluster-devel] [PATCH 10/25] gfs2: Stop messing with ip->i_rgd in the rlist code
` [Cluster-devel] [PATCH 11/25] gfs2: Eliminate redundant ip->i_rgd
` [Cluster-devel] [PATCH 12/25] gfs2: Don't reject a supposedly full bitmap if we have blocks reserved
` [Cluster-devel] [PATCH 13/25] gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattr
` [Cluster-devel] [PATCH 14/25] fs: gfs2: Adding new return type vm_fault_t
` [Cluster-devel] [PATCH 15/25] GFS2: Fix recovery issues for spectators
` [Cluster-devel] [PATCH 16/25] gfs2: fallocate_chunk: Always initialize struct iomap
` [Cluster-devel] [PATCH 17/25] gfs2: Use iomap for stuffed direct I/O reads
` [Cluster-devel] [PATCH 18/25] gfs2: use iomap_readpage for blocksize == PAGE_SIZE
` [Cluster-devel] [PATCH 19/25] gfs2: remove redundant variable 'moved'
` [Cluster-devel] [PATCH 20/25] GFS2: rgrp free blocks used incorrectly
` [Cluster-devel] [PATCH 21/25] gfs2: Special-case rindex for gfs2_grow
` [Cluster-devel] [PATCH 22/25] gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_out
` [Cluster-devel] [PATCH 23/25] gfs2: Get rid of gfs2_ea_strlen
` [Cluster-devel] [PATCH 24/25] gfs2: Fix gfs2_testbit to use clone bitmaps
` [Cluster-devel] [PATCH 25/25] gfs2: eliminate update_rgrp_lvb_unlinked

[PATCH v3] dt-bindings: media: adv748x: Document re-mappable addresses
 2018-08-13 17:45 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] lib/igt_debugfs: explicitly wait for first crc in igt_pipe_crc_start
 2018-08-13 17:44 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_debugfs: explicitly wait for first crc in igt_pipe_crc_start (rev3)

[MODERATED] direct p{ud,md,te}_val users
 2018-08-13 17:43 UTC  (2+ messages)
` [MODERATED] "

pull request: bluetooth-next 2018-08-13
 2018-08-13 15:00 UTC 

[PATCH V3 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-08-13 17:41 UTC  (6+ messages)
` [PATCH V3 3/4] mm: add a function to differentiate the pages is from DAX device memory

[PATCH v1] dd: Invoke one probe retry cycle after some initcall levels
 2018-08-13 17:39 UTC 

[PATCH v2 0/4] ARC: allow to use IOC and non-IOC DMA devices simultaneously
 2018-08-13 17:39 UTC  (6+ messages)

[PATCH v3 1/2] dt-bindings: ufs: Add bindings for Cadence UFS
 2018-08-13 17:37 UTC  (2+ messages)

[Qemu-devel] [PATCH] tests/device-introspection: Check that the qom-tree and qtree do not change
 2018-08-13 17:37 UTC 

[Buildroot] [RFC PATCH 0/2] scancpan patches
 2018-08-13 17:35 UTC  (4+ messages)
` [Buildroot] [RFC PATCH 1/2] scancpan: support more licenses

[PATCH v3 0/3] Stingray thermal driver support
 2018-08-13 17:34 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: thermal: Add binding document for SR thermal

[U-Boot] [PATCH] configs: sun7i: Fix to use emmc dts for OLinuXino_MICRO-eMMC
 2018-08-13 17:34 UTC 

[PATCH] libs/foreignmemory: Avoid printing an error for ENOTSUPP
 2018-08-13 17:33 UTC 


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.