All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-15 02:41:18 to 2019-11-15 04:51:02 UTC [more...]

[RFC PATCH v1 00/10] s390/vfio-ccw: Channel Path Handling
 2019-11-15  2:56 UTC  (11+ messages)
` [RFC PATCH v1 01/10] vfio-ccw: Introduce new helper functions to free/destroy regions
` [RFC PATCH v1 02/10] vfio-ccw: Register a chp_event callback for vfio-ccw
` [RFC PATCH v1 03/10] vfio-ccw: Use subchannel lpm in the orb
` [RFC PATCH v1 04/10] vfio-ccw: Refactor the unregister of the async regions
` [RFC PATCH v1 05/10] vfio-ccw: Introduce a new schib region
` [RFC PATCH v1 06/10] vfio-ccw: Introduce a new CRW region
` [RFC PATCH v1 07/10] vfio-ccw: Refactor IRQ handlers
` [RFC PATCH v1 08/10] vfio-ccw: Wire up the CRW irq and CRW region
` [RFC PATCH v1 09/10] vfio-ccw: Add trace for CRW event
` [RFC PATCH v1 10/10] vfio-ccw: Remove inline get_schid() routine

[PATCH v4 00/47] QUICC Engine support on ARM and ARM64
 2019-11-15  4:50 UTC  (15+ messages)
` [PATCH v4 07/47] soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
` [PATCH v4 32/47] serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
` [PATCH v4 45/47] net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
` [PATCH v4 46/47] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32

[PATCH v1] i2c: of: Populate fwnode in of_i2c_get_board_info()
 2019-11-15  4:50 UTC 

[DISCUSSION] Growing the Git community
 2019-11-15  4:48 UTC  (9+ messages)

WARN_ONCE does not warn once
 2019-11-15  4:43 UTC  (3+ messages)

[PATCH v4 bpf-next 0/4] Add support for memory-mapping BPF array maps
 2019-11-15  4:45 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/4] bpf: switch bpf_map ref counter to 64bit so bpf_map_inc never fails
` [PATCH v4 bpf-next 2/4] bpf: add mmap() support for BPF_MAP_TYPE_ARRAY
` [PATCH v4 bpf-next 3/4] libbpf: make global data internal arrays mmap()-able, if possible
` [PATCH v4 bpf-next 4/4] selftests/bpf: add BPF_TYPE_MAP_ARRAY mmap() tests

linux-next: manual merge of the pwm tree with the devicetree tree
 2019-11-15  4:44 UTC 

[PULL] RISC-V Fixes for 4.2-rc2
 2019-11-15  4:41 UTC  (9+ messages)
` [PULL 1/4] remove unnecessary ifdef TARGET_RISCV64
` [PULL 2/4] target/riscv: Remove atomic accesses to MIP CSR
` [PULL 3/4] opensbi: Upgrade from v0.4 to v0.5
` [PULL 4/4] riscv/virt: Increase flash size

[PATCH v5 1/3] tty: serial: qcom_geni_serial: IRQ cleanup
 2019-11-15  4:41 UTC  (3+ messages)

[PATCH] drm/amdgpu: Fix the null pointer issue for tdr
 2019-11-15  4:39 UTC  (21+ messages)

[PATCH] Modify tests to work with clang
 2019-11-15  4:38 UTC 

[PATCH] media: hantro: make update_dpb() not leave holes in DPB
 2019-11-15  4:36 UTC  (2+ messages)

linux-next: build warning after merge of the vhost tree
 2019-11-15  4:36 UTC 

[PATCH v5 0/9] git add -i: add a rudimentary version in C (supporting only status and help so far)
 2019-11-15  4:35 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/9] Start to implement a built-in version of `git add --interactive`

console output duplicated when registering additional consoles
 2019-11-15  4:33 UTC  (4+ messages)

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-11-15  4:30 UTC  (5+ messages)
` [PATCH 02/10] nvdimm: remove prototypes for nonexistent functions

[PATCH rfc bpf-next 0/8] Optimize BPF tail calls for direct jumps
 2019-11-15  4:29 UTC  (5+ messages)
` [PATCH rfc bpf-next 7/8] bpf, x86: emit patchable direct jump as tail call
` [PATCH rfc bpf-next 8/8] bpf: constant map key tracking for prog array pokes

[Bug 112288] Blank display on Ubuntu 19.10 on Ryzen 3 2200G and Ryzen 5 2400G APUs
 2019-11-15  4:29 UTC  (3+ messages)

[PATCH] powerpc/powernv: Disable native PCIe port management
 2019-11-15  4:28 UTC  (3+ messages)

[PATCH v2 net-next 0/2] Bare UDP L3 Encapsulation Module
 2019-11-15  4:24 UTC  (6+ messages)
  ` [PATCH v2 net-next 1/2] UDP tunnel encapsulation module for tunnelling different protocols like MPLS,IP,NSH etc
  ` [PATCH v2 net-next 2/2] Special handling for IP & MPLS

[PATCH 0/6] VFIO mdev aggregated resources handling
 2019-11-15  4:24 UTC  (5+ messages)

[RFC 0/2] docs: ftrace: Clarify the RAM impact of buffer_size_kb
 2019-11-15  4:24 UTC  (6+ messages)
` [RFC 1/2] "

[RFC PATCH v1 0/8] s390x/vfio-ccw: Channel Path Handling
 2019-11-15  3:34 UTC  (9+ messages)
` [RFC PATCH v1 1/8] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
` [RFC PATCH v1 2/8] vfio-ccw: Don't inject an I/O interrupt if the subchannel is not enabled
` [RFC PATCH v1 3/8] linux-headers: update
` [RFC PATCH v1 4/8] vfio-ccw: Refactor cleanup of regions
` [RFC PATCH v1 5/8] vfio-ccw: Add support for the schib region
` [RFC PATCH v1 6/8] vfio-ccw: Add support for the crw region
` [RFC PATCH v1 7/8] vfio-ccw: Refactor ccw irq handler
` [RFC PATCH v1 8/8] vfio-ccw: Add support for the CRW irq

[dpdk-dev] [PATCH v2] vhost: fix vring message handling broken in some case
 2019-11-15  4:15 UTC  (3+ messages)
  ` [dpdk-dev] [dpdk-stable] "

[PATCH] x86/resctrl: Add task resctrl information display
 2019-11-15  4:24 UTC  (3+ messages)

[PATCH 0/3] fix potential infinite loop in debugfs_remove_recursive
 2019-11-15  4:12 UTC  (6+ messages)
` [PATCH 1/3] dcache: add a new enum type for 'dentry_d_lock_class'
` [PATCH 2/3] fs/libfs.c: use 'spin_lock_nested' when taking 'd_lock' for dentry in simple_empty
` [PATCH 3/3] debugfs: fix potential infinite loop in debugfs_remove_recursive

[PATCH v2 05/11] object-store: allow threaded access to object reading
 2019-11-15  4:12 UTC  (3+ messages)

[PATCH 00/50] Add log level to show_stack()
 2019-11-15  3:36 UTC  (14+ messages)
                ` [OpenRISC] "

[PATCH 00/27] t: general test cleanup + `set -o pipefail`
 2019-11-15  4:09 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Be explicit in ERR_PTR handling
 2019-11-15  4:05 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
    `  "

[RFCv3] Document P2P dbus interfaces
 2019-11-15  4:02 UTC  (3+ messages)

ping6 packets high probability loss occurs by the default firewalld rule(rpfilter invert) with low traffic generated by iperf
 2019-11-15  3:57 UTC  (8+ messages)

[question] ibv_reg_mr() returning EACCESS
 2019-11-15  3:57 UTC 

[dpdk-dev] [PATCH] net: replace IP VHL DEF macro with RTE IPV4 VHL DEF
 2019-11-15  3:57 UTC  (3+ messages)

rev-list and "ambiguous" IDs
 2019-11-15  3:57 UTC  (6+ messages)

[Xen-devel] [qemu-mainline test] 144120: tolerable FAIL - PUSHED
 2019-11-15  3:48 UTC 

[android-common:android-mainline 471/472] htmldocs: include/drm/drm_connector.h:1470: warning: Function parameter or member 'pt_scan_info' not described in 'drm_connector'
 2019-11-15  3:47 UTC 

[dpdk-dev] [PATCH] lib/bpf: fix clang build warnings for aarch64
 2019-11-15  3:45 UTC  (2+ messages)

[RFC PATCH] usb: gadget: f_tcm: Added DMA32 flag while allocation of command buffer
 2019-11-15  3:43 UTC  (2+ messages)

linux-next: build warning after merge of the ftrace tree
 2019-11-15  3:43 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] net/ice: add flow mark hint support
 2019-11-15  3:41 UTC 

Zdravstvujte! Vas interesujut bazy dannyh dlja prodazhi Vashih tovarov i uslug?
 2019-11-15  3:19 UTC 

[dpdk-dev] [PATCH] net/ice: add flow mark hint support
 2019-11-15  3:39 UTC 

[PATCH 01/12] amdgpu: add UAPI for creating encrypted buffers
 2019-11-15  3:34 UTC  (36+ messages)
  ` [PATCH 02/12] tests/amdgpu: add security test suite (v2)
  ` [PATCH 03/12] tests/amdgpu: add secure buffer allocation test for system memory
  ` [PATCH 04/12] tests/amdgpu: add secure buffer allocation test for invisible VRAM
  ` [PATCH 05/12] tests/amdgpu: expand write linear helper for security (v3)
  ` [PATCH 06/12] tests/amdgpu: add device handle as input param for exec_cs_helper and write_linear_helper (v4)
  ` [PATCH 07/12] amdgpu: using IB flags for TMZ or non-TMZ
  ` [PATCH 08/12] tests/amdgpu: expand secure param for exec_cs_helper
  ` [PATCH 09/12] tests/amdgpu: add atomic_mem cp_packet to verify the secure buffer
  ` [PATCH 10/12] tests/amdgpu: add test to submit a gfx command with secure context
  ` [PATCH 11/12] tests/amdgpu: add atomic dma command to verify the secure buffer
  ` [PATCH 12/12] tests/amdgpu: add test to submit a sdma command with secure context

[v3,net-next, 2/2] enetc: update TSN Qbv PSPEED set according to adjust link speed
 2019-11-15  3:33 UTC  (3+ messages)
` [v4,net-next, 1/2] enetc: Configure the Time-Aware Scheduler via tc-taprio offload
  ` [v4,net-next, 2/2] enetc: update TSN Qbv PSPEED set according to adjust link speed

[PATCH 00/12] Initial TMZ support for libdrm and amdgpu_test
 2019-11-15  3:34 UTC  (3+ messages)

[PATCH v2 00/10] learn the "summary" pretty format
 2019-11-15  3:33 UTC  (4+ messages)
` [PATCH v3 00/10] learn the "reference" "
  ` [PATCH v3 09/10] pretty: implement 'reference' format

[PATCH v4 0/7] UFS driver general fixes bundle 3
 2019-11-15  3:33 UTC  (4+ messages)
` [PATCH v4 3/7] scsi: ufs: Fix up auto hibern8 enablement

[RFC v2] writeback: add elastic bdi in cgwb bdp
 2019-11-15  3:32 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD INCOMPLETE 1f477686ea05a2299e6a262ccb311ec2378d8e57
 2019-11-15  3:31 UTC 

[PATCH 1/2] dt-bindings: thermal: sprd: Add the Spreadtrum thermal documentation
 2019-11-15  3:28 UTC  (3+ messages)

[PATCH v5] iotests: Test NBD client reconnection
 2019-11-15  3:25 UTC  (3+ messages)

[PATCH v9 Kernel 0/5] Add KABIs to support migration for VFIO devices
 2019-11-15  3:21 UTC  (11+ messages)
` [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap

[PATCH] drivers/base: Fix memory leak in error paths
 2019-11-15  3:26 UTC  (2+ messages)

[PATCH] io_uring: Fix LINK_TIMEOUT checks
 2019-11-15  3:22 UTC  (5+ messages)

[PATCH v2 01/13] media: uvcvideo: drop error check of debugfs_create_dir()
 2019-11-15  3:21 UTC  (8+ messages)
` [PATCH v2 05/13] usb: musb: create debugfs directory under usb root

[PATCH] ext4: bio_alloc never fails
 2019-11-15  3:24 UTC  (5+ messages)
` [PATCH v2] ext4: bio_alloc with __GFP_DIRECT_RECLAIM "

[PATCH 0/1] usb: gadget: add raw-gadget interface
 2019-11-15  3:20 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH 0/7] devfreq: improve devfreq statistics counting
 2019-11-15  3:25 UTC  (10+ messages)
  ` [PATCH 3/7] devfreq: add clearing transitions stats in sysfs
  ` [PATCH 7/7] devfreq: move statistics to separate struct

[PATCH] mm: Improve PageAnon() to check the whole PAGE_MAPPING_FLAGS
 2019-11-15  3:18 UTC 

Zdravstvujte! Vas interesujut bazy dannyh dlja prodazhi Vashih tovarov i uslug?
 2019-11-15  3:19 UTC  (2+ messages)

[PATCH] ext4: code cleanup for get_next_id
 2019-11-15  3:16 UTC  (2+ messages)

[PATCH] dmaengine: sf-pdma: fix kernel-doc W=1 warning
 2019-11-15  3:10 UTC 

[PATCH v2 0/2] mm: remove the memory isolate notifier
 2019-11-15  3:06 UTC  (4+ messages)
` [PATCH v2 1/2] "

[U-Boot] Please pull u-boot-dm
 2019-11-15  3:08 UTC 

Linux 3.16.77
 2019-11-15  3:06 UTC 

[U-Boot] [PATCH v3 00/22] rockchip: ram: add common code for sdram driver
 2019-11-15  3:04 UTC  (23+ messages)
` [U-Boot] [PATCH v3 01/22] ram: rockchip: rename sdram.h to sdram_rk3288.h
` [U-Boot] [PATCH v3 02/22] ram: rockchip: rename sdram_common.c/h to sdram.c
` [U-Boot] [PATCH v3 03/22] rockchip: sdram: move cap structure and debug function to sdram_common.h
` [U-Boot] [PATCH v3 04/22] rockchip: sdram: extend to use sys_reg3 for capacity info
` [U-Boot] [PATCH v3 05/22] rockchip: sdram: update the sys_reg to sys_reg2
` [U-Boot] [PATCH v3 06/22] ram: rockchip: add common code for sdram driver
` [U-Boot] [PATCH v3 07/22] ram: rockchip: move sdram_debug function into sdram_common
` [U-Boot] [PATCH v3 08/22] ram: rockchip: Default enable DRAM debug info
` [U-Boot] [PATCH v3 09/22] ram: rockchip: add controller code for PX30
` [U-Boot] [PATCH v3 10/22] ram: rockchip: add phy driver "
` [U-Boot] [PATCH v3 11/22] ram: rockchip: add common msch reg definition
` [U-Boot] [PATCH v3 12/22] ram: px30: add sdram driver
` [U-Boot] [PATCH v3 13/22] ram: rk3328: use common "
` [U-Boot] [PATCH v3 14/22] ram: rk3399: migrate to use common code
` [U-Boot] [PATCH v3 15/22] ram: rk3399: Clean up code
` [U-Boot] [PATCH v3 16/22] ram: rk3399: fix error about get_ddrc0_con reg addr
` [U-Boot] [PATCH v3 17/22] ram: rk3399: update the function of sdram_init
` [U-Boot] [PATCH v3 18/22] ram: rk3399: add support detect capacity
` [U-Boot] [PATCH v3 19/22] ram: rockchip: update lpddr4 timing for rk3399
` [U-Boot] [PATCH v3 20/22] ram: rk3399: Sync the io setting from Rockchip vendor code
` [U-Boot] [PATCH v3 21/22] ram: rk3399: update calculate_stride
` [U-Boot] [PATCH v3 22/22] ram: rk3399: Fix dram setting to make dram more stable

[PATCH v3 0/2] arm64: dts: Initial RTD1619 SoC and Realtek Mjolnir EVB support
 2019-11-15  3:03 UTC  (3+ messages)

[RFC v2 0/4] perf tools: Add support for some spe events and precise ip
 2019-11-15  2:59 UTC  (5+ messages)
` [RFC v2 4/4] perf tools: Support "branch-misses:pp" on arm64

[PATCH 2/3] mm: Introduce subsection_dev_map
 2019-11-15  2:57 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] rockchip: Convert to use FIT generator for optee
 2019-11-15  2:58 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] rockchip: lion-rk3368: Migrate to use common FIT generator
` [U-Boot] [PATCH 3/3] Kconfig: Enable building of u-boot.itb on Rockchip platform

linux-next: manual merge of the ftrace tree with the arm64 tree
 2019-11-15  2:53 UTC 

phosphor-bmc-code-memt: Support redfish remote firmware update with static layout image
 2019-11-15  2:51 UTC  (2+ messages)

[U-Boot] [v3] armv8: ls1028a: disable multimedia feature when not supported
 2019-11-15  2:51 UTC 

【question】
 2019-11-15  2:47 UTC 

[PATCH 1/2] drm/amdgpu/ras: Extract amdgpu_ras_save_bad_pages from amdgpu_ras_reserve_bad_pages
 2019-11-15  2:42 UTC  (6+ messages)

[PATCH net] tcp: switch snprintf to scnprintf
 2019-11-15  2:41 UTC  (3+ 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.