All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-21 13:06:08 to 2019-10-21 13:40:30 UTC [more...]

[Buildroot] [PATCH 1/1] package/python-asn1crypyo: bump to version 1.2.0
 2019-10-21 13:40 UTC  (10+ messages)
` [Buildroot] [PATCH 1/1] package/python-cheroot: bump to version 8.2.1
` [Buildroot] [PATCH 1/1] package/python-docker: bump to version 4.1.0
` [Buildroot] [PATCH 1/2] package/python-entrypoints: new package
` [Buildroot] [PATCH 1/1] package/python-flask-sqlalchemy: bump to version 2.4.1
` [Buildroot] [PATCH 1/1] package/python-flup: bump to version 1.0.3
` [Buildroot] [PATCH 1/1] package/python-pymodbus: bump to version 2.2.0
` [Buildroot] [PATCH 1/1] package/python-xlsxwriter: bump to version 1.2.2
` [Buildroot] [PATCH 1/2] package/python-zc-lockfile: new package
` [Buildroot] [PATCH 2/2] package/python-cherrypy: bump to version 18.3.0

[GIT PULL] perf/core improvements and fixes
 2019-10-21 13:38 UTC  (30+ messages)
` [PATCH 01/57] perf tools: Allow to build with -ltcmalloc
` [PATCH 02/57] perf script: Fix --reltime with --time
` [PATCH 03/57] perf evlist: Fix fix for freed id arrays
` [PATCH 04/57] perf test: Report failure for mmap events
` [PATCH 05/57] perf test: Avoid infinite loop for task exit case
` [PATCH 06/57] perf report: Add warning when libunwind not compiled in
` [PATCH 07/57] perf annotate: Avoid reallocation in objdump parsing
` [PATCH 08/57] perf annotate: Use libsubcmd's run-command.h to fork objdump
` [PATCH 09/57] perf annotate: Don't pipe objdump output through 'grep' command
` [PATCH 10/57] perf annotate: Don't pipe objdump output through 'expand' command
` [PATCH 11/57] perf annotate: Fix objdump --no-show-raw-insn flag
` [PATCH 13/57] perf stat: Support --all-kernel/--all-user
` [PATCH 14/57] perf trace: Add syscall failure stats to -s/--summary and -S/--with-summary
` [PATCH 16/57] perf string: Export asprintf__tp_filter_pids()
` [PATCH 17/57] perf trace: Filter own pid to avoid a feedback look in 'perf trace record -a'
` [PATCH 18/57] perf trace: Support tracepoint dynamic char arrays
` [PATCH 19/57] perf vendor events arm64: Fix Hisi hip08 DDRC PMU eventname
` [PATCH 20/57] perf vendor events arm64: Add some missing events for Hisi hip08 DDRC PMU
` [PATCH 21/57] perf vendor events arm64: Add some missing events for Hisi hip08 L3C PMU
` [PATCH 23/57] tools arch x86: Grab a copy of the file containing the IRQ vector defines
` [PATCH 24/57] libbeauty: Add a generator for x86's IRQ vectors -> strings
` [PATCH 25/57] libbeauty: Hook up the x86 irq_vectors table generator
` [PATCH 26/57] libbeauty: Add a strarray__scnprintf_suffix() method
` [PATCH 27/57] perf trace beauty: Add the glue for the autogenerated x86 IRQ vector array
` [PATCH 28/57] perf trace: Hook the 'vec' tracepoint argument with the x86 IRQ vectors scnprintf/strtoul
` [PATCH 29/57] perf trace: Show error message when not finding a field used in a filter expression
` [PATCH 30/57] perf trace: Introduce accessors to trace specific evsel->priv
` [PATCH 31/57] perf trace: Hide evsel->access further, simplify code
` [PATCH 32/57] perf trace: Introduce 'struct evsel__trace' for evsel->priv needs

[PATCH] dt-bindings: soc: amlogic: canvas: convert to yaml
 2019-10-21 13:39 UTC  (2+ messages)

[U-Boot] [PATCH v2] cmd: avb: Support A/B slots
 2019-10-21 13:40 UTC  (2+ messages)

[PATCH 0/19 v3] ext4: Fix transaction overflow due to revoke descriptors
 2019-10-21 13:39 UTC  (3+ messages)
` [PATCH 07/22] ext4: Avoid unnecessary revokes in ext4_alloc_branch()

[Bug 112070] New: H/W Acceleration sufficiently buggy on Debian to hard lock machine GeForce 7600 GO
 2019-10-21 13:39 UTC  (2+ messages)
  ` [Bug 112070] "

Problems with c8bb23cbdbe3 on ppc64le
 2019-10-21 13:33 UTC  (2+ messages)

[PATCH v4 0/3] PCI: Add Intel PCIe Driver and respective dt-binding yaml file
 2019-10-21 13:38 UTC  (3+ messages)
` [PATCH v4 3/3] pci: intel: Add sysfs attributes to configure pcie link

[PATCH] iotests: Remove 130 from the "auto" group
 2019-10-21 13:37 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/5] imx: nandbcb: support for i.MX7 and bcb only updates
 2019-10-21 13:38 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] imx: gpmi: add defines for hw randominizer
` [U-Boot] [PATCH v2 2/5] nand: mxs_nand: add API for switching different BCH layouts
` [U-Boot] [PATCH v2 3/5] imx: nandbcb: add support for i.MX7
` [U-Boot] [PATCH v2 4/5] imx: nandbcb: refactor update function
` [U-Boot] [PATCH v2 5/5] imx: nandbcb: add support for writing BCB only

[PATCH v5 00/23] sg: add v4 interface
 2019-10-21 13:38 UTC  (5+ messages)
` [PATCH v5 05/23] sg: bitops in sg_device

[PATCH v5 00/12] ext4: port direct I/O to iomap infrastructure
 2019-10-21 13:38 UTC  (12+ messages)
` [PATCH v5 01/12] ext4: move set iomap routines into separate helper ext4_set_iomap()
` [PATCH v5 02/12] ext4: iomap that extends beyond EOF should be marked dirty
` [PATCH v5 03/12] ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper
` [PATCH v5 04/12] ext4: introduce new callback for IOMAP_REPORT
` [PATCH v5 06/12] xfs: Use iomap_dio_rw_wait()

[PATCH v2 0/4] add meson secure watchdog driver
 2019-10-21 13:38 UTC  (7+ messages)
` [PATCH v2 3/4] watchdog: "

[PATCH v3 0/3] PCI: pciehp: Do not turn off slot if presence comes up after link
 2019-10-21 13:38 UTC  (3+ messages)
` [PATCH v3 1/3] PCI: pciehp: Add support for disabling in-band presence

[PATCH v4 00/16] Rewrite x86/ftrace to use text_poke (and more)
 2019-10-21 13:38 UTC  (3+ messages)

[PATCH bpf-next v2] libbpf: use implicit XSKMAP lookup from AF_XDP XDP program
 2019-10-21 13:37 UTC  (5+ messages)

[PATCH 0/4] Small coding style cleanups
 2019-10-21 13:38 UTC  (4+ messages)
` [PATCH 1/4] btrfs: reduce indentation in lock_stripe_add

[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-21 13:37 UTC  (5+ messages)
` [PATCH v2 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[PATCH v8 0/9] linux-user: strace improvements
 2019-10-21 13:29 UTC  (17+ messages)
` [PATCH v8 1/9] linux-user/strace: Display invalid pointer in print_timeval()
` [PATCH v8 2/9] linux-user/strace: Add print_timezone()
` [PATCH v8 3/9] linux-user/strace: Improve settimeofday()
` [PATCH v8 4/9] linux-user/syscall: Introduce target_sockaddr_nl
` [PATCH v8 6/9] linux-user/strace: Add print_sockfd()
` [PATCH v8 7/9] linux-user/strace: Improve bind() output
` [PATCH v8 8/9] linux-user/strace: Let print_sockaddr() have a 'last' argument
` [PATCH v8 9/9] linux-user/syscall: Align target_sockaddr fields using ABI types

[PATCH v3 0/2] Improve handling of stage 2 aborts without instruction decode
 2019-10-21 13:37 UTC  (4+ messages)

[RESEND PATCH v2 0/3] Add driver for veml6030 ambient light sensor
 2019-10-21 13:37 UTC  (3+ messages)

[PATCH] cputlb: ensure _cmmu helper functions follow the naming standard
 2019-10-21 13:33 UTC  (2+ messages)

[PATCH 0/2] mmc: add unstuck function if host is in deadlock state
 2019-10-21 13:35 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH 1/5] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
 2019-10-21 13:35 UTC  (3+ messages)
` [PATCH 4/5] drm/i915: cpu-map based dumb buffers

[PATCH 00/18] usb: typec: API improvements
 2019-10-21 13:35 UTC  (6+ messages)
` [PATCH 10/18] usb: typec: hd3ss3220: Give the connector fwnode to the port device
` [PATCH 11/18] usb: typec: ucsi: Simplified registration and I/O API

[PATCH 01/13] drm/i915: Don't set queue_priority_hint if we don't kick the submission
 2019-10-21 13:52 UTC  (5+ messages)
` [PATCH 02/13] drm/i915/selftests: Add coverage of mocs registers

[PATCH v6 0/3] Add uacce module for Accelerator
 2019-10-21 13:34 UTC  (4+ messages)
` [PATCH v6 1/3] uacce: Add documents for uacce

[PATCH 1/4] pwm: Read initial hardware state at request time
 2019-10-21 13:34 UTC  (2+ messages)

first it froze, now the (btrfs) root fs won't mount 
 2019-10-21 13:34 UTC  (9+ messages)

[PATCH v2 0/6] Enable more iotests during "make check-block"
 2019-10-21 13:31 UTC  (3+ messages)

[PATCH v3] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
 2019-10-21 13:33 UTC  (4+ messages)

master - tests: used cache_pool adds _cpool
 2019-10-21 13:33 UTC 

master - gcc: avoid warning: declaration of xxx shadows a global declaration
 2019-10-21 13:33 UTC 

master - gcc: all paths will set ret
 2019-10-21 13:33 UTC 

master - gcc: older compiler is happier with this initilizer
 2019-10-21 13:33 UTC 

master - cache: use _cpool for used cache-pools
 2019-10-21 13:33 UTC 

[PATCH] Revert "pwm: Let pwm_get_state() return the last implemented state"
 2019-10-21 13:33 UTC  (2+ messages)

master - cache: drop _cpool suffix from unused cache-pool
 2019-10-21 13:33 UTC 

master - lvconvert: use new functions
 2019-10-21 13:33 UTC 

[U-Boot] [PATCH v2 1/3] imx6ul: opos6ul: migrate to DM_ETH
 2019-10-21 13:33 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] opos6uldev: migrate to DM_VIDEO
` [U-Boot] [PATCH v2 3/3] video: mxsfb: set gd->fb_base

master - lvm-string: add drop_lvname_suffix
 2019-10-21 13:33 UTC 

master - lv_manip: add lv_uniq_rename_update
 2019-10-21 13:32 UTC 

[Xen-devel] [OSSTEST PATCH] guest_prepare_disk: Only do the umount if we set an env var
 2019-10-21 13:32 UTC 

[dpdk-dev] [PATCH v10 0/5] kni: add IOVA=VA support
 2019-10-21 13:32 UTC  (6+ messages)
` [dpdk-dev] [PATCH v11 0/4] kni: add IOVA=VA mode support
  ` [dpdk-dev] [PATCH v11 2/4] eal: add legacy kni option
      ` [dpdk-dev] [EXT] "

[PATCH 0/4] export/modpost: avoid renaming __ksymtab entries for symbol namespaces
 2019-10-21 13:31 UTC  (3+ messages)
` [PATCH v2 "

[RESEND PATCH v2 3/3] iio: documentation: light: Add veml6030 sysfs documentation
 2019-10-21 13:31 UTC  (2+ messages)
` [PATCH v3 "

[RESEND PATCH v2 2/3] dt-bindings: iio: light: add veml6030 ALS bindings
 2019-10-21 13:31 UTC  (2+ messages)
` [PATCH v3 "

[Xen-devel] [linux-linus test] 142984: regressions - FAIL
 2019-10-21 13:29 UTC 

[PATCH xfstests v3] fstests: Add path $here before src/<file>
 2019-10-21 13:35 UTC 

[PATCH] cpufreq: Move cancelling of policy update work just after removing notifiers
 2019-10-21 13:28 UTC 

[RESEND PATCH v2 1/3] iio: light: add driver for veml6030 ambient light sensor
 2019-10-21 13:28 UTC  (2+ messages)
` [PATCH v3 "

[iptables PATCH v2] xtables-restore: Fix --table parameter check
 2019-10-21 13:27 UTC  (2+ messages)

[Buildroot] [PATCH v5] package/libvirt: new package
 2019-10-21 13:27 UTC 

[PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
 2019-10-21 13:24 UTC  (2+ messages)

[PATCH] gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errors
 2019-10-21 13:26 UTC  (5+ messages)

[cip-dev] [PATCH 4.19.y-cip 00/57] Audio improvements/SSIU BUSIF/
 2019-10-21 13:26 UTC  (4+ messages)
` [cip-dev] [PATCH 4.19.y-cip 24/57] ASoC: rsnd: rsnd_mod_name() handles both name and ID

[PATCH v3 01/10] dt-bindings: sram: Convert SRAM bindings to json-schema
 2019-10-21 13:25 UTC  (5+ messages)

[dpdk-dev] [PATCH v4 00/10] Implement the new ABI policy and add helper scripts
 2019-10-21 13:24 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4 04/10] timer: remove deprecated code

[PATCH 0/4] Add RAS EEPROM table support for Arcturus
 2019-10-21 13:24 UTC  (9+ messages)
` [PATCH 1/4] drm/amd/powerplay: Add interface for I2C transactions to SMU
` [PATCH 2/4] drm/amd/powerplay: Add EEPROM I2C read/write support to Arcturus
` [PATCH 3/4] drm/amdgpu: Use ARCTURUS in RAS EEPROM
` [PATCH 4/4] drm/amdgpu: Move amdgpu_ras_recovery_init to after SMU ready

[PATCH] t4014: make output-directory tests self-contained
 2019-10-21 13:23 UTC 

[PATCH] dt-bindings: usb: dwc3: Move Amlogic G12A DWC3 Glue Bindings to YAML schemas
 2019-10-21 13:23 UTC  (3+ messages)

Ext4 filesystem name does not exist
 2019-10-21 13:23 UTC  (2+ messages)

linux-next: Tree for Oct 18
 2019-10-21 13:19 UTC  (5+ messages)
` linux-next: Tree for Oct 18 (objtool)

[PATCH v2 0/9] Simplify MFD Core
 2019-10-21 13:21 UTC  (5+ messages)
` [PATCH v2 4/9] mfd: cs5535-mfd: Register clients using their own dedicated MFD cell entries

[PATCH v3] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
 2019-10-21 13:21 UTC  (6+ messages)

[PATCH v8 0/5] arm64: ftrace with regs
 2019-10-21 13:20 UTC  (12+ messages)

[v4,1/2] dt-bindings: i2c: support property idle-state
 2019-10-21 13:20 UTC  (3+ messages)
` [v4,2/2] i2c: mux: pca954x: "

[PATCH v5 1/2] format-patch: create leading components of output directory
 2019-10-21 13:20 UTC  (2+ messages)

[PATCH 0/5] ppc/pnv: Add PNOR support
 2019-10-21 13:12 UTC  (6+ messages)
` [PATCH 1/5] ppc/pnv: Add a PNOR model
` [PATCH 2/5] ipmi: Add support to customize OEM functions
` [PATCH 3/5] ppc/pnv: Add HIOMAP commands
` [PATCH 4/5] libxz: Add XZ Embedded library for PPC
` [PATCH 5/5] ppc/pnv: Read the PNOR partition table

[PATCH v2 00/11] ASoC: Add support to WCD9340/WCD9341 codec
 2019-10-21 13:19 UTC  (8+ messages)
` [PATCH v2 02/11] mfd: wcd934x: add support to wcd9340/wcd9341 codec
          ` [alsa-devel] "

[PATCH v1 1/3] pinctrl: intel: Introduce intel_restore_padcfg() helper
 2019-10-21 13:19 UTC  (4+ messages)
` [PATCH v1 3/3] pinctrl: intel: Introduce intel_restore_intmask() helper

[PATCH] drm/panfrost: fix -Wmissing-prototypes warnings
 2019-10-21 13:19 UTC  (3+ messages)

[PATCH 0/5] Add rtc support for rn5t618 mfd
 2019-10-21 13:19 UTC  (3+ messages)
` [PATCH 5/5] rtc: rtc-rc5t583: add ricoh rc5t619 RTC driver

next/master boot: 264 boots: 16 failed, 239 passed with 7 offline, 2 untried/unknown (next-20191021)
 2019-10-21 13:18 UTC 

[dpdk-dev] [PATCH v2 0/3] AF_XDP tx halt fix, IRQ pinning and unaligned chunks
 2019-10-21 13:17 UTC  (9+ messages)
` [dpdk-dev] [PATCH v2 2/3] net/af_xdp: support pinning of IRQs

[PATCH -next] btrfs: Make init_tree_roots static
 2019-10-21 13:17 UTC  (3+ messages)

[PATCH v6 1/2] PCI: Add a helper to check Power Resource Requirements _PR3 existence
 2019-10-21 13:15 UTC  (6+ messages)
      ` [alsa-devel] "

[LTP] [PATCH v4 0/5] tst_test.sh: Use LTP_TIMEOUT_MUL in TST_RETRY_FN()
 2019-10-21 13:15 UTC  (4+ messages)
` [LTP] [PATCH v4 5/5] Adopt doc for TST_RETRY_FUNC for LTP_TIMEOUT_MUL

[RFC PATCH v2 0/5] fs: interface for directly reading/writing compressed data
 2019-10-21 13:14 UTC  (5+ messages)
` [RFC PATCH v2 5/5] btrfs: implement RWF_ENCODED writes

[PATCH v2 0/2] usb: cdns3: Add TI wrapper
 2019-10-21 13:13 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: usb: Add binding for the TI wrapper for Cadence USB3 controller
` [PATCH v2 2/2] usb: cdns3: Add TI specific wrapper driver

[PATCH] staging: wfx: remove unnecessary void pointer
 2019-10-21 13:00 UTC  (3+ messages)

[PATCH 0/2] media: meson: vdec: Add compliant H264 support
 2019-10-21 13:13 UTC  (10+ messages)

[xfs-linux:xfs-for-next 29/47] fs/xfs/libxfs/xfs_alloc.c:1170:41: sparse: sparse: Using plain integer as NULL pointer
 2019-10-21 13:14 UTC  (2+ messages)
` [PATCH] xfs: fix sparse warning on allocation cursor initialization

[PATCH v5 0/4] ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: support WoV
 2019-10-21 13:12 UTC  (6+ messages)
` [PATCH v5 1/4] ASoC: cros_ec_codec: "
  ` [alsa-devel] "

[jcmvbkbc-xtensa:xtensa-5.5-asm-memopt 9/9] arch/xtensa/mm/init.c:30:10: fatal error: linux/sections.h: No such file or directory
 2019-10-21 13:13 UTC 

[MPTCP] Patchwork: "maintainer status"
 2019-10-21 13:13 UTC 

[PATCH v7] unstable/drm-lease: DRM lease protocol support
 2019-10-21 13:12 UTC  (8+ messages)

[Xen-devel] PV-shim 4.13 assertion failures during vcpu_wake()
 2019-10-21 13:10 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/2] Using virtio ethdev ports as non-root
 2019-10-21 13:10 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 "

[PATCH] KVM: X86: Make fpu allocation a common function
 2019-10-21 13:09 UTC  (9+ messages)

[PATCH] i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenment
 2019-10-21 13:08 UTC  (2+ messages)

[RFC 0/3] acpi: cphp: add CPHP_GET_CPU_ID_CMD command to cpu hotplug MMIO interface
 2019-10-21 13:06 UTC  (5+ messages)
` [RFC 3/3] acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command

[U-Boot] [PATCH] pinctrl: Kconfig: remove duplicated nodes
 2019-10-21 13:07 UTC 

Lots of btrfs_dump_space_info in kernel log
 2019-10-21 13:07 UTC  (2+ messages)

[PATCH v1 0/5] staging: wfx: fix checkpatch warnings
 2019-10-21  8:21 UTC  (4+ messages)
` [PATCH v1 1/5] staging: wfx: fix warnings of no space is necessary

[PATCH v9 09/17] x86/split_lock: Handle #AC exception for split lock
 2019-10-21 13:06 UTC  (13+ messages)

[PATCH v3 00/16] libqos: add VIRTIO PCI 1.0 support
 2019-10-21 13:02 UTC  (3+ messages)
` [PATCH v3 14/16] libqos: make the virtio-pci BAR index configurable

[PATCH net] net: sched: act_mirred: drop skb's dst_entry in ingress redirection
 2019-10-21 13:06 UTC  (7+ messages)

[PATCH 0/3] watchdog/softlockup: Make softlockup reports more reliable and useful
 2019-10-21 13:06 UTC  (4+ messages)
` [PATCH 3/3] Test softlockup

[PATCH v5 00/13] scsi: core: fix uninit-value access of variable sshdr
 2019-10-21 13:06 UTC  (5+ messages)

[PATCH v5] taskstats: fix data-race
 2019-10-21 13:04 UTC  (4+ messages)
` [PATCH v6] "


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.