All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-13 13:52:41 to 2019-03-13 14:45:05 UTC [more...]

[PATCH 01/39] drm/i915: Hold a ref to the ring while retiring
 2019-03-13 14:44 UTC  (16+ messages)
` [PATCH 11/39] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 18/39] drm/i915/execlists: Skip direct submission if only lite-restore
` [PATCH 25/39] drm/i915: Move GEM domain management to its own file
` [PATCH 27/39] drm/i915: Pull scatterlist utils out of i915_gem.h
` [PATCH 28/39] drm/i915: Move GEM object domain management from struct_mutex to local
` [PATCH 29/39] drm/i915: Move GEM object waiting to its own file
` [PATCH 30/39] drm/i915: Move GEM object busy checking "
` [PATCH 31/39] drm/i915: Move GEM client throttling "
` [PATCH 32/39] drm/i915: Drop the deferred active reference
` [PATCH 33/39] drm/i915: Move object close under its own lock
` [PATCH 34/39] drm/i915: Rename intel_context.active to .inflight
` [PATCH 35/39] drm/i915: Keep contexts pinned until after the next kernel context switch
` [PATCH 36/39] drm/i915: Stop retiring along engine
` [PATCH 38/39] drm/i915/execlists: Preempt-to-busy
` [PATCH 39/39] drm/i915: Remove logical HW ID

[PATCH 4.9 00/96] 4.9.163-stable review
 2019-03-13 14:44 UTC  (2+ messages)

[Qemu-riscv] [PULL] target/riscv: Convert to decodetree
 2019-03-13 14:37 UTC  (30+ messages)
` [Qemu-riscv] [PULL 01/29] target/riscv: Activate decodetree and implemnt LUI & AUIPC
` [Qemu-riscv] [PULL 02/29] target/riscv: Convert RVXI branch insns to decodetree
` [Qemu-riscv] [PULL 03/29] target/riscv: Convert RV32I load/store "
` [Qemu-riscv] [PULL 04/29] target/riscv: Convert RV64I "
` [Qemu-riscv] [PULL 05/29] target/riscv: Convert RVXI arithmetic "
` [Qemu-riscv] [PULL 06/29] target/riscv: Convert RVXI fence "
` [Qemu-riscv] [PULL 07/29] target/riscv: Convert RVXI csr "
` [Qemu-riscv] [PULL 08/29] target/riscv: Convert RVXM "
` [Qemu-riscv] [PULL 09/29] target/riscv: Convert RV32A "
` [Qemu-riscv] [PULL 10/29] target/riscv: Convert RV64A "
` [Qemu-riscv] [PULL 11/29] target/riscv: Convert RV32F "
` [Qemu-riscv] [PULL 12/29] target/riscv: Convert RV64F "
` [Qemu-riscv] [PULL 13/29] target/riscv: Convert RV32D "
` [Qemu-riscv] [PULL 14/29] target/riscv: Convert RV64D "
` [Qemu-riscv] [PULL 15/29] target/riscv: Convert RV priv "
` [Qemu-riscv] [PULL 16/29] target/riscv: Convert quadrant 0 of RVXC "
` [Qemu-riscv] [PULL 17/29] target/riscv: Convert quadrant 1 "
` [Qemu-riscv] [PULL 18/29] target/riscv: Convert quadrant 2 "
` [Qemu-riscv] [PULL 19/29] target/riscv: Remove gen_jalr()
` [Qemu-riscv] [PULL 20/29] target/riscv: Remove manual decoding from gen_branch()
` [Qemu-riscv] [PULL 21/29] target/riscv: Remove manual decoding from gen_load()
` [Qemu-riscv] [PULL 22/29] target/riscv: Remove manual decoding from gen_store()
` [Qemu-riscv] [PULL 23/29] target/riscv: Move gen_arith_imm() decoding into trans_* functions
` [Qemu-riscv] [PULL 24/29] target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists
` [Qemu-riscv] [PULL 25/29] target/riscv: Remove shift and slt insn manual decoding
` [Qemu-riscv] [PULL 26/29] target/riscv: Remove manual decoding of RV32/64M insn
` [Qemu-riscv] [PULL 27/29] target/riscv: Rename trans_arith to gen_arith
` [Qemu-riscv] [PULL 28/29] target/riscv: Remove gen_system()
` [Qemu-riscv] [PULL 29/29] target/riscv: Remove decode_RV32_64G()

[RFC PATCH 0/6] change legacy linuxapp/bsdapp names
 2019-03-13 14:43 UTC  (6+ messages)

[PATCH v5 00/23] support for stateless decoder
 2019-03-13 14:42 UTC  (7+ messages)
` [PATCH v5 20/23] media: vicodec: Introducing stateless fwht defs and structs
  ` [PATCH v5 24/23] v4l2-ioctl.c: add V4L2_PIX_FMT_FWHT_STATELESS to v4l_fill_fmtdesc
` [PATCH v5 21/23] media: vicodec: Register another node for stateless decoder
` [PATCH v5 22/23] media: vicodec: Add support "

[PATCH 1/2] rt2x00: code-style fix in rt2800usb.c
 2019-03-13 14:41 UTC  (8+ messages)
` [PATCH 2/2] rt2x00: enable experimental MFP with HW crypt

[PATCH] dm-ingerity: change memcmp to strncmp
 2019-03-13 14:40 UTC  (2+ messages)

[PATCH] ext4: Avoid panic during forced reboot
 2019-03-13 14:40 UTC  (5+ messages)

[PATCH for-next 0/9] xen/arm: Properly disable M2P on Arm
 2019-03-13 14:40 UTC  (3+ messages)
` [PATCH for-next 2/9] xen/x86: Constify the parameter "d" in mfn_to_mfn

[PATCH 01/17] drm/i915: Hold a ref to the ring while retiring
 2019-03-13 14:39 UTC  (10+ messages)
` [PATCH 02/17] drm/i915: Lock the gem_context->active_list while dropping the link
` [PATCH 03/17] drm/i915: Hold a reference to the active HW context
` [PATCH 04/17] drm/i915: Stop needlessly acquiring wakeref for debugfs/drop_caches_set
` [PATCH 10/17] drm/i915: Allow contexts to share a single timeline across all engines
` [PATCH 11/17] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 13/17] drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
` [PATCH 16/17] drm/i915/execlists: Virtual engine bonding
  ` [PATCH] "

[PATCH v4 1/3] drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time
 2019-03-13 14:38 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/3] "
` ✗ Fi.CI.SPARSE: "

[PATCH -next] exec: Fix mem leak in kernel_read_file
 2019-03-13 14:38 UTC  (6+ messages)

[RFC PATCH 0/7] tracing: Use common error_log with probe events
 2019-03-13 14:37 UTC  (4+ messages)
` [RFC PATCH 1/7] tracing/probe: Check maxactive error cases

[PATCH v4 0/10] perf: enable compression of record mode trace to save storage space
 2019-03-13 14:37 UTC  (3+ messages)

[PATCH v7 00/12] perf: enable compression of record mode trace to save storage space
 2019-03-13 14:37 UTC  (10+ messages)
` [PATCH v7 02/12] perf record: implement -f,--mmap-flush=<threshold> option
` [PATCH v7 06/12] perf util: introduce Zstd based streaming compression API
` [PATCH v7 08/12] perf record: implement compression for AIO trace streaming
` [PATCH v7 10/12] perf report: implement record trace decompression

RFC: cleaning up the serial drivers and use struct resource
 2019-03-13 14:36 UTC  (7+ messages)
` [PATCH 1/8] drivers: tty: serial: 8250_bcm2835aux: use devm_platform_ioremap_resource()

[PATCH v13] tolerate jitter in cpu_khz calculation to avoid TSC emulation
 2019-03-13 14:36 UTC  (8+ messages)

[LTP] [PATCH] syscalls/fstat05.c: fix test logic error
 2019-03-13 14:36 UTC  (2+ messages)

[PATCH v2 00/19] Add new command "switch"
 2019-03-13 14:36 UTC  (6+ messages)
` [PATCH v3 00/21] "
  ` [PATCH v3 10/21] checkout: split part of it to new command 'switch'

[PATCH] mm/debug: add a cast to u64 for atomic64_read()
 2019-03-13 14:35 UTC  (10+ messages)

[PATCH] test/eventdev: fix sprintf with snprintf
 2019-03-13 14:35 UTC  (8+ messages)
        ` [dpdk-stable] "

WARNING: bad usercopy in fanotify_read
 2019-03-13 14:35 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] HAX tests/kms_atomic_transition: disable plane-use-after-nonblocking-unbind-fencing subtest
 2019-03-13 14:34 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Buildroot] Adding custom linux config
 2019-03-13 14:32 UTC  (3+ messages)

[PATCH v7 00/15] Add utilization clamping support
 2019-03-13 14:32 UTC  (10+ messages)
` [PATCH v7 01/15] sched/core: uclamp: Add CPU's clamp buckets refcounting
` [PATCH v7 02/15] sched/core: uclamp: Enforce last task UCLAMP_MAX
` [PATCH v7 03/15] sched/core: uclamp: Add system default clamps

[U-Boot] [PATCH] ARM: dts: socfpga: Add missing altr, sysmgr-syscon for EMAC
 2019-03-13 14:32 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] lib/igt_fb: better format printing
 2019-03-13 14:32 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_fb: better format printing (rev3)

Statistics consistency
 2019-03-13 14:31 UTC 

[PATCH v2] mm/hotplug: fix offline undo_isolate_page_range()
 2019-03-13 14:31 UTC 

[PATCHv6 0/5] perf record: Add support to store data in directory
 2019-03-13 14:29 UTC  (4+ messages)
` [PATCH 3/5] perf record: Add --dir option "

[PATCH v2] x86/hvm: finish IOREQ correctly on completion path
 2019-03-13 14:29 UTC  (4+ messages)

[tracecompass-dev] Scalability
 2019-03-13 14:28 UTC  (2+ messages)

[PATCH 0/2] ARM: dts: am335x: Replace numeric pinmux address with macro defines
 2019-03-13 14:27 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ARM: dts: am335x: Replaced register offsets with defines

Zdravstvujte vas interesuyut klientskie bazy dannyh?
 2019-03-13 14:28 UTC  (2+ messages)
` Zdravstvujte Vas "

Zdravstvujte Vas interesuyut klientskie bazy dannyh?
 2019-03-13 14:27 UTC 

[igt-dev] [PATCH i-g-t 0/6] Attempt to get rid of some globals
 2019-03-13 14:27 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 5/6] lib/igt_sysfs: Simplify obtaining sysfs path
` [igt-dev] [PATCH i-g-t 6/6] lib/igt_device: Move intel_get_pci_device under igt_device
` [igt-dev] ✓ Fi.CI.BAT: success for Attempt to get rid of some globals

overlayfs vs. fscrypt
 2019-03-13 14:26 UTC  (5+ messages)

Using binary attributes for configuration sysfs entries
 2019-03-13 14:25 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Provide stub reset functions
 2019-03-13 14:25 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] filemap: don't unlock null page in FGP_FOR_MMAP case
 2019-03-13 14:25 UTC  (3+ messages)

[PATCH 0/2] Drivers: hv: Move Hyper-V clock/timer code to separate clocksource driver
 2019-03-13 14:23 UTC  (6+ messages)
` [PATCH 1/2] Drivers: hv: Move Hyper-V clockevents code to new "

[PATCH v5 00/11] viridian: implement more enlightenments
 2019-03-13 14:23 UTC  (11+ messages)
` [PATCH v5 09/11] viridian: add implementation of synthetic interrupt MSRs
` [PATCH v5 10/11] viridian: add implementation of synthetic timers
` [PATCH v5 11/11] viridian: add implementation of the HvSendSyntheticClusterIpi hypercall

[PATCH] dt-bindings: hwmon: (adc128d818) Specify ti,mode property size
 2019-03-13 14:11 UTC 

[RFC] mt76: add 3dBm for reporting txpower also for 1x1
 2019-03-13 14:21 UTC  (4+ messages)

[PATCH 1/5] irqchip/gic-pm: add driver remove support
 2019-03-13 14:20 UTC  (5+ messages)

[PATCH v2] dt-bindings: pinctrl: imx7d: Fix PAD_CTL_DSE_X*
 2019-03-13 14:20 UTC  (2+ messages)

[PATCH] Staging: rtl8188eu: rtw_recv.c: fixed a space indentation issue
 2019-03-13 14:20 UTC  (5+ messages)
  ` [Outreachy kernel] "

Entertainment Package for 2019
 2019-03-13 14:08 UTC 

[PATCHv2] Staging: fpgaboot: Delete newline at the end of Kconfig
 2019-03-13 14:18 UTC  (4+ messages)
    ` [Outreachy kernel] "

[GIT PULL] UBI/UBIFS updates for 5.1-rc1 (kernel.org edition)
 2019-03-13 14:18 UTC  (2+ messages)

[PATCH bpf] xsk: fix umem memory leak on cleanup
 2019-03-13 14:15 UTC 

[PATCH nft v2 1/6] osf: add version fingerprint support
 2019-03-13 14:15 UTC  (5+ messages)

[rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master
 2019-03-13 14:12 UTC  (8+ messages)
            ` [EXTERNAL] "

[PATCH 0/3] dt-bindings: meson: Add G12A display bindings
 2019-03-13 14:10 UTC  (15+ messages)
` [PATCH 1/3] dt-bindings: display: amlogic, meson-vpu: Add G12A compatible and ports
  ` [PATCH 1/3] dt-bindings: display: amlogic,meson-vpu: "
` [PATCH 2/3] dt-bindings: display: amlogic, meson-dw-hdmi: "
  ` [PATCH 2/3] dt-bindings: display: amlogic,meson-dw-hdmi: "
` [PATCH 3/3] dt-bindings: power: amlogic, meson-gx-pwrc: Add G12A compatible
  ` [PATCH 3/3] dt-bindings: power: amlogic,meson-gx-pwrc: "

[RFC PATCH v3 0/5] tracing: common error_log for ftrace
 2019-03-13 14:09 UTC  (6+ messages)

[PATCH rdma-next] RDMA/addr: create addr_wq with WQ_MEM_RECLAIM flag
 2019-03-13 14:08 UTC 

[PATCH] target:alua: fix the tg_pt_gps_count
 2019-03-13 14:07 UTC 

[PATCH] drm/amdgpu: enable gfxoff again on raven series
 2019-03-13 14:06 UTC  (2+ messages)

[PATCH 1/4] regulator: wm831x-isink: Select maximum current in specific range
 2019-03-13 14:05 UTC  (8+ messages)
` [PATCH 2/4] regulator: wm8350: "
` [PATCH 3/4] regulator: wm831x-isink: Convert to use regulator_set/get_current_limit_regmap
` [PATCH 4/4] regulator: wm8350: "

scsi: ufs-mediatek: Add UFS support for Mediatek SoC chips
 2019-03-13 14:05 UTC  (4+ messages)
` [PATCH v3 4/7] dt-bindings: phy: Add document for phy-mtk-ufs
  ` [SPAM][PATCH "

[PATCH 0/7] drm/vc4: Allow for more boot-time configuration
 2019-03-13 14:03 UTC  (12+ messages)
` [PATCH 2/7] drm/edid: Allow to ignore the audio EDID data

make TGID available also in binary ring buffer?
 2019-03-13 14:03 UTC  (5+ messages)

[LTP] [PATCH 1/4] shell: Add tst_mount() helper
 2019-03-13 14:03 UTC  (6+ messages)
` [LTP] [PATCH 3/4] shell: Move mkfs.foo into tst_mkfs()
` [LTP] [PATCH 4/4] shell: Use $FS_TYPE and $TST_DEVICE as default params in tst_mkfs()

[PATCH v2 0/2] bus/fslmc: logging fixes
 2019-03-13 14:00 UTC  (5+ messages)
` [PATCH v2 1/2] bus/fslmc: don't log error for other devices
` [PATCH v2 2/2] bus/fslmc: remove unneeded strdup

Kernel 5.0 regression in /dev/tpm0 access
 2019-03-13 14:00 UTC  (8+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_mocs_settings: Add mocs table for icelake
 2019-03-13 13:58 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v5] "

Bug: git for Windows spawning a lot of processes recursively
 2019-03-13 13:58 UTC  (5+ messages)

[PATCH v2 0/4] Various minor modifications and fixes toward KS 1.0
 2019-03-13 13:57 UTC  (4+ messages)
` [PATCH v2 2/4] kernel-shark: Fix a bug in ksmodel_zoom

[PATCH 0/3] Python 3 compatibility followup patches
 2019-03-13 13:56 UTC  (5+ messages)
` [PATCH 1/3] automation: use python-dev python2.7-dev in Debian and Ubuntu
` [PATCH 2/3] travis: use python-dev instead of python2.7-dev
` [PATCH 3/3] build/m4: fix python library detection on Ubuntu systems

[PATCH] clocksource: cadence_ttc: fix memory leak in ttc_setup_clockevent
 2019-03-13 13:55 UTC  (4+ messages)

[PATCH v5 00/31] Clean up and reorg Chinese kernel docs
 2019-03-13 13:50 UTC  (7+ messages)
` [PATCH v5 06/31] docs/zh_CN: howto format changes
` [PATCH v5 08/31] docs/zh_CN: format the submitting-patches doc to rst
` [PATCH v5 09/31] docs/zh_CN: rename stable_kernel_rules doc
` [PATCH v5 12/31] docs/zh_CN: do rst format for email-clients.rst
` [PATCH v5 17/31] docs/zh_CN: rename magic-numbers as rst doc
` [PATCH v5 30/31] docs/zh_CN: fix rst format issue in submitting-patch

[PATCH] clk: meson-g12a: fix VPU clock parents
 2019-03-13 13:55 UTC  (3+ messages)

bpf jit PPC64 (BE) test_verifier PTR_TO_STACK store/load failure
 2019-03-13 13:51 UTC  (2+ messages)

[RESEND][PATCH] iommu/amd: Fix NULL dereference bug in match_hid_uid
 2019-03-13 13:53 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.