All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-28 19:08:57 to 2017-07-28 20:15:44 UTC [more...]

[U-Boot] [PATCH 00/14] dm: sata: mmc: Convert a sunxi board to driver model for MMC, SATA
 2017-07-28 20:15 UTC  (11+ messages)
` [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model

[PATCH 1/4] ARM: imx: clocksource: Use per clock for determining parent freq
 2017-07-28 20:15 UTC  (6+ messages)
` [PATCH 2/4] ARM: imx: clocksource: error out if clk freq is 0
` [PATCH 3/4] ARM: imx: clocksource: make warning a bit more helpful
` [PATCH 4/4] ARM: i.MX7: drop now useless imx7s.dtsi

[RFC PATCH v2 00/38] Nested Virtualization on KVM/ARM
 2017-07-28 20:13 UTC  (5+ messages)

[Pyro] backport request
 2017-07-28 20:08 UTC 

[RFC PATCH 2/4] fsck: support refs pointing to lazy objects
 2017-07-28 20:08 UTC  (2+ messages)
` [PATCH] tests: ensure fsck fails on corrupt packfiles

[PATCH] autoconf: fix typo in SUMMARY
 2017-07-28 20:07 UTC  (4+ messages)

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

[RFC PATCH v1 0/5] TCP Wave
 2017-07-28 19:59 UTC  (6+ messages)
` [RFC PATCH v1 1/5] tcp: Added callback for timed sender operations
` [RFC PATCH v1 2/5] tcp: Implemented the timing-based operations
` [RFC PATCH v1 3/5] tcp: PSH frames sent without timer involved
` [RFC PATCH v1 4/5] tcp: Add initial delay to allow data queueing
` [RFC PATCH v1 5/5] wave: Added basic version of TCP Wave

[GIT PULL 00/15] perf/core improvements and fixes
 2017-07-28 20:00 UTC  (17+ messages)
` [PATCH 01/15] perf tools: Add perf_evsel__read_size function
` [PATCH 02/15] perf evsel: Add read_counter()
` [PATCH 03/15] perf stat: Use group read for event groups
` [PATCH 04/15] perf annotate: Do not overwrite perf_sample->weight
` [PATCH 05/15] perf sort: Use default sort if evlist is empty
` [PATCH 06/15] perf annotate stdio: Set enough columns for --show-total-period
` [PATCH 07/15] perf annotate: Fix storing per line sym_hist_entry
` [PATCH 08/15] perf annotate TUI: Use sym_hist_entry in disasm_line_samples
` [PATCH 09/15] perf annotate TUI: Fix --show-total-period
` [PATCH 10/15] perf annotate TUI: Clarify calculation of column header widths
` [PATCH 11/15] perf annotate TUI: Fix column header when toggling period/percent
` [PATCH 12/15] perf annotate TUI: Set appropriate column width for period/percent
` [PATCH 13/15] perf data: Add callchain to CTF conversion
` [PATCH 14/15] perf data: Add mmap[2] events "
` [PATCH 15/15] perf data: Add doc when no conversion support compiled

KPP API and Temporary Keys
 2017-07-28 20:00 UTC  (3+ messages)

[PATCH v4 0/2] ORC unwinder
 2017-07-28 19:59 UTC  (7+ messages)
` [PATCH v4 1/2] x86/unwind: add "

[PATCH 00/20] Reducing inode->i_lock contention in writebacks
 2017-07-28 19:59 UTC  (2+ messages)

refcount_t +
 2017-07-28 19:59 UTC  (7+ messages)
` refcount_t + (resend to wider audience)

[U-Boot] [PATCH] net: phy: micrel: add an option to disable gigabit for the KSZ9031
 2017-07-28 19:59 UTC 

[kvm-unit-tests PATCH] vmx_tests: Add vmfunc tests
 2017-07-28 19:59 UTC  (2+ messages)
` [kvm-unit-tests PATCH v2] "

[RFC v2] fs: Don't create file when open() with O_DIRECT if fs not support
 2017-07-28 19:58 UTC  (4+ messages)

recent module in nftables
 2017-07-28 19:57 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the renesas tree
 2017-07-28 19:56 UTC  (4+ messages)

kernel crash during remoteproc error recovery with 4.13-rc1
 2017-07-28 19:55 UTC  (3+ messages)

[PATCH net v2] net: phy: Correctly process PHY_HALTED in phy_stop_machine()
 2017-07-28 19:53 UTC  (2+ messages)

[Qemu-trivial] [PATCH 00/47] add missing entries in MAINTAINERS
 2017-07-28 19:52 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH 47/47] script to find outdated entry "

[PATCH v5 0/3] Expose VMFUNC to the nested hypervisor
 2017-07-28 19:52 UTC  (4+ messages)
` [PATCH v5 1/3] KVM: vmx: Enable VMFUNCs
` [PATCH v5 2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor
` [PATCH v5 3/3] KVM: nVMX: Emulate EPTP switching "

[PATCH] mm: memcontrol: Use int for event/state parameter in several functions
 2017-07-28 19:52 UTC  (5+ messages)

[PATCH net] ipv6: no need to return rt->dst.error if it is not null entry
 2017-07-28 19:52 UTC  (17+ messages)

[PATCH v2] Staging: greybus: Match alignment with open parenthesis
 2017-07-28 19:50 UTC 

AP mode with Broadcom 4330
 2017-07-28 19:50 UTC  (3+ messages)

[PATCH] tests/fetch: fix GitShallowTest.test_bitbake
 2017-07-28 19:47 UTC 

reading from socket can
 2017-07-28 19:45 UTC  (5+ messages)

[Qemu-devel] Call for testers for various versions of Windows
 2017-07-28 19:45 UTC 

QEMU NVDIMM as type 7 in e820 table
 2017-07-28 19:45 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH net-next 0/4] net: dsa: lan9303: Fix MDIO issues
 2017-07-28 19:44 UTC  (7+ messages)
` [PATCH net-next 4/4] net: dsa: lan9303: MDIO access phy registers directly

[PATCH v3 00/13] use rbtrees for preliminary backrefs
 2017-07-28 18:41 UTC  (5+ messages)
` [PATCH v3 08/13] btrfs: convert prelimary reference tracking to use rbtrees
` [PATCH v3 12/13] btrfs: allow backref search checks for shared extents

[PATCH 0/3] memdelay: memory health metric for systems and workloads
 2017-07-28 19:43 UTC  (4+ messages)

[PATCH 0/4] arm: allign check_conditional_instr() with ARM64 requirements
 2017-07-28 19:43 UTC  (5+ messages)
` [PATCH 1/4] arm: processor: rename iss to res0 in hsr_cond union
` [PATCH 2/4] arm: processor: add ccknownpass field into "
` [PATCH 3/4] arm: traps: handle unknown exceptions in check_conditional_instr()
` [PATCH 4/4] arm: traps: handle SMC32 "

Batch/queue LVM operations
 2017-07-28 19:43 UTC  (2+ messages)

[xen-unstable-smoke test] 112365: tolerable trouble: broken/pass - PUSHED
 2017-07-28 19:43 UTC 

[PATCH v2 2/4] can: fixed-transceiver: Add documentation for CAN fixed transceiver bindings
 2017-07-28 19:41 UTC  (4+ messages)

Latest for-4.14
 2017-07-28 19:42 UTC  (8+ messages)

ANN: SELinux userspace 2.7-rc1 release
 2017-07-28 19:47 UTC  (5+ messages)
` ANN: SELinux userspace 2.7-rc3 release candidate
  ` ANN: SELinux userspace 2.7-rc4 "
    ` ANN: SELinux userspace 2.7-rc5 "
      ` ANN: SELinux userspace 2.7-rc6 "

[PATCH 1/2] f2fs: expose /sys/fs/f2fs/features
 2017-07-28 19:41 UTC  (3+ messages)
` [PATCH 1/2 v2] "
  ` [f2fs-dev] [PATCH 1/2 v3] "

[PATCH BUGFIX] block, bfq: reset in_service_entity if it becomes idle
 2017-07-28 19:41 UTC 

[PATCH V2 1/4] net-next: dsa: move struct dsa_device_ops to the global header file
 2017-07-28 19:40 UTC  (4+ messages)
` [PATCH V2 3/4] net-next: dsa: fix flow dissection

Btrfs incremental send | receive fails with Error: File not found
 2017-07-28 19:32 UTC  (2+ messages)

[Qemu-devel] [Bug 1707274] [NEW] Segfaults inside QEMU
 2017-07-28 19:25 UTC  (3+ messages)
` [Qemu-devel] [Bug 1707274] "

[GIT PULL] xfs: fixes for 4.13-rc3
 2017-07-28 19:35 UTC 

[Qemu-devel] [PATCH for-2.10 0/7] qemu-iotests: Fix leaked temporary file fixes
 2017-07-28 19:34 UTC  (8+ messages)
` [Qemu-devel] [PATCH for-2.10 1/7] qemu-iotests/041: Fix leaked scratch images
` [Qemu-devel] [PATCH for-2.10 2/7] qemu-iotests: Remove blkdebug.conf after tests
` [Qemu-devel] [PATCH for-2.10 7/7] qemu-iotests/059: Fix leaked image files

[PATCH 0/9 v2] Add ASoC support for AMD Stoney APUs
 2017-07-28 19:31 UTC  (10+ messages)
  ` [PATCH 1/9] ASoC: dwc: Added a quirk DW_I2S_QUIRK_16BIT_IDX_OVERRIDE to dwc driver
  ` [PATCH 2/9 v2] drm/amd/amdgpu: Added asic_type as ACP DMA driver platform data
  ` [PATCH 3/9 v2] drm/amd/amdgpu: Added a quirk for Stoney platform
  ` [PATCH 4/9] drm/amdgpu Moving amdgpu asic types to a separate file
  ` [PATCH 6/9 v2] ASoC: AMD: DMA driver changes for Stoney Platform
  ` [PATCH 7/9 v2] ASoC: AMD: Audio buffer related changes for Stoney
  ` [PATCH 8/9 v2] drm/amd/amdgpu: Disabling Power Gating for Stoney platform
  ` [PATCH 9/9 v2] ASoC: AMD: Add machine driver for cz rt5650
` [PATCH 5/9 v2] ASoC: AMD: disabling memory gating in stoney platform

STABLE: net: reduce skb_warn_bad_offload() noise
 2017-07-28 19:30 UTC  (2+ messages)

[PATCH v4 RESEND 4/4] drm/i915/edp: Allow alternate fixed mode for eDP if available
 2017-07-28 19:22 UTC  (2+ messages)
` [PATCH v5] "

[RFC net-next 0/6] tcp: remove prequeue and header prediction
 2017-07-28 19:19 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] uboot overlays and FIT image
 2017-07-28 19:20 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] xen-disk: use g_new0 to fix build
 2017-07-28 19:19 UTC  (3+ messages)

f779947864 ("VFS: Implement a filesystem superblock .."): BUG: KASAN: stack-out-of-bounds in legacy_monolithic_mount_data
 2017-07-28 19:19 UTC 

[PATCH] iommu/exynos: prevent building on big-endian kernels
 2017-07-28 19:17 UTC  (3+ messages)

Long stalls creating a new netns after a netns with a SMB client exits
 2017-07-28 19:16 UTC  (4+ messages)

[PATCH] f2fs: don't need to wait for node writes for atomic write
 2017-07-28 19:14 UTC 

mtd: nand: atmel: probe of Spansion S34ML02G1 fails
 2017-07-28 19:13 UTC  (5+ messages)

[PATCH 0/3] selftests: sync test conversion to TAP13
 2017-07-28 19:12 UTC  (3+ messages)

[Qemu-devel] [PULL 0/5] Block layer patches for 2.10.0-rc0
 2017-07-28 19:12 UTC  (3+ messages)
` [Qemu-devel] [PULL 4/5] block: Skip implicit nodes in query-block/blockstats

[Question]: try to fix contention between expire_timers and try_to_del_timer_sync
 2017-07-28 19:11 UTC  (7+ messages)

RCU lockup issues when CONFIG_SOFTLOCKUP_DETECTOR=n - any one else seeing this?
 2017-07-28 19:09 UTC  (13+ messages)

[v4.12 regression] netns: NULL deref in fib_sync_down_dev()
 2017-07-28 19:08 UTC  (6+ 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.