All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-11 14:50:15 to 2019-06-11 14:56:09 UTC [more...]

[PATCH v4 00/14] epoll: support pollable epoll from userspace
 2019-06-11 14:54 UTC  (14+ messages)
` [PATCH v4 01/14] epoll: move private helpers from a header to the source
` [PATCH v4 03/14] epoll: allocate user header and user events ring for polling from userspace
` [PATCH v4 04/14] epoll: some sanity flags checks for epoll syscalls "
` [PATCH v4 05/14] epoll: offload polling to a work in case of epfd polled "
` [PATCH v4 06/14] epoll: introduce helpers for adding/removing events to uring
` [PATCH v4 07/14] epoll: call ep_add_event_to_uring() from ep_poll_callback()
` [PATCH v4 08/14] epoll: support polling from userspace for ep_insert()
` [PATCH v4 09/14] epoll: support polling from userspace for ep_remove()
` [PATCH v4 10/14] epoll: support polling from userspace for ep_modify()
` [PATCH v4 11/14] epoll: support polling from userspace for ep_poll()
` [PATCH v4 12/14] epoll: support mapping for epfd when polled from userspace
` [PATCH v4 13/14] epoll: implement epoll_create2() syscall
` [PATCH v4 14/14] kselftest: add uepoll-test which tests polling from userspace

[PATCH v4 1/2] meta: license: fix non-SPDX license being removed from INCOMPATIBLE_LICENSE
 2019-06-11 14:56 UTC  (6+ messages)
` [PATCH v4 2/2] selftests: add tests for INCOMPATIBLE_LICENSE

[PATCH 00/28] powerpc/64s interrupt handler cleanups, gasification
 2019-06-11 14:30 UTC  (4+ messages)
` [PATCH 04/28] powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants
` [PATCH 05/28] powerpc/64s/exception: fix sreset KVM test code
` [PATCH 06/28] powerpc/64s/exception: remove the "extra" macro parameter

[PATCH] RDMA/mlx4: Spread completion vectors for proxy CQs
 2019-06-11 14:55 UTC  (3+ messages)

Why "must" we upgrade the kernels? A hint would be nice
 2019-06-11 14:54 UTC  (2+ messages)

[PATCH] svc_run: make sure only one svc_run loop runs in one process
 2019-06-11 14:54 UTC  (3+ messages)

[U-Boot] [PATCH 0/5] sunxi: env: Load environment from boot media
 2019-06-11 14:53 UTC  (6+ messages)

[dpdk-dev] [PATCH] acl: fix build issue with some arm64 compiler
 2019-06-11 14:53 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 00/92] ram: rk3399: Add LPDDR4 support
 2019-06-11 14:53 UTC  (165+ messages)
  ` [PATCH 12/92] ram: rk3399: Add row_3_4 enc macro
    ` [U-Boot] "
  ` [PATCH 13/92] ram: rk3399: Add chipinfo macro
    ` [U-Boot] "
  ` [PATCH 14/92] ram: rk3399: Add rank enc macro
    ` [U-Boot] "
  ` [PATCH 15/92] ram: rk3399: Add column "
    ` [U-Boot] "
  ` [PATCH 16/92] ram: rk3399: Add bk "
    ` [U-Boot] "
  ` [PATCH 17/92] ram: rk3399: Add dbw "
    ` [U-Boot] "
  ` [PATCH 18/92] ram: rk3399: Add cs0_rw macro
    ` [U-Boot] "
  ` [PATCH 19/92] ram: rk3399: Add cs1_rw macro
    ` [U-Boot] "
  ` [PATCH 20/92] ram: rk3399: Add bw enc macro
    ` [U-Boot] "
  ` [PATCH 21/92] ram: rk3399: Rename sys_reg with sys_reg2
    ` [U-Boot] "
  ` [PATCH 22/92] ram: rk3399: Update cs0_row to use sys_reg3
    ` [U-Boot] "
  ` [PATCH 23/92] ram: rk3399: Update cs1_row "
    ` [U-Boot] "
  ` [PATCH 24/92] ram: rk3399: Add cs1_col enc macro
    ` [U-Boot] "
  ` [PATCH 25/92] ram: rk3399: Add ddr version "
    ` [U-Boot] "
  ` [PATCH 26/92] ram: rk3399: Add ddrtimingC0
    ` [U-Boot] "
  ` [PATCH 27/92] ram: rk3399: Add DdrMode
    ` [U-Boot] "
  ` [PATCH 28/92] ram: rk3399: Handle pctl_cfg return type
    ` [U-Boot] "
  ` [PATCH 29/92] ram: rk3399: s/tsel_wr_select_n/tsel_wr_select_dq_n
    ` [U-Boot] "
  ` [PATCH 30/92] ram: rk3399: s/tsel_wr_select_p/tsel_wr_select_dq_p
    ` [U-Boot] "
  ` [PATCH 31/92] ram: rk3399: s/ca_tsel_wr_select_n/tsel_wr_select_ca_n
    ` [U-Boot] "
  ` [PATCH 32/92] ram: rk3399: s/ca_tsel_wr_select_p/tsel_wr_select_ca_p
    ` [U-Boot] "
  ` [PATCH 33/92] ram: rk3399: Order tsel variables
    ` [U-Boot] "
  ` [PATCH 34/92] ram: rk3399: Add phy pctrl reset support
    ` [U-Boot] "
  ` [PATCH 35/92] ram: rk3399: Move pwrup_srefresh_exit to dram_info
    ` [U-Boot] "
  ` [PATCH 36/92] ram: rk3399: Add pctl start support
    ` [U-Boot] "
  ` [PATCH 37/92] ram: rockchip: rk3399: Add cap_info structure
    ` [U-Boot] "
  ` [PATCH 38/92] ram: rk3399: s/rk3399_base_params/sdram_base_params
    ` [U-Boot] "
  ` [PATCH 39/92] ram: rk3399: Move common sdram structures in common header
    ` [U-Boot] "
  ` [PATCH 40/92] arm: include: rockchip: Move dramtypes to "
    ` [U-Boot] "
  ` [PATCH 41/92] arm: include: rockchip: Add DDR4 enum
    ` [U-Boot] "
  ` [PATCH 42/92] ram: rockchip: Add initial Kconfig
    ` [U-Boot] "
  ` [PATCH 43/92] debug_uart: Add printdec
    ` [U-Boot] "
  ` [PATCH 44/92] ram: rockchip: Add debug sdram driver
    ` [U-Boot] "
  ` [PATCH 45/92] ram: rockchip: debug: Add sdram_print_ddr_info
    ` [U-Boot] "
  ` [PATCH 46/92] ram: rockchip: debug: Get the cs capacity
    ` [U-Boot] "
  ` [PATCH 47/92] ram: rk3399: debug: Add sdram_print_stride
    ` [U-Boot] "
  ` [PATCH 48/92] ram: rk3399: Compute stride for 2 channels
    ` [U-Boot] "
  ` [PATCH 49/92] ram: rk3399: Compute stride for 1 channel a
    ` [U-Boot] "
  ` [PATCH 50/92] ram: rk3399: Add rank detection support
    ` [U-Boot] "
  ` [PATCH 51/92] ram: rk3399: Enable sdram debug functions
    ` [U-Boot] "
  ` [PATCH 52/92] rockchip: dts: rk3399: nanopi-neo4: Use DDR3-1866 dtsi
    ` [U-Boot] "
  ` [PATCH 53/92] clk: rockchip: rk3399: Fix check patch warnings and checks
    ` [U-Boot] "
  ` [PATCH 54/92] clk: rockchip: rk3399: Set 50MHz ddr clock
    ` [U-Boot] "
  ` [PATCH 55/92] clk: rockchip: rk3399: Set 400MHz "
    ` [U-Boot] "
  ` [PATCH 56/92] ram: rk3399: Add spaces in pctl_cfg
    ` [U-Boot] "
  ` [PATCH 57/92] ram: rk3399: Configure phy IO in ds odt
    ` [U-Boot] "
  ` [PATCH 58/92] ram: rk3399: Add lpddr4 rank mask for cs training
    ` [U-Boot] "
  ` [PATCH 59/92] ram: rk3399: Add lpddr4 rank mask for wdql training
    ` [U-Boot] "
  ` [PATCH 60/92] ram: rk3399: Move mode_sel assignment
    ` [U-Boot] "
  ` [PATCH 61/92] ram: rk3399: Don't wait for PLL lock in lpddr4
    ` [U-Boot] "
  ` [PATCH 62/92] ram: rk3399: Avoid two channel ZQ Cal Start at the same time
    ` [U-Boot] "
  ` [PATCH 63/92] ram: rk3399: Configure PHY_898, PHY_919 for lpddr4
    ` [U-Boot] "
  ` [PATCH 64/92] ram: rk3399: Configure BOOSTP_EN, BOOSTN_EN "
    ` [U-Boot] "
  ` [PATCH 65/92] ram: rk3399: Configure SLEWP_EN, SLEWN_EN "
    ` [U-Boot] "
  ` [PATCH 66/92] ram: rk3399: Configure PHY RX_CM_INPUT "
    ` [U-Boot] "
  ` [PATCH 67/92] ram: rk3399: Map chipselect "
    ` [U-Boot] "
  ` [PATCH 68/92] ram: rk3399: Configure tsel write ca "
    ` [U-Boot] "
  ` [PATCH 69/92] ram: rk3399: Don't disable dfi dram clk for lpddr4, rank 1
    ` [U-Boot] "
  ` [PATCH 70/92] ram: rk3399: Add IO settings
    ` [U-Boot] "
  ` [PATCH 71/92] ram: sdram: Configure lpddr4 tsel rd, wr based on "
    ` [U-Boot] "
  ` [PATCH 72/92] ram: rk3399: Add tsel control clock drive
    ` [U-Boot] "
  ` [PATCH 73/92] ram: rk3399: Configure soc odt support
    ` [U-Boot] "
  ` [PATCH 74/92] ram: rk3399: Get lpddr4 tsel_rd_en from io settings
    ` [U-Boot] "
  ` [PATCH 75/92] ram: rk3399: Update lpddr4 vref based on "
    ` [U-Boot] "
  ` [PATCH 76/92] ram: rk3399: Update lpddr4 mode_sel "
    ` [U-Boot] "
  ` [PATCH 77/92] ram: rk3399: Update lpddr4 vref_mode_ac
    ` [U-Boot] "
  ` [PATCH 78/92] ram: rk3399: Add LPPDR4 mr detection
    ` [U-Boot] "
  ` [PATCH 79/92] arm: include: rockchip: Add rk3399 pmu file
    ` [U-Boot] "
  ` [PATCH 80/92] rockchip: rk3399: syscon: Add pmu support
    ` [U-Boot] "
  ` [PATCH 81/92] rockchip: dts: rk3399: Add u-boot,dm-pre-reloc for pmu
    ` [U-Boot] [PATCH 81/92] rockchip: dts: rk3399: Add u-boot, dm-pre-reloc "
  ` [PATCH 82/92] ram: rk3399: Add LPPDDR4-400 timings inc
    ` [U-Boot] "
  ` [PATCH 83/92] ram: rk3399: Add LPPDDR4-800 "
    ` [U-Boot] "
  ` [PATCH 84/92] ram: rk3399: Add lpddr4 set rate support
    ` [U-Boot] "
  ` [PATCH 85/92] ram: rk3399: Set lpddr4 dq odt
    ` [U-Boot] "
  ` [PATCH 86/92] ram: rk3399: Set lpddr4 ca odt
    ` [U-Boot] "
  ` [PATCH 87/92] ram: rk3399: Set lpddr4 MR3
    ` [U-Boot] "
  ` [PATCH 88/92] ram: rk3399: Set lpddr4 MR12
    ` [U-Boot] "
  ` [PATCH 89/92] ram: rk3399: Set lpddr4 MR14
    ` [U-Boot] "
  ` [PATCH 90/92] rockchip: dts: rk3399: Add LPDDR4-100 timings
    ` [U-Boot] "
  ` [PATCH 91/92] rockchip: dts: rk3399: rockpro64: Use LPDDR4-100 dtsi
    ` [U-Boot] "
  ` [PATCH 92/92] rockchip: dts: rk3399: rock-pi-4: "
    ` [U-Boot] "
    ` [U-Boot] [PATCH 00/92] ram: rk3399: Add LPDDR4 support

Environment variables set by /env/bin/init disappear when script exits
 2019-06-11 14:52 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 33 warnings (v4.19.50)
 2019-06-11 14:52 UTC 

[PATCH 1/2] gdk-pixbuf: update 2.38.0 -> 2.38.1
 2019-06-11 14:51 UTC  (2+ messages)
` [PATCH 2/2] gtk+3: update 3.24.5 -> 3.24.8

[PATCH 0/9] Multiple network connections for a single NFS mount
 2019-06-11 14:51 UTC  (6+ messages)

[PATCH v1 0/5] Solve postboot supplier cleanup and optimize probe ordering
 2019-06-11 14:51 UTC  (6+ messages)
` [PATCH v1 1/5] of/platform: Speed up of_find_device_by_node()

[RFC] drm/i915/hangcheck: Look at instdone for all engines
 2019-06-11 14:51 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

How to resolve an issue in swiotlb environment?
 2019-06-11 14:51 UTC  (3+ messages)

[PATCH] drm/amdgpu: return 0 by default in amdgpu_pm_load_smu_firmware
 2019-06-11 14:51 UTC 

[PATCH v2 1/2] dt-bindings: i2c: sun6i-p2wi: Add YAML schemas
 2019-06-11 14:50 UTC  (5+ 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.