All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-27 04:20:58 to 2018-02-27 06:18:20 UTC [more...]

[PATCH 00/26] protocol version 2
 2018-02-27  6:18 UTC  (19+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 12/27] serve: introduce git-serve
  ` [PATCH v3 00/35] protocol version 2
    ` [PATCH v3 02/35] pkt-line: introduce struct packet_reader
    ` [PATCH v3 06/35] transport: use get_refs_via_connect to get refs
    ` [PATCH v3 10/35] protocol: introduce enum protocol_version value protocol_v2
    ` [PATCH v3 13/35] ls-refs: introduce ls-refs server command

[PATCH] igb_uio: fix uevent montior issue
 2018-02-27  6:17 UTC  (5+ messages)

[PATCH 1/2] x86/ACPI: Parse ACPI_FADT_LEGACY_DEVICES
 2018-02-27  6:17 UTC 

[PATCH] python-pyparsing: fix SRC_URI's checksum
 2018-02-27  6:15 UTC  (2+ messages)

[PATCH] ALSA: Use scnprintf() instead of snprintf()
 2018-02-27  6:12 UTC  (3+ messages)

[PATCH v11 0/7] Address error and recovery for AER and DPC
 2018-02-27  6:12 UTC  (10+ messages)
` [PATCH v11 3/7] PCI/ERR: add mutex to synchronize recovery
` [PATCH v11 4/7] PCI/DPC: Unify and plumb error handling into DPC
` [PATCH v11 5/7] PCI/AER: Unify aer error defines at single space

[PATCH v4 0/2] media: video-i2c: add video-i2c driver support
 2018-02-27  6:11 UTC  (3+ messages)
` [PATCH v4 1/2] media: dt-bindings: Add bindings for panasonic,amg88xx
` [PATCH v4 2/2] media: video-i2c: add video-i2c driver

[Mesa-dev] Allocator Nouveau driver, Mesa EXT_external_objects, and DRM metadata import interfaces
 2018-02-27  6:10 UTC  (11+ messages)
    `  "

[PATCH] linux-firmware: fix typo
 2018-02-27  6:10 UTC 

[PATCH] arm64/acpi: make ACPI boot preference configurable
 2018-02-27  6:05 UTC  (2+ messages)

[PATCH] xfs_repair: Ensure just xfs_repair without -n can return a status code of 2
 2018-02-27  5:50 UTC 

[PATCH 0/2] phy rcar-gen3-usb[23]: Add support for r8a77965
 2018-02-27  5:52 UTC  (3+ messages)
` [PATCH 1/2] phy: rcar-gen3-usb2: "
` [PATCH 2/2] phy: rcar-gen3-usb3: Add binding "

[PATCH v2] scsi: ufs-qcom: add number of lanes for Tx and Rx links
 2018-02-27  5:46 UTC  (2+ messages)

[PATCH] dmaengine: usb-dmac: add binding for r8a77965
 2018-02-27  5:54 UTC  (2+ messages)
`  "

[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
 2018-02-27  5:54 UTC  (3+ messages)

[PATCH 00/22] *** bug fixing serials ***
 2018-02-27  5:53 UTC  (18+ messages)
` [PATCH 09/22] drm/amdgpu: fix kmd reload bug on bare-metal
` [PATCH 10/22] drm/amdgpu: no need to count emitted for SRIOV
` [PATCH 11/22] drm/amdgpu: Remove the memory leak after unload amdgpu driver
` [PATCH 17/22] drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini
` [PATCH 18/22] drm/amdgpu: Correct sdma_v4 get_wptr

[PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig
 2018-02-27  5:52 UTC  (4+ messages)

[PATCH] compressdev: implement API
 2018-02-27  5:53 UTC  (10+ messages)

[PATCH 0/2] audit boot parameter cleanups
 2018-02-27  5:53 UTC  (4+ messages)
` [PATCH 1/2] audit: move processing of "audit" boot param to audit_init()

[PATCH 0/9] RISC-V: Make modules loadable
 2018-02-27  5:49 UTC  (3+ messages)

[PATCH 12/20] drm/i915/icl: Check for fused-off VDBOX and VEBOX instances
 2018-02-27  5:49 UTC  (7+ messages)
` [PATCH v9] "

[virtio-dev] [RFC] virtio-blk: add discard and write zeroes features to specification
 2018-02-27  5:45 UTC  (3+ messages)
` [virtio] "
  ` [virtio-dev] "

[Qemu-devel] [PATCH 00/16] tcg: tb_lock removal redux v1
 2018-02-27  5:39 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/16] qht: require a default comparison function
` [Qemu-devel] [PATCH 02/16] qht: return existing entry when qht_insert fails
` [Qemu-devel] [PATCH 03/16] tcg: track TBs with per-region BST's
` [Qemu-devel] [PATCH 04/16] tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctx
` [Qemu-devel] [PATCH 05/16] translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TB
` [Qemu-devel] [PATCH 06/16] translate-all: make l1_map lockless
` [Qemu-devel] [PATCH 07/16] translate-all: remove hole in PageDesc
` [Qemu-devel] [PATCH 08/16] translate-all: work page-by-page in tb_invalidate_phys_range_1
` [Qemu-devel] [PATCH 09/16] translate-all: move tb_invalidate_phys_page_range up in the file
` [Qemu-devel] [PATCH 10/16] translate-all: use per-page locking in !user-mode
` [Qemu-devel] [PATCH 11/16] translate-all: add page_collection assertions
` [Qemu-devel] [PATCH 12/16] translate-all: discard TB when tb_link_page returns an existing matching TB
` [Qemu-devel] [PATCH 13/16] translate-all: protect TB jumps with a per-destination-TB lock
` [Qemu-devel] [PATCH 14/16] cputlb: remove tb_lock from tlb_flush functions
` [Qemu-devel] [PATCH 15/16] translate-all: remove tb_lock mention from cpu_restore_state_from_tb
` [Qemu-devel] [PATCH 16/16] tcg: remove tb_lock

[RFC PATCH 0/5] x86: Multiple fixes to MSR_TSC_AUX and RDTSCP handling for guests
 2018-02-27  5:38 UTC  (5+ messages)
` [PATCH 2/5] x86/pv: Avoid leaking other guests' MSR_TSC_AUX values into PV context
    ` [ping] "

[U-Boot] [U-Boot PATCH 0/2] Adds support for secure boot on TCI6630K2L HS devices
 2018-02-27  5:36 UTC  (5+ messages)
` [U-Boot] [U-Boot PATCH 1/2] configs: k2l: Updates u-boot env to install secure boot monitor
` [U-Boot] [U-Boot PATCH 2/2] defconfig: k2l_hs_evm: Add k2l_hs_evm_defconfig

[PATCH] drm/i915/psr: Check for power state control capability
 2018-02-27  5:34 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v2] ath10k: debugfs support to get final TPC stats for 10.4 variants
 2018-02-27  5:33 UTC  (4+ messages)

[PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing
 2018-02-27  5:32 UTC  (25+ messages)
` [PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy
` [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-02-27  5:30 UTC  (5+ messages)

Help with leaf parent key incorrect
 2018-02-27  5:27 UTC  (4+ messages)

[PATCH v3 00/18] tracing: probeevent: Improve fetcharg features
 2018-02-27  5:23 UTC  (6+ messages)
` [PATCH v3 01/18] [BUGFIX] tracing: probeevent: Fix to support minus offset from symbol

[Bug 105018] Kernel panic when waking up after screen goes blank
 2018-02-27  5:23 UTC  (2+ messages)

[PATCH] scsi: ufs-qcom: add number of lanes per direction
 2018-02-27  5:22 UTC  (3+ messages)

[U-Boot] [PATCH v9 0/4] Generic firmware loader
 2018-02-27  5:21 UTC  (5+ messages)
` [U-Boot] [PATCH v9 1/4] spl: Remove static declaration on spl_mmc_find_device function
` [U-Boot] [PATCH v9 2/4] cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()
` [U-Boot] [PATCH v9 3/4] cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()
` [U-Boot] [PATCH v9 4/4] common: Generic firmware loader for file system

[PATCH 1/3] auxdisplay: charlcd: fix hex literal ranges for graphics command
 2018-02-27  5:20 UTC  (10+ messages)
  ` [PATCH 1/4] auxdisplay: charlcd: fix two-line command ^[[LN not marked as processed
    ` [PATCH 2/4] auxdisplay: charlcd: name x/y address struct
      ` [PATCH 3/4] auxdisplay: charlcd: fix x/y address commands

[radeon-alex:amd-staging-drm-next 699/715] sound/soc/amd/raven/pci-acp3x.c:58:8: error: implicit declaration of function 'pci_enable_msi'; did you mean 'pci_enable_sriov'?
 2018-02-27  5:18 UTC 

[PATCH 4.4 00/22] 4.4.119-stable review
 2018-02-27  5:18 UTC  (2+ messages)
` [PATCH 4.4 23/22?] hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)

[PATCH v8 0/7] convert: add support for different encodings
 2018-02-27  5:17 UTC  (5+ messages)
` [PATCH v8 3/7] utf8: add function to detect prohibited UTF-16/32 BOM

351ea48b88 ("force skylake for easier testing"): BUG: kernel hang in boot stage
 2018-02-27  5:16 UTC 

[PATCH v2 0/6] fs/dcache: avoid trylock loops
 2018-02-27  5:16 UTC  (12+ messages)
` [PATCH v2 6/6] fs/dcache: Avoid remaining try_lock loop in shrink_dentry_list()
            ` [BUG] lock_parent() breakage when used from shrink_dentry_list() (was Re: [PATCH v2 6/6] fs/dcache: Avoid remaining try_lock loop in shrink_dentry_list())
                    ` dcache: remove trylock loops (was Re: [BUG] lock_parent() breakage when used from shrink_dentry_list())

[PATCH] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert
 2018-02-27  5:15 UTC  (7+ messages)

[PATCH v1 0/9] Enable HDA Codec support on Intel Platforms (Series2)
 2018-02-27  5:12 UTC  (6+ messages)
` [PATCH v1 1/9] ASoC: Intel: Boards: Machine driver for Intel platforms

[PATCH 1/4] i2c: xlp9xx: return ENXIO on slave address NACK
 2018-02-27  5:11 UTC  (5+ messages)
` [PATCH 4/4] i2c: xlp9xx: Check for Bus state after every transfer

[PATCH 0/3] leaking_addresses: limit scan to PID==1
 2018-02-27  5:09 UTC  (5+ messages)
` [PATCH 1/3] leaking_addresses: skip all /proc/PID except /proc/1
` [PATCH 2/3] leaking_addresses: skip '/proc/1/syscall'
` [PATCH 3/3] leaking_addresses: remove version number

[PATCH 0/2] lkdtm: fix irq handler entry for arm64
 2018-02-27  5:07 UTC  (4+ messages)
` [PATCH 2/2] "

[RFC PATCH] riscv/locking: Strengthen spin_lock() and spin_unlock()
 2018-02-27  5:06 UTC  (12+ messages)

[PATCH 0/7] paravirtual IOMMU interface
 2018-02-27  5:05 UTC  (9+ messages)
` [PATCH 5/7] public / x86: introduce __HYPERCALL_iommu_op

[PATCH 1/2] doc: fpga: Add reset bridge support
 2018-02-27  5:04 UTC  (6+ messages)
` [PATCH 2/2] fpga: reset bridge: Add the reset bridge

[PATCH] bcache: fix kernel crashes when run fio in a RAID backend bcache device
 2018-02-27  4:58 UTC  (3+ messages)

[PATCH] drm/i915/dp: Fix the order of platforms for setting DP source rates
 2018-02-27  4:58 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 3.18 00/13] 3.18.97-stable review
 2018-02-27  4:58 UTC  (2+ messages)

[PATCH v8 00/13] arm64: kexec: add kexec_file_load() support
 2018-02-27  4:56 UTC  (4+ messages)

[Qemu-devel] [RFC] exec: eliminate ram naming issue as migration
 2018-02-27  4:55 UTC  (17+ messages)

[net-next v3 0/2] eBPF seccomp filters
 2018-02-27  4:54 UTC  (6+ messages)

[PATCH 0/4] fix a few problems in block layer
 2018-02-27  4:51 UTC  (4+ messages)
` [PATCH 2/4] block: bio_check_eod() needs to consider partition

[U-Boot] [PATCH v2 00/13] LS1012A PFE driver patch series
 2018-02-27  4:49 UTC  (4+ messages)

Applied "ASoC: topology: Fix logical inversion in set_link_hw_format()" to the asoc tree
 2018-02-27  4:50 UTC  (6+ messages)
  ` [alsa-devel] "

[PATCH 0/7] kexec_file: refactoring for other architecutres
 2018-02-27  4:48 UTC  (24+ messages)
` [PATCH 1/7] kexec_file: make an use of purgatory optional
` [PATCH 2/7] kexec_file, x86, powerpc: factor out kexec_file_ops functions
  ` [PATCH 2/7] kexec_file,x86,powerpc: "
` [PATCH 3/7] x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
` [PATCH 4/7] x86: kexec_file: remove X86_64 dependency "
` [PATCH 5/7] x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
` [PATCH 6/7] x86: kexec_file: clean up prepare_elf64_headers()
` [PATCH 7/7] kexec_file, x86: move re-factored code to generic side

[PATCH] nvme-multipath: fix sysfs dangerously created links
 2018-02-27  4:42 UTC  (4+ messages)

[PATCH] btrfs: rename btrfs_close_extra_device to btrfs_free_extra_devids
 2018-02-27  4:41 UTC  (2+ messages)
` [PATCH v2] "

[net] cb0789fd8b: INFO:task_blocked_for_more_than#seconds
 2018-02-27  4:37 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2018-02-27  4:36 UTC 

[net-next v3 1/2] bpf, seccomp: Add eBPF filter capabilities
 2018-02-27  4:31 UTC  (6+ messages)

[PATCH v4 00/12] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-02-27  4:20 UTC  (27+ messages)
` [PATCH v4 01/12] dax: fix vma_is_fsdax() helper
` [PATCH v4 02/12] dax: introduce IS_DEVDAX() and IS_FSDAX()
` [PATCH v4 03/12] ext2, dax: finish implementing dax_sem helpers
` [PATCH v4 04/12] ext2, dax: define ext2_dax_*() infrastructure in all cases
` [PATCH v4 05/12] ext4, dax: define ext4_dax_*() "
` [PATCH v4 06/12] ext2, dax: replace IS_DAX() with IS_FSDAX()
` [PATCH v4 07/12] ext4, "
` [PATCH v4 08/12] xfs, "
` [PATCH v4 09/12] mm, dax: replace IS_DAX() with IS_DEVDAX() or IS_FSDAX()
` [PATCH v4 10/12] fs, dax: kill IS_DAX()
` [PATCH v4 11/12] dax: fix S_DAX definition
` [PATCH v4 12/12] vfio: disable filesystem-dax page pinning

[Buildroot] [PATCH v2 0/3] Initial support for NXP iMX8 (imx8mq-evk)
 2018-02-27  4:26 UTC  (4+ messages)
` [Buildroot] [PATCH v2 1/3] imx-mkimage: new package

[PATCH bpf-next 0/8] tools: bpftool: visualization support for eBPF program
 2018-02-27  4:25 UTC  (3+ messages)
` [PATCH bpf-next 3/8] tools: bpftool: detect sub-programs from the eBPF sequence

[PATCH] drm/i915: Enable VBT based BL control for DP (v3)
 2018-02-27  4:22 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Enable VBT based BL control for DP (v3) (rev8)


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.