All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-27 20:24:45 to 2019-06-27 21:13:52 UTC [more...]

your mail
 2019-06-27 21:13 UTC 

[PATCH v4 04/10] list-objects-filter: implement composite filters
 2019-06-27 21:12 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 00/28] block/pflash_cfi02: Implement missing AMD pflash functionality
 2019-06-27 20:27 UTC  (29+ messages)
` [Qemu-devel] [PATCH v5 01/28] tests/pflash-cfi02: Add test for supported CFI commands
` [Qemu-devel] [PATCH v5 02/28] hw/block/pflash: Simplify trace_pflash_io_read/write()
` [Qemu-devel] [PATCH v5 03/28] hw/block/pflash: Simplify trace_pflash_data_read/write()
` [Qemu-devel] [PATCH v5 04/28] hw/block/pflash_cfi02: Fix debug format string
` [Qemu-devel] [PATCH v5 05/28] hw/block/pflash_cfi02: Add an enum to define the write cycles
` [Qemu-devel] [PATCH v5 06/28] hw/block/pflash_cfi02: Add helpers to manipulate the status bits
` [Qemu-devel] [PATCH v5 07/28] hw/block/pflash_cfi02: Simplify a statement using fall through
` [Qemu-devel] [PATCH v5 08/28] hw/block/pflash_cfi02: Use the ldst API in pflash_write()
` [Qemu-devel] [PATCH v5 09/28] hw/block/pflash_cfi02: Use the ldst API in pflash_read()
` [Qemu-devel] [PATCH v5 10/28] hw/block/pflash_cfi02: Extract the pflash_data_read() function
` [Qemu-devel] [PATCH v5 11/28] hw/block/pflash_cfi02: Unify the MemoryRegionOps
` [Qemu-devel] [PATCH v5 12/28] hw/block/pflash_cfi02: Fix command address comparison
` [Qemu-devel] [PATCH v5 13/28] tests/pflash-cfi02: Refactor to support testing multiple configurations
` [Qemu-devel] [PATCH v5 14/28] hw/block/pflash_cfi02: Remove pointless local variable
` [Qemu-devel] [PATCH v5 15/28] hw/block/pflash_cfi02: Document the current CFI values
` [Qemu-devel] [PATCH v5 16/28] hw/block/pflash_cfi02: Hold the PRI table offset in a variable
` [Qemu-devel] [PATCH v5 17/28] hw/block/pflash_cfi02: Document 'Page Mode' operations are not supported
` [Qemu-devel] [PATCH v5 18/28] hw/block/pflash_cfi02: Implement nonuniform sector sizes
` [Qemu-devel] [PATCH v5 19/28] hw/block/pflash_cfi02: Extract pflash_regions_count()
` [Qemu-devel] [PATCH v5 20/28] hw/block/pflash_cfi02: Split if() condition
` [Qemu-devel] [PATCH v5 21/28] hw/block/pflash_cfi02: Fix CFI in autoselect mode
` [Qemu-devel] [PATCH v5 22/28] hw/block/pflash_cfi02: Fix reset command not ignored during erase
` [Qemu-devel] [PATCH v5 23/28] hw/block/pflash_cfi02: Implement multi-sector erase
` [Qemu-devel] [PATCH v5 24/28] hw/block/pflash_cfi02: Implement erase suspend/resume
` [Qemu-devel] [PATCH v5 25/28] hw/block/pflash_cfi02: Use chip erase time specified in the CFI table
` [Qemu-devel] [PATCH v5 26/28] hw/block/pflash_cfi02: Reduce single byte/word write delay
` [Qemu-devel] [PATCH v5 27/28] hw/block/pflash_cfi02: Document commands
` [Qemu-devel] [PATCH v5 28/28] hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit

[PATCH net-next] r8169: consider that 32 Bit DMA is the default
 2019-06-27 21:12 UTC 

[Qemu-devel] [RFC PATCH] tests/acceptance: Handle machine type for ARM target
 2019-06-27 20:36 UTC  (3+ messages)

[PATCH 27/31] staging: mmal-vchiq: Avoid use of bool in structures
 2019-06-27 21:09 UTC  (10+ messages)
` [PATCH 28/31] staging: bcm2835-camera: Fix stride on RGB3/BGR3 formats
` [PATCH 29/31] staging: bcm2835-camera: Add sanity checks for queue_setup/CREATE_BUFS
` [PATCH 30/31] staging: bcm2835-camera: Set the field value within ach buffer
` [PATCH 31/31] staging: bcm2835-camera: Correct ctrl min/max/step/def to 64bit

[PATCH v3 00/22] More improvements for Tegra30 devfreq driver
 2019-06-27 21:11 UTC  (23+ messages)
` [PATCH v3 01/22] PM / devfreq: tegra30: Change irq type to unsigned int
` [PATCH v3 02/22] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
` [PATCH v3 03/22] PM / devfreq: tegra30: Handle possible round-rate error
` [PATCH v3 04/22] PM / devfreq: tegra30: Drop write-barrier
` [PATCH v3 05/22] PM / devfreq: tegra30: Set up watermarks properly
` [PATCH v3 06/22] PM / devfreq: tegra30: Tune up boosting thresholds
` [PATCH v3 07/22] PM / devfreq: tegra30: Use CPUFreq notifier
` [PATCH v3 08/22] PM / devfreq: tegra30: Move clk-notifier's registration to governor's start
` [PATCH v3 09/22] PM / devfreq: tegra30: Reset boosting on startup
` [PATCH v3 10/22] PM / devfreq: tegra30: Don't enable consecutive-down interrupt "
` [PATCH v3 11/22] PM / devfreq: tegra30: Add debug messages
` [PATCH v3 12/22] PM / devfreq: tegra30: Inline all one-line functions
` [PATCH v3 13/22] PM / devfreq: tegra30: Constify structs
` [PATCH v3 14/22] PM / devfreq: tegra30: Ensure that target freq won't overflow
` [PATCH v3 15/22] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
` [PATCH v3 16/22] PM / devfreq: tegra30: Use kHz units uniformly in the code
` [PATCH v3 17/22] PM / devfreq: tegra30: Use tracepoints for debugging
` [PATCH v3 18/22] PM / devfreq: tegra30: Optimize CPUFreq notifier
` [PATCH v3 19/22] PM / devfreq: tegra30: Optimize upper consecutive watermark selection
` [PATCH v3 20/22] PM / devfreq: tegra30: Optimize upper average "
` [PATCH v3 21/22] PM / devfreq: tegra30: Include appropriate header
` [PATCH v3 22/22] PM / devfreq: tegra20/30: Add Dmitry as a maintainer

[PATCH v2] timer: document TIMER_PINNED
 2019-06-27 21:10 UTC  (2+ messages)

fprintf_ln() is slow
 2019-06-27 21:10 UTC  (4+ messages)

[Xen-devel] [xen-unstable-smoke test] 138594: tolerable all pass - PUSHED
 2019-06-27 21:08 UTC 

[PATCH net-next] r8169: improve handling VLAN tag
 2019-06-27 21:06 UTC 

[PATCH] clk: Add Si5341/Si5340 driver
 2019-06-27 21:06 UTC  (4+ messages)
  ` [PATCH v3] "

[dpdk-dev] [RFC PATCH] mbuf: outer offsets must be zero for non-tunnel packets
 2019-06-27 21:06 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] mbuf: outer offsets are undefined "

[RFC] drm/i915/tgl: Gen12 csb support
 2019-06-27 21:06 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH v2 00/23] drm/i915: Fix TypeC port mode switching
 2019-06-27 21:06 UTC  (5+ messages)
` [PATCH v2 12/23] drm/i915: Sanitize the TypeC connect/detect sequences

[PATCH v2 bpf-next 0/3] libbpf: add perf buffer abstraction and API
 2019-06-27 21:04 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: add perf buffer API

[PATCH 0/2] mm, slab: Extend vm/drop_caches to shrink kmem slabs
 2019-06-27 21:03 UTC  (8+ messages)
` [PATCH 1/2] mm, memcontrol: Add memcg_iterate_all()
` [PATCH 2/2] mm, slab: Extend vm/drop_caches to shrink kmem slabs

[PATCH V4 1/3] cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro in a stub
 2019-06-27 21:02 UTC  (7+ messages)
` [PATCH V4 2/3] thermal/drivers/cpu_cooling: Unregister with the policy
` [PATCH V4 3/3] thermal/drivers/cpu_cooling: cpufreq_cooling_register returns an int

[Linux-kernel-mentees][PATCH] doc: RCU callback locks need only _bh, not necessarily _irq
 2019-06-27 21:01 UTC  (3+ messages)
` [Linux-kernel-mentees] [PATCH] "

[PATCH] memcg: Add kmem.slabinfo to v2 for debugging purpose
 2019-06-27 20:59 UTC  (3+ messages)

[RFC PATCH v2 00/13] example implementation of revwalk tutorial
 2019-06-27 20:58 UTC  (7+ messages)
` [RFC PATCH v2 06/13] walken: perform our basic revision walk
` [RFC PATCH v2 07/13] walken: filter for authors from gmail address

[PATCH net] net/ibmvnic: Report last valid speed and duplex values to ethtool
 2019-06-27 20:56 UTC  (4+ messages)

[PATCH v2 00/37] Introduce memory region concept (including device local memory)
 2019-06-27 20:56 UTC  (38+ messages)
` [PATCH v2 01/37] drm/i915: buddy allocator
` [PATCH v2 02/37] drm/i915: introduce intel_memory_region
` [PATCH v2 03/37] drm/i915/region: support basic eviction
` [PATCH v2 04/37] drm/i915/region: support continuous allocations
` [PATCH v2 05/37] drm/i915/region: support volatile objects
` [PATCH v2 06/37] drm/i915: Add memory region information to device_info
` [PATCH v2 07/37] drm/i915: support creating LMEM objects
` [PATCH v2 08/37] drm/i915: setup io-mapping for LMEM
` [PATCH v2 09/37] drm/i915/lmem: support kernel mapping
` [PATCH v2 10/37] drm/i915/blt: support copying objects
` [PATCH v2 11/37] drm/i915/selftests: move gpu-write-dw into utils
` [PATCH v2 12/37] drm/i915/selftests: add write-dword test for LMEM
` [PATCH v2 13/37] drm/i915/selftests: don't just test CACHE_NONE for huge-pages
` [PATCH v2 14/37] drm/i915/selftest: extend coverage to include LMEM huge-pages
` [PATCH v2 15/37] drm/i915/lmem: support CPU relocations
` [PATCH v2 16/37] drm/i915/lmem: support pread
` [PATCH v2 17/37] drm/i915/lmem: support pwrite
` [PATCH v2 18/37] drm/i915: enumerate and init each supported region
` [PATCH v2 19/37] drm/i915: treat shmem as a region
` [PATCH v2 20/37] drm/i915: treat stolen "
` [PATCH v2 21/37] drm/i915: define HAS_MAPPABLE_APERTURE
` [PATCH v2 22/37] drm/i915: do not map aperture if it is not available
` [PATCH v2 23/37] drm/i915: expose missing map_gtt support to users
` [PATCH v2 24/37] drm/i915: set num_fence_regs to 0 if there is no aperture
` [PATCH v2 25/37] drm/i915/selftests: check for missing aperture
` [PATCH v2 26/37] drm/i915: error capture with no ggtt slot
` [PATCH v2 27/37] drm/i915: Don't try to place HWS in non-existing mappable region
` [PATCH v2 28/37] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
` [PATCH v2 29/37] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
` [PATCH v2 30/37] drm/i915/lmem: add helper to get CPU accessible offset
` [PATCH v2 31/37] drm/i915: Add cpu and lmem fault handlers
` [PATCH v2 32/37] drm/i915: cpu-map based dumb buffers
` [PATCH v2 33/37] drm/i915: support basic object migration
` [PATCH v2 34/37] drm/i915: Introduce GEM_OBJECT_SETPARAM with I915_PARAM_MEMORY_REGION
` [PATCH v2 35/37] drm/i915/query: Expose memory regions through the query uAPI
` [PATCH v2 36/37] HAX drm/i915: add the fake lmem region
` [PATCH v2 37/37] HAX drm/i915/lmem: default userspace allocations to LMEM

[PATCH v2] rcu: Change return type of rcu_spawn_one_boost_kthread()
 2019-06-27 20:57 UTC  (3+ messages)

[PATCH] dt-bindings: Add silabs,si5341
 2019-06-27 20:57 UTC  (15+ messages)
        ` [PATCH v2] dt-bindings: clock: "
            ` [PATCH v3] "

[PATCH 0/9] keys: Namespacing [ver #4]
 2019-06-27 20:55 UTC  (4+ messages)
` [PATCH 8/9] keys: Network namespace domain tag "

[PATCH] clk: clk-si544: Implement small frequency change support
 2019-06-27 20:47 UTC  (2+ messages)

[PATCH 4.19.y 0/9] Fix scheduling while atomic in dwc3_gadget_ep_dequeue
 2019-06-27 20:52 UTC  (10+ messages)
` [PATCH 4.19.y 1/9] usb: dwc3: gadget: combine unaligned and zero flags
` [PATCH 4.19.y 2/9] usb: dwc3: gadget: track number of TRBs per request
` [PATCH 4.19.y 3/9] usb: dwc3: gadget: use num_trbs when skipping TRBs on ->dequeue()
` [PATCH 4.19.y 4/9] usb: dwc3: gadget: extract dwc3_gadget_ep_skip_trbs()
` [PATCH 4.19.y 5/9] usb: dwc3: gadget: introduce cancelled_list
` [PATCH 4.19.y 6/9] usb: dwc3: gadget: move requests to cancelled_list
` [PATCH 4.19.y 7/9] usb: dwc3: gadget: remove wait_end_transfer
` [PATCH 4.19.y 8/9] Revert "usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup"
` [PATCH 4.19.y 9/9] usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup

[PATCH RT 0/4] Address rcutorture issues
 2019-06-27 20:50 UTC  (10+ messages)
` [RFC PATCH RT 4/4] rcutorture: Avoid problematic critical section nesting

[Xen-devel] [libvirt test] 138569: regressions - FAIL
 2019-06-27 20:49 UTC 

lift the xfs writepage code into iomap v2
 2019-06-27 20:48 UTC  (5+ messages)
` [PATCH 01/13] list.h: add list_pop and list_pop_entry helpers
` [PATCH 04/13] xfs: initialize iomap->flags in xfs_bmbt_to_iomap

[RFC] Deadlock via recursive wakeup via RCU with threadirqs
 2019-06-27 20:45 UTC  (18+ messages)

[PATCH v3] platform/chrome: Expose resume result via debugfs
 2019-06-27 20:44 UTC 

[PATCH 1/4 v1] gpio: Add support for hierarchical IRQ domains
 2019-06-27 20:44 UTC  (2+ messages)

[PATCH 0/3] MIPS: BMIPS: add support for gated clock controller
 2019-06-27 20:43 UTC  (5+ messages)
` [PATCH 1/3] devicetree: document the BCM63XX gated clock bindings
` [PATCH 2/3] clk: add BCM63XX gated clock controller driver

DMG Support
 2019-06-27 20:40 UTC  (4+ messages)

[PATCHSET for-5.3/block] block: add blkcg bio punt mechanism
 2019-06-27 20:39 UTC  (6+ messages)
` [PATCH 1/5] cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages
` [PATCH 2/5] blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()
` [PATCH 3/5] blkcg, writeback: Add wbc->no_cgroup_owner
` [PATCH 4/5] blkcg, writeback: Implement wbc_blkcg_css()
` [PATCH 5/5] blkcg: implement REQ_CGROUP_PUNT

[PATCH 0/2] Speed MTRR programming up when we can
 2019-06-27 20:39 UTC  (4+ messages)
` [PATCH 1/2] x86/cpu/intel: Clear cache self-snoop capability in CPUs with known errata

[PATCH bpf-next v9 0/9] bpf: getsockopt and setsockopt hooks
 2019-06-27 20:38 UTC  (10+ messages)
` [PATCH bpf-next v9 1/9] bpf: implement "
` [PATCH bpf-next v9 2/9] bpf: sync bpf.h to tools/
` [PATCH bpf-next v9 3/9] libbpf: support sockopt hooks
` [PATCH bpf-next v9 4/9] selftests/bpf: test sockopt section name
` [PATCH bpf-next v9 5/9] selftests/bpf: add sockopt test
` [PATCH bpf-next v9 6/9] selftests/bpf: add sockopt test that exercises sk helpers
` [PATCH bpf-next v9 7/9] selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI
` [PATCH bpf-next v9 8/9] bpf: add sockopt documentation
` [PATCH bpf-next v9 9/9] bpftool: support cgroup sockopt

Call trace stops at static callback functions
 2019-06-27 20:38 UTC  (5+ messages)
` SGI-IP30

[PATCH v2 13/23] drm/i915: Fix the TypeC port mode sanitization during loading/resume
 2019-06-27 20:38 UTC  (3+ messages)
` [CI v3 "

[PATCH] xtensa: remove unneeded BITS_PER_LONG define
 2019-06-27 20:37 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/14] Unit tests fixes for CI
 2019-06-27 20:36 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 00/15] "

[PATCH v20 00/28] Intel SGX1 support
 2019-06-27 20:32 UTC  (4+ messages)
` [PATCH v20 22/28] x86/traps: Attempt to fixup exceptions in vDSO before signaling

[Buildroot] [PATCH] package/libcamera: bump to version caf25dc5cfd11b965316f02610d49ae3d886716b
 2019-06-27 20:31 UTC  (2+ messages)

[RFC PATCH v4 00/12] security: x86/sgx: SGX vs. LSM
 2019-06-27 20:29 UTC  (9+ messages)
` [RFC PATCH v4 07/12] LSM: x86/sgx: Introduce ->enclave_map() hook for Intel SGX
` [RFC PATCH v4 08/12] security/selinux: Require SGX_MAPWX to map enclave page WX

[Buildroot] [git commit] package/libcamera: bump to version caf25dc5cfd11b965316f02610d49ae3d886716b
 2019-06-27 20:29 UTC 

[Buildroot] [PATCH v1] package/libinput: bump version to 1.13.3
 2019-06-27 20:29 UTC  (2+ messages)

[Buildroot] [PATCH v1] package/libevdev: bump version to 1.7.0
 2019-06-27 20:29 UTC  (2+ messages)

[Buildroot] [git commit] package/libinput: bump version to 1.13.3
 2019-06-27 20:28 UTC 

[PATCH] generic: test cloning large exents to a file with many small extents
 2019-06-27 20:28 UTC  (2+ messages)

[Buildroot] [git commit] package/libevdev: bump version to 1.7.0
 2019-06-27 20:28 UTC 

[nicholas.johnson-opensource@outlook.com.au: [PATCH v6 3/4] PCI: Fix bug resulting in double hpmemsize being assigned to MMIO window]
 2019-06-27 20:26 UTC  (9+ messages)
        ` Multitude of resource assignment functions

[GIT PULL] clk fixes for v5.2-rc6
 2019-06-27 20:25 UTC 

[RFC PATCH bpf-next v2 0/6] bpf: add BPF_MAP_DUMP command to
 2019-06-27 20:24 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 2/6] bpf: add BPF_MAP_DUMP command to access more than one entry per call
` [RFC PATCH bpf-next v2 3/6] bpf: keep bpf.h in sync with tools/
` [RFC PATCH bpf-next v2 4/6] libbpf: support BPF_MAP_DUMP command
` [RFC PATCH bpf-next v2 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap
` [RFC PATCH bpf-next v2 6/6] selftests/bpf: add test to measure performance of BPF_MAP_DUMP


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.