All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-02 20:10:23 to 2017-08-02 20:35:04 UTC [more...]

Paper cut bug: Why isn't "git clone xxxx" recursive by default?
 2017-08-02 20:34 UTC  (8+ messages)
` [RFC PATCH] clone: add clone.recursesubmodules config option
        `  "

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

[PATCH] glibc: Update to latest on 2.26 pre-release
 2017-08-02 20:34 UTC  (3+ messages)

[PATCH 1/3] drm/vc4: Fix double destroy of the BO cache on teardown
 2017-08-02 20:32 UTC  (6+ messages)
` [PATCH 2/3] drm/vc4: Don't disable DSI clocks on component unload
` [PATCH 3/3] drm/vc4: Fix errant drm_bridge_remove() in DSI

[patch 16/16] ocfs2: don't clear SGID when inheriting ACLs
 2017-08-02 20:32 UTC 

[patch 15/16] mm: allow page_cache_get_speculative in interrupt context
 2017-08-02 20:32 UTC 

[PATCH V7 1/3] PCI: limit FLR wait time to 100ms maximum
 2017-08-02 20:32 UTC  (6+ messages)

[patch 14/16] userfaultfd: non-cooperative: flush event_wqh at release time
 2017-08-02 20:32 UTC 

[patch 14/16] userfaultfd: non-cooperative: flush event_wqh at release time
 2017-08-02 20:32 UTC 

[patch 13/16] ipc: add missing container_of()s for randstruct
 2017-08-02 20:32 UTC 

[patch 12/16] cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
 2017-08-02 20:32 UTC 

[patch 11/16] userfaultfd_zeropage: return -ENOSPC in case mm has gone
 2017-08-02 20:32 UTC 

[patch 10/16] mm: take memory hotplug lock within numa_zonelist_order_handler()
 2017-08-02 20:32 UTC 

[patch 09/16] mm/page_io.c: fix oops during block io poll in swapin path
 2017-08-02 20:32 UTC 

[patch 08/16] fortify: use WARN instead of BUG for now
 2017-08-02 20:32 UTC 

[patch 07/16] zram: do not free pool->size_class
 2017-08-02 20:32 UTC 

[patch 06/16] kthread: fix documentation build warning
 2017-08-02 20:32 UTC 

[patch 05/16] kasan: avoid -Wmaybe-uninitialized warning
 2017-08-02 20:31 UTC 

[patch 04/16] userfaultfd: non-cooperative: notify about unmap of destination during mremap
 2017-08-02 20:31 UTC 

[PATCH v5 0/2] ZII RAVE platform driver
 2017-08-02 20:31 UTC  (5+ messages)

[patch 03/16] mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries
 2017-08-02 20:31 UTC 

[patch 02/16] pid: kill pidhash_size in pidhash_init()
 2017-08-02 20:31 UTC 

[patch 01/16] mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errors
 2017-08-02 20:31 UTC  (2+ messages)

incoming
 2017-08-02 20:31 UTC 

[PATCH] KVM: X86: init irq->level in kvm_pv_kick_cpu_op
 2017-08-02 20:30 UTC  (2+ messages)

Revisiting the Digiflower DVR2000B capture card
 2017-08-02 20:30 UTC 

[PATCH v3 0/3] powerpc/mm: Mark memory contexts requiring global TLBIs
 2017-08-02 20:29 UTC  (4+ messages)
` [PATCH v3 1/3] powerpc/mm: Add marker for contexts requiring global TLB invalidations
` [PATCH v3 2/3] cxl: Mark context requiring global TLBIs
` [PATCH v3 3/3] cxl: Add memory barrier to guarantee TLBI scope

reftable [v4]: new ref storage format
 2017-08-02 20:28 UTC  (3+ messages)

Git log --tags isn't working as expected
 2017-08-02 20:28 UTC  (5+ messages)

[PATCH 1/3] dma-buf/sw_sync: move timeline_fence_ops around
 2017-08-02 20:28 UTC  (6+ messages)
` [PATCH 3/3] selftests: sync: add test that closes the fd before fence signal

[GIT PULL] Please pull two more NFS client fixes for 4.13
 2017-08-02 20:27 UTC 

[PATCH linux dev-4.10 v3 0/5] drivers/hwmon/pmbus: Add IBM power supply hwmon driver
 2017-08-02 20:27 UTC  (7+ messages)
` [PATCH linux dev-4.10 v3 1/5] "
` [PATCH linux dev-4.10 v3 2/5] drivers/hwmon/pmbus: ibmps: Add non-hwmon attributes
` [PATCH linux dev-4.10 v3 3/5] Documentation: hwmon: Add IBM power supply documentation
` [PATCH linux dev-4.10 v3 4/5] Documentation: ABI: Add IBM power supply sysfs documentation
` [PATCH linux dev-4.10 v3 5/5] ARM: dts: aspeed: witherspoon: Add IBM power supply to I2C bus

[PATCH v3] KVM: nVMX: Fix attempting to emulate "Acknowledge interrupt on exit" when there is no interrupt which L1 requires to inject to L2
 2017-08-02 20:26 UTC  (2+ messages)

[Buildroot] [Bug 10021] New: libqeglfs-viv-integration.so file is missing for qt5 on armv7
 2017-08-02 20:25 UTC  (2+ messages)
` [Buildroot] [Bug 10021] "

[Qemu-devel] [PATCH] test-qga: Kill broken and dead QGA_TEST_SIDE_EFFECTING code
 2017-08-02 20:24 UTC  (2+ messages)
` [Qemu-devel] [PATCH for-2.10?] "

[folded-merged] swap-fix-oops-during-block-io-poll-in-swapin-path-fix.patch removed from -mm tree
 2017-08-02 20:24 UTC 

[folded-merged] fortify-use-warn-instead-of-bug-for-now-fix.patch removed from -mm tree
 2017-08-02 20:23 UTC 

rdma-core build environment enabling out-of-core providers
 2017-08-02 20:23 UTC  (6+ messages)

[Buildroot] [git commit] CHANGES: update with gcc 7.x graphite optimization bug fixed
 2017-08-02 20:23 UTC 

[folded-merged] mm-mprotect-flush-tlb-if-potentially-racing-with-a-parallel-reclaim-leaving-stale-tlb-entries-fix-fix.patch removed from -mm tree
 2017-08-02 20:22 UTC 

[folded-merged] mm-mprotect-flush-tlb-if-potentially-racing-with-a-parallel-reclaim-leaving-stale-tlb-entries-fix.patch removed from -mm tree
 2017-08-02 20:22 UTC 

[[PATCH v1] 00/37] Implement SMBD protocol: Series 1
 2017-08-02 20:10 UTC  (34+ messages)
` [[PATCH v1] 07/37] [CIFS] SMBD: Implement receive buffer for handling SMBD response
` [[PATCH v1] 11/37] [CIFS] SMBD: Post a receive request
` [[PATCH v1] 12/37] [CIFS] SMBD: Handle send completion from CQ
` [[PATCH v1] 13/37] [CIFS] SMBD: Implement SMBD protocol negotiation
` [[PATCH v1] 14/37] [CIFS] SMBD: Post a SMBD data transfer message with page payload
` [[PATCH v1] 15/37] [CIFS] SMBD: Post a SMBD data transfer message with data payload
` [[PATCH v1] 16/37] [CIFS] SMBD: Post a SMBD message with no payload
` [[PATCH v1] 17/37] [CIFS] SMBD: Track status for transport
` [[PATCH v1] 18/37] [CIFS] SMBD: Implement API for upper layer to send data
` [[PATCH v1] 19/37] [CIFS] SMBD: Manage credits on SMBD client and server
` [[PATCH v1] 20/37] [CIFS] SMBD: Implement reassembly queue for receiving data
` [[PATCH v1] 21/37] [CIFS] SMBD: Implement API for upper layer to receive data
` [[PATCH v1] 22/37] [CIFS] SMBD: Implement API for upper layer to receive data to page
` [[PATCH v1] 23/37] [CIFS] SMBD: Implement API for upper layer to reconnect transport
` [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive protocol
` [[PATCH v1] 25/37] [CIFS] SMBD: Support SMBD idle connection timer
` [[PATCH v1] 26/37] [CIFS] SMBD: Send an immediate packet when it's needed
` [[PATCH v1] 27/37] [CIFS] SMBD: Destroy transport when RDMA channel is disconnected
` [[PATCH v1] 28/37] [CIFS] SMBD: Implement API for upper layer to destroy the transport
` [[PATCH v1] 29/37] [CIFS] SMBD: Disconnect RDMA connection on QP errors
` [[PATCH v1] 30/37] [CIFS] SMBD: Add SMBDirect transport to Makefile
` [[PATCH v1] 31/37] [CIFS] Add SMBD transport to SMB session context
` [[PATCH v1] 32/37] [CIFS] Add SMBD debug couters to CIFS debug exports
` [[PATCH v1] 33/37] [CIFS] Connect to SMBD transport when specified in mount option
` [[PATCH v1] 34/37] [CIFS] Reconnect to SMBD transport when it's used
` [[PATCH v1] 35/37] [CIFS] Destroy SMBD transport on exit
` [[PATCH v1] 36/37] [CIFS] Read from SMBD transport when it's used
` [[PATCH v1] 37/37] [CIFS] Write to "

[PATCH 0/3] ARM: dts: keystone-k2g: Add DCAN instances to 66AK2G
 2017-08-02 20:18 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: net: c_can: Update binding for clock and power-domains property
` [PATCH 2/3] ARM: dts: k2g: Add DCAN nodes
` [PATCH 3/3] ARM: configs: keystone: Enable D_CAN driver

[PATCH 0/3] ARM: dts: k2g: Add support for USB instances on 66AK2G
 2017-08-02 20:17 UTC  (12+ messages)
` [PATCH 1/3] usb: dwc3: keystone: Add PM_RUNTIME Support to DWC3 Keystone USB driver
` [PATCH 2/3] dt-bindings: usb: keystone-usb: Update bindings pm and clocks properties
` [PATCH 3/3] ARM: dts: k2g: Add USB instances

[Buildroot] [Bug 10091] New: gcc7.1 does not build with graphite support due to old isl
 2017-08-02 20:17 UTC  (2+ messages)
` [Buildroot] [Bug 10091] "

[PATCH] KVM: avoid using rcu_dereference_protected
 2017-08-02 20:16 UTC  (2+ messages)

[Buildroot] [PATCH v2] systemd: allow to build with uClibc toolchains
 2017-08-02 20:15 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] Enable building and running tcg tests on i386
 2017-08-02 20:15 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] tests/tcg/test_path.c: include utils/bufferiszero.c
` [Qemu-devel] [PATCH 2/6] tests/tcg/linux-test.c: remove unused include of "qemu/cutils.h"
` [Qemu-devel] [PATCH 3/6] tests/tcg/linux-test.c: include definitions for getrusage()
` [Qemu-devel] [PATCH 4/6] tests/tcg/test-i386-fprem: build with $(QEMU_CFLAGS)
` [Qemu-devel] [PATCH 5/6] tests/tcg/test-i386-fprem.c: compilation fix for -Werror=strict-prototype
` [Qemu-devel] [PATCH 6/6] tests/tcg/test-i386-fprem.c: compilation fix for -Werror=unused-const-variable=

[PATCH v3 1/2] powerpc/xmon: Dump ftrace buffers for the current CPU only
 2017-08-02 20:14 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc/xmon: Disable tracing when entering xmon

[PATCH] KVM: svm: support single stepping over emulated instructions
 2017-08-02 20:13 UTC  (2+ messages)

[RFT] arm64: dts: renesas: salvator-common: enable SDR104 for SD cards
 2017-08-02 20:13 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.