All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-16 18:53:04 to 2018-05-16 20:20:45 UTC [more...]

[PATCH RFC v2 0/2] NVMF/RDMA 8K Inline Support
 2018-05-16 21:18 UTC  (3+ messages)
` [PATCH RFC v2 1/2] nvme-rdma: support up to 4 segments of inline data
` [PATCH RFC v2 2/2] nvmet-rdma: support 16K "

[PATCH] mm: save two stranding bit in gfp_mask
 2018-05-16 20:20 UTC 

[Cocci] [bug] exists do not work if file group is too big (>49)
 2018-05-16 20:20 UTC  (6+ messages)

[PATCH net-next v2 0/2] of: mdio: Fall back to mdiobus_register() with NULL device_node
 2018-05-16 20:20 UTC  (6+ messages)
` [PATCH net-next v2 2/2] drivers: net: Remove device_node checks with of_mdiobus_register()
    ` [net-next,v2,2/2] "

[PATCH v2 0/4] Pass reset and boot sources via /chosen node
 2018-05-16 20:18 UTC  (5+ messages)
` [PATCH v2 1/4] of: Make of_property_get_value() public
` [PATCH v2 2/4] bootsource: Add bootsource alias name API
` [PATCH v2 3/4] common: oftree: Pass bootsource and bootsource instance to kernel
` [PATCH v2 4/4] common: oftree: Pass reset source and reset source "

[linux-lvm] [PATCH] lib/device/bcache: don't use PAGE_SIZE
 2018-05-16 20:19 UTC 

[RFC PATCH for 4.18 00/14] Restartable Sequences
 2018-05-16 20:18 UTC  (12+ messages)
` [PATCH 02/14] rseq: Introduce restartable sequences system call (v13)
` [PATCH 03/14] arm: Add restartable sequences support
` [PATCH 07/14] powerpc: Add support for restartable sequences

[PATCH] ubi: fastmap: Cancel work upon detach
 2018-05-16 20:17 UTC 

worktrees vs. alternates
 2018-05-16 20:17 UTC  (21+ messages)

[PATCH V2 0/5] X86: Hyper-V: APIC enlightenments
 2018-05-16 20:14 UTC  (3+ messages)

[PATCH v6 1/2] dt: bindings: lm3601x: Introduce the lm3601x driver
 2018-05-16 20:14 UTC  (6+ messages)

kernel BUG at fs/xfs/xfs_message.c:113
 2018-05-16 19:56 UTC 

[PATCH] u-boot: Upgrade to 2018.05 release
 2018-05-16 20:14 UTC 

[U-Boot] [PATCH] board: turris_mox: Add fixed regulator support to defconfig
 2018-05-16 20:13 UTC 

[PATCH net-next 0/3] udp gso fixes
 2018-05-16 20:10 UTC  (9+ messages)
` [PATCH net-next 3/3] udp: only use paged allocation with scatter-gather

[PATCH] drm/amd/pp: Workaround flickering issue on RV
 2018-05-16 20:11 UTC  (3+ messages)

[linux-next test] 122796: regressions - FAIL
 2018-05-16 20:11 UTC 

[U-Boot] [PATCH v4 00/14] Add fastboot UDP support
 2018-05-16 20:10 UTC  (4+ messages)
` [U-Boot] [PATCH v4 14/14] net: fastboot: Merge AOSP UDP fastboot

[PATCH] usb-storage: Add quirks to make G-Technology "G-Drive" work
 2018-05-16 20:01 UTC  (2+ messages)
`  "

[PATCH] sched/deadline: make function ‘grub_reclaim’ static
 2018-05-16 20:09 UTC 

[PATCH bpf-next] samples/bpf: Decrement ttl in fib forwarding example
 2018-05-16 20:09 UTC  (2+ messages)

[PATCH v4 0/8] Introduce the for_each_set_clump macro
 2018-05-16 20:08 UTC  (3+ messages)

[PATCH bpf-next v6 0/4] Hash support for sock
 2018-05-16 20:08 UTC  (5+ messages)
` [PATCH bpf-next v6 2/4] bpf: sockmap, add hash map support

[PATCH v2 00/28] ARM MMU code improvements and on-demand PTE allocation
 2018-05-16 20:00 UTC  (29+ messages)
` [PATCH v2 01/28] ARM: mmu: Remove unused ARM_VECTORS_SIZE
` [PATCH v2 02/28] ARM: mmu: Make use of IS_ALIGNED in arm_mmu_remap_sdram()
` [PATCH v2 03/28] ARM: mmu: Use ALIGN and ALIGN_DOWN in map_cachable()
` [PATCH v2 04/28] ARM: mmu: Introduce set_ttbr()
` [PATCH v2 05/28] ARM: mmu: Introduce set_domain()
` [PATCH v2 06/28] ARM: mmu: Share code for create_sections()
` [PATCH v2 07/28] ARM: mmu: Separate index and address in create_sections()
` [PATCH v2 08/28] sizes.h: Sync with Linux 4.16
` [PATCH v2 09/28] ARM: mmu: Specify size in bytes in create_sections()
` [PATCH v2 10/28] ARM: mmu: Share code for initial flat mapping creation
` [PATCH v2 11/28] ARM: mmu: Share PMD_SECT_DEF_CACHED
` [PATCH v2 12/28] ARM: mmu: Drop needless shifting in map_io_sections()
` [PATCH v2 13/28] ARM: mmu: Replace hardcoded shifts with pgd_index() from Linux
` [PATCH v2 14/28] ARM: mmu: Trivial simplification in arm_mmu_remap_sdram()
` [PATCH v2 15/28] ARM: mmu: Replace various SZ_1M with PGDIR_SIZE
` [PATCH v2 16/28] ARM: mmu: Use PAGE_SIZE when specifying size of one page
` [PATCH v2 17/28] ARM: mmu: Define and use PTRS_PER_PTE
` [PATCH v2 18/28] ARM: mmu: Use PAGE_SIZE instead of magic right shift by 12
` [PATCH v2 19/28] ARM: mmu: Use xmemalign in arm_create_pte()
` [PATCH v2 20/28] ARM: mmu: Use xmemalign in mmu_init()
` [PATCH v2 21/28] ARM: mmu: Share code between dma_alloc_*() functions
` [PATCH v2 22/28] ARM: mmu: Pass PTE flags a parameter to arm_create_pte()
` [PATCH v2 23/28] ARM: mmu: Make sure that address is 1M aligned in arm_create_pte()
` [PATCH v2 24/28] ARM: mmu: Use find_pte() to find PTE in create_vector_table()
` [PATCH v2 25/28] ARM: mmu: Use dma_inv_range() in dma_sync_single_for_cpu()
` [PATCH v2 26/28] ARM: mmu: Simplify the use of dma_flush_range()
` [PATCH v2 27/28] ARM: mmu: Implement on-demand PTE allocation
` [PATCH v2 28/28] ARM: mmu: Introduce ARM_TTB_SIZE

Support for QCA9377
 2018-05-16 20:00 UTC  (9+ messages)

[PATCH -mm] mm, hugetlb: Pass fault address to no page handler
 2018-05-16 20:04 UTC  (3+ messages)

[PATCH for-next 0/5] IB/hfi1,isert: Updates for-next 5/15/2018
 2018-05-16 20:04 UTC  (3+ messages)
` [PATCH for-next 5/5] IB/isert: Fix for lib/dma_debug check_sync warning

[RFC bpf-next 00/11] Add socket lookup support
 2018-05-16 20:04 UTC  (11+ messages)
` [RFC bpf-next 07/11] bpf: Add helper to retrieve socket in BPF

rtl8812au with hostapd uses only one antenna of Netis WF2190 AC1200 (2x2)
 2018-05-16 19:56 UTC 

[PATCH v16 0/9] Address error and recovery for AER and DPC
 2018-05-16 20:02 UTC  (10+ messages)
` [PATCH v16 8/9] PCI/DPC: Unify and plumb error handling into DPC

[Qemu-arm] [PATCH 0/2] ARM SMMUv3: Fix a couple of Coverity issues
 2018-05-16 20:01 UTC  (6+ messages)
` [Qemu-arm] [PATCH 2/2] hw/arm/smmu-common: Fix coverity issue in get_block_pte_address
    ` [Qemu-devel] "

Sometimes unusable i2c-hid devices in 4.17-rcX
 2018-05-16 20:00 UTC  (2+ messages)

[PATCH 0/3] Add R8A77980 GEther support
 2018-05-16 20:00 UTC  (4+ messages)
` [PATCH 1/3] sh_eth: add RGMII support
` [PATCH 2/3] sh_eth: add EDMR.NBST support
` [PATCH 3/3] sh_eth: add R8A77980 support

[Xenomai] Boot failed on arm64 - xenomai_init --> ipipe_send_ipi
 2018-05-16 20:00 UTC  (3+ messages)

[PATCH] clocksource: Move the inline keyword at the beginning of function declarations
 2018-05-16 19:59 UTC 

[PATCH RFC 0/6] hwmon: Add support for Raspberry Pi voltage sensor
 2018-05-16 19:59 UTC  (6+ messages)
` [PATCH RFC 3/6] hwmon: Add support for RPi "

[PATCH] nvme: remove cq check after submission
 2018-05-16 19:58 UTC 

[PATCH v6 0/3] pcal6524 extensions and fixes for pca953x driver
 2018-05-16 19:57 UTC  (5+ messages)
` [PATCH v6 2/3] gpio: pca953x: define masks for addressing common and extended registers

[meta-oe][PATCH] grpc: switch away from github archive
 2018-05-16 19:55 UTC  (3+ messages)

[PATCH] sched/debug: Move print_rt_rq and print_dl_rq declarations to kernel/sched/sched.h
 2018-05-16 19:53 UTC 

[cip-dev] [PATCH 4.4 000/190] 4.4.128-stable review
 2018-05-16 19:53 UTC  (5+ messages)
` [PATCH 4.4 014/190] lockd: fix lockd shutdown race

[xen-unstable-smoke test] 122888: tolerable all pass - PUSHED
 2018-05-16 19:51 UTC 

master - scan: fix missing close in lib
 2018-05-16 19:50 UTC 

[PATCH net-next 09/10] net: hns3: Add support of .sriov_configure in HNS3 driver
 2018-05-16 19:47 UTC  (3+ messages)
` [RFC PATCH] net: hns3: hns3_pci_sriov_configure() can be static

[PATCH] MAINTAINERS: update sound/soc/intel maintainers
 2018-05-16 19:48 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/2] package/exim: remove libnsl linking with Glibc
 2018-05-16 19:48 UTC  (3+ messages)

Suggestion for better HDMI console support
 2018-05-16 19:47 UTC 

[PATCH] tpm: separate cmd_ready/go_idle from runtime_pm
 2018-05-16 19:46 UTC 

[PATCH] doc: advise to specify LTS branch when backporting patches
 2018-05-16 19:45 UTC  (3+ messages)
` [PATCH v2] "

I want to find a prince who is given to me by fate
 2018-05-16 19:44 UTC 

[PATCH v3 00/22] Workarounds for Icelake
 2018-05-16 19:41 UTC  (4+ messages)
` [PATCH 14/22] drm/i915/icl: WaDisableImprovedTdlClkGating

[Cocci] convert if (x) stmt to if (x) {stmt}
 2018-05-16 19:41 UTC  (4+ messages)

[PATCH 0/4] xfstests: generic swap file tests
 2018-05-16 19:39 UTC  (3+ messages)
` [PATCH 1/4] generic: enable swapfile tests on Btrfs

[PATCH v4] gpu: drm: i915: Change return type to vm_fault_t
 2018-05-16 19:39 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for gpu: drm: i915: Change return type to vm_fault_t (rev4)
` ✓ Fi.CI.BAT: success "

[git pull] vmwgfx-fixes-4.17
 2018-05-16 19:37 UTC 

[PATCH v15.1 00/22] xfs-4.18: online repair support
 2018-05-16 19:34 UTC  (8+ messages)
` [PATCH 04/22] xfs: add helpers to dispose of old btree blocks after a repair
` [PATCH 05/22] xfs: recover AG btree roots from rmap data

[PATCH 3/4] coresight: allow to build as modules
 2018-05-16 19:33 UTC  (6+ messages)
      ` [PATCH v2 "

WG: Need for HW-clock independent timestamps
 2018-05-16 19:32 UTC  (7+ messages)
`  "

[PATCH v2] vfio/mdev: Check globally for duplicate devices
 2018-05-16 19:31 UTC  (2+ messages)

[PATCH IB/core 2/2] IB/cm: Send authentic pkey in REQ msg and check eligibility of the pkeys
 2018-05-16 19:30 UTC  (11+ messages)

[PATCH] tracing: make function ‘ftrace_exports’ static
 2018-05-16 19:30 UTC 

[PATCH 2/2] unpack_trees_options: free messages when done
 2018-05-16 19:29 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] merge: setup `opts` later in `checkout_fast_forward()`

[Bug 106547] *ERROR* ring sdma0 timeout while watching video, Raven Ridge
 2018-05-16 19:29 UTC  (3+ messages)

[LAD] LAC2018 schedule and registration online!
 2018-05-16 19:28 UTC 

[RFC/RFT] [PATCH 00/10] Intel_pstate: HWP Dynamic performance boost
 2018-05-16 19:28 UTC  (4+ messages)
` [RFC/RFT] [PATCH 05/10] cpufreq: intel_pstate: HWP boost performance on IO Wake

[Qemu-devel] [PATCH 00/42] Generic background jobs
 2018-05-16 19:26 UTC  (7+ messages)
` [Qemu-devel] [PATCH 22/42] job: Move BlockJobCreateFlags to Job
` [Qemu-devel] [PATCH 23/42] blockjob: Split block_job_event_pending()
` [Qemu-devel] [PATCH 38/42] job: Add JOB_STATUS_CHANGE QMP event

[PATCH v9 0/7] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-05-16 19:25 UTC  (7+ messages)
` [PATCH v9 3/7] i386: Populate AMD Processor Cache Information for cpuid 0x8000001D
        ` [Qemu-devel] "

[U-Boot] [PATCH] net: cpsw: ti: Reap completed packets before stopping interface
 2018-05-16 19:24 UTC  (2+ messages)

[PATCH] cpufreq: brcmstb-avs-cpufreq: sort frequencies in ascending order
 2018-05-16 19:24 UTC  (4+ messages)

[PULL] drm-misc-fixes
 2018-05-16 19:21 UTC 

[PATCH] mmc: block: propagate correct returned value in mmc_rpmb_ioctl
 2018-05-16 19:20 UTC 

[CI 1/8] drm/i915: Remove tasklet flush before disable
 2018-05-16 19:18 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/8] "
` ✓ Fi.CI.BAT: success "

[PATCH 0/2] ACPI / PM: Dispatch EC GPE early on s2idle resume if LPS0 _DSM is used
 2018-05-16 19:18 UTC  (3+ messages)
` [PATCH 1/2] ACPICA: Introduce acpi_dispatch_gpe()

coresight: documentation: update sysfs section
 2018-05-16 19:18 UTC  (6+ messages)
  ` [PATCH v2] "

[meta-oe][PATCH] gtest: switch away from github archive
 2018-05-16 19:18 UTC 

[PATCH net-next v2 0/3] net: Allow more drivers with COMPILE_TEST
 2018-05-16 19:12 UTC  (7+ messages)
` [PATCH net-next v2 1/3] net: ethernet: ti: Allow most "
` [PATCH net-next v2 2/3] net: ethernet: freescale: Allow FEC "
` [PATCH net-next v2 3/3] net: phy: Allow MDIO_MOXART and MDIO_SUN4I "

[PATCH] Documentation: arm: clean up Marvell Berlin family info
 2018-05-16 19:12 UTC  (3+ messages)

[PATCH] rtc: nvmem: don't return an error when not enabled
 2018-05-16 19:10 UTC 

[PATCH] make btt scripts python3-ready
 2018-05-16 19:10 UTC 

[PATCH] Documentation: gpio: driver: Fix a typo and some odd grammar
 2018-05-16 19:08 UTC  (3+ messages)

[PATCH/RFT v3 0/3] thermal: add support for r8a77995
 2018-05-16 19:08 UTC  (4+ messages)

[PATCH v3] {net, IB}/mlx5: Use 'kvfree()' for memory allocated by 'kvzalloc()'
 2018-05-16 19:07 UTC  (2+ messages)

[RFC PATCH 0/6] btrfs send stream version 2
 2018-05-16 19:04 UTC  (5+ messages)
` [RFC PATCH 5/6] btrfs: add send_stream_version attribute to sysfs
` [RFC PATCH 6/6] btrfs: add chattr support for send/receive

[Qemu-devel] [PATCH v7 00/11] enable numa configuration before machine_init() from QMP
 2018-05-16 19:02 UTC  (2+ messages)

[PATCH] drm/i915: Enable fastset by default, except on initial modeset
 2018-05-16 19:02 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH net-next] cxgb4: update LE-TCAM collection for T6
 2018-05-16 19:01 UTC  (2+ messages)

[PATCH v2 net-next 00/12] net: stmmac: Clean-up and tune-up
 2018-05-16 19:01 UTC  (3+ messages)

[PATCH net-next V2 1/2] cxgb4: Add support for FW_ETH_TX_PKT_VM_WR
 2018-05-16 19:00 UTC  (2+ messages)

[PATCH net-next V2 2/2] cxgb4: Support ethtool private flags
 2018-05-16 19:00 UTC  (2+ messages)

[lustre-devel] New tag 2.11.52
 2018-05-16 18:58 UTC 

[lustre-devel] [PATCH v2] staging: lustre: Change return type to vm_fault_t
 2018-05-16 18:57 UTC 

[PATCH 1/7] block: fix MAINTAINERS email for nbd
 2018-05-16 18:56 UTC  (2+ messages)

[Intel-wired-lan] [RFC PATCH bpf-next 00/12] AF_XDP, zero-copy support
 2018-05-16 18:53 UTC  (7+ messages)
` [Intel-wired-lan] [RFC PATCH bpf-next 12/12] i40e: implement Tx zero-copy
        `  "

[PATCH net] tuntap: fix use after free during release
 2018-05-16 18:53 UTC  (2+ messages)

[PATCH v2 0/5] Add ChromeOS EC CEC Support
 2018-05-16 18:53 UTC  (8+ messages)
` [PATCH v2 2/5] drm/i915: hdmi: add CEC notifier to intel_hdmi
      ` [Intel-gfx] "


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.