All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-26 10:07:22 to 2017-07-26 10:53:38 UTC [more...]

[PATCH net] Revert "vhost: cache used event for better performance"
 2017-07-26 10:53 UTC  (3+ messages)

[3/3] EDAC, ghes: Make it a proper module
 2017-07-26 10:51 UTC  (2+ messages)
` [PATCH 3/3] "

gigantic hugepages vs. movable zones
 2017-07-26 10:50 UTC  (2+ messages)

[Xenomai] Xenomai 2->3: gcc/makefile wrong include paths
 2017-07-26 10:49 UTC 

[intel-gfx][i-g-t][help]can't read the backlight
 2017-07-26 10:49 UTC 

linux-next: Tree for Jul 26
 2017-07-26 10:48 UTC  (2+ messages)

[PATCH v2] generic: test read around EOF
 2017-07-26 10:48 UTC 

[PATCH] ACPI: processor: use dev_dbg() instead of dev_warn() when CPPC probe failed
 2017-07-26 10:40 UTC 

[PATCH v2] drm/hisilicon: fix build error without fbdev emulation
 2017-07-26 10:47 UTC  (5+ messages)

[PATCH 0/4] Allow non-legacy cards to be vgaarb default
 2017-07-26 10:45 UTC  (10+ messages)

A bunch of execbuf regression fixes
 2017-07-26 10:45 UTC  (4+ messages)
` [PATCH 4/4] drm/i915: Force CPU synchronisation even if userspace requests ASYNC

[Qemu-devel] hw/core/loader-fit.c:105:41: error: expected expression
 2017-07-26 10:45 UTC  (5+ messages)

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-07-26 10:45 UTC  (5+ messages)
` [RFC Part1 PATCH v3 13/17] x86/io: Unroll string I/O when SEV is active

[PATCH] ACPI, APEI: Fixup incorrect 16-bit access width firmware bug
 2017-07-26 10:44 UTC  (4+ messages)

[PATCH v2 00/05] iommu/ipmmu-vmsa: 32-bit ARM update V2
 2017-07-26 10:44 UTC  (3+ messages)
` [PATCH v2 01/05] iommu/ipmmu-vmsa: Use iommu_device_register()/unregister()

[PATCH v2] xen: Implement hypercall for tracing of program counters
 2017-07-26 10:43 UTC 

[BUG] xfs/305 hangs 4.10-rc4 kernel
 2017-07-26 10:43 UTC  (12+ messages)

[PATCH 1/3] gperf: upgrade to 3.1
 2017-07-26 10:41 UTC  (3+ messages)
` [PATCH 2/3] eudev: update to 3.2.2
` [PATCH 3/3] libcap: fix build with gperf 3.1

amd-iommu/x2apic: sleeping function called from invalid context
 2017-07-26 10:42 UTC  (3+ messages)

[PATCHv1 00/14] omapdrm: DSI command mode panel support
 2017-07-26 10:41 UTC  (11+ messages)
` [PATCHv1 01/14] drm/omap: remove unused function defines
` [PATCHv1 02/14] drm/omap: drop incorrect comment
` [PATCHv1 07/14] drm/omap: add support for physical size hints from display drivers
` [PATCHv1 14/14] ARM: dts: n950: add display support

[v3 PATCH 0/2] powerpc: powernv: Enable stop4 via cpuidle
 2017-07-26 10:40 UTC  (5+ messages)
` [v3 PATCH 1/2] powernv/powerpc:Save/Restore additional SPRs for stop4 cpuidle
` [RESEND] [v3 PATCH 2/2] powernv/powerpc: Clear PECE1 in LPCR via stop-api only on Hotplug

[U-Boot] [PATCH v2 00/56] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
 2017-07-26 10:41 UTC  (57+ messages)
` [U-Boot] [PATCH v2 01/56] spl: add a 'return to bootrom' boot method
` [U-Boot] [PATCH v2 02/56] spl: configure 'return to bootrom' separately for SPL and TPL
` [U-Boot] [PATCH v2 03/56] rockchip: back-to-bootrom: add 'back-to-bootrom' support for AArch64
` [U-Boot] [PATCH v2 04/56] rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPL
` [U-Boot] [PATCH v2 05/56] rockchip: back-to-bootrom: simplify the #ifdef-check for LIBGENERIC in TPL/SPL
` [U-Boot] [PATCH v2 06/56] spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON
` [U-Boot] [PATCH v2 07/56] spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL
` [U-Boot] [PATCH v2 08/56] spl: dm: Kconfig: SPL_RAM depends on SPL_DM
` [U-Boot] [PATCH v2 09/56] spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)
` [U-Boot] [PATCH v2 10/56] spl: dm: Kconfig: SPL_CLK depens on SPL_DM
` [U-Boot] [PATCH v2 11/56] spl: dm: Kconfig: split CLK support for SPL and TPL
` [U-Boot] [PATCH v2 12/56] spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between "
` [U-Boot] [PATCH v2 13/56] spl: dm: use CONFIG_IS_ENABLED to test for the DM option
` [U-Boot] [PATCH v2 14/56] armv8: remove unused low-level modules from TPL
` [U-Boot] [PATCH v2 15/56] armv8: spl: Support separate stack for TPL
` [U-Boot] [PATCH v2 16/56] spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE "
` [U-Boot] [PATCH v2 17/56] spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL
` [U-Boot] [PATCH v2 18/56] lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata
` [U-Boot] [PATCH v2 19/56] spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds
` [U-Boot] [PATCH v2 20/56] spl: add TPL_DRIVER_MISC_SUPPORT option
` [U-Boot] [PATCH v2 21/56] drivers: spl: consistently use the $(SPL_TPL_) macro
` [U-Boot] [PATCH v2 22/56] rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/U-Boot
` [U-Boot] [PATCH v2 23/56] rockchip: rk3368: improve Kconfig text for the RK3368
` [U-Boot] [PATCH v2 24/56] rockchip: rk3368: mkimage: add support "
` [U-Boot] [PATCH v2 25/56] rockchip: rk3368: pmugrf: add definitions for os_reg[0..3]
` [U-Boot] [PATCH v2 26/56] rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHz
` [U-Boot] [PATCH v2 27/56] rockchip: rk3368: spl: add memory layout for TPL and SPL
` [U-Boot] [PATCH v2 28/56] rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA
` [U-Boot] [PATCH v2 29/56] rockchip: rk3368: grf: use shifted-constants
` [U-Boot] [PATCH v2 30/56] rockchip: pinctrl: rk3368: add GMAC (RGMII only) support
` [U-Boot] [PATCH v2 31/56] rockchip: pinctrl: rk3368: add support for configuring the MMC pins
` [U-Boot] [PATCH v2 32/56] rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver
` [U-Boot] [PATCH v2 33/56] rockchip: pinctrl: rk3368: add SPI support
` [U-Boot] [PATCH v2 34/56] rockchip: clk: rk3368: implement bandwidth adjust for PLLs
` [U-Boot] [PATCH v2 35/56] rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driver
` [U-Boot] [PATCH v2 36/56] rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM
` [U-Boot] [PATCH v2 37/56] rockchip: clk: rk3368: implement DPLL (DRAM PLL) support
` [U-Boot] [PATCH v2 38/56] rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQ
` [U-Boot] [PATCH v2 39/56] rockchip: clk: rk3368: implement MMC/SD clock reparenting
` [U-Boot] [PATCH v2 40/56] rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)
` [U-Boot] [PATCH v2 41/56] rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock
` [U-Boot] [PATCH v2 42/56] rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()
` [U-Boot] [PATCH v2 43/56] rockchip: clk: rk3368: add support for configuring the SPI clocks
` [U-Boot] [PATCH v2 44/56] net: gmac_rockchip: Add support for the RK3368 GMAC
` [U-Boot] [PATCH v2 45/56] rockchip: Makefile: streamline SPL/TPL configuration
` [U-Boot] [PATCH v2 46/56] rockchip: rk3368: add DRAM controller driver with DRAM initialisation
` [U-Boot] [PATCH v2 47/56] rockchip: dts: rk3368: add DMC node in rk3368.dtsi
` [U-Boot] [PATCH v2 48/56] rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.h
` [U-Boot] [PATCH v2 49/56] rockchip: rk3368: spl: add TPL support
` [U-Boot] [PATCH v2 50/56] rockchip: spl: make spl-boot-order code reusable (split from rk3399)
` [U-Boot] [PATCH v2 51/56] rockchip: rk3368: spl: add SPL support
` [U-Boot] [PATCH v2 52/56] rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368
` [U-Boot] [PATCH v2 53/56] rockchip: spi: enable support for the rk_spi driver for the RK3368
` [U-Boot] [PATCH v2 54/56] rockchip: board: lion-rk3368: add support for the RK3368-uQ7
` [U-Boot] [PATCH v2 55/56] rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its
` [U-Boot] [PATCH v2 56/56] rockchip: board: puma_rk3399: rename ATF firmware

Triggering WARN_ON_ONCE in drivers/md/md.c::set_in_sync()
 2017-07-26 10:40 UTC  (3+ messages)

[PATCH] dim: add checks for author and committer sign-off-by
 2017-07-26 10:40 UTC  (2+ messages)

Hi Dear, Can I Trust You?
 2017-07-26 10:40 UTC  (2+ messages)

[cip-dev] change to the git://git.linaro.org/qa/test-definitions.git repos breaks the BBB health check
 2017-07-26 10:38 UTC 

[PATCH v3 02/12] intel-ipu3: mmu: implement driver
 2017-07-26 10:38 UTC  (3+ messages)

[3/3] EDAC, ghes: Make it a proper module
 2017-07-26 10:37 UTC  (2+ messages)
` [PATCH 3/3] "

[PATCH] irqchip: create a Kconfig menu for irqchip drivers
 2017-07-26 10:37 UTC  (4+ messages)

[Qemu-devel] Regarding tracing machine instructions through qemu
 2017-07-26 10:37 UTC 

[PATCHv5 0/3] Add Altera I2C Controller Driver
 2017-07-26 10:37 UTC  (5+ messages)
` [PATCHv5 3/3] i2c: altera: Add Altera I2C Controller driver

[Qemu-devel] [PATCH] configure: fix qemu-ga missing '.exe' extension on windows
 2017-07-26 10:37 UTC  (7+ messages)

[net-next 00/14][pull request] 40GbE Intel Wired LAN Driver Updates 2017-07-25
 2017-07-26 10:31 UTC  (15+ messages)
` [net-next 01/14] i40e: fix incorrect variable assignment
` [net-next 02/14] i40e: Fix for trace found with S4 state
` [net-next 03/14] i40e: remove WQ_UNBOUND and the task limit of our workqueue
` [net-next 04/14] i40e: Handle admin Q timeout when releasing NVM
` [net-next 05/14] i40e: fix up 32 bit timespec references
` [net-next 06/14] i40e: fix odd formatting and indent
` [net-next 07/14] i40e/i40evf: make IPv6 ATR code clearer
` [net-next 08/14] i40e/i40evf: remove mismatched type warnings
` [net-next 09/14] i40e: display correct UDP tunnel type name
` [net-next 10/14] i40evf: add some missing includes
` [net-next 11/14] i40e: report BPF prog id during XDP_QUERY_PROG
` [net-next 12/14] i40evf: Use le32_to_cpu before evaluating HW desc fields
` [net-next 13/14] i40evf: remove unnecessary __packed
` [net-next 14/14] i40e: handle setting administratively set MAC address back to zero

[PATCH] memory: mtk-smi: Use of_device_get_match_data helper
 2017-07-26 10:36 UTC  (3+ messages)

[Qemu-devel] [PULL 0/9] Error reporting patches for 2017-07-13
 2017-07-26 10:35 UTC  (12+ messages)
` [Qemu-devel] [PULL 6/9] Convert error_report() to warn_report()
          ` [Qemu-devel] Slow tests on "make check" (was Re: [PULL 6/9] Convert error_report() to warn_report())

[PATCH 0/6] powerpc: Free up RPAGE_RSV bits in 64K PTE
 2017-07-26 10:35 UTC  (3+ messages)
` [PATCH 1/6] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages

[Qemu-devel] [PATCH 0/2] Introduce a new vhost-user-blk device and sample application
 2017-07-27  2:00 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] vhost-user-blk: introduce a new vhost-user-blk host device

[PATCH nf-next] netfilter: nft_set_rbtree: use seqcount to avoid lock in most cases
 2017-07-26 10:34 UTC  (2+ messages)

[RFC 00/14] i915 PMU and engine busy stats
 2017-07-26 10:34 UTC  (4+ messages)

[PATCH v1] Build libv4lconvert helper support only when fork() is available
 2017-07-26 10:33 UTC  (2+ messages)

(unknown),
 2017-07-26 10:32 UTC 

[PATCH umr] wave_status: enable on Raven
 2017-07-26 10:32 UTC  (2+ messages)

[PATCH] ASoC: rt5514: Use the IS_ENABLED to supports the module build
 2017-07-26 10:32 UTC 

[PATCH 00/10] A trial to Allwinner H3 DVFS support
 2017-07-26 10:23 UTC  (9+ messages)
` [PATCH 10/10] ARM: dts: sun8i: Add SY8106A regulator to Orange Pi PC
  ` [linux-sunxi] "

[PATCH for-3.18 00/15] Stable candidates for 3.18.y
 2017-07-26 10:30 UTC  (4+ messages)
` [PATCH for-3.18 04/15] ppp: take reference on channels netns

[U-Boot] [PATCH v2] rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via Kconfig
 2017-07-26 10:29 UTC 

[U-Boot] [PATCH] rockchip: clk: rk3399: fix SPI clock code for SPI3
 2017-07-26 10:28 UTC 

[RFC PATCH 0/5] Add option to autostage changes when continuing a rebase
 2017-07-26 10:27 UTC  (6+ messages)
` [RFC PATCH 1/5] rebase --continue: add --autostage to stage unstaged changes
` [RFC PATCH 2/5] rebase -i: improve --continue --autostage
` [RFC PATCH 3/5] Unify rebase amend message when HEAD has changed
` [RFC PATCH 4/5] Add tests for rebase --continue --autostage
` [RFC PATCH 5/5] Add rebase.continue.autostage config setting

[PATCH] drm: hdlcd: allow HDLCD to be used without interrupt
 2017-07-26 10:27 UTC  (3+ messages)

[U-Boot] [PATCH] dm: Kconfig: fix typo in help for SPL_PINCTRL
 2017-07-26 10:27 UTC 

[meta-qt5][PATCH for master] qt5-ptest: fix build with yocto < 2.3 (pyro)
 2017-07-26  9:49 UTC 

[PATCH 0/4] Removing full paths from DT full_name
 2017-07-26 10:26 UTC  (3+ messages)
` [PATCH 4/4] of/fdt: only store the device node basename in full_name

[PATCH v4 0/3] TPS68470 PMIC drivers
 2017-07-26 10:26 UTC  (8+ messages)
` [PATCH v4 1/3] mfd: Add new mfd device TPS68470

Jenkins trouble
 2017-07-26 10:26 UTC 

[PATCH v12 6/8] mm: support reporting free page blocks
 2017-07-26 10:24 UTC  (15+ messages)
` [virtio-dev] "
            ` [virtio-dev] "
                    ` [Qemu-devel] "

[3/3] EDAC, ghes: Make it a proper module
 2017-07-26 10:24 UTC  (2+ messages)
` [PATCH 3/3] "

PATCH v3 brcmfmac driver cleanup
 2017-07-26 10:23 UTC  (3+ messages)

[PATCH v3] irqchip/gic-v3-its: Allow GIC ITS number more than MAX_NUMNODES
 2017-07-26 10:15 UTC  (3+ messages)

[PATCH] ubi: pr_err() strings should end with newlines
 2017-07-26  9:53 UTC 

[PATCH] Ignore "yes: standard output: Broken pipe" errors
 2017-07-26 10:22 UTC  (4+ messages)

[PATCH] ubi: pr_err() strings should end with newlines
 2017-07-26  9:42 UTC 

[PATCH] ubi: pr_err() strings should end with newlines
 2017-07-26  9:51 UTC 

[PATCH] gpio: add gpio_add_lookup_tables() to add several tables at once
 2017-07-26 10:21 UTC  (2+ messages)

[Buildroot] [PATCH v1] package/libv4l: no libv4lconvert helper support if no fork()
 2017-07-26 10:19 UTC  (2+ messages)

[PATCH 0/3] ARM: dts: NSP: dma-coherent and USB3 changes
 2017-07-26 10:19 UTC  (5+ messages)
` [PATCH 1/3] ARM: dts: NSP: Add dma-coherent to relevant DT entries

linux-next: unsigned commit in the v4l-dvb-fixes tree
 2017-07-26 10:16 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] rockchip: rk322x: set the DDR region as non-secure in SPL
 2017-07-26 10:16 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] rockchip: rk322x: update dts node for mmc
` [U-Boot] [PATCH 3/4] rockchip: clk: update dwmmc clock div
` [U-Boot] [PATCH 4/4] rockchip: clk: remove RATE_TO_DIV

[PATCH v1] pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk
 2017-07-26 10:11 UTC  (2+ messages)

[git:media_tree/fixes] media: platform: davinci: return -EINVAL for VPFE_CMD_S_CCDC_RAW_PARAMS ioctl
 2017-07-26 10:14 UTC 

[PATCH v3] bonding: fix the segfault caused by the race condition between master thread and eal-intr-thread
 2017-07-26 10:13 UTC 

objtool failures with -march=atom
 2017-07-26 10:12 UTC 

[Qemu-devel] [PATCH v3 0/9] s390x: zPCI detangling
 2017-07-26 10:10 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 4/9] s390x/pci: do not advertise pci on non-pci builds
` [Qemu-devel] [PATCH v3 5/9] s390x/ccw: create s390 phb conditionally

[PATCH] Documentation/ABI: document the nvmem sysfs files
 2017-07-26 10:09 UTC 

Assalamu`Alaikum
 2017-07-26 10:08 UTC 

[PATCH libdrm] android: make libdrm*.so available to the vendor partition
 2017-07-26 10:08 UTC 

FAILED: patch "[PATCH] PM / Domains: defer dev_pm_domain_set() until" failed to apply to 4.4-stable tree
 2017-07-26 10:07 UTC  (2+ messages)
` [PATCH v4.4 STABLE] PM / Domains: defer setting dev->pm_domain until genpd->attach_dev succeeds if present

[PATCH] mm,hugetlb: compute page_size_log properly
 2017-07-26 10:07 UTC  (6+ messages)
  ` [RFC PATCH 3/3] mm: shm: Use new hugetlb size encoding definitions


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.