All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-18 07:20:32 to 2018-05-18 08:09:37 UTC [more...]

[PATCH v1 00/11] Clean up Tegra20 cpufreq driver
 2018-05-18  8:09 UTC  (8+ messages)
` [PATCH v1 05/11] cpufreq: tegra20: Clean up included headers
` [PATCH v1 10/11] cpufreq: tegra20: Wrap cpufreq into platform driver

[U-Boot] [PATCH V2] pylibfdt: Add missing CC and LD to Makefile
 2018-05-18  8:08 UTC  (2+ messages)

[PATCH v3 0/3] perf annotate: Support '--group' option
 2018-05-18 16:00 UTC  (4+ messages)
` [PATCH v3 1/3] perf evlist: Create a new function perf_evlist_forced_leader
` [PATCH v3 2/3] perf report: Use perf_evlist_forced_leader to support '--group'
` [PATCH v3 3/3] perf annotate: Support '--group' option

[PATCH] arm: bcm2835: Add the PMU to the devicetree
 2018-05-18  8:07 UTC  (10+ messages)

[PATCH v3] ASoC: ssm2305: Add amplifier driver
 2018-05-18  8:07 UTC  (3+ messages)

[PATCH 00/24] drm_framebuffer boilerplate removal
 2018-05-18  8:06 UTC  (6+ messages)
` [PATCH 01/24] drm/cirrus: Place GEM BOs in drm_framebuffer
  ` [PATCH 08/24] drm/mtk: Promote impossible internal error to WARN_ON

[PATCH 01/19] drm/i915: Move request->ctx aside
 2018-05-18  8:06 UTC  (5+ messages)
` [PATCH 18/19] drm/i915/execlists: Direct submission (avoid tasklet/ksoftirqd)

[PATCH v4 0/4] Migrate all TPM 2.0 commands to use struct tpm_buf
 2018-05-18  8:05 UTC  (10+ messages)
` [PATCH v4 3/4] tpm: migrate tpm2_get_tpm_pt() "
` [PATCH v4 4/4] tpm: migrate tpm2_get_random() "

[PATCH] drm/exynos: fimc: signedness bug in fimc_setup_clocks()
 2018-05-18  8:04 UTC  (2+ messages)

[PATCH v2 0/3] btrfs: add read mirror policy
 2018-05-18  8:06 UTC  (6+ messages)

[PATCH 1/1] ARM:dts:sunxi: Add Olimex A20-SOM-EVB-eMMC board
 2018-05-18  8:03 UTC  (9+ messages)

WARNING in __static_key_slow_dec
 2018-05-18  8:03 UTC 

[GIT PULL] ACPI fix for v4.17-rc6
 2018-05-18  8:03 UTC 

[PATCH] Handle missing [gs]etcap tools
 2018-05-18  8:02 UTC 

[Qemu-devel] [PATCH] riscv: remove define cpu_init()
 2018-05-18  8:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2] "

[GIT PULL] Power management fix for v4.17-rc6
 2018-05-18  8:02 UTC 

[PATCH v1] libxl: always call qemus xen-save-devices-state in suspend/resume
 2018-05-18  8:02 UTC  (3+ messages)

[PATCH xf86-video-amdgpu 00/13] Enabling Color Management - Round 2
 2018-05-18  8:01 UTC  (9+ messages)
` [PATCH xf86-video-amdgpu 02/13] Push color properties to kernel DRM on CRTC init
` [PATCH xf86-video-amdgpu 10/13] Push staged color properties when DPMS state toggles On

[PATCHv2][SMB3] Add kernel trace support
 2018-05-18  8:00 UTC  (4+ messages)

mtd
 2018-05-18  8:00 UTC 

[PATCH] net/i40e: fix corruption of VF stats via port representor
 2018-05-18  7:59 UTC 

dm-thin: Why is DATA_DEV_BLOCK_SIZE_MIN_SECTORS set to 64k?
 2018-05-18  7:59 UTC  (2+ messages)

[PATCH 2/2] bpf: sockmap, potential uninitialized return in __sock_map_ctx_update_elem()
 2018-05-18  7:58 UTC  (2+ messages)

[PATCH 0/6] Macrofying inline assembly for better compilation
 2018-05-18  7:58 UTC  (3+ messages)
` [PATCH 2/6] x86: bug: prevent gcc distortions

[ragnatech:media-tree] BUILD SUCCESS 8ed8bba70b4355b1ba029b151ade84475dd12991
 2018-05-18  7:58 UTC 

[PATCH 1/2] bpf: sockmap, double free in __sock_map_ctx_update_elem()
 2018-05-18  7:58 UTC  (2+ messages)

[linux-next:master 7522/8111] drivers/usb/dwc3/drd.c:443:19: sparse: symbol 'dwc3_get_extcon' was not declared. Should it be static?
 2018-05-18  7:58 UTC  (9+ messages)
  ` [RFC,linux-next] USB: dwc3: dwc3_get_extcon() can be static
      ` [RFC PATCH linux-next] "

[PATCH linux dev-4.13 v2 0/2] pinctrl: npcm: add NPCM7xx pinctrl driver
 2018-05-18  7:56 UTC  (2+ messages)

[U-Boot] [PATCH v2] add FIT data-position & data-offset property support
 2018-05-18  7:56 UTC 

[PATCH 00/10] RFC: assorted bcachefs patches
 2018-05-18  7:55 UTC  (22+ messages)
` [PATCH 01/10] mempool: Add mempool_init()/mempool_exit()
` [PATCH 01/10] mm: pagecache add lock
` [PATCH 02/10] block: Convert bio_set to mempool_init()
` [PATCH 02/10] mm: export find_get_pages()
` [PATCH 03/10] block: Add bioset_init()/bioset_exit()
` [PATCH 03/10] locking: bring back lglocks
` [PATCH 04/10] block: Use bioset_init() for fs_bio_set
` [PATCH 04/10] locking: export osq_lock()/osq_unlock()
` [PATCH 05/10] block: Add bio_copy_data_iter(), zero_fill_bio_iter()
` [PATCH 05/10] don't use spin_lock_irqsave() unnecessarily
` [PATCH 06/10] block: Split out bio_list_copy_data()
` [PATCH 06/10] Generic radix trees
` [PATCH 07/10] bcache: optimize continue_at_nobarrier()
` [PATCH 07/10] block: Add missing flush_dcache_page() call
` [PATCH 08/10] bcache: move closures to lib/
` [PATCH 08/10] block: Add warning for bi_next not NULL in bio_endio()
` [PATCH 09/10] block: Export bio check/set pages_dirty
` [PATCH 09/10] closures: closure_wait_event()
` [PATCH 10/10] block: Add sysfs entry for fua support
` [PATCH 10/10] Dynamic fault injection

[U-Boot] [PATCH v6 0/7] sunxi: sync H3, H5, A64 DTs from mainline Linux
 2018-05-18  7:55 UTC  (3+ messages)
` [U-Boot] [PATCH v6 7/7] sunxi: DT: A64: add Pine64-LTS support

[RFC] platform: detach from PM domains on shutdown
 2018-05-18  7:54 UTC  (4+ messages)

[PATCH linux dev-4.13 1/2] clk: aspeed: Add 24MHz fixed clock
 2018-05-18  7:52 UTC  (2+ messages)

[PATCH net-next ] net: mscc: Add SPDX identifier
 2018-05-18  7:52 UTC  (5+ messages)

[PATCH v2] PM / devfreq: Add support for QCOM devfreq firmware
 2018-05-18  7:52 UTC 

[Qemu-devel] [PATCH v2 0/1] Bug: Sandbox: libvirt breakdowns qemu guest
 2018-05-18  7:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/1] sandbox: disable -sandbox if CONFIG_SECCOMP undefined

[U-Boot] [PATCH] pylibfdt: Add missing CC and LD to Makefile
 2018-05-18  7:51 UTC  (3+ messages)

[RFC] vhost: new rte_vhost API proposal
 2018-05-18  7:51 UTC  (3+ messages)

[PATCH] netfilter: ebtables: handle string from userspace with care
 2018-05-18  7:51 UTC  (2+ messages)

[PATCH v5 00/22] sh: LANDISK and R2Dplus convert to device tree
 2018-05-18  7:51 UTC  (14+ messages)
` [J-core] "

[Qemu-devel] [PULL 0/2] Usb 20180518 patches
 2018-05-18  7:50 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] ccid-card-passthru: fix regression in realize()
` [Qemu-devel] [PULL 2/2] hw/usb/dev-smartcard-reader: Handle 64 B USB packets

[meta-oe][PATCH v2] stm32flash: add recipe
 2018-05-18  7:50 UTC 

[U-Boot] [PATCH 01/12] ARM: socfpga: Sync A10 clock manager binding parser
 2018-05-18  7:50 UTC  (7+ messages)

[GIT PULL] mtd: Fixes for 4.17-rc6
 2018-05-18  7:49 UTC 

[PATCH] drm/i915/lvds: Move acpi lid notification registration to registration phase
 2018-05-18  7:48 UTC 

[PATCH v7 00/12] PCI: Fixes and cleanups for native PCIe, SHPC and ACPI hotplug
 2018-05-18  7:48 UTC  (4+ messages)
` [PATCH v7 03/12] PCI: Request control of native PCIe hotplug only if supported

[BUG] i2c-hid: ELAN Touchpad does not work on ASUS X580GD
 2018-05-18  7:48 UTC  (10+ messages)

[PATCH] net/ixgbe: fix VLAN strip setting fail for per port
 2018-05-18  7:45 UTC  (4+ messages)
` [DPDK] "
` [PATCH v2] "

[PATCH ghak82] audit: Fix extended comparison of GID/EGID
 2018-05-18  7:44 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/1] USB CCID packet handling issue
 2018-05-18  7:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/1] hw/usb/dev-smartcard-reader: Handle 64 B USB packets

[PATCH 0/2] x86/boot/KASLR: Skip specified number of 1GB huge pages when do physical randomization
 2018-05-18  7:43 UTC  (3+ messages)

[PATCH 1/4] drm/i915: Move request->ctx aside
 2018-05-18  7:43 UTC  (4+ messages)
` [PATCH 3/4] drm/i915: Store a pointer to intel_context in i915_request

[PATCH net-next v12 0/7] sched: Add Common Applications Kept Enhanced (cake) qdisc
 2018-05-18  7:43 UTC  (9+ messages)
` [PATCH net-next v12 3/7] sch_cake: Add optional ACK filter
          ` [Cake] "

[bug report] mwifiex: add rx histogram statistics support
 2018-05-18  7:42 UTC  (2+ messages)

[PATCH v9 00/11] arm64: kexec: add kexec_file_load() support
 2018-05-18  7:42 UTC  (7+ messages)
` [PATCH v9 05/11] arm64: kexec_file: load initrd and device-tree

INFO: task hung in isig
 2018-05-18  7:42 UTC 

[Qemu-devel] [PATCH] ccid-card-passthru: fix regression in realize()
 2018-05-18  7:41 UTC  (2+ messages)

linux-next 20180515 - ACPI disabled
 2018-05-18  7:41 UTC  (4+ messages)

[Qemu-devel] [PULL 0/3] Ui 20180518 patches
 2018-05-18  7:40 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] console: Avoid segfault in screendump
` [Qemu-devel] [PULL 2/3] ui: add x_keymap.o to modules
` [Qemu-devel] [PULL 3/3] sdl: Move use of surface pointer below check for whether it is NULL

[PATCH v3] x86/io: Define readq()/writeq() to use 64-bit type
 2018-05-18  7:38 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v2] f2fs: Fix deadlock in shutdown ioctl
 2018-05-18  7:39 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/10] intel-iommu: nested vIOMMU, cleanups, bug fixes
 2018-05-18  7:39 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2 01/10] intel-iommu: send PSI always even if across PDEs
` [Qemu-devel] [PATCH v2 04/10] intel-iommu: only do page walk for MAP notifiers
` [Qemu-devel] [PATCH v2 05/10] intel-iommu: introduce vtd_page_walk_info
` [Qemu-devel] [PATCH v2 09/10] intel-iommu: don't unmap all for shadow page table

[PATCH v2]: perf/x86: store user space frame-pointer value on a sample
 2018-05-18  7:39 UTC  (6+ messages)

[virtio-dev] [RFC] content: support SR-IOV
 2018-05-18  7:38 UTC 

[PATCH] mwifiex: correct histogram data with appropriate index
 2018-05-18  7:38 UTC 

[PATCH] sched/cfs: correct path to documentation
 2018-05-18  7:37 UTC  (2+ messages)
` [tip:sched/urgent] sched/fair: Fix documentation file path

[PATCH] sched/deadline: make function ‘grub_reclaim’ static
 2018-05-18  7:37 UTC  (2+ messages)
` [tip:sched/urgent] sched/deadline: Make the grub_reclaim() function static

Bug in OVS2.8.0+DPDK17.05+Intel_82599_IXGBE sriov?
 2018-05-18  7:37 UTC  (2+ messages)

[PATCH] sched/debug: Move print_rt_rq and print_dl_rq declarations to kernel/sched/sched.h
 2018-05-18  7:36 UTC  (2+ messages)
` [tip:sched/urgent] sched/debug: Move the print_rt_rq() and print_dl_rq() "

[meta-gnome][PATCH 1/5] evince: Reset PR to 0
 2018-05-18  7:37 UTC  (4+ messages)

[lkp-robot] [x86/asm] 51bad67ffb: int3:#[##]
 2018-05-18  7:36 UTC  (23+ messages)
                  ` [PATCH] objtool: Detect assembly code falling through to INT3 padding
          ` [PATCH v2] x86/asm: Pad assembly functions with INT3 instructions

mtd: Fixes for 4.17-rc6
 2018-05-18  7:36 UTC 

[RFC/RFT] [PATCH 02/10] cpufreq: intel_pstate: Conditional frequency invariant accounting
 2018-05-18  7:36 UTC  (12+ messages)

[Intel-wired-lan] [BUG] igb: reconnecting of cable not always detected
 2018-05-18  7:35 UTC  (8+ messages)
          `  "

[PATCH] powerpc/perf: Remove sched_task function defined for thread-imc
 2018-05-18  7:35 UTC 

[PATCH net-next 0/9] net/smc: cleanups 2018-05-18
 2018-05-18  7:34 UTC  (10+ messages)
` [PATCH net-next 1/9] net/smc: add common buffer size in send and receive buffer descriptors
` [PATCH net-next 2/9] net/smc: move link group list to smc_core
` [PATCH net-next 3/9] net/smc: rename connection index to RMBE index
` [PATCH net-next 4/9] net/smc: calculate write offset in RMB only once per connection
` [PATCH net-next 5/9] net/smc: move smc_core specific code from smc.h to smc_core
` [PATCH net-next 6/9] net/smc: restructure CDC message reception
` [PATCH net-next 7/9] net/smc: do a few smc_core.c cleanups
` [PATCH net-next 8/9] net/smc: change smc_buf_free function parameters
` [PATCH net-next 9/9] net/smc: restructure client and server code in af_smc

[LINUX PATCH v8 2/2] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2018-05-18  7:33 UTC  (6+ messages)
` [LINUX, v8, "

[PATCH net-next] net: mvpp2: Add missing VLAN tag detection
 2018-05-18  7:33 UTC 

[PATCH v3 0/2] PVH GDT fixes
 2018-05-18  7:31 UTC  (6+ messages)
` [PATCH v3 1/2] xen/PVH: Set up GS segment for stack canary

[Buildroot] Migrating from buildroot-2016-08 to -2018-02
 2018-05-18  7:31 UTC  (3+ messages)

release date for 17.11.3?
 2018-05-18  7:30 UTC 

[PATCH 1/2] drm/i915/selftests: Wait longer for the old active request
 2018-05-18  7:29 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Flush the RING stop bit after clearing RING_HEAD in reset

[PATCH 0/5] Introduce STMFX I2C GPIO expander
 2018-05-18  7:29 UTC  (11+ messages)
` [PATCH 1/5] dt-bindings: pinctrl: document the STMFX pinctrl bindings

[patch net-next 0/5] devlink: introduce port flavours and common phys_port_name generation
 2018-05-18  7:29 UTC  (6+ messages)
` [patch net-next 1/5] devlink: introduce devlink_port_attrs_set
` [patch net-next 2/5] devlink: extend attrs_set for setting port flavours
` [patch net-next 3/5] devlink: introduce a helper to generate physical port names
` [patch net-next 4/5] dsa: set devlink port attrs for dsa ports
` [patch net-next 5/5] mlxsw: use devlink helper to generate physical port name

[PATCH] ovl: copy up files with incompatible xattrs
 2018-05-18  7:29 UTC  (4+ messages)

[U-Boot] IMX6 NAND booting failure
 2018-05-18  7:28 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 00/12] chamelium: Test the plane formats
 2018-05-18  7:26 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 09/12] chamelium: Change our pattern for a custom one

[RFC PATCH 00/09] Implement direct user I/O interfaces for RDMA
 2018-05-18  7:26 UTC  (3+ messages)
` [RFC PATCH 09/09] Introduce cache=rdma moutning option

[Qemu-devel] [PATCH v4 0/9] intel-iommu: nested vIOMMU, cleanups, bug fixes
 2018-05-18  7:25 UTC  (10+ messages)
` [Qemu-devel] [PATCH v4 1/9] intel-iommu: send PSI always even if across PDEs
` [Qemu-devel] [PATCH v4 2/9] intel-iommu: remove IntelIOMMUNotifierNode
` [Qemu-devel] [PATCH v4 3/9] intel-iommu: add iommu lock
` [Qemu-devel] [PATCH v4 4/9] intel-iommu: only do page walk for MAP notifiers
` [Qemu-devel] [PATCH v4 5/9] intel-iommu: introduce vtd_page_walk_info
` [Qemu-devel] [PATCH v4 6/9] intel-iommu: pass in address space when page walk
` [Qemu-devel] [PATCH v4 7/9] intel-iommu: trace domain id during "
` [Qemu-devel] [PATCH v4 8/9] util: implement simple iova tree
` [Qemu-devel] [PATCH v4 9/9] intel-iommu: rework the page walk logic

[Bug 106561] ./libdrm_macros.h:26:5: error: 'HAVE_VISIBILITY' is not defined, evaluates to 0 [-Werror,-Wundef]
 2018-05-18  7:25 UTC 

[PATCH] perf tests: Fix regex for record+probe_libc_inet_pton.sh
 2018-05-18  7:24 UTC 

[PATCH rdma-next 0/5] Misc update for hns driver
 2018-05-18  7:23 UTC  (7+ messages)
` [PATCH rdma-next 4/5] RDMA/hns: Add reset process for RoCE in hip08

Enabling the recipe from menuconfig
 2018-05-18  7:22 UTC  (6+ messages)

[PATCH v2 0/3] perf annotate: Support '--group' option
 2018-05-18 12:57 UTC  (4+ messages)
` [PATCH v2 2/3] perf report: Use perf_evlist_forced_leader to support '--group'

[Patch v3 1/2] x86/smp: count the number of online physical processor in the system
 2018-05-18  7:21 UTC  (6+ messages)
` [Patch v3 2/2] x86/microcode: Synchronize late microcode loading

Revert "dmaengine: pl330: add DMA_PAUSE feature"
 2018-05-18  7:21 UTC  (11+ messages)

[PATCH 0/4] Correct wlcore irqs for PM improvments for omap4 boards
 2018-05-18  7:21 UTC  (4+ messages)
` [PATCH 4/4] omap4-droid4: Use software debounce for gpio-keys

[PATCH bpf-next 0/5] fix test_sockmap
 2018-05-18  7:17 UTC  (5+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: test_sockmap, join cgroup in selftest mode
` [PATCH bpf-next 3/5] selftests/bpf: test_sockmap, fix test timeout
` [PATCH bpf-next 4/5] selftests/bpf: test_sockmap, fix data verification
` [PATCH bpf-next 5/5] selftests/bpf: test_sockmap, print additional test options

[PATCH] x86/mm: Drop TS_COMPAT on 64-bit exec() syscall
 2018-05-18  7:20 UTC  (2+ messages)


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.