All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-28 08:49:47 to 2018-09-28 10:04:08 UTC [more...]

[PATCH v3 bpf-next 00/10] bpf: per-cpu cgroup local storage
 2018-09-28 10:03 UTC  (6+ messages)
` [PATCH v3 bpf-next 03/10] bpf: introduce "
` [PATCH v3 bpf-next 10/10] selftests/bpf: cgroup local storage-based network counters

[PATCH] net/bonding: stop and deactivate slaves when bonding port is stopped
 2018-09-28 10:03 UTC  (10+ messages)
      ` [dpdk-stable] "

[PATCH v2] perf test: S390 does not support watchpoints in test 22
 2018-09-28 10:02 UTC  (3+ messages)

[PATCH v1 0/4] Cleanup pass on special test setups
 2018-09-28 10:01 UTC  (4+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 3/5] fsmonitor: update GIT_TEST_FSMONITOR support

[PATCH RFC v4 0/4] Move TXQ scheduling into mac80211
 2018-09-28  9:58 UTC  (10+ messages)
` [PATCH RFC v4 3/4] mac80211: Add airtime accounting and scheduling to TXQs

[1/3] usb: host: xhci: fix oops when removing hcd
 2018-09-28  3:35 UTC  (6+ messages)
` [RFT,1/2] xhci: Fix leaking USB3 shared_hcd at xhci removal
  ` [RFT,2/2] xhci: handle port status events for removed USB3 hcd
      ` [RFT PATCH 2/2] "
  ` [RFT PATCH 1/2] xhci: Fix leaking USB3 shared_hcd at xhci removal

cron job: media_tree daily build: OK
 2018-09-28  3:32 UTC 

[Buildroot] [PATCH 00/23] Fix python-crossbar to work with python 3.7
 2018-09-28  9:53 UTC  (7+ messages)
` [Buildroot] [PATCH 01/23] python-attrs: bump to version 18.2.0
` [Buildroot] [PATCH 02/23] python-autobahn: bump to version 18.9.2
` [Buildroot] [PATCH 03/23] python-automat: bump to version 0.7.0

[PATCHv2] printk: CON_PRINTBUFFER console registration is a bit racy
 2018-09-28  9:53 UTC 

[U-Boot] [PATCH 00/48] mpc83xx: Kconfig migrations
 2018-09-28  9:53 UTC  (26+ messages)
` [U-Boot] [PATCH 01/48] mpc83xx: Introduce ARCH_MPC830*
` [U-Boot] [PATCH 02/48] mpc83xx: Introduce ARCH_MPC831*
` [U-Boot] [PATCH 03/48] mpc83xx: Introduce ARCH_MPC832*
` [U-Boot] [PATCH 04/48] mpc83xx: Introduce ARCH_MPC834*
` [U-Boot] [PATCH 05/48] mpc83xx: Introduce ARCH_MPC836*
` [U-Boot] [PATCH 06/48] mpc83xx: Introduce ARCH_MPC837X
` [U-Boot] [PATCH 07/48] keymile: Make distinct kmtegr1, kmvect1, suvd3 configs
` [U-Boot] [PATCH 08/48] keymile: Simplify "
` [U-Boot] [PATCH 09/48] keymile: Move config files
` [U-Boot] [PATCH 10/48] keymile: Unroll includes
` [U-Boot] [PATCH 11/48] keymile: Simplify config files
` [U-Boot] [PATCH 12/48] keymile: Make distinct kmsupx5, tuge1, kmopti2, and kmtepr2 configs
` [U-Boot] [PATCH 13/48] keymile: Simplify "
` [U-Boot] [PATCH 14/48] keymile: Unroll km/km83xx-common.h
` [U-Boot] [PATCH 15/48] keymile: Simplify configs after include unroll
` [U-Boot] [PATCH 16/48] keymile: Make distinct kmeter1, and kmcoge5ne configs
` [U-Boot] [PATCH 17/48] keymile: Simplify kmcoge5ne, kmeter1 configs
` [U-Boot] [PATCH 18/48] mpc83xx: Make distinct MPC8313ERDB targets
` [U-Boot] [PATCH 19/48] mpc83xx: Simplify MPC8313ERDB configs
` [U-Boot] [PATCH 20/48] VME8349: Migrate to CONFIG_TARGET_VME8349
` [U-Boot] [PATCH 21/48] mpc83xx: Make distinct caddy2 config
` [U-Boot] [PATCH 22/48] vme8349/caddy2: Simplify configs
` [U-Boot] [PATCH 23/48] powerpc: Add LSDMR config values
` [U-Boot] [PATCH 24/48] mpc83xx: Make distinct MPC8349EMDS_SDRAM board
` [U-Boot] [PATCH 25/48] MPC8349EMDS: Simplify configs

[Buildroot] [git commit] python-automat: bump to version 0.7.0
 2018-09-28  9:52 UTC 

[Buildroot] [git commit] python-autobahn: bump to version 18.9.2
 2018-09-28  9:51 UTC 

[PATCH] image-buildinfo: drop more verbose build configuration
 2018-09-28  9:48 UTC 

[PATCH v2 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-09-28  9:46 UTC  (68+ messages)
` [PATCH v2 01/33] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v2 02/33] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v2 03/33] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v2 04/33] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v2 05/33] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v2 06/33] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v2 07/33] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v2 08/33] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v2 09/33] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v2 10/33] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v2 11/33] powerpc: Add LPCR_EVIRT define
` [PATCH v2 12/33] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v2 13/33] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v2 14/33] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v2 15/33] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v2 16/33] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v2 17/33] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v2 18/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v2 19/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v2 20/33] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v2 21/33] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v2 22/33] KVM: PPC: Book3S HV: Framework to handle HV Emulation Assist Interrupt
` [PATCH v2 23/33] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v2 24/33] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v2 25/33] KVM: PPC: Book3S HV: Emulate Privileged TLBIE for guest hypervisors
` [PATCH v2 26/33] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v2 27/33] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v2 28/33] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v2 29/33] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v2 30/33] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v2 31/33] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v2 32/33] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v2 33/33] KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested

[PATCH v11 1/2] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI)
 2018-09-28  9:45 UTC  (5+ messages)

[PATCH 1/2] drm/amd/pp: Export load_firmware interface
 2018-09-28  9:43 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: Change the gfx/sdma init/fini sequence

[PATCH 1/4] Revert "ceph: fix dentry leak in splice_dentry()"
 2018-09-28  9:43 UTC 

v3.16.58 build: 0 failures 17 warnings (v3.16.58)
 2018-09-28  3:22 UTC 

[freebsd-master test] 128168: trouble: blocked/broken
 2018-09-28  9:42 UTC 

[U-Boot] [PATCH v11] cmd: mtd: add 'mtd' command
 2018-09-28  9:41 UTC 

[U-Boot] [PATCH v11] mtd: mtdpart: add a generic mtdparts-like parser
 2018-09-28  9:41 UTC 

[U-Boot] [PATCH v10 0/7] SPI-NAND support (third batch)
 2018-09-28  9:40 UTC  (6+ messages)

[PATCH] ALSA: hda: Fix mismatch for register mask and value in ext controller
 2018-09-28  9:38 UTC 

usb: export firmware port location in sysfs
 2018-09-28  9:37 UTC 

[Bug 93] crypto vdev create will reset the dev_started flag when one dpdk process has been up the crypto vdev
 2018-09-28  9:35 UTC 

[PATCH v2] x86/earlyprintk: Add a force option for pciserial device
 2018-09-28  9:40 UTC 

KMSAN: uninit-value in aa_fqlookupn_profile
 2018-09-28  9:34 UTC  (2+ messages)

[PATCH] MIPS: stop using _PTRS_PER_PGD
 2018-09-28  9:32 UTC 

Contributors can not just rescind the license (Legal Opinion)
 2018-09-28  9:31 UTC 

[U-Boot] [PATCH v2] cmd: usb_mass_storage: add protection for block_dev
 2018-09-28  9:30 UTC  (3+ messages)

[U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10
 2018-09-28  9:29 UTC  (7+ messages)

[RFC 00/12] rtwlan: mac80211 driver for Realtek 802.11ac wireless network chips
 2018-09-28  9:29 UTC  (7+ messages)
` [PATCH 01/12] rtwlan: main files

[bug report] NFC: st21nfca: Fix some skb memory leaks
 2018-09-28  9:28 UTC 

[PATCH 1/2] drm/amdgpu: Add fan RPM setting via sysfs
 2018-09-28  9:28 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: Disable sysfs pwm1 if not in manual fan control

[PATCH v10 06/12] nfit/libnvdimm: add set passphrase support for Intel nvdimms
 2018-09-28  9:28 UTC  (5+ messages)
` [PATCH v10 00/12] Adding security support for nvdimm

[PATCH v2 0/6] xen/arm: SMCCC fixup and improvement
 2018-09-28  9:27 UTC  (11+ messages)
` [PATCH v2 3/6] xen/arm: add SMC wrapper that is compatible with SMCCC v1.0
` [PATCH v2 4/6] xen/arm: cpufeature: Add helper to check constant caps

Backports to stable trees
 2018-09-28  9:25 UTC  (3+ messages)

[PATCH v2] drm/amd/pp: Remove useless code in smu
 2018-09-28  9:23 UTC 

i.MX6UL external bus access, simple kernel module
 2018-09-28  9:23 UTC 

[meta-oe][PATCH v3] rpm: fix rpm path in nativesdk
 2018-09-28  9:07 UTC 

[PATCH V5] x86/altp2m: Add a subop for obtaining the mem access of a page
 2018-09-28  9:16 UTC  (5+ messages)

WLE900VX / QCA9880 poor TCP performances
 2018-09-28  9:15 UTC 

[PATCH] RDMA/ucontext: fix building with CONFIG_MMU=n
 2018-09-28  9:15 UTC  (3+ messages)

[PATCH] ARM: Assume maintainership of ARM reference designs
 2018-09-28  9:12 UTC  (5+ messages)

[meta-oe][PATCH v2] rpm: fix rpm path in nativesdk
 2018-09-28  9:11 UTC  (2+ messages)

[PATCH 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info
 2018-09-28  9:10 UTC  (6+ messages)
` [PATCH 4/4] platform/x86: intel_telemetry: report debugfs failure

[LTP] [PATCH 1/3] lapi/syscalls: Add syscall numbers for preadv2
 2018-09-28  9:10 UTC  (3+ messages)
` [LTP] [PATCH 2/3] syscalls/preadv201: Add new testcase
` [LTP] [PATCH 3/3] syscalls/preadv202: "

[PATCH] printk: inject caller information into the body of message
 2018-09-28  9:09 UTC  (15+ messages)

[PATCH] ethdev: get rxq interrupt fd
 2018-09-28  9:08 UTC  (3+ messages)

[PATCH V2 0/4] Add i.MX6ULZ SoC support
 2018-09-28  9:07 UTC  (5+ messages)
` [PATCH V2 1/4] ARM: imx: add i.mx6ulz msl support

[Problem] Cache line starvation
 2018-09-28  9:05 UTC  (6+ messages)

[PATCH net 0/2] s390/qeth: fixes 2019-09-26
 2018-09-28  9:05 UTC  (3+ messages)

[PATCH] staging: bcm2835-camera: Avoid unneeded internal declaration warning
 2018-09-28  9:04 UTC  (3+ messages)

[PATCH v15 06/16] of/fdt: add helper functions for handling properties
 2018-09-28  9:04 UTC  (5+ messages)

[PATCH] mac80211: TDLS: fix skb queue/priority assignment
 2018-09-28  9:04 UTC  (10+ messages)

[PATCH v3 1/2] netfilter: nf_tables: add SECMARK support
 2018-09-28  9:01 UTC  (6+ messages)
` [PATCH v3 2/2] netfilter: nf_tables: add requirements for connsecmark support

[PATCH] arm64: dts: renesas: r8a7795: remove unneeded sound #address/size-cells
 2018-09-28  2:39 UTC 

[PATCH 0/3] thermal: Fix workqueue-related issues in drivers
 2018-09-28  9:00 UTC  (5+ messages)
` [PATCH 1/3] thermal: rcar_thermal: Prevent hardware access during system suspend
` [PATCH 2/3] thermal: rcar_thermal: Prevent doing work after unbind

[PATCH] arm64: dts: add LX2160AQDS board support
 2018-09-28  9:00 UTC  (3+ messages)

[PATCH] ARM: dts: Add support for Liebherr's BK4 device (vf610 based)
 2018-09-28  9:00 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] arm64: dts: renesas: r8a7795: add missing dma-names on hscif2
 2018-09-28  2:38 UTC 

[PATCH v2 08/24] mt76: move mt76x2_wait_for_bbp in mt76x02-lib module
 2018-09-28  8:59 UTC  (2+ messages)

[PATCH v2] powerpc: wire up memtest
 2018-09-28  8:57 UTC  (2+ messages)

[RFC 0/5] perf: Per PMU access controls (paranoid setting)
 2018-09-28  8:57 UTC  (4+ messages)
` [RFC 3/5] perf: Allow per PMU access control

[PATCH 0/4] Address reader-writer concurrency in rte_hash
 2018-09-28  8:55 UTC  (5+ messages)
` [PATCH 3/4] hash: fix rw concurrency while moving keys

[PATCH v2 0/5] soc/fsl/qbman: DPAA QBMan fixes and additions
 2018-09-28  8:43 UTC  (5+ messages)
` [PATCH v2 1/5] soc/fsl/qbman: Check if CPU is offline when initializing portals
` [PATCH v2 3/5] soc/fsl/qbman: Add 64 bit DMA addressing requirement to QBMan
` [PATCH v2 4/5] soc/fsl/qbman: Use last response to determine valid bit
` [PATCH v2 5/5] soc/fsl_qbman: export coalesce change API

[PATCH] ACPI / LPIT: Register attributes based on FADT
 2018-09-28  8:54 UTC 

[LTP] [PATCH 1/2] module: Remove obsolete create_module(2) and query_module(2)
 2018-09-28  8:52 UTC  (2+ messages)
` [LTP] [PATCH 2/2] delete_module*: Cleanup && Move to kernel/syscalls

[PATCH] sms: add regional support for 2 languages
 2018-09-28  8:51 UTC 

[PATCH net-next v6 00/23] WireGuard: Secure Network Tunnel
 2018-09-28  8:49 UTC  (4+ messages)
` [PATCH net-next v6 01/23] asm: simd context helper API


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.