All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-06 20:32:50 to 2017-06-06 21:10:30 UTC [more...]

[Buildroot] [PATCH 1/1] package/gdbm: fix build error
 2017-06-06 21:10 UTC  (3+ messages)

[U-Boot] [PATCH 00/13] add support for rk3066 platform
 2017-06-06 21:10 UTC  (25+ messages)
` [U-Boot] [PATCH 01/13] rockchip: rk3066: add grf header file
` [U-Boot] [PATCH 02/13] rockchip: rk3066: add rk3066 pinctrl driver
` [U-Boot] [PATCH 03/13] rockchip: rk3066: add sysreset driver
` [U-Boot] [PATCH 04/13] rockchip: rk3066: add clock driver for rk3066 soc
` [U-Boot] [PATCH 05/13] rockchip: rk3066: add rk3066 platform devicetree file
` [U-Boot] [PATCH 06/13] rockchip: rk3066: add core support
` [U-Boot] [PATCH 07/13] rockchip: rk3066: add mk808 board files
` [U-Boot] [PATCH 08/13] rockchip: mmc: support rk3066 mmc
` [U-Boot] [PATCH 09/13] rockchip: dts: set fifo mode as default for mmc
` [U-Boot] [PATCH 10/13] rockchip: rk3066: add sdram driver
` [U-Boot] [PATCH 11/13] rockchip: serial: support rockchip rk3066
` [U-Boot] [PATCH 12/13] armv7: support rk3066 early back to bootrom in start.S

[Buildroot] [PATCH/next 1/2] package/stella: fix project URLs
 2017-06-06 21:10 UTC  (3+ messages)
` [Buildroot] [PATCH/next 2/2] package/stella: bump version to 4.7.3

[PATCH v8 00/24] FSI device driver implementation
 2017-06-06 21:08 UTC  (52+ messages)
` [PATCH v8 01/24] drivers/fsi: Add fsi master definition
` [PATCH v8 02/24] drivers/fsi: Add slave definition
` [PATCH v8 03/24] drivers/fsi: Add empty master scan
` [PATCH v8 04/24] lib: Add crc4 module
` [PATCH v8 05/24] drivers/fsi: Add slave & master read/write APIs
` [PATCH v8 06/24] drivers/fsi: Set up links for slave communication
` [PATCH v8 07/24] drivers/fsi: Implement slave initialisation
` [PATCH v8 08/24] drivers/fsi: Set slave SMODE to init communication
` [PATCH v8 09/24] drivers/fsi: scan slaves & register devices
` [PATCH v8 10/24] drivers/fsi: Add device read/write/peek API
` [PATCH v8 11/24] drivers/fsi: Add master unscan
` [PATCH v8 12/24] drivers/fsi: Add documentation for GPIO bindings
` [PATCH v8 13/24] drivers/fsi: Add client driver register utilities
` [PATCH v8 14/24] drivers/fsi: Add sysfs files for FSI master & slave accesses
` [PATCH v8 15/24] drivers/fsi: expose direct-access slave API
` [PATCH v8 16/24] drivers/fsi: Add tracepoints for low-level operations
` [PATCH v8 17/24] drivers/fsi: Add error handling for slave
` [PATCH v8 18/24] drivers/fsi: Document FSI master sysfs files in ABI
` [PATCH v8 19/24] drivers/fsi: Add GPIO based FSI master
` [PATCH v8 20/24] drivers/fsi/gpio: Add tracepoints for GPIO master
` [PATCH v8 21/24] drivers/fsi: Add SCOM FSI client device driver
` [PATCH v8 22/24] drivers/fsi: Add hub master support
` [PATCH v8 23/24] drivers/fsi: Use asynchronous slave mode
` [PATCH v8 24/24] drivers/fsi: Add module license to core driver

[U-Boot] [PATCH v2 0/3] rockchip: dts: rk3399-puma: add support for all three DDR3 speed-grades (1333/1600/1866) on the RK3399-Q7
 2017-06-06 21:09 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] rockchip: dts: rk3399-puma: refactor and rename (default) DDR3-1600 DTS
` [U-Boot] [PATCH v2 2/3] rockchip: dts: rk3399-puma: add DTS for the DDR3-1333 timing
` [U-Boot] [PATCH v2 3/3] rockchip: dts: rk3399-puma: add DTS for the DDR3-1866 timing

[U-Boot] [PATCH v2 0/7] rockchip: dts: rk3399-puma: update DTS
 2017-06-06 21:09 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/7] rockchip: clk: rv1108: rename dev_get_addr
` [U-Boot] [PATCH v2 2/7] rockchip: pinctrl: rv1108: access of-offset via dev_of_offset(...)
` [U-Boot] [PATCH v2 3/7] rockchip: rk3328: don't implement usb_gadget_handle_interrupts twice
` [U-Boot] [PATCH v2 4/7] usb: dwc2-otg: make regs_otg (in platdata) a uintptr_t

[U-Boot] [PATCH v2 1/2] rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board
 2017-06-06 21:09 UTC  (6+ messages)

[U-Boot] [PATCH v3 09/10] rockchip: dts: rk3328: support and enable dwc2
 2017-06-06 21:09 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: clk: rk3036: correct setting for pll integer mode
 2017-06-06 21:09 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Enable video in the rk3399-puma defconfig (includes rk_hdmi.c fix for compile warning)
 2017-06-06 21:09 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] rockchip: video: rk_hdmi: fix implicit definition warnings
` [U-Boot] [PATCH 2/2] rockchip: defconfig: puma-rk3399: update defconfig with video-support

[U-Boot] [PATCH 0/7] serial: mxc: Add debug uart support
 2017-06-06 21:09 UTC  (15+ messages)
` [U-Boot] [PATCH 1/7] serial: mxc: Add common mxc_uart reg space
` [U-Boot] [PATCH 2/7] serial: mxc: Use RFDIV in dm-code
` [U-Boot] [PATCH 3/7] serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrg
` [U-Boot] [PATCH 4/7] serial: mxc: Move common init into _mxc_serial_init
` [U-Boot] [PATCH 5/7] serial: mxc: Move common baud gen into _mxc_serial_setbrg
` [U-Boot] [PATCH 6/7] serial: mxc: Code cleanup
` [U-Boot] [PATCH 7/7] serial: mxc: Add debug uart support

[U-Boot] [PATCHv5 1/3] ARM64: dts: hi3798cv200-poplar: add device tree bindings
 2017-06-06 21:08 UTC  (2+ messages)

[U-Boot] [PATCH v5 00/11] usb: Extend ehci and ohci generic drivers
 2017-06-06 21:08 UTC  (6+ messages)
` [U-Boot] [PATCH v5 02/11] reset: add reset_count()

[U-Boot] [PATCH v6 00/11] usb: Extend ehci and ohci generic drivers
 2017-06-06 21:08 UTC  (3+ messages)
` [U-Boot] [PATCH v6 04/11] clk: add clk_count()

[U-Boot] [PATCH] rockchip: rk3288: grf: Fix shift for RK3288_TXCLK_DLY_ENA_GMAC_ENABLE
 2017-06-06 21:08 UTC  (2+ messages)

[U-Boot] [PATCH] power: regulator: palmas: Add smps12 dual regulator for tps65917
 2017-06-06 21:08 UTC  (2+ messages)

[Buildroot] [PATCH] uclibc: add upstream patch to fix gdbm compile issue
 2017-06-06 21:08 UTC 

[U-Boot] [PATCH] video: atmel_hlcdfb: Fix misaligned cache operation warning
 2017-06-06 21:08 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] power: pmic: Add support for LP87565 family of PMICs
 2017-06-06 21:08 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] power: pmic: lp87565: Add the basic pmic support
` [U-Boot] [PATCH 2/2] power: regulator: lp87565: add regulator support

[U-Boot] [RFC PATCH 0/5] move boot0 hook in the beginning for armv7
 2017-06-06 21:08 UTC  (2+ messages)

Repeatable inet6_dump_fib crash in stock 4.12.0-rc4+
 2017-06-06 21:06 UTC 

[GIT PULL] [PATCH] saa7164: Bug - Double fetch PCIe access condition
 2017-06-06 21:06 UTC  (3+ messages)

[BUG] Unable to handle kernel paging request for unaligned access at address 0xc0000001c52c53df
 2017-06-06 21:04 UTC  (3+ messages)
  ` [LTP] "

Feature request: Please add support to stash specific files
 2017-06-06 21:03 UTC  (4+ messages)

minimum commit id length when fixing a patch
 2017-06-06 21:03 UTC  (4+ messages)

[PATCH] mount.nfs: Use default minor version when -t nfs4 is specified
 2017-06-06 21:02 UTC  (3+ messages)

[Buildroot] [git commit] package/stella: bump version to 4.7.3
 2017-06-06 21:02 UTC 

[Buildroot] [PATCH 1/1] imx-uuc: fix start-stop-daemon stop failure
 2017-06-06 21:02 UTC  (2+ messages)

[Buildroot] [git commit] imx-uuc: fix start-stop-daemon stop failure
 2017-06-06 21:01 UTC 

[Buildroot] [PATCH] new package: ratpoison
 2017-06-06 21:01 UTC  (3+ messages)
` [Buildroot] [PATCH v2] "

[PATCH net-next 0/5] net: dsa: add cross-chip VLAN support
 2017-06-06 20:56 UTC  (6+ messages)
` [PATCH net-next 1/5] net: dsa: mv88e6xxx: define membership on VLAN add
` [PATCH net-next 2/5] net: dsa: check VLAN capability of every switch
` [PATCH net-next 3/5] net: dsa: add CPU and DSA ports as VLAN members
` [PATCH net-next 4/5] net: dsa: mv88e6xxx: exclude all ports in new VLAN
` [PATCH net-next 5/5] net: dsa: mv88e6xxx: do not purge a VTU entry

[PATCH 0/7] drm/vc4: Add writeback support to the VC4 driver
 2017-06-06 20:59 UTC  (7+ messages)
` [PATCH 3/7] drm/vc4: Mimic drm_atomic_helper_commit() behavior
` [PATCH 4/7] drm/vc4: Use drm_atomic_helper_wait_for_flip_done()

[PATCH V2] xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU
 2017-06-06 20:58 UTC  (3+ messages)

[PATCH] security/keys: rewrite all of big_key crypto
 2017-06-06 20:58 UTC  (3+ messages)

[PATCH net-next v2 0/3] udp: reduce cache pressure
 2017-06-06 20:58 UTC  (5+ messages)
` [PATCH net-next v2 2/3] udp: avoid a cache miss on dequeue
` [PATCH net-next v2 3/3] udp: try to avoid 2 "

[Buildroot] [git commit] ratpoison: new package
 2017-06-06 20:58 UTC 

Stopping clusters in developer mode
 2017-06-06 20:58 UTC  (2+ messages)

[PATCH v3 0/7] V4L2 fwnode support
 2017-06-06 20:57 UTC  (4+ messages)
` [PATCH v3 5/7] docs-rst: media: Sort topic list alphabetically

[GIT] Networking
 2017-06-06 20:57 UTC 

[GIT] Sparc
 2017-06-06 20:57 UTC  (2+ messages)

GSS sequence number window
 2017-06-06 20:56 UTC  (13+ messages)

[PATCH] qla2xxx: Fix compile warning
 2017-06-06 20:55 UTC 

[PATCH] drm/amdgpu/gfx8: drop per-APU CU limits
 2017-06-06 20:55 UTC  (2+ messages)

[PATCH 3.18 00/33] 3.18.56-stable review
 2017-06-06 20:55 UTC  (3+ messages)

[PATCH 5/7] RISC-V: arch/riscv/lib
 2017-06-06 20:53 UTC  (2+ messages)

[PATCH] Btrfs: fix Null pointer dereference in dio read endio
 2017-06-06 19:52 UTC 

[PATCH 12/67] drm/i915/cnl: Introduce initial Cannonlake Workarounds
 2017-06-06 20:53 UTC  (2+ messages)
` [PATCH] "

[RFC PATCH 00/10] Basic KVM SGX Virtualization support
 2017-06-06 20:52 UTC  (10+ messages)
` [PATCH 08/10] kvm: vmx: add guest's IA32_SGXLEPUBKEYHASHn runtime switch support
    ` [intel-sgx-kernel-dev] "

[PATCH 3.18 00/68] 3.18.52-stable review
 2017-06-06 20:52 UTC  (3+ messages)

[Bug 101322] New: GM108/NV118: 0 MiB DDR3 and boot crash in gf100_ltc_oneinit_tag_ram
 2017-06-06 20:52 UTC  (2+ messages)
  ` [Bug 101322] "

[PATCH 0/2] ASoC: Intel: Add Kabylake machine driver for RT5663+RT5514+MAX98927
 2017-06-06 20:51 UTC  (3+ messages)
` [PATCH 1/2] ASoC: Intel: Add Kabylake machine driver for RT5514, RT5663 and MAX98927
` [PATCH 2/2] ASoC: Intel: Add Kabylake RT5663+RT5514+MAX98927 machine driver entry

[PATCH 0/2] Remove LSM303DL series from acc-magn spi_device_id tables
 2017-06-06 20:51 UTC  (3+ messages)
` [PATCH 1/2] iio: accel: st_accel_spi: fix spi_device_id table
` [PATCH 2/2] iio: magnetometer: st_magn_spi: "

[PATCH v2] platform/x86: wmi-bmof: New driver to expose embedded Binary WMI MOF metadata
 2017-06-06 20:50 UTC  (4+ messages)

CLK_OF_DECLARE advice required
 2017-06-06 20:49 UTC  (11+ messages)

[Buildroot] [PATCH v6 1/2] rhash: new package
 2017-06-06 20:48 UTC  (4+ messages)
` [Buildroot] [PATCH v6 2/2] cmake: bump version to 3.8.2

[Buildroot] [git commit] cmake: bump version to 3.8.2
 2017-06-06 20:48 UTC 

[Buildroot] [git commit] rhash: new package
 2017-06-06 20:47 UTC 

[PULL] topic/e1000e-fix
 2017-06-06 20:46 UTC  (6+ messages)
  ` [PATCH v2 1/1] e1000e: Undo e1000e_pm_freeze if __e1000_shutdown fails
        ` [Intel-wired-lan] "

[PATCH v1] ibmvscsis: Use tpgt passed in by user
 2017-06-06 20:45 UTC 

[PATCH 0/3 v4] Fixups for l_pid
 2017-06-06 20:45 UTC  (4+ messages)
` [PATCH 1/3] fs/locks: Use allocation rather than the stack in fcntl_getlk()
` [PATCH 2/3] fs/locks: Remove fl_nspid
` [PATCH 3/3] fs/locks: Use fs-specific l_pid for remote locks

[Intel-wired-lan] [PATCH] ixgbe: prevent driver configuration changes while XDP is loaded
 2017-06-06 20:43 UTC  (4+ messages)

[Buildroot] [git commit branch/2017.02.x] package/x11r7/xserver_xorg-server: fix gcc5+ build with version 1.14.7
 2017-06-06 20:43 UTC 

[Buildroot] [PATCH 1/1] package/x11r7/xserver_xorg-server: fix gcc5+ build with version 1.14.7
 2017-06-06 20:43 UTC  (3+ messages)

[Buildroot] [git commit branch/2017.05.x] package/x11r7/xserver_xorg-server: fix gcc5+ build with version 1.14.7
 2017-06-06 20:42 UTC 

[RFC PATCH v2 0/7] cgroup-aware OOM killer
 2017-06-06 20:42 UTC  (6+ messages)
` [RFC PATCH v2 1/7] mm, oom: refactor select_bad_process() to take memcg as an argument

[PATCH v3] arch/sparc: support NR_CPUS = 4096
 2017-06-06 20:42 UTC  (3+ messages)

[PATCH 0/3 v3] Fixups for l_pid
 2017-06-06 20:41 UTC  (6+ messages)
` [PATCH 2/3] fs/locks: Remove fl_nspid

[GIT PULL FOR v4.13] Various fixes/improvements
 2017-06-06 20:40 UTC 

[PATCH 0/5] misc multipath patches
 2017-06-06 20:40 UTC  (2+ messages)

[PATCH net-next v2 1/2] bpf: Allow CGROUP_SKB eBPF program to access sk_buff
 2017-06-06 20:40 UTC  (3+ messages)

[PATCH net-next] bpf: cgroup skb progs cannot access ld_abs/ind
 2017-06-06 20:40 UTC  (2+ messages)

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-06-06 20:38 UTC  (5+ messages)
` [RFC 11/55] KVM: arm64: Emulate taking an exception to the guest hypervisor

Get configuration from SRV records?
 2017-06-06 20:52 UTC  (2+ messages)

[PATCH 6/7] RISC-V: arch/riscv/kernel
 2017-06-06 20:38 UTC  (2+ messages)

[[PATCH]] drivers: leds/trigger: system cannot enter suspend
 2017-06-06 20:38 UTC  (6+ messages)

[PATCH 2/7] RISC-V: arch/riscv Makefile and Kconfigs
 2017-06-06 20:38 UTC  (2+ messages)

[PATCH 6/7] RISC-V: arch/riscv/kernel
 2017-06-06 20:37 UTC  (2+ messages)

(unknown),
 2017-06-06 20:36 UTC 

[PATCH v4] net: don't call strlen on non-terminated string in dev_set_alias()
 2017-06-06 20:36 UTC  (2+ messages)

[patch resend] compiler, clang: suppress warning for unused static inline functions
 2017-06-06 20:36 UTC 

[PATCH 0/2] Revert "iio: accel: bma180: Add support for BMA250E"
 2017-06-06 20:35 UTC  (3+ messages)
` [PATCH 1/2] Revert "iio: accel: bma180: Add ACPI enumeration "
` [PATCH 2/2] Revert "iio: accel: bma180: Add "

TCP traffic in ipip tunnel inside wireguard connection
 2017-06-06 20:49 UTC  (2+ messages)

[PATCH v7 00/13] xfs: preparing for online scrub support
 2017-06-06 20:35 UTC  (5+ messages)
` [PATCH 10/13] xfs: refactor the ifork block counting function

[PATCH 1/4] eal: introduce the rte macro for always inline
 2017-06-06 20:35 UTC  (3+ messages)

[Buildroot] [PATCH v3 1/2] erlang-p1-oauth2: New package
 2017-06-06 20:34 UTC  (2+ messages)

[PATCH 0/4] [media] davinci: vpif_capture: raw camera support
 2017-06-06 20:34 UTC  (3+ messages)

[Buildroot] [git commit] ejabberd: bump to version 17.04
 2017-06-06 20:34 UTC 

[Buildroot] [git commit] erlang-p1-oauth2: New package
 2017-06-06 20:34 UTC 

Fix CZ EDC workarounds and provide a kernel parameter to control use of EDC
 2017-06-06 20:32 UTC  (4+ messages)
  ` [PATCH 1/3] drm/amdgpu: Moved gfx_v8_0_select_se_sh() in lieu of re-redundant prototype
  ` [PATCH 2/3] drm/amdgpu: Complete Carrizo EDC (Error Detection and Correction) workarounds
  ` [PATCH 3/3] drm/amdgpu: Add kernel parameter to control use of ECC/EDC


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.