All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-08 16:43:45 to 2018-10-08 17:50:21 UTC [more...]

[GIT PULL] commits for Linux 4.18
 2018-10-08 17:10 UTC  (2+ messages)

Make perf script easier to use for itrace
 2018-10-08 17:50 UTC  (3+ messages)
` [PATCH v6 1/5] tools, perf, script: Add --insn-trace for instruction decoding

[meta-processor-sdk][master][PATCH] ti-tisdk-makefile: Add ipc targets for top level make
 2018-10-08 17:48 UTC 

[PATCH 4.18 000/228] 4.18.12-stable review
 2018-10-08 17:48 UTC  (8+ messages)

[POC][RFC][PATCH 0/2] PROOF OF CONCEPT: Dynamic Functions (jump functions)
 2018-10-08 17:47 UTC  (15+ messages)
` [POC][RFC][PATCH 1/2] jump_function: Addition of new feature "jump_function"

[RFC] arm64: dts: rockchip: add rk3399 spi dmas
 2018-10-08 17:46 UTC 

[PATCH] amdgpu/gmc : fix compile warning
 2018-10-08 17:46 UTC  (13+ messages)

[U-Boot] [PATCH v13 0/7] SPI-NAND support (third batch)
 2018-10-08 17:46 UTC  (14+ messages)
` [U-Boot] [PATCH v13 5/7] cmd: mtd: add 'mtd' command

[PATCH net-next] net/ipv6: stop leaking percpu memory in fib6 info
 2018-10-08 17:46 UTC  (2+ messages)

[PATCH 0/3] bpf: allow zero-initialising hash map seed
 2018-10-08 10:32 UTC  (13+ messages)
` [PATCH 1/3] bpf: allow zero-initializing "
` [PATCH v2 0/3] bpf: allow zero-initialising "
  ` [PATCH v2 1/3] bpf: allow zero-initializing "
  ` [PATCH v2 2/3] tools: sync linux/bpf.h
  ` [PATCH v2 3/3] tools: add selftest for BPF_F_ZERO_SEED

[PATCH] drivers/vfio: Fix a redundant copy bug
 2018-10-08 17:42 UTC  (3+ messages)

[PATCH v3] perf record: encode -k clockid frequency into Perf trace
 2018-10-08 17:42 UTC  (6+ messages)

[PATCH 1/2] drm/sched: add drm_sched_start_timeout helper
 2018-10-08 17:40 UTC  (6+ messages)
` [PATCH 2/2] drm/sched: fix timeout handling

[PATCH RFC 0/5] xen/domain: Allocate d->vcpu[] earlier during domain construction
 2018-10-08 17:39 UTC  (4+ messages)
` [PATCH 4/5] xen/domain: Allocate d->vcpu[] earlier during domain_create()

[PATCH] PCI: imx: Add imx6sx suspend/resume support
 2018-10-08 17:38 UTC  (2+ messages)

[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
 2018-10-08 17:38 UTC  (13+ messages)

[Buildroot] [arc-buildroot] [autobuild.buildroot.net] Your build results for 2018-09-25
 2018-10-08 17:37 UTC  (2+ messages)

unwind_init() takes 100 ms
 2018-10-08 17:36 UTC  (3+ messages)

[PATCH] isdn/gigaset: mark expected switch fall-throughs
 2018-10-08 17:36 UTC  (2+ messages)

[PATCH] iio: dpot-dac: mark expected switch fall-through
 2018-10-08 17:35 UTC 

[PATCH net-next v2 00/12] net: sched: cls_u32 Various improvements
 2018-10-08 10:22 UTC  (13+ messages)
` [PATCH net-next v2 01/12] net: sched: cls_u32: mark root hnode explicitly
` [PATCH net-next v2 02/12] net: sched: cls_u32: disallow linking to root hnode
` [PATCH net-next v2 03/12] net: sched: cls_u32: make sure that divisor is a power of 2
` [PATCH net-next v2 04/12] net: sched: cls_u32: get rid of unused argument of u32_destroy_key()
` [PATCH net-next v2 05/12] net: sched: cls_u32: get rid of tc_u_knode ->tp
` [PATCH net-next v2 06/12] net: sched: cls_u32: get rid of tc_u_common ->rcu
` [PATCH net-next v2 07/12] net: sched: cls_u32: clean tc_u_common hashtable
` [PATCH net-next v2 08/12] net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode
` [PATCH net-next v2 09/12] net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->data
` [PATCH net-next v2 10/12] net: sched: cls_u32: get rid of tp_c
` [PATCH net-next v2 11/12] net: sched: cls_u32: keep track of knodes count in tc_u_common
` [PATCH net-next v2 12/12] net: sched: cls_u32: simplify the hell out u32_delete() emptiness check

[PATCH] PCI: expand the "PF" acronym in Kconfig help text
 2018-10-08 17:33 UTC  (2+ messages)

[Buildroot] [PATCH] u-boot: add option to generate env image from default env
 2018-10-08 17:33 UTC  (2+ messages)

[PATCH] tools/lib/traceevent, tools/perf: Move struct tep_handler definition in a local header file
 2018-10-08 17:32 UTC  (4+ messages)

[meta-networking][PATCH] openvpn: enable sysvinit
 2018-10-08 17:32 UTC 

[PATCH] KVM: X86: Add missing KVM_AMD dependency
 2018-10-08 17:32 UTC  (8+ messages)

[Qemu-devel] [PATCH 00/31] Replace some unwise uses of error_report() & friends
 2018-10-08 17:31 UTC  (32+ messages)
` [Qemu-devel] [PATCH 01/31] Use error_fatal to simplify obvious fatal errors (again)
` [Qemu-devel] [PATCH 02/31] block: Use warn_report() & friends to report warnings
` [Qemu-devel] [PATCH 03/31] cpus hw target: "
` [Qemu-devel] [PATCH 04/31] vfio: "
` [Qemu-devel] [PATCH 05/31] vfio: Clean up error reporting after previous commit
` [Qemu-devel] [PATCH 06/31] char: Use error_printf() to print help and such
` [Qemu-devel] [PATCH 07/31] 9pfs: Fix CLI parsing crash on error
` [Qemu-devel] [PATCH 08/31] pc: Fix machine property nvdimm-persistence error handling
` [Qemu-devel] [PATCH 09/31] ioapic: Fix error handling in realize()
` [Qemu-devel] [PATCH 10/31] smbios: Clean up error handling in smbios_add()
` [Qemu-devel] [PATCH 11/31] migration: Fix !replay_can_snapshot() error handling
` [Qemu-devel] [PATCH 12/31] l2tpv3: Improve -netdev/netdev_add/-net/... error reporting
` [Qemu-devel] [PATCH 13/31] net/socket: Fix invalid socket type error handling
` [Qemu-devel] [PATCH 14/31] numa: Fix QMP command set-numa-node "
` [Qemu-devel] [PATCH 15/31] xen/pt: Fix incomplete conversion to realize()
` [Qemu-devel] [PATCH 16/31] seccomp: Clean up error reporting in parse_sandbox()
` [Qemu-devel] [PATCH 17/31] vl: Clean up error reporting in parse_add_fd()
` [Qemu-devel] [PATCH 18/31] qom: Clean up error reporting in user_creatable_add_opts_foreach()
` [Qemu-devel] [PATCH 19/31] vl: Clean up error reporting in parse_add_fd()
` [Qemu-devel] [PATCH 20/31] vl: Clean up error reporting in machine_set_property()
` [Qemu-devel] [PATCH 21/31] vl: Clean up error reporting in mon_init_func()
` [Qemu-devel] [PATCH 22/31] vl: Clean up error reporting in parse_fw_cfg()
` [Qemu-devel] [PATCH 23/31] vl: Clean up error reporting in device_init_func()
` [Qemu-devel] [PATCH 24/31] vl: Clean up error reporting in vnc_init_func()
` [Qemu-devel] [PATCH 25/31] numa: Clean up error reporting in parse_numa()
` [Qemu-devel] [PATCH 26/31] tpm: Clean up error reporting in tpm_init_tpmdev()
` [Qemu-devel] [PATCH 27/31] spice: Clean up error reporting in add_channel()
` [Qemu-devel] [PATCH 28/31] fsdev: Clean up error reporting in qemu_fsdev_add()
` [Qemu-devel] [PATCH 29/31] vl: Assert drive_new() does not fail in default_drive()
` [Qemu-devel] [PATCH 30/31] blockdev: Convert drive_new() to Error
` [Qemu-devel] [PATCH 31/31] vl: Simplify call of parse_name()

[RESEND PATCH v2 0/5] net: phy: mscc: add support for VSC8584 and VSC8574 Microsemi quad-port PHYs
 2018-10-08 17:31 UTC  (2+ messages)

[PATCH v6 0/9] PCI: mediatek: fixup find_port, enable_msi and add pm, module support
 2018-10-08 17:31 UTC  (6+ messages)
` [PATCH v6 2/9] PCI: mediatek: Fixup class ID for MT7622 as PCI_CLASS_BRIDGE_PCI

[PATCH 0/5] Change the hw ip initialize sequence
 2018-10-08 17:31 UTC  (7+ messages)
` [PATCH 1/5] drm/amdgpu: Don't reallocate ucode bo when suspend

[PATCH V2] nvme-pci: assign separate irq vectors for adminq and ioq0
 2018-10-08 10:19 UTC  (10+ messages)
            ` nvme-pci: number of queues off by one

[PATCH stable v2 0/2] termios: Alpha BOTHER/IBSHIFT, tty_baudrate fix
 2018-10-08 17:29 UTC  (5+ messages)
` [PATCH stable v2 2/2] termios, tty/tty_baudrate.c: simplify, auto-generate baud table

[PATCH v2 net-next 00/23] rtnetlink: Add support for rigid checking of data in dump request
 2018-10-08 10:18 UTC  (17+ messages)
` [PATCH v2 net-next 04/23] netlink: Add strict version of nlmsg_parse and nla_parse
` [PATCH v2 net-next 06/23] netlink: Add new socket option to enable strict checking on dumps
` [PATCH v2 net-next 07/23] net/ipv4: Update inet_dump_ifaddr for strict data checking
` [PATCH v2 net-next 08/23] net/ipv6: Update inet6_dump_addr "
` [PATCH v2 net-next 09/23] rtnetlink: Update rtnl_dump_ifinfo "
` [PATCH v2 net-next 10/23] rtnetlink: Update rtnl_bridge_getlink "
` [PATCH v2 net-next 11/23] rtnetlink: Update rtnl_stats_dump "
` [PATCH v2 net-next 12/23] rtnetlink: Update inet6_dump_ifinfo "

[PATCH net-next v3 0/6] net: phy: mscc: various improvements to Microsemi PHY driver
 2018-10-08 17:29 UTC  (2+ messages)

[PATCH net-next] netdev: remove useless codes of tun_automq_select_queue
 2018-10-08 10:17 UTC 

[PATCH] xfs: cancel COW blocks before swapext
 2018-10-08 10:16 UTC 

[PATCH v4] tools/lib/traceevent: Separate out tep_strerror() for strerror_r() issues
 2018-10-08 17:27 UTC  (2+ messages)

[PATCH] staging: bcm2835-camera: remove extraneous setting of dev->colourfx.enable
 2018-10-08 17:20 UTC  (11+ messages)

[v3, 1/6] net: dpaa2: move DPAA2 PTP driver out of staging/
 2018-10-08 17:24 UTC  (14+ messages)
` [v3, 2/6] MAINTAINERS: update files maintained under DPAA2 PTP/ETHERNET
` [v3, 3/6] net: dpaa2: fix dependency of config FSL_DPAA2_ETH
` [v3, 4/6] net: dpaa2: rename rtc as ptp in dpaa2-ptp driver
` [v3, 5/6] net: dpaa2: remove unused code for dprtc
` [v3, 6/6] net: dpaa2: fix and improve dpaa2-ptp driver

[PATCH] iio: cros_ec_accel_legacy: Mark expected switch fall-throughs
 2018-10-08 17:23 UTC 

[RFC PATCH 0/5] filter: support for excluding all trees and blobs
 2018-10-08 17:23 UTC  (5+ messages)
` [PATCH v11 0/8] "
  ` [PATCH v11 8/8] list-objects-filter: implement filter tree:0

[PATCH] fanotify: self describing event metadata
 2018-10-08 10:12 UTC 

[PATCH 00/12] error handling and pciehp maintenance
 2018-10-08 17:23 UTC  (7+ messages)

[QEMU PATCH v2 0/2]: KVM: i386: Add support for save and restore nested state
 2018-10-08 17:21 UTC  (3+ messages)
` [Qemu-devel] "

[Buildroot] [PATCH 1/4] package/asterisk: bump version to 14.7.8
 2018-10-08 17:19 UTC  (3+ messages)
` [Buildroot] [PATCH 2/4] package/asterisk: enable for non-glibc toolchains

[RFC PATCH 0/4] i2c: core: introduce master_xfer_irqless
 2018-10-08 10:07 UTC  (4+ messages)
` [RFC PATCH 0/3] "
  ` [RFC PATCH 2/3] watchdog: da9062: avoid regmap in restart handler

[PATCH] dmaengine: owl: Fix warnings generated during build
 2018-10-08 17:16 UTC  (3+ messages)
`  "

[PATCH 0/3] add AES-CMAC support
 2018-10-08 17:16 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] crypto/qat: add support AES-CMAC
  ` [PATCH v3 2/3] test/qat: test for AES-CMAC
  ` [PATCH v3 3/3] doc/qat: update AES-CMAC documentation

[PATCHv3 0/6] atomics: generate atomic headers / instrument arm64
 2018-10-08 17:15 UTC  (3+ messages)

meta-openembedded thud release branching
 2018-10-08 17:14 UTC  (3+ messages)

[Qemu-devel] [PATCH] tests: Disable test-bdrv-drain
 2018-10-08 17:07 UTC  (9+ messages)

[RFC PATCH 0/3] drm/i915: serialized performance queries
 2018-10-08 17:14 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH][Outreachy] remove all the inclusions of git-compat-util.h in header files
 2018-10-08 17:13 UTC  (2+ messages)

[PATCH AUTOSEL 4.18 01/58] soundwire: Fix duplicate stream state assignment
 2018-10-08 17:11 UTC  (3+ messages)
` [PATCH AUTOSEL 4.18 24/58] Input: atakbd - fix Atari CapsLock behaviour

[PATCH 4.18 000/235] 4.18.10-stable review
 2018-10-08 17:11 UTC  (6+ messages)
` [PATCH 4.18 222/235] drm/amd/pp: Send khz clock values to DC for smu7/8

[PATCH v3 0/4] drm/msm: Use atomic helpers for PM suspend/resume
 2018-10-08 17:07 UTC  (7+ messages)
` [PATCH v3 2/4] drm/msm: Cut dpu_kms hooks from msm_pm_suspend/resume
` [PATCH v3 3/4] drm/msm/dpu: Remove suspend state tracking from crtc
` [PATCH v3 4/4] drm/msm/dpu: Replace dpu_crtc_reset by atomic helper

[PATCH] Input: atmel_mxt_ts - mark expected switch fall-through
 2018-10-08 17:03 UTC 

[Ksummit-discuss] [PATCH 0/2] code of conduct fixes
 2018-10-08 17:05 UTC  (6+ messages)
` [Ksummit-discuss] [PATCH 1/2] code-of-conduct: Fix the ambiguity about collecting email addresses

[Announce] LPC 2018: Testing and Fuzzing Microconference
 2018-10-08 17:02 UTC 

[PATCH] media: vivid: Support 480p for webcam capture
 2018-10-08 17:03 UTC  (3+ messages)

[RFC] drm/amd/display: add SI support to AMD DC
 2018-10-08 17:02 UTC  (3+ messages)

[PATCH RFC] proc: Don't retain negative dentries
 2018-10-08 17:02 UTC  (4+ messages)

[PATCH] mm,numa: Remove remaining traces of rate-limiting
 2018-10-08 17:01 UTC  (2+ messages)

[SPDK] Multiple start/stop of reactor and add/remove of bdev
 2018-10-08 17:00 UTC 

[PATCH net-next 00/11] net: sched: cls_u32 Various improvements
 2018-10-08  9:49 UTC  (9+ messages)
` [PATCH net-next 02/11] net: sched: cls_u32: make sure that divisor is a power of 2

[PATCH net-next 00/20] rtnetlink: Add support for rigid checking of data in dump request
 2018-10-08  9:47 UTC  (7+ messages)
` [PATCH net-next 08/20] rtnetlink: Update rtnl_dump_ifinfo for strict data checking

We should add a "git gc --auto" after "git clone" due to commit graph
 2018-10-08 16:57 UTC  (12+ messages)

[PATCH 00/36] Devicetree schema
 2018-10-08 16:54 UTC  (9+ messages)
` [PATCH 29/36] dt-bindings: arm: Convert Renesas board/soc bindings to json-schema

[4/5] EDAC, dsm_edac: Wrap ACPI DSM methods for address translation
 2018-10-08 16:57 UTC 

[PATCH v3 00/19] vhost: add postcopy live-migration support
 2018-10-08 16:54 UTC  (5+ messages)
  ` [PATCH v3 18/19] vhost: add flag to enable postcopy live-migration

[PATCH 0/7] fetch2/git: Check fullshallow tarball and clonedir before access
 2018-10-08  7:20 UTC  (4+ messages)
` [PATCH 5/7] fetch2/git: prevent access to non-existing clonedir

[PATCH] drm/drm_vblank: Change EINVAL by the correct errno
 2018-10-08 16:52 UTC  (4+ messages)

[RESEND][PATCH] ACPI / CPPC: Add support for guaranteed performance
 2018-10-08 16:51 UTC 

Don't upgrade to 13.2.2 if you use cephfs
 2018-10-08 16:50 UTC  (2+ messages)

[PATCH v3 0/3] get_user_pages*() and RDMA: first steps
 2018-10-08 16:49 UTC  (5+ messages)
` [PATCH v3 2/3] mm: introduce put_user_page*(), placeholder versions
` [PATCH v3 3/3] infiniband/mm: convert put_page() to put_user_page*()

[GIT PULL v2] for-next updates for soc/fsl drivers for v4.20 take 2
 2018-10-08 16:49 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 2/2] MAINTAINERS: Remove myself as block maintainer
 2018-10-08 16:48 UTC  (2+ messages)

[PATCH V2] blk-mq: complete req in softirq context in case of single queue
 2018-10-08 16:49 UTC  (2+ messages)

[PATCH] x86/defconfig: Enable CONFIG_USB_XHCI_HCD
 2018-10-08 16:48 UTC  (4+ messages)
    `  "

Looking for architecture papers
 2018-10-08 16:44 UTC  (7+ messages)

[PATCH 07/17] target/core: Use system workqueues for TMF
 2018-10-08 16:46 UTC  (2+ messages)

[PATCH v2 1/1] fanotify: introduce new event flag FAN_EXEC
 2018-10-08  9:35 UTC  (10+ messages)

[PATCH 1/5] docs/qemu-deprivilege: Revise and update with status and future plans
 2018-10-08 16:44 UTC  (4+ messages)
` [PATCH 5/5] RFC: test/depriv: Add a tool to check process-level depriv

[Qemu-devel] [PATCH v4 0/8] discard blockstats
 2018-10-08 16:43 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 3/8] ide: account UNMAP (TRIM) operations


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.