All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-18 15:46:47 to 2019-04-18 16:19:07 UTC [more...]

[RFC PATCH lttng-tools 01/18] Fix: Use platform-independant types in sessiond to consumerd communication
 2019-04-18 16:18 UTC  (18+ messages)
` [RFC PATCH lttng-tools 02/18] Clean-up: Switch enum fields in lttcomm_consumer_msg
` [RFC PATCH lttng-tools 03/18] Clean-up: Switch enum fields in lttcomm_consumer_status_msg
` [RFC PATCH lttng-tools 04/18] Clean-up: Switch enum fields in lttcomm_consumer_status_channel
` [RFC PATCH lttng-tools 05/18] Clean-up: Remove unused structure
` [RFC PATCH lttng-tools 06/18] Clean-up: Removed deprecated field
` [RFC PATCH lttng-tools 07/18] Add serialized versions of lttng_channel structs
` [RFC PATCH lttng-tools 08/18] Add serdes functions for lttng_channel
` [RFC PATCH lttng-tools 09/18] Integrate serialized communication in lttng-ctl and sessiond
` [RFC PATCH lttng-tools 10/18] Add serialized versions of lttng_event_context structs
` [RFC PATCH lttng-tools 11/18] Add serdes functions for lttng_event_context
` [RFC PATCH lttng-tools 12/18] Integrate serialized communication in lttng-ctl and sessiond
` [RFC PATCH lttng-tools 13/18] Add serialized versions of lttng_event structs
` [RFC PATCH lttng-tools 14/18] Add serdes functions for lttng_event_context
` [RFC PATCH lttng-tools 15/18] Integrate serialized communication in lttng-ctl and sessiond
` [RFC PATCH lttng-tools 16/18] Add serialized versions of lttng_event structs
` [RFC PATCH lttng-tools 17/18] Add serdes functions for lttng_snapshot_output
` [RFC PATCH lttng-tools 18/18] Integrate serialized communication in lttng-ctl and sessiond

[PATCH fuzzer v1] Added the --ignore-sigill option for AFL fuzzing
 2019-04-18 16:18 UTC  (2+ messages)

[PATCH 0/3] arm64: allwinner: Enable AXP803's USB power supply
 2019-04-18 16:18 UTC  (9+ messages)
` [PATCH 1/3] mfd: axp20x: add USB power supply mfd cell to AXP803
` [PATCH 2/3] arm64: dts: allwinner: axp803: add USB power supply node
` [PATCH 3/3] arm64: dts: allwinner: a64: bananapi-m64: Enable PMIC USB power supply

[RFC PATCH lttng-tools 00/18] Improvements in sessiond-comm
 2019-04-18 16:18 UTC 

[PATCH v2 1/4] dt-bindings: mtd: sunxi: Add new compatible
 2019-04-18 16:18 UTC  (2+ messages)

[PATCH v5 0/6] virtio pmem driver
 2019-04-18 16:18 UTC  (23+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
        ` [Qemu-devel] "

[QUESTIONS] THP allocation in NUMA fault migration path
 2019-04-18 16:18 UTC  (3+ messages)

[PATCH v3 1/2] dt-bindings: mtd: Add YAML schemas for the generic NAND options
 2019-04-18 16:18 UTC  (2+ messages)

rseq/arm32: choosing rseq code signature
 2019-04-18 16:18 UTC  (10+ messages)

[PATCH] ethtool: Add bash-completion script
 2019-04-18 16:05 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v4 0/7] ARM: dts: sun8i: v40 Rewrite BPi M2 Berry DTS based on BPi M2 Ultra
 2019-04-18 16:14 UTC  (15+ messages)
` [PATCH v4 1/7] ARM: dts: sun8i: v40: bananapi-m2-berry: Enable GMAC ethernet controller
` [PATCH v4 5/7] ARM: dts: sun8i: v40: bananapi-m2-berry: Add Bluetooth device node
` [PATCH v4 6/7] ARM: dts: sun8i: v40: bananapi-m2-berry: Add GPIO pin-bank regulator supplies

[U-Boot] [RESEND-2 PATCH 0/4] sunxi: Enable EMAC on A83T boards using Realtek RTL8211E PHY
 2019-04-18 16:15 UTC  (4+ messages)

[PATCH -next] mtd: rawnand: ingenic: Add missing MODULE_* information
 2019-04-18 16:14 UTC  (3+ messages)

[PATCH v5 0/9] mtd: rawnand: denali: exec_op(), controller/chip separation, and cleanups
 2019-04-18 16:12 UTC  (3+ messages)

[PATCH] mtd: rawnand: atmel: Fix spelling mistake in error message
 2019-04-18 16:12 UTC  (2+ messages)

[RFC PATCH 0/6] vfs: Make icache searchable under RCU
 2019-04-18 16:12 UTC  (4+ messages)
` [RFC PATCH 1/6] vfs, coda: Fix the lack of locking in FID replacement inode rehashing

[PATCH v3 0/6] drm/vc4: Allow for more boot-time configuration
 2019-04-18 16:11 UTC  (4+ messages)
` [PATCH v3 1/6] drm/modes: Rewrite the command line parser

[PATCH v1 mtd/nand/next 0/3] mtd: rawnand: fsl_elbc: Make SW ECC work
 2019-04-18 16:10 UTC  (3+ messages)
` [PATCH v1 mtd/nand/next 1/3] mtd: rawnand: fsl_elbc: Cosmetic move

[PATCH] mtd: rawnand: Fix sphinx syntax
 2019-04-18 16:09 UTC  (3+ messages)

[PATCH v2 00/14] KVM: arm64: SVE cleanups
 2019-04-18 16:07 UTC  (44+ messages)
` [PATCH v2 01/14] arm64/sve: Clarify vq map semantics
` [PATCH v2 02/14] KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE
` [PATCH v2 03/14] KVM: arm: Make vcpu finalization stubs into inline functions
` [PATCH v2 04/14] KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNs
` [PATCH v2 05/14] KVM: arm64/sve: Clean up UAPI register ID definitions
` [PATCH v2 06/14] KVM: arm64/sve: Miscellaneous tidyups in guest.c
` [PATCH v2 07/14] KVM: arm64/sve: Make register ioctl access errors more consistent
` [PATCH v2 08/14] KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()
` [PATCH v2 09/14] KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizing
` [PATCH v2 10/14] KVM: arm64/sve: Explain validity checks in set_sve_vls()
` [PATCH v2 11/14] KVM: arm/arm64: Clean up vcpu finalization function parameter naming
` [PATCH v2 12/14] KVM: Clarify capability requirements for KVM_ARM_VCPU_FINALIZE
` [PATCH v2 13/14] KVM: Clarify KVM_{SET, GET}_ONE_REG error code documentation
` [PATCH v2 14/14] KVM: arm64: Clarify access behaviour for out-of-range SVE register slice IDs

[RFC PATCH v3] perf/x86: make perf callchain work without CONFIG_FRAME_POINTER
 2019-04-18 16:07 UTC 

[PATCH 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v8)
 2019-04-18 16:07 UTC  (8+ messages)

[PATCH 1/2 net-next] mlx5: Set AF_XDP data pointer correctly
 2019-04-18 16:07 UTC  (3+ messages)

[PATCH][SMB3] Add missing defines for new negotiate contexts
 2019-04-18 16:06 UTC 

[PATCH 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
 2019-04-18 16:06 UTC  (4+ messages)
` [PATCH 01/11] Start to implement a built-in version of `git add --interactive`

[PATCH] tty: update obsolete termios comment
 2019-04-18 16:05 UTC 

[Qemu-devel] [PATCH] migration: Fix handling fd protocol
 2019-04-18 16:03 UTC  (13+ messages)

[PATCH] USB: serial: pl2303: fix xon/xoff flow control
 2019-04-18 16:03 UTC  (3+ messages)
  `  "

[PATCH v2 0/6] mtd: nand: 6th batch of cleanups (Kconfig)
 2019-04-18 16:03 UTC  (3+ messages)

[U-Boot] ARC changes for 2019.07
 2019-04-18 16:04 UTC 

[PATCH 0/7] Assorted Documentation-related fixes
 2019-04-18 16:01 UTC  (8+ messages)
` [PATCH 4/7] docs: exclude documentation for commands that have been excluded

WARNING in usb_submit_urb (4)
 2019-04-18 16:00 UTC  (4+ messages)

[PATCH] ext4: fix use-after-free race with debug_want_extra_isize
 2019-04-18 15:59 UTC  (2+ messages)
` [PATCH v2] "

[net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2019-04-18
 2019-04-18 15:59 UTC  (16+ messages)
` [net-next 01/15] ice: Fix typos in code comments
` [net-next 02/15] ice: Fix incorrect use of abbreviations
` [net-next 03/15] ice: Bump version
` [net-next 04/15] ice: Add code for DCB initialization part 1/4
` [net-next 05/15] ice: Add code for DCB initialization part 2/4
` [net-next 06/15] ice: Add code for DCB initialization part 3/4
` [net-next 07/15] ice: Add code for DCB initialization part 4/4
` [net-next 08/15] ice: Add code to process LLDP MIB change events
` [net-next 09/15] ice: Update rings based on TC information
` [net-next 10/15] ice: Add priority information into VLAN header
` [net-next 11/15] ice: Add code to get DCB related statistics
` [net-next 12/15] ice: Add code for DCB rebuild
` [net-next 13/15] ice: Add code to control FW LLDP and DCBX
` [net-next 14/15] ice: Bump driver version
` [net-next 15/15] ice: Calculate ITR increment based on direct calculation

[PATCH] drm/amdgpu: Check if smu.ppt_funcs is initialized before accessing
 2019-04-18 15:59 UTC 

[Qemu-devel] [PATCH v9 0/6] target/mips: Optimize MSA interleave instructions
 2019-04-18 15:57 UTC  (7+ messages)

[PATCH 1/5] icu: update to 64.1
 2019-04-18 15:59 UTC  (5+ messages)
` [PATCH 2/5] epiphany: update to 3.32.1.2
` [PATCH 3/5] python3: add another multilib fix
` [PATCH 4/5] meson: do not try to substitute the prefix in python supplied paths
` [PATCH 5/5] python3-pygobject: update to 3.32.0

[PATCH 4.19.y 1/2] mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo
 2019-04-18 15:58 UTC  (6+ messages)
` [PATCH 4.19.y 2/2] mm: hide incomplete nr_indirectly_reclaimable in sysfs
  ` Patch "[PATCH 4.19.y 2/2] mm: hide incomplete nr_indirectly_reclaimable in sysfs" has been added to the 4.14-stable tree
  ` Patch "[PATCH 4.19.y 2/2] mm: hide incomplete nr_indirectly_reclaimable in sysfs" has been added to the 4.19-stable tree

[PATCH] irqchip/gic-v3-its: Fix typo in a comment in its_msi_prepare()
 2019-04-18 15:58 UTC 

[PATCH bpf-next v2 1/3] bpf: sock ops: add netns ino and dev in bpf context
 2019-04-18 15:56 UTC  (3+ messages)
` [PATCH bpf-next v2 2/3] selftests: bpf: read netns from struct bpf_sock_ops
` [PATCH bpf-next v2 3/3] selftests: bpf: verifier: read netns_dev and netns_ino "

Recipes with ptest dependency problems
 2019-04-18 15:56 UTC  (2+ messages)

[PATCH v1 00/15] Keep track of GUPed pages in fs and block
 2019-04-18 15:56 UTC  (7+ messages)

[PATCH v2 0/5] USB: dwc2: Allow wakeup from suspend; enable for rk3288-veyron
 2019-04-18 15:54 UTC  (5+ messages)

[PATCH 1/3] fltk: upgrade 1.3.4-2 -> 1.3.5
 2019-04-18 15:54 UTC  (3+ messages)
` [PATCH 2/3] samba: install bundled libs into seperate packages
` [PATCH 3/3] samba: rework localstatedir package split

[Buildroot] [PATCH] configs/oceanic_5205_5inmfd: Add Oceanic 5205 5inMFD board support
 2019-04-18 15:54 UTC  (2+ messages)

[PATCH] irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()
 2019-04-18 15:54 UTC 

[PATCH V1 0/3] kbuild: optimize modules_install
 2019-04-18 15:53 UTC  (2+ messages)

[PATCH v2 0/5] clone: add CLONE_PIDFD
 2019-04-18 15:53 UTC  (4+ messages)
` [PATCH v2 3/5] signal: use fdget() since we don't allow O_PATH

[PATCH i-g-t 1/2] lib/igt_dummyload: Introduce igt_spin_reset
 2019-04-18 15:52 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[dpdk-dev] [PATCH] net/failsafe: fix source port ID in Rx packets
 2019-04-18 15:51 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

[meta-xfce][PATCH] xfconf: fix 'Failed to get connection to xfconfd' during do_rootfs
 2019-04-18 15:49 UTC 

[PATCH] IB/hfi1: Failed to drain send queue when QP is put into error state
 2019-04-18 15:50 UTC  (2+ messages)

[PATCH -next] scsi: lpfc: Make lpfc_sli4_oas_verify static
 2019-04-18 15:50 UTC  (2+ messages)

[PATCH v2 0/2] Fix two bugs of switchtec module
 2019-04-18 15:49 UTC  (4+ messages)
` [PATCH v2 1/2] switchtec: Fix false maximum supported PCIe function number issue

Linux 5.1-rc5
 2019-04-18 15:49 UTC  (13+ messages)

[PATCH v4 0/7] ARM: sun8i: a83t: Enable USB OTG
 2019-04-18 15:49 UTC  (5+ messages)

[PATCH 0/9] xfs: Delayed Attributes
 2019-04-18 15:49 UTC  (5+ messages)
` [PATCH 4/9] xfs: Set up infastructure for deferred attribute operations
` [PATCH 5/9] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred

[PATCH] btrfs: Cleanup btrfs_destroy_delayed_refs()
 2019-04-18 15:49 UTC  (2+ messages)

[Openvpn-devel] [PATCH 4/4] Simplified if statements for better readability
 2019-04-18 15:47 UTC  (3+ messages)
` [Openvpn-devel] [PATCH] Set the correct mtu on windows based systems

[Buildroot] [PATCH] board/friendlyarm: Add support fot RK3399 NanoPi M4 board
 2019-04-18 15:47 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/10] s390x: new guest features
 2019-04-18 15:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH 07/10] s390x/cpumodel: deflate

[patch V2 00/29] stacktrace: Consolidate stack trace usage
 2019-04-18 15:46 UTC  (6+ messages)
` [patch V2 21/29] tracing: Use percpu stack trace buffer more intelligently


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.