All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-20 03:53:55 to 2018-12-20 06:47:05 UTC [more...]

[PATCH] RISC-V: Add CONFIG_PREEMPT=y to defconfig
 2018-12-20  5:25 UTC  (2+ messages)

[PATCH 1/2] rcw: remove fsl-eula-unpack class
 2018-12-20  3:22 UTC  (2+ messages)

[PATCH] wireless/cw1200: convert to DEFINE_SHOW_ATTRIBUTE
 2018-12-20  6:46 UTC  (2+ messages)
` [PATCH] cw1200: "

[RFC PATCH v2 0/3] KASAN for nohash PPC32
 2018-12-20  6:40 UTC  (7+ messages)
` [RFC PATCH v2 1/3] powerpc/mm: prepare kernel for KAsan on PPC32
` [RFC PATCH v2 2/3] powerpc/32: Move early_init() in a separate file
` [RFC PATCH v2 3/3] powerpc/nohash32: Add KASAN support

[PATCH v1 00/12] Add support for usb on Hikey960
 2018-12-20  6:46 UTC  (9+ messages)
` [v1,01/12] dt-bindings: usb: add support for dwc3 controller on HiSilicon SoCs
            ` [PATCH v1 01/12] "

[PATCH 0/3] Add rte_eth_read_clock API
 2018-12-20  6:46 UTC  (5+ messages)
` [PATCH 1/3] rte_ethdev: Add API function to read dev clock
` [PATCH 2/3] mlx5: Implement support for read_clock

[PATCH 0/1] cmake-native: Set --parallel for configure
 2018-12-20  6:50 UTC  (4+ messages)
` [PATCH 1/1] "

[U-Boot] [PATCH 1/1] arm: sunxi: Add NULL pointer check
 2018-12-20  6:45 UTC  (9+ messages)

[PATCH] rtlwifi: Fix non-working BSS STA mode
 2018-12-20  6:42 UTC  (2+ messages)

[Ocfs2-devel] About ocfs2 inode/extent meta file allocation problem
 2018-12-20  6:41 UTC  (4+ messages)

[PATCH v2 00/18] Argo: hypervisor-mediated interdomain communication
 2018-12-20  6:39 UTC  (19+ messages)
` [PATCH v2 01/18] argo: Introduce the Kconfig option to govern inclusion of Argo
` [PATCH v2 02/18] argo: introduce the argo_message_op hypercall boilerplate
` [PATCH v2 03/18] argo: define argo_dprintk for subsystem debugging
` [PATCH v2 04/18] argo: init, destroy and soft-reset, with enable command line opt
` [PATCH v2 05/18] xen: add simple errno-returning macros for copy from guest
` [PATCH v2 06/18] xen: add XEN_GUEST_HANDLE_NULL macros for null XEN_GUEST_HANDLE
` [PATCH v2 07/18] errno: add POSIX error codes EMSGSIZE, ECONNREFUSED to the ABI
` [PATCH v2 08/18] xen/arm: introduce guest_handle_for_field()
` [PATCH v2 09/18] xsm, argo: XSM control for argo register; add argo_mac bootparam
` [PATCH v2 10/18] xsm, argo: XSM control for argo message send operation
` [PATCH v2 11/18] argo: implement the register op
` [PATCH v2 12/18] argo: implement the unregister op
` [PATCH v2 13/18] argo: implement the sendv op; evtchn: expose send_guest_global_virq
` [PATCH v2 14/18] argo: implement the notify op
` [PATCH v2 15/18] xsm, argo: XSM control for any access to argo by a domain
` [PATCH v2 16/18] xsm, argo: notify: don't describe rings that cannot be sent to
` [PATCH v2 17/18] argo: validate hypercall arg structures via compat machinery
` [PATCH v2 18/18] argo: unmap rings on suspend; signal ring-owners on resume

[seabios test] 131437: tolerable FAIL - PUSHED
 2018-12-20  6:40 UTC 

[PATCH] hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enable
 2018-12-20  6:37 UTC  (5+ messages)

linux-next: build warning after merge of the scsi-mkp tree
 2018-12-20  6:34 UTC 

[PATCH v6 0/7] spi: add support for octal mode
 2018-12-20  6:33 UTC  (6+ messages)

[PATCHv5 0/8] vb2/cedrus: use timestamps to identify buffers
 2018-12-20  6:32 UTC  (9+ messages)
` [PATCHv5 6/8] vb2: add vb2_find_timestamp()

linux-next: manual merge of the char-misc tree with the net-next tree
 2018-12-20  6:32 UTC  (2+ messages)

patch "stm class: Fix a module refcount leak in policy creation error path" added to char-misc-next
 2018-12-20  6:31 UTC 

patch "serial: uartps: Fix interrupt mask issue to handle the RX interrupts" added to tty-next
 2018-12-20  6:31 UTC 

[U-Boot] [PATCH 1/2] armv8: ls1043a: add SVR definitions for 23x23 package silicon
 2018-12-20  6:31 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] armv8: ls1043a: correct the PCIe INTx fixup

[PATCH bpf-next 0/3] add size field to sk_msg_md
 2018-12-20  6:30 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: sockmap, metadata support for reporting size of msg

[PATCH V5 0/3] mm/kvm/vfio/ppc64: Migrate compound pages out of CMA region
 2018-12-20  6:26 UTC  (19+ messages)
` [PATCH V5 1/3] mm: Add get_user_pages_cma_migrate
` [PATCH V5 2/3] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_get

[PATCH 0/5] clk: imx8qm: prepare for imx8qm clock support
 2018-12-20  6:26 UTC  (5+ messages)
` [PATCH 4/5] clk: imx8qxp: make the name of clock ID generic

[PATCH 00/25] Argo: hypervisor-mediated interdomain communication
 2018-12-20  6:25 UTC  (27+ messages)
` [PATCH 03/25] argo: introduce the argo_message_op hypercall boilerplate
` [PATCH 07/25] xen (ARM, x86): add errno-returning functions for copy
` [PATCH 11/25] xsm, argo: XSM control for argo register operation, argo_mac bootparam
` [PATCH 13/25] argo: implement the register op
` [PATCH 15/25] argo: implement the sendv op
` [PATCH 16/25] argo: implement the notify op
` [PATCH 23/25] argo: signal x86 HVM and ARM via VIRQ
` [PATCH 24/25] argo: unmap rings on suspend and send signal to ring-owners on resume

[PATCH vfs/for-next] smack: fix parsing mount options
 2018-12-20  6:25 UTC 

[PATCH mlx5-next] IB/mlx5: Prevent allocating UMEM and UCTX as some general object
 2018-12-20  6:21 UTC  (3+ messages)

[PATCH] staging: wilc1000: fix missing read_write setting when reading data
 2018-12-20  6:18 UTC  (3+ messages)

[PATCH v2] RISC-V: Make BSS section as the last section in vmlinux.lds.S
 2018-12-20  6:16 UTC  (3+ messages)

[PATCH] KVM: MMU: Introduce single thread to zap collapsible sptes
 2018-12-20  6:16 UTC  (3+ messages)

[PATCH bpf-next v2 0/7] bpf: teach the verifier about JSET and add tests
 2018-12-20  6:13 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] selftests: bpf: add trivial JSET tests
` [PATCH bpf-next v2 2/7] bpf: verifier: teach the verifier to reason about the BPF_JSET instruction
` [PATCH bpf-next v2 3/7] selftests: bpf: verifier: add tests for JSET interpretation
` [PATCH bpf-next v2 4/7] bpf: verifier: reorder stack size check with dead code sanitization
` [PATCH bpf-next v2 5/7] nfp: bpf: remove the trivial JSET optimization
` [PATCH bpf-next v2 6/7] nfp: bpf: optimize codegen for JSET with a constant
` [PATCH bpf-next v2 7/7] selftests: bpf: add missing executables to .gitignore

[PATCH rdma-next 0/2] Fix to mlx5 devx interface
 2018-12-20  6:11 UTC  (3+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue 14/18] drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:11177: undefined reference to `mdiobus_unregister'
 2018-12-20  6:09 UTC 

[Qemu-riscv] [PATCH v2 00/23] Add RISC-V TCG backend support
 2018-12-20  6:07 UTC  (6+ messages)
` [Qemu-riscv] [PATCH v2 18/23] riscv: tcg-target: Add the out op decoder
    ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH v2 00/23] Add RISC-V TCG backend support

DPDK Governing Board - meeting minutes 03 Dec 2018
 2018-12-20  6:05 UTC 

[LTP] [PATCH] controllers/cpuacct.sh: Fix timeout for cpuacct.sh
 2018-12-20  6:05 UTC  (2+ messages)

[PATCH] mm: skip checking poison pattern for page_to_nid()
 2018-12-20  6:03 UTC  (2+ messages)
` [PATCH] mm/page_owner: fix for deferred struct page init

[Qemu-devel] [PATCH v3 0/2] intel-iommu: add support for 5-level virtual IOMMU
 2018-12-20  5:59 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/2] intel-iommu: differentiate host address width from IOVA address width

[LTP] [PATCH] openposix/threads: Add missing Makefile
 2018-12-20  6:00 UTC 

[PATCH next] bonding: pass link-local packets to bonding master also
 2018-12-20  5:55 UTC  (4+ messages)
` [next] "

[v4] PCI: imx: make msi work without CONFIG_PCIEPORTBUS=y
 2018-12-20  5:52 UTC  (7+ messages)

[Qemu-devel] [PATCH v3 2/2] intel-iommu: extend VTD emulation to allow 57-bit IOVA address width
 2018-12-20  5:49 UTC  (11+ messages)

[PATCH] powerpc/8xx: Map a second 8M text page at startup when needed
 2018-12-20  5:48 UTC  (2+ messages)

BTRFS Mount Delay Time Graph
 2018-12-20  5:47 UTC  (5+ messages)

[RFC/WIP] powerpc: Fix 32-bit handling of MSR_EE on exceptions
 2018-12-20  5:40 UTC 

[Qemu-devel] Monitor and serial output window broken with SDL2
 2018-12-20  5:42 UTC  (11+ messages)

HELP:Kernel Panic after enabling IIO-HWMON driver in DTS
 2018-12-20  5:42 UTC 

[PATCH 0/2 v4] kdump, vmcoreinfo: Export the value of sme mask to vmcoreinfo
 2018-12-20  5:40 UTC  (6+ messages)
` [PATCH 0/2 v4] kdump,vmcoreinfo: "
` [PATCH 1/2 v4] kdump: add the vmcoreinfo documentation
` [PATCH 2/2 v4] kdump, vmcoreinfo: Export the value of sme mask to vmcoreinfo
  ` [PATCH 2/2 v4] kdump,vmcoreinfo: "

[Qemu-devel] [PATCH v2 0/3] q35: change defaults for kernel irqchip and IR
 2018-12-20  5:40 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] q35: set split kernel irqchip as default
` [Qemu-devel] [PATCH v2 2/3] x86-iommu: switch intr_supported to OnOffAuto type
` [Qemu-devel] [PATCH v2 3/3] x86-iommu: turn on IR by default if proper

[PATCH] libpam: reproducibility: Fix host umask leakage at patch-time
 2018-12-20  5:40 UTC 

[PATCH] arm: cns3xxx: fix writing to wrong PCI registers after alignment
 2018-12-20  5:34 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: arm: amlogic: add amediatech x96-max bindings
 2018-12-20  5:38 UTC  (3+ messages)

[PATCH v1] xfstests: filter the default EA
 2018-12-20  5:37 UTC  (8+ messages)

[Qemu-devel] [PATCH V7 0/6] nvdimm: support MAP_SYNC for memory-backend-file
 2018-12-20  5:37 UTC  (8+ messages)
` [Qemu-devel] [PATCH V7 6/6] hostmem-file: add 'sync' option

[RFC PATCH] iomap: take responsibility for the filesystem iomap code
 2018-12-20  5:36 UTC 

[PATCH kernel v5 00/20] powerpc/powernv/npu, vfio: NVIDIA V100 + P9 passthrough
 2018-12-20  5:33 UTC  (8+ messages)
` [PATCH kernel v5 14/20] powerpc/powernv/npu: Add compound IOMMU groups

[Qemu-devel] [PATCH 0/4] q35: change defaults for kernel irqchip and IR
 2018-12-20  5:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/4] q35: set split kernel irqchip as default

[U-Boot] [PATCH v2 0/3] Ethernet support for QEMU sifive_u machine
 2018-12-20  5:27 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] net: macb: Fix clk API usage for RISC-V systems
` [U-Boot] [PATCH v2 3/3] riscv: qemu: Imply MACB ethernet for emulation

Taking a break - time to look back
 2018-12-20  5:26 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Ethernet support for QEMU sifive_u machine
 2018-12-20  5:26 UTC  (3+ messages)
` [U-Boot] [PATCH 1/3] riscv: Add asm/dma-mapping.h for DMA mappings

[PATCH] arm64: dts: uniphier: Add PCIe host controller and PHY nodes
 2018-12-20  5:23 UTC  (2+ messages)

[qemu-mainline test] 131435: tolerable FAIL - PUSHED
 2018-12-20  5:18 UTC 

linux-next: please clean up the clockevents tree
 2018-12-20  5:15 UTC 

[PATCH v7 1/3] x86/fpu: track AVX-512 usage of tasks
 2018-12-19 21:45 UTC  (3+ messages)
` [PATCH v7 2/3] proc: add AVX-512 usage elapsed time to /proc/pid/status
` [PATCH v7 3/3] Documentation/filesystems/proc.txt: add AVX512_elapsed_ms

[GIT] Networking
 2018-12-20  5:03 UTC 

v4.20-rc6: Sporadic use-after-free in bt_iter()
 2018-12-20  5:03 UTC  (10+ messages)

[PATCH] ARM: shmobile: Fix R-Car Gen2 regulator quirk
 2018-12-20  5:01 UTC  (3+ messages)

[vfs:Q30 81/89] fs//nfs/super.c:1014:35: error: 'data' undeclared; did you mean '_data'?
 2018-12-20  4:58 UTC 

linux-next: manual merge of the tip tree with the kbuild tree
 2018-12-20  4:57 UTC 

[PATCH RESEND V5 1/3] misc/pvpanic: return 0 for empty body register function
 2018-12-20  5:14 UTC  (3+ messages)
` [PATCH RESEND V5 2/3] misc/pvpanic : add pci interface for pvpanic
` [PATCH RESEND V5 3/3] misc/pvpanic : add pci dependency in Kconfig

[Qemu-devel] [Bug 1808824] [NEW] Mouse leaves VM window when Grab on Hover isn't selected Windows 10 and Intel HAX
 2018-12-20  4:46 UTC  (2+ messages)
` [Qemu-devel] [Bug 1808824] "

[SPDK] DIF?DIX for 19.01
 2018-12-20  4:49 UTC 

[PATCH v2] vhost: batch used descs chains write-back with packed ring
 2018-12-20  4:44 UTC  (2+ messages)

[SPDK] DIF?DIX for 19.01
 2018-12-20  4:41 UTC 

[PATCH v2 0/4] vhost: add missing barriers, move prefetching
 2018-12-20  4:39 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 79f0a9d7cebbb821c014c24ef7144babb5243545
 2018-12-20  4:35 UTC 

Parallel programming book query
 2018-12-20  4:35 UTC  (3+ messages)

cron job: media_tree daily build: OK
 2018-12-20  4:34 UTC 

Recent VFS/LSM patches cause Kernel panic - not syncing: Can't create rootfs
 2018-12-20  4:30 UTC 

[Qemu-devel] [PATCH] disas/microblaze: Remove unused REG_SP macro
 2018-12-20  4:33 UTC 

/proc/modules not showing any output
 2018-12-20  4:28 UTC  (7+ messages)

[yocto-security] Open ssl version
 2018-12-20  4:29 UTC 

[Qemu-devel] [PATCH v2 for-4.0 0/7] vhost-user-blk: Add support for backend reconnecting
 2018-12-20  4:25 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 for-4.0 1/7] chardev: Add disconnected option for chardev socket

[Bug 201631] New: WARNING: CPU: 11 PID: 29593 at fs/ext4/inode.c:3927 .ext4_set_page_dirty+0x70/0xb0
 2018-12-20  4:21 UTC  (3+ messages)
` [Bug 201631] "

[PATCH 00/41] scsi: Mark expected switch fall-throughs
 2018-12-20  4:19 UTC  (4+ messages)
` [PATCH 31/41] scsi: mpt3sas: mpt3sas_scsih: Mark expected switch fall-through

Re:Re: NCSI eth0 (ftgmac100): transmit queue 0 timed out error
 2018-12-20  4:10 UTC  (2+ messages)
`  "

next/master boot bisection: next-20181219 on rk3399-gru-kevin
 2018-12-20  4:06 UTC 

[PATCH v6 0/2] Add Synopsys High-Speed USB PHY driver for Qualcomm SoCs
 2018-12-20  4:03 UTC  (3+ messages)
` [PATCH v6 2/2] phy: qualcomm: Add Synopsys High-Speed USB PHY driver

[PATCH net-next] neighbor: Use nda_policy for validating attributes in adds and dump requests
 2018-12-20  4:02 UTC 

[PATCH] ARC: adjust memblock_reserve of kernel memory
 2018-12-20  4:00 UTC  (3+ messages)

[PATCH v2 0/4] net/cxgbe: fix build for Microsoft Windows OS support
 2018-12-20  3:54 UTC  (3+ messages)

[PATCH] brcm80211: remove set but not used variables 'phybw40, maxtargetpwr'
 2018-12-20  3:55 UTC 

[PATCH iproute2-next 00/12] Updates for strict checking and kernel side filtering
 2018-12-20  3:54 UTC  (13+ messages)
` [PATCH iproute2-next 01/12] libnetlink: dump extack string in done message
` [PATCH iproute2-next 02/12] libnetlink: Use NLMSG_LENGTH to set nlmsg_len
` [PATCH iproute2-next 03/12] libnetlink: linkdump_req: Only AF_UNSPEC family expects an ext_filter_mask
` [PATCH iproute2-next 04/12] ip route: Remove rtnl_rtcache_request
` [PATCH iproute2-next 05/12] ip route: Add protocol, table id and device to dump request
` [PATCH iproute2-next 06/12] mroute: fix up family handling
` [PATCH iproute2-next 07/12] mroute: Add table id attribute for kernel side filtering
` [PATCH iproute2-next 08/12] ip address: Split ip_linkaddr_list into link and addr functions
` [PATCH iproute2-next 09/12] ip address: Set device index in dump request
` [PATCH iproute2-next 10/12] ip bridge: Set NETLINK_DUMP_STRICT_CHK on socket
` [PATCH iproute2-next 11/12] ip route: Rename do_ipv6 to dump_family
` [PATCH iproute2-next 12/12] neighbor: Add support for protocol attribute


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.