All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-09 22:18:19 to 2018-11-09 23:21:49 UTC [more...]

[PATCH 0/6] staging:iio:ad2s90: Add dt support and move out of staging
 2018-11-09 23:19 UTC  (5+ messages)
` [PATCH 5/6] staging:iio:ad2s90: Add SPDX license identifier

[PATCH 0/2] Introduce a 'protected-clocks' property
 2018-11-09 23:21 UTC  (3+ messages)
` [PATCH] arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks

[PATCH] LSM: add SafeSetID module that gates setid calls
 2018-11-09 23:21 UTC  (2+ messages)
` [PATCH] LSM: generalize flag passing to security_capable

[PATCH] vivid: free bitmap_cap when updating std/timings/etc
 2018-11-09 13:37 UTC 

[PATCH v2 0/6] Move TXQ scheduling and airtime fairness into mac80211
 2018-11-09 23:17 UTC  (14+ messages)
` [PATCH v2 1/6] mac80211: Add TXQ scheduling API
` [PATCH v2 2/6] cfg80211: Add airtime statistics and settings
` [PATCH v2 3/6] mac80211: Add airtime accounting and scheduling to TXQs
` [PATCH v2 4/6] ath9k: Switch to mac80211 TXQ scheduling and airtime APIs
` [PATCH v2 5/6] ath10k: migrate to mac80211 txq scheduling
` [PATCH v2 6/6] ath10k: reporting estimated tx airtime for fairness

[PATCH] tools/lib/traceevent: libtraceevent Makefile "help" target
 2018-11-09 13:37 UTC 

[Buildroot] [PATCH v3 1/2] ell: bump version to 0.14
 2018-11-09 23:17 UTC  (2+ messages)
` [Buildroot] [PATCH v3 2/2] iwd: new package

[PATCH] xen/netfront: remove unnecessary wmb
 2018-11-09 23:17 UTC  (3+ messages)

[Buildroot] [PATCH v2] libcurl: Allow selection of TLS package libcurl will use
 2018-11-09 23:15 UTC  (5+ messages)

[mm PATCH v5 0/7] Deferred page init improvements
 2018-11-09 23:14 UTC  (3+ messages)

[PATCH 0/4] xen/arm: GIC fixes and improvement
 2018-11-09 23:14 UTC  (9+ messages)
` [PATCH 1/4] xen/arm: gic: Ensure we have an ISB between ack and do_IRQ()
` [PATCH 2/4] xen/arm: gic: Ensure ordering between read of INTACK and shared data
` [PATCH 3/4] xen/arm: gic: Remove duplicated comment in do_sgi
` [PATCH 4/4] xen/arm: gic: Relax barrier when sending an SGI

[PATCH v3 resend 1/2] mm: Add an F_SEAL_FUTURE_WRITE seal to memfd
 2018-11-09 23:14 UTC  (18+ messages)

[PATCH v2 00/10] Man pages for libtraceevent
 2018-11-09 13:31 UTC  (11+ messages)
` [PATCH v2 01/11] tools/lib/traceevent: Fix libtraceevent/Documentation Makefile
` [PATCH v2 02/11] tools/lib/traceevent: Add support for man pages with multiple names
` [PATCH v2 03/11] tools/lib/traceevent: libtraceevent man pages for tep_handler related APIs
` [PATCH v2 05/11] tools/lib/traceevent: Man page for tep_get_header_page_size()
` [PATCH v2 06/11] tools/lib/traceevent: Man page for tep_get_cpus() and tep_set_cpus()
` [PATCH v2 07/11] tools/lib/traceevent: Man page for tep_is_file_bigendian() and tep_set_file_bigendian()
` [PATCH v2 08/11] tools/lib/traceevent: Man page for tep_is_host_bigendian() and tep_set_host_bigendian()
` [PATCH v2 09/11] tools/lib/traceevent: Man page for tep_is_latency_format() and tep_set_latency_format()
` [PATCH v2 10/11] tools/lib/traceevent: Man page for tep_get_page_size() and tep_set_page_size()
` [PATCH v2 11/11] tools/lib/traceevent: Man page for tep_strerror()

[PATCH v2 00/23] various dynamic_debug patches
 2018-11-09 23:10 UTC  (25+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/23] linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimited
  ` [PATCH v3 02/23] linux/device.h: use unique identifier for each struct _ddebug
  ` [PATCH v3 03/23] linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited
  ` [PATCH v3 04/23] linux/net.h: use unique identifier for each struct _ddebug
  ` [PATCH v3 05/23] linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimited
  ` [PATCH v3 06/23] linux/printk.h: use unique identifier for each struct _ddebug
  ` [PATCH v3 07/23] dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitions
  ` [PATCH v3 08/23] dynamic_debug: don't duplicate modname in ddebug_add_module
  ` [PATCH v3 09/23] dynamic_debug: use pointer comparison in ddebug_remove_module
  ` [PATCH v3 10/23] dynamic_debug: remove unused EXPORT_SYMBOLs
  ` [PATCH v3 11/23] dynamic_debug: move pr_err from module.c to ddebug_add_module
  ` [PATCH v3 12/23] dynamic_debug: add static inline stub for ddebug_add_module
  ` [PATCH v3 13/23] dynamic_debug: refactor dynamic_pr_debug and friends
  ` [PATCH v3 14/23] btrfs: implement btrfs_debug* in terms of helper macro
  ` [PATCH v3 15/23] ACPI: use proper DYNAMIC_DEBUG_BRANCH macro
  ` [PATCH v3 16/23] ACPI: remove unused __acpi_handle_debug macro
  ` [PATCH v3 17/23] ACPI: implement acpi_handle_debug in terms of _dynamic_func_call
  ` [PATCH v3 18/23] dynamic_debug: introduce accessors for string members of struct _ddebug
  ` [PATCH v3 19/23] dynamic_debug: drop use of bitfields in "
  ` [PATCH v3 20/23] dynamic_debug: introduce CONFIG_DYNAMIC_DEBUG_RELATIVE_POINTERS
  ` [PATCH v3 21/23] jump_label: move JUMP_TYPE_* constants to new asm-generic file
  ` [PATCH v3 22/23] x86: jump_label: introduce asm macros STATIC_KEY_INIT{,_TRUE,_FALSE}
  ` [PATCH v3 23/23] x86_64: use relative pointers with dynamic debug

[PATCH lttng-tools 2/2] Fix: max_t/min_t macros are missing cast on input
 2018-11-09 23:13 UTC  (2+ messages)
` [PATCH lttng-tools 1/2] Fix: Connect timeout arithmetic in inet/inet6 (v2)

[PATCH] acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node
 2018-11-09 23:12 UTC  (2+ messages)

[Buildroot] [git commit] docs/website/news.html: update for 2018.11-rc1
 2018-11-09 23:12 UTC 

[RFC] remove the ->mapping_error method from dma_map_ops
 2018-11-09 23:12 UTC  (2+ messages)

[PATCH 1/3] media: imx: add capture compose rectangle
 2018-11-09 13:30 UTC  (9+ messages)
` [PATCH 2/3] media: imx: set compose rectangle to mbus format
` [PATCH 3/3] media: imx: lift CSI width alignment restriction

[PATCH v4 bpf-next 0/7] bpftool: support loading flow dissector
 2018-11-09 13:29 UTC  (3+ messages)
` [PATCH v4 bpf-next 5/7] bpftool: add loadall command

[PATCH v2] net: phy: leds: Don't make our own link speed names
 2018-11-09 23:08 UTC  (2+ messages)

[Buildroot] Buildroot 2018.11-rc1 released
 2018-11-09 23:09 UTC 

afaef01c00 ("x86/entry: Add STACKLEAK erasing the kernel stack .."): double fault: 0000 [#1]
 2018-11-09 23:09 UTC  (3+ messages)

[PATCH 0/2] mm/swap: Add locking for pagevec
 2018-11-09 23:06 UTC  (3+ messages)
` [PATCH 2/2] mm/swap: Access struct pagevec remotely

[PATCH v5 0/9] Asynchronous UVC
 2018-11-09 13:25 UTC  (4+ messages)

[LINUX PATCH v12 3/3] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller
 2018-11-09 23:03 UTC  (2+ messages)

[Regression bisected] btrfs: always wait on ordered extents at fsync time
 2018-11-09 22:56 UTC  (2+ messages)

bring back IPX and NCPFS, please!
 2018-11-09 13:23 UTC 

[PATCH v6 00/10] hwmon and fsi: Add On-Chip Controller Driver
 2018-11-09 23:03 UTC  (2+ messages)

[PATCH v1] ell/ell.sym: add missing l_genl_family_set_unicast_handler
 2018-11-09 23:02 UTC 

[PATCH 0/2] Integrated the jitter entropy daemon to work around slow boot problems for Yocto
 2018-11-09 23:00 UTC  (4+ messages)
` [PATCH 1/2] rng-tools: 5 -> 6.6

[LKP] a9f38e1dec [ 245.678853] INFO: task mount:580 blocked for more than 120 seconds
 2018-11-09 22:59 UTC  (3+ messages)

[PATCH] floppy: fix race condition in __floppy_read_block_0()
 2018-11-09 22:58 UTC 

[PATCH] e1000: avoid null pointer dereference on invalid stat type
 2018-11-09 13:17 UTC 

[PATCH] padata: clean an indentation issue, remove extraneous space
 2018-11-09 13:16 UTC 

[PATCH] e1000: fix race condition between e1000_down() and e1000_watchdog
 2018-11-09 13:12 UTC 

[Qemu-devel] [PATCH v2 00/11] block: Deal with filters
 2018-11-09 22:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 02/11] blockdev: Check @replaces in blockdev_mirror_common

[RFC PATCH 00/10] net: hns3: Adds support of debugfs to HNS3 driver
 2018-11-09 22:51 UTC  (6+ messages)
` [RFC PATCH 04/10] net: hns3: Add "promisc mode" config info query function
` [RFC PATCH 07/10] net: hns3: Add checksum "

[ovmf test] 129722: regressions - FAIL
 2018-11-09 22:50 UTC 

[GIT PULL] Devicetree fixes for 4.20-rc, round 2
 2018-11-09 22:50 UTC  (3+ messages)

[PATCH 00/13] Prepare for PTRACE_GET_SYSCALL_INFO
 2018-11-09 22:48 UTC  (13+ messages)
` [PATCH 12/13] riscv: define syscall_get_arch()
      ` [PATCH 12/13 v2] "

[PATCH] net/mlx5: quietly fallback if pkg-config is unavailable
 2018-11-09 22:48 UTC 

remove most req->special users
 2018-11-09 22:47 UTC  (2+ messages)

[PATCH bpf-next 0/9] bpf: pass device ops as callbacks and remove some ndo_bpf subcommands
 2018-11-09 13:03 UTC  (10+ messages)
` [PATCH bpf-next 1/9] nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
` [PATCH bpf-next 2/9] bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
` [PATCH bpf-next 3/9] bpf: call verify_insn from its callback in struct bpf_offload_dev
` [PATCH bpf-next 4/9] bpf: call finalize() "
` [PATCH bpf-next 5/9] bpf: call verifier_prep "
` [PATCH bpf-next 6/9] bpf: pass translate() as a callback and remove its ndo_bpf subcommand
` [PATCH bpf-next 7/9] bpf: pass destroy() "
` [PATCH bpf-next 8/9] bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
` [PATCH bpf-next 9/9] bpf: do not pass netdev to translate() and prepare() offload callbacks

[GIT PULL] Ceph fixes for 4.20-rc2
 2018-11-09 22:45 UTC  (3+ messages)

[PATCH lttng-tools 2/2] Fix: max_t/min_t macros are missing cast on input
 2018-11-09 22:41 UTC  (3+ messages)
` [PATCH lttng-tools 1/2] Fix: Connect timeout arithmetic in inet/inet6

[PATCH lttng-tools 1/2] Fix: Connect timeout arithmetic in inet/inet6 (v2)
 2018-11-09 22:40 UTC 

[PATCH] tools/lib/traceevent: Introduce new libtracevent API: tep_override_comm()
 2018-11-09 12:58 UTC 

[RFC PATCH 00/12] net: introduce Qualcomm IPA driver
 2018-11-09 22:38 UTC  (8+ messages)
` [RFC PATCH 01/12] dt-bindings: soc: qcom: add IPA bindings

[PATCH] tools/lib/traceevent, tools/perf: traceevent API cleanup
 2018-11-09 12:57 UTC 

[PATCH] tools/perf: traceevent API cleanup, remove __tep_data2host*()
 2018-11-09 12:57 UTC 

[GIT PULL] Block fixes for 4.20-rc2
 2018-11-09 22:37 UTC  (3+ messages)

[PATCH v2 1/2] drm/amdgpu: Add amdgpu "max bpc" connector property
 2018-11-09 22:36 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amd/display: Support "

[PATCH v6 00/25] dom0less step1: boot multiple domains from device tree
 2018-11-09 22:35 UTC  (5+ messages)
` [PATCH v6 05/26] xen/arm: check for multiboot nodes only under /chosen

[PATCH v7 00/16] Intel IPU3 ImgU patchset
 2018-11-09 12:54 UTC  (3+ messages)
` [PATCH v7 15/16] intel-ipu3: Add imgu top level pci device driver

[Qemu-devel] [PATCH v1 0/3] intel-iommu: add support for 5-level virtual IOMMU
 2018-11-09 22:32 UTC  (2+ messages)

[PATCH] bna: ethtool: Avoid reading past end of buffer
 2018-11-09 12:52 UTC 

[PATCH anybus v3 0/6] Support HMS Profinet Card over Anybus
 2018-11-09 22:32 UTC  (5+ messages)

[PATCH] mt76: fix uninitialized mutex access setting rts threshold
 2018-11-09 22:32 UTC 

[PATCH] pinctrl: msm: Add sleep pinctrl state transitions
 2018-11-09 22:28 UTC 

[PATCH lttng-tools 1/2] Fix: Connect timeout arithmetic in inet/inet6
 2018-11-09 22:27 UTC 

[PATCH 0/2] reverts to un-regress v3d
 2018-11-09 22:26 UTC  (8+ messages)
` [PATCH 2/2] drm: Revert syncobj timeline changes

[SPDK] perf failure with RDMA
 2018-11-09 22:26 UTC 

[GIT PULL] MIPS fixes for v4.20-rc2
 2018-11-09 22:24 UTC  (2+ messages)

[PATCH v5 0/3] x86: make rsdp address accessible via boot params
 2018-11-09 22:23 UTC  (4+ messages)
` [PATCH v5 2/3] x86/boot: add acpi rsdp address to setup_header
  ` PLEASE REVERT URGENTLY: "

[PATCH 1/2] drm/i915: Deduplicate register definition for GAMW_ECO_DEV_RW_IA
 2018-11-09 22:21 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

On holy wars, and a plea for peace
 2018-11-09 17:52 UTC  (2+ messages)

[PATCH] telemetry: fix shared build for make
 2018-11-09 22:19 UTC  (2+ messages)

[PATCH 00/27] Unify vDSOs across more architectures
 2018-11-09 12:37 UTC  (53+ messages)
` [PATCH 02/27] kernel: Add Monotonic boot time support
` [PATCH 03/27] kernel: Add International Atomic Time support
` [PATCH 04/27] kernel: Add masks support for Raw and NTP time
` [PATCH 05/27] kernel: Add clock_mode support
` [PATCH 06/27] kernel: Define gettimeofday vdso common code
` [PATCH 07/27] arm64: Substitute gettimeofday with C implementation
` [PATCH 08/27] arm64: compat: Alloc separate pages for vectors and sigpage
` [PATCH 09/27] arm64: compat: Split kuser32
` [PATCH 10/27] arm64: compat: Refactor aarch32_alloc_vdso_pages()
` [PATCH 11/27] arm64: compat: Add KUSER_HELPERS config option
` [PATCH 12/27] arm64: compat: Add missing syscall numbers
` [PATCH 13/27] arm64: compat: Expose signal related structures
` [PATCH 14/27] arm64: compat: Generate asm offsets for signals
` [PATCH 15/27] lib: vdso: Add compat support
` [PATCH 16/27] arm64: compat: Add vDSO
` [PATCH 17/27] arm64: Refactor vDSO code
` [PATCH 18/27] arm64: compat: vDSO setup for compat layer
` [PATCH 19/27] arm64: elf: vDSO code page discovery
` [PATCH 20/27] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH 21/27] arm64: Add vDSO compat support
` [PATCH 22/27] arm64: Enable compat vDSO support
` [PATCH 23/27] arm: Add support for generic vDSO
` [PATCH 24/27] mips: Introduce vdso_direct
` [PATCH 25/27] clock: csrc-4k: Add support for vdso_direct
` [PATCH 26/27] clock: gic-timer: "
` [PATCH 27/27] mips: Add support for generic vDSO

Object debugging warning from efivar
 2018-11-09 22:19 UTC 

[PATCH] net/bonding: fix crash when stopping mode 4 port
 2018-11-09 22:18 UTC  (3+ messages)
  ` [dpdk-stable] "


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.