messages from 2019-09-30 17:35:17 to 2019-09-30 18:55:13 UTC [more...]
[lustre-devel] [PATCH 000/151] lustre: update to 2.11 support
2019-09-30 18:55 UTC (55+ messages)
` [lustre-devel] [PATCH 001/151] lnet: fix needed headers for lnet headers
` [lustre-devel] [PATCH 002/151] lustre: fix signal handling in abortable waits
` [lustre-devel] [PATCH 003/151] lnet: ksocklnd: add secondary IP address handling
` [lustre-devel] [PATCH 004/151] lnet: o2iblnd: "
` [lustre-devel] [PATCH 005/151] lnet: consoldate "
` [lustre-devel] [PATCH 006/151] lustre: support for gcc8
` [lustre-devel] [PATCH 007/151] lnet: Allocate MEs and small MDs in own kmem_caches
` [lustre-devel] [PATCH 008/151] lustre: seq: make seq_proc_write_common() safer
` [lustre-devel] [PATCH 009/151] lustre: ptlrpc: Fix an rq_no_reply assertion failure
` [lustre-devel] [PATCH 010/151] lustre: fld: resend seq lookup RPC if it is on LWP
` [lustre-devel] [PATCH 011/151] lustre: fld: retry fld rpc even for ESHUTDOWN
` [lustre-devel] [PATCH 012/151] lustre: fld: retry fld rpc until the import is closed
` [lustre-devel] [PATCH 013/151] lustre: fld: fld client lookup should retry
` [lustre-devel] [PATCH 014/151] lustre: ldlm: testcases for multiple modify RPCs feature
` [lustre-devel] [PATCH 015/151] lustre: ldlm: Don't check opcode with NULL rq_reqmsg
` [lustre-devel] [PATCH 016/151] lustre: all: remove all Sun license and URL references
` [lustre-devel] [PATCH 017/151] lustre: ldlm: Use interval tree to update kms
` [lustre-devel] [PATCH 018/151] lustre: osc: prepare OSC code to be used from MDC
` [lustre-devel] [PATCH 019/151] lustre: statahead: support striped directory
` [lustre-devel] [PATCH 020/151] lustre: readdir: improve striped readdir
` [lustre-devel] [PATCH 021/151] lustre: llog: consolidate common error checking
` [lustre-devel] [PATCH 022/151] lustre: llite: NULL pointer dereference in cl_object_top()
` [lustre-devel] [PATCH 023/151] lustre: ptlrpc: remove incorrect pid printing
` [lustre-devel] [PATCH 024/151] lnet: Fix lost lock
` [lustre-devel] [PATCH 025/151] lustre: llite: Reduce overhead for ll_do_fast_read
` [lustre-devel] [PATCH 026/151] lustre: ptlrpc: change cr_sent_tv from timespec to ktime
` [lustre-devel] [PATCH 027/151] lustre: ptlrpc: Use C99 initializer in ptlrpc_register_rqbd()
` [lustre-devel] [PATCH 028/151] lustre: lmv: stripe dir page may be released mistakenly
` [lustre-devel] [PATCH 029/151] lnet: selftest: Use C99 struct initializer in framework.c
` [lustre-devel] [PATCH 030/151] lnet: fix memory leak and lnet_interfaces_max
` [lustre-devel] [PATCH 031/151] lnet: decref on peer after use
` [lustre-devel] [PATCH 032/151] lnet: rediscover peer if it changed
` [lustre-devel] [PATCH 033/151] lnet: resolve unsafe list access
` [lustre-devel] [PATCH 034/151] lustre: llite: Implement ladvise lockahead
` [lustre-devel] [PATCH 035/151] lustre: jobstats: move jobstats code into separate file
` [lustre-devel] [PATCH 036/151] lustre: ldlm: don't use jiffies as sysfs parameter
` [lustre-devel] [PATCH 037/151] lnet: Handle ping buffer with only loopback NID
` [lustre-devel] [PATCH 038/151] lustre: llite: enable readahead for small read_ahead_per_file
` [lustre-devel] [PATCH 039/151] lnet: don't discover loopback interface
` [lustre-devel] [PATCH 040/151] lnet: reduce logging severity
` [lustre-devel] [PATCH 041/151] lustre: ptlrpc: migrate pinger to 64 bit time
` [lustre-devel] [PATCH 042/151] lustre: mdc: add cl_device to the MDC
` [lustre-devel] [PATCH 043/151] lustre: lov: add MDT target to the LOV device
` [lustre-devel] [PATCH 044/151] lustre: mdt: IO request handling in MDT
` [lustre-devel] [PATCH 045/151] lustre: osc: common client setup/cleanup
` [lustre-devel] [PATCH 046/151] lustre: mdc: add IO methods to the MDC
` [lustre-devel] [PATCH 047/151] lustre: lvbo: pass lock as parameter to lvbo_update()
` [lustre-devel] [PATCH 048/151] lustre: mds: add IO locking to the MDC and MDT
` [lustre-devel] [PATCH 049/151] lustre: mdc: add IO stats in mdc
` [lustre-devel] [PATCH 050/151] lustre: lov: add Data-on-MDT tests and fixes
` [lustre-devel] [PATCH 051/151] lustre: mdc: use generic grant code at MDT
` [lustre-devel] [PATCH 052/151] lustre: mds: combine DoM bit with other IBITS
` [lustre-devel] [PATCH 053/151] lustre: llite: increase whole-file readahead to RPC size
` [lustre-devel] [PATCH 054/151] lustre: ldlm: remove liblustre remnants
[PATCH v13 0/9] namei: openat2(2) path resolution restrictions
2019-09-30 18:33 UTC (40+ messages)
` [PATCH v13 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v13 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v13 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v13 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v13 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v13 6/9] namei: permit ".." resolution with LOOKUP_{IN_ROOT, BENEATH}
` [PATCH v13 6/9] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v13 7/9] open: openat2(2) syscall
` [PATCH v13 8/9] selftests: add openat2(2) selftests
` [PATCH v13 9/9] Documentation: update path-lookup to mention trailing magic-links
[PATCH v3] dt-bindings: gpu: Convert Samsung Image Scaler to dt-schema
2019-09-30 18:54 UTC (3+ messages)
[dpdk-dev] [EXT] Re: [PATCH v1 1/1] bus/pci: probe PCI devices in whitelisted order
2019-09-30 18:53 UTC (4+ messages)
` [dpdk-dev] [PATCH v1] eal: add manual probing option
DDC on Thinkpad x220
2019-09-30 18:47 UTC
[PATCH] ipvs: no need to update skb route entry for local destination packets
2019-09-30 18:49 UTC (2+ messages)
[PATCH v5 0/3] Enhance Hyper-V for hibernation
2019-09-30 18:49 UTC (6+ messages)
` [PATCH v5 1/3] x86/hyper-v: Suspend/resume the hypercall page "
[PATCH] ublox: netreg: Also subscribe to UREG URC's
2019-09-30 18:47 UTC (2+ messages)
[PATCH v2 linux-next 0/4] arm/arm64: configs: Convert all CONFIG_REMOTEPROC instances to y
2019-09-30 18:46 UTC (5+ messages)
` [PATCH v2 linux-next 4/4] arm64: configs: defconfig: Change CONFIG_REMOTEPROC from m "
[PATCH] Make is_signed_type() simpler
2019-09-30 18:45 UTC (3+ messages)
` ✗ Fi.CI.BUILD: failure for "
Commit and Apply latency on nautilus
2019-09-30 18:45 UTC (2+ messages)
[Xen-devel] [PATCH for-4.13] xen/arm32: head: Fix build when using GAS 2.25.0
2019-09-30 18:44 UTC
[Buildroot] [PATCH v1] package/qt5multimedia: fix gstreamer-0.10 compile failure
2019-09-30 18:44 UTC
[PATCH] mtd: nand: nand_omap_gpmc: Fix mtd_info usage
2019-09-30 18:43 UTC (2+ messages)
[PATCH v4 00/11] Introduces new count-based method for monitoring lockless pagetable walks
2019-09-30 18:42 UTC (9+ messages)
` [PATCH v4 01/11] powerpc/mm: Adds counting method to monitor lockless pgtable walks
[dpdk-dev] [PATCH 2/2] virtio: get all pending rx packets with vectorized functions
2019-09-30 18:42 UTC (3+ messages)
` [dpdk-dev] [PATCH] net/virtio: fix Rx stats with altivec "
` [dpdk-dev] [PATCH] net/virtio: get all pending Rx packets in altivec vectorized paths
[PATCH 1/3] state: backend_bucket_circular: harmonize code with dt-utils
2019-09-30 18:41 UTC (2+ messages)
[PATCH v4 0/4] Machine ID Support
2019-09-30 18:39 UTC (2+ messages)
[PATCH] nvmem: Fix read/write access to partition devices
2019-09-30 18:38 UTC (2+ messages)
[PATCH v2 0/3] iommu/io-pgtable-arm: Mali LPAE improvements
2019-09-30 18:36 UTC (10+ messages)
` [PATCH v2 1/3] iommu/io-pgtable-arm: Correct Mali attributes
` [PATCH v2 2/3] iommu/io-pgtable-arm: Support all Mali configurations
` [PATCH v2 3/3] iommu/io-pgtable-arm: Allow coherent walks for Mali
[PATCH v3 1/6] drm/i915/display/icl: Save Master transcoder in slave's crtc_state for Transcoder Port Sync
2019-09-30 18:37 UTC (2+ messages)
[PATCH] commands: ubsan: remove redundant depends
2019-09-30 18:36 UTC (2+ messages)
[PATCH] kbuild, LLVMLinux: Add -Werror to cc-option to support clang
2019-09-30 18:35 UTC (2+ messages)
[U-Boot] [PATCH 00/41] common: Further reduce common.h
2019-09-30 18:35 UTC (6+ messages)
` [U-Boot] [PATCH 39/41] common: Move trap_init() out of common.h
[PATCH 1/2] ARM: at91: provide at91_mux_pio3_pin for use in first stage
2019-09-30 18:34 UTC (2+ messages)
[PATCH 1/3] u-boot-ti: Drop using COREBASE
2019-09-30 18:32 UTC (3+ messages)
` [PATCH 3/3] beaglebone-getting-started: Mention CC-BY-SA-3.0 and correct GPL version
[PATCH] drm/i915: Fix g4x sprite scaling stride check with GTT remapping
2019-09-30 18:30 UTC
[PATCH] audit: Report suspicious O_CREAT usage
2019-09-30 18:29 UTC (4+ messages)
[PATCH v3 0/4] lib: introduce copy_struct_from_user() helper
2019-09-30 18:28 UTC (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] clone3: switch to copy_struct_from_user()
` [PATCH v3 3/4] sched_setattr: "
` [PATCH v3 4/4] perf_event_open: "
[LTP] [RFC PATCH 1/1] Add automated tests for shell lib
2019-09-30 18:27 UTC (5+ messages)
` [LTP] [RFC PATCH v2 0/1] "
` [LTP] [RFC PATCH v2 1/1] "
[PATCH v1 0/5] Add Tiger Lake/Elkhart Lake support to pmc_core driver
2019-09-30 18:27 UTC (5+ messages)
[PATCH net-next v2] vsock/virtio: add support for MSG_PEEK
2019-09-30 18:25 UTC
[Xen-devel] [PATCH for-4.13 0/2] xen/nospec: Add Kconfig options for speculative hardening
2019-09-30 18:24 UTC (3+ messages)
` [Xen-devel] [PATCH for-4.13 1/2] xen/nospec: Introduce CONFIG_SPECULATIVE_ARRAY_HARDEN
` [Xen-devel] [PATCH for-4.13 2/2] xen/nospec: Introduce CONFIG_SPECULATIVE_BRANCH_HARDEN and disable it
[PATCH 1/4] drm/rect: Add drm_rect_translate_to()
2019-09-30 18:24 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/4] "
[tpm2] Re: Error Running tpm2-tools in windows against MSSIM
2019-09-30 18:21 UTC
[thud/master][PATCH] omapconf: update 1.73 -> 1.74
2019-09-30 17:59 UTC
[U-Boot] arm am335x: SATA Drive connectivity over USB interface
2019-09-30 18:13 UTC
[cip-dev] [Git][cip-project/cip-kernel/cip-kernel-sec][master] 2 commits: Import data from Debian and Ubuntu archives
2019-09-30 18:11 UTC
[Xen-devel] [PATCH 0/2] libxl fixes with pci passthrough
2019-09-30 18:10 UTC (3+ messages)
` [Xen-devel] [PATCH 2/2] libxl_pci: Fix guest shutdown with PCI PT attached
[Xen-devel] [RFC] Generating Go bindings for libxl
2019-09-30 18:08 UTC (17+ messages)
Accessing kernel panic information without BMC console?
2019-09-30 18:08 UTC (5+ messages)
[PATCH 1/6] drm/amdkfd: Update parameter type of pasid to uint16_t
2019-09-30 18:08 UTC (10+ messages)
` [PATCH 4/6] drm/amdkfd: Use array to probe kfd2kgd_calls
` [PATCH 6/6] drm/amdkfd: Improve KFD IOCTL printing
` [PATCH 5/6] drm/amdgpu: Add the HDP flush support for Navi
[Buildroot] [PATCH 1/1] package/glibmm: bump to version 2.62.0
2019-09-30 18:08 UTC
[Xen-devel] [freebsd-master test] 142023: regressions - trouble: blocked/fail
2019-09-30 18:06 UTC
[PATCH v2 0/7] RISC-V: Add more machine memory
2019-09-30 18:04 UTC (5+ messages)
` [PATCH v2 4/7] riscv/sifive_u: Add the start-in-flash property
[tpm2] Re: Error Running tpm2-tools in windows against MSSIM
2019-09-30 18:06 UTC
[tpm2] Re: Error Running tpm2-tools in windows against MSSIM
2019-09-30 18:05 UTC
[dpdk-dev] [PATCH 1/2] virtio: fix rx stats with vectorized functions
2019-09-30 18:04 UTC (2+ messages)
` [dpdk-dev] [PATCH] net/virtio: fix Rx stats with altivec "
Schedule Announced for Yocto Project Summit Europe 2019
2019-09-30 18:02 UTC (2+ messages)
` [yocto] "
[tpm2] Re: Error Running tpm2-tools in windows against MSSIM
2019-09-30 18:01 UTC
Thoughts on VM fence infrastructure
2019-09-30 17:59 UTC (8+ messages)
[PATCH v2] mm: don't expose page to fast gup prematurely
2019-09-30 17:57 UTC (11+ messages)
` [PATCH v3 1/4] mm: remove unnecessary smp_wmb() in collapse_huge_page()
` [PATCH v3 3/4] mm: don't expose non-hugetlb page to fast gup prematurely
[PATCH] x86: Add CPUID KVM support for new instruction WBNOINVD
2019-09-30 17:54 UTC (2+ messages)
[PATCH 1/2] arm64: dts: juno: add GPU subsystem
2019-09-30 17:54 UTC (9+ messages)
` [PATCH 2/2] drm/panfrost: Use coherent pagetable walk on Juno
[U-Boot] Vulnerability in UBOOT ping_reveive()
2019-09-30 17:53 UTC (2+ messages)
[dpdk-dev] [PATCH v3 00/10] example/l2fwd-event: introduce l2fwd-event example
2019-09-30 17:50 UTC (10+ messages)
` [dpdk-dev] [PATCH v4 "
` [dpdk-dev] [PATCH v4 08/10] examples/l2fwd-event: add eventdev main loop
[PATCH] ARM: fix __get_user_check() in case uaccess_* calls are not inlined
2019-09-30 17:50 UTC (2+ messages)
[dpdk-dev] [PATCH 0/9] Windows patchset with additional EAL functionalities
2019-09-30 17:49 UTC (5+ messages)
` [dpdk-dev] [PATCH v2 "
` [dpdk-dev] [PATCH v2 3/9] eal: add windows compatible header files
Lockup with --accel tcg,thread=single
2019-09-30 17:47 UTC (3+ messages)
[PATCH] drm/omap: Migrate minimum FCK/PCK ratio from Kconfig to dts
2019-09-30 17:48 UTC (18+ messages)
[PATCH v10 0/6] DC3CO Support for TGL
2019-09-30 17:41 UTC (7+ messages)
` [PATCH v10 1/6] drm/i915/tgl: Add DC3CO required register and bits
` [PATCH v10 2/6] drm/i915/tgl: Add DC3CO mask to allowed_dc_mask and gen9_dc_mask
` [PATCH v10 3/6] drm/i915/tgl: Enable DC3CO state in "DC Off" power well
` [PATCH v10 4/6] drm/i915/tgl: Do modeset to enable and configure DC3CO exitline
` [PATCH v10 5/6] drm/i915/tgl: Switch between dc3co and dc5 based on display idleness
` [PATCH v10 6/6] drm/i915/tgl: Add DC3CO counter in i915_dmc_info
[hch-misc:dma_alloc_pages /6] kernel/dma/mapping.c:399:2: error: implicit declaration of function 'dma_free_contiguous'; did you mean 'set_zone_contiguous'?
2019-09-30 17:47 UTC
[dpdk-dev] [PATCH v2 0/7] ethdev: add new Rx offload flags
2019-09-30 17:47 UTC (4+ messages)
` [dpdk-dev] [PATCH v3 "
` [dpdk-dev] [PATCH v3 7/7] examples: disable Rx packet type parsing
[U-Boot] [PATCH v2] tao3530: Fix usage of mmc rescan
2019-09-30 17:42 UTC
Linux kernel 5.4-rc1 released
2019-09-30 17:39 UTC
[PATCH v2 0/5] Emulated coherent graphics memory take 2
2019-09-30 17:38 UTC (12+ messages)
` [PATCH v2 1/5] mm: Add write-protect and clean utilities for address space ranges
` Ack to merge through DRM? WAS "
[PATCH] gatmux: don't free cmux data until watchers are destroyed
2019-09-30 17:38 UTC (2+ messages)
[PATCH 0/7] intel-speed-select: Add CascadeLake-N support
2019-09-30 17:37 UTC (5+ messages)
` [PATCH 1/7] intel-speed-select: Add int argument to command functions
[PATCH 00/11] PCI dma-ranges parsing consolidation
2019-09-30 17:36 UTC (6+ messages)
` [PATCH 02/11] PCI: altera: Use pci_parse_request_of_pci_ranges()
[GIT PULL 1/2] arm64: dts: exynos: Pull for v5.4
2019-09-30 17:35 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.