All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-09 14:22:59 to 2018-08-09 15:06:29 UTC [more...]

backport of XSA-274 patch to 4.9.x kernel (could use a review)
 2018-08-09 12:41 UTC  (3+ messages)
` [PATCH] x86/entry/64: Remove %ebx handling from error_entry/exit
  ` [Xen-devel] "

KVM call for 2018-08-14
 2018-08-09 15:05 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH v2 0/8] Tegra GART driver clean up and optimization
 2018-08-09 15:04 UTC  (9+ messages)
` [PATCH v2 2/8] iommu/tegra: gart: Provide access to Memory Controller driver

[PATCH 0/8] renesas: convert to SPDX
 2018-08-09 12:39 UTC  (15+ messages)
` [PATCH 1/8] media: vsp1: convert to SPDX identifiers
` [PATCH 2/8] media: rcar-fcp: "
` [PATCH 3/8] media: adv7180: "
` [PATCH 4/8] media: adv748x: "
` [PATCH 5/8] drm: shmobile: "
` [PATCH 6/8] drm: panel-lvds: "
` [PATCH 8/8] backlight: as3711_bl: "

[PATCH v3] resource: Merge resources on a node when hot-adding memory
 2018-08-09 15:03 UTC  (3+ messages)

[Qemu-devel] [PATCH v1] exec: handle NULL pointer in flatview_read_continue
 2018-08-09 15:03 UTC  (8+ messages)

[PATCH v3 0/2] remove the case of hw breakpoint
 2018-08-09 15:03 UTC  (3+ messages)
` [PATCH v3 2/2] runtime selftest: "

[PATCH RESEND 0/2] gpio: mvebu: Add support for multiple PWM lines
 2018-08-09 15:03 UTC  (4+ messages)
` [PATCH RESEND 2/2] gpio: mvebu: Allow to use non-default PWM counter

[RFC net-next 00/15] net: A socket API for LoRa
 2018-08-09 15:02 UTC  (8+ messages)

[PATCH] drm/i915: Add detection of changing of edid on between suspend and resume
 2018-08-09 15:02 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915: Add detection of changing of edid on between suspend and resume (rev3)

[PATCH net 0/5] tcp: more robust ooo handling
 2018-08-09 12:37 UTC  (4+ messages)
` [PATCH 4.9-stable] tcp: add tcp_ooo_try_coalesce() helper

[PATCH v2 1/2] dt: bindings: lm3697: Add bindings for lm3697 driver
 2018-08-09 15:01 UTC  (12+ messages)

[PATCH 00/13] sh: convert to SPDX
 2018-08-09 12:36 UTC  (18+ messages)
` [PATCH 06/13] sh: sh3: convert to SPDX identifiers
` [PATCH 07/13] sh: sh4: "
` [PATCH 08/13] sh: sh4a: "
` [PATCH 09/13] sh: sh5: "
` [PATCH 10/13] sh: shmobile: "
` [PATCH 11/13] sh: cpu: "
` [PATCH 12/13] sh: kernel: "
` [PATCH 13/13] sh: lib: "

[MODERATED] [PATCH] SPTE masking
 2018-08-09 15:00 UTC  (10+ messages)
` [MODERATED] "

[Qemu-devel] [PATCH v2 00/34] Qtest driver framework
 2018-08-09 15:00 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 13/34] test/qgraph: virtio_start_device function
` [Qemu-devel] [PATCH v2 16/34] test/qgraph: virtio-mmio driver and interface nodes

[PATCH nvme-cli v2 0/2] fabrics connect-all fixes
 2018-08-09 14:59 UTC  (2+ messages)

[GIT PULL 00/44] perf/core improvements and fixes
 2018-08-09 14:58 UTC  (49+ messages)
` [PATCH 01/44] perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat'
` [PATCH 02/44] perf trace: Use beautifiers on syscalls:sys_enter_ handlers
` [PATCH 03/44] perf trace: Rename some syscall_tp methods to raw_syscall
` [PATCH 04/44] perf trace: Allow setting up a syscall_tp struct without a format_field
` [PATCH 05/44] perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME events
` [PATCH 06/44] perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscalls:* events
` [PATCH 07/44] perf auxtrace: Support for perf report -D for s390
` [PATCH 08/44] perf report: Add raw report support for s390 auxiliary trace
` [PATCH 09/44] perf report: Add GUI "
` [PATCH 10/44] perf vendor events arm64: Enable JSON events for eMAG
` [PATCH 11/44] perf tools: Drop unneeded bitmap_zero() calls
` [PATCH 12/44] perf bpf: Add 'syscall_enter' probe helper for syscall enter tracepoints
` [PATCH 13/44] perf annotate: Make symbol__annotate_fprintf2() local
` [PATCH 14/44] perf annotate: Make annotation_line__max_percent static
` [PATCH 15/44] perf annotate: Get rid of annotation__scnprintf_samples_period()
` [PATCH 16/44] perf annotate: Rename struct annotation_line::samples* to data*
` [PATCH 17/44] perf annotate: Rename local sample variables to data
` [PATCH 18/44] perf annotate: Rename hist to sym_hist in annotation__calc_percent
` [PATCH 19/44] perf annotate: Loop group events directly in annotation__calc_percent()
` [PATCH 20/44] perf annotate: Switch struct annotation_data::percent to array
` [PATCH 21/44] perf annotate: Add PERCENT_HITS_GLOBAL percent value
` [PATCH 22/44] perf annotate: Add PERCENT_PERIOD_LOCAL "
` [PATCH 23/44] perf annotate: Add PERCENT_PERIOD_GLOBAL "
` [PATCH 24/44] perf annotate: Add percent_type to struct annotation_options
` [PATCH 25/44] perf annotate: Pass struct annotation_options to symbol__calc_lines()
` [PATCH 26/44] perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()
` [PATCH 27/44] perf annotate: Pass browser percent_type in annotate_browser__calc_percent()
` [PATCH 28/44] perf annotate: Add support to toggle percent type
` [PATCH 29/44] perf annotate: Make local period the default "
` [PATCH 30/44] perf annotate: Display percent type in stdio output
` [PATCH 31/44] perf annotate: Add --percent-type option
` [PATCH 32/44] perf report: "
` [PATCH 33/44] perf bpf: Add struct bpf_map struct
` [PATCH 34/44] perf bpf: Add bpf/stdio.h wrapper to bpf_perf_event_output function
` [PATCH 35/44] perf bpf: Make bpf__for_each_stdout_map() generic
` [PATCH 36/44] perf bpf: Generalize bpf__setup_stdout()
` [PATCH 37/44] perf bpf: Add bpf__setup_output_event() strerror() counterpart
` [PATCH 38/44] perf bpf: Add wrappers to BPF_FUNC_probe_read(_str) functions
` [PATCH 39/44] perf trace: Handle "bpf-output" events associated with "__augmented_syscalls__" BPF map
` [PATCH 40/44] perf bpf: Make bpf__setup_output_event() return the bpf-output event
` [PATCH 41/44] perf trace: Setup the augmented syscalls bpf-output event fields
` [PATCH 42/44] perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO beautifier
` [PATCH 43/44] perf map: Synthesize maps only for thread group leader
` [PATCH 44/44] perf map: Optimize maps__fixup_overlappings()

[PATCH lora-next v2 1/8] net: lora: add methods for devm registration
 2018-08-09 12:33 UTC  (8+ messages)
` [PATCH lora-next v2 2/8] net: lora: sx1301: convert to devm registration of netdev
` [PATCH lora-next v2 3/8] net: lora: sx1301: convert to passing priv data throughout
` [PATCH lora-next v2 4/8] net: lora: sx1301: convert load_firmware to take firmware directly
` [PATCH lora-next v2 5/8] net: lora: sx1301: remove duplicate firmware size checks
` [PATCH lora-next v2 6/8] net: lora: sx1301: replace version and size magic numbers with defines
` [PATCH lora-next v2 7/8] net: lora: sx1301: add initial registration for regmap
` [PATCH lora-next v2 8/8] net: lora: sx1301: convert driver over to regmap reads and writes

[Buildroot] [PATCH-NEXT] package: add python-semver
 2018-08-09 14:58 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package: add python-semver
 2018-08-09 14:58 UTC 

[PATCH v2] PCI/AER: Enable SERR# forwarding in non ACPI flow
 2018-08-09 14:57 UTC 

[LTP] [PATCH] syscalls/fsetxattr02.c: Fix the failure of opening device files
 2018-08-09 14:57 UTC  (2+ messages)

[Buildroot] [PATCH] ncurses: disable terminfo database install for host-ncurses
 2018-08-09 14:57 UTC 

[PATCH 1/2] powerpc/64s: move machine check SLB flushing to mm/slb.c
 2018-08-09 14:57 UTC  (4+ messages)
` [PATCH 2/2] powerpc/64s: reimplement book3s idle code in C

[PATCH v3 0/7] tracing: Hist trigger snapshot and onchange additions
 2018-08-09 14:56 UTC  (12+ messages)
` [PATCH v3 1/7] tracing: Refactor hist trigger action code
` [PATCH v3 2/7] tracing: Split up onmatch action data
` [PATCH v3 3/7] tracing: Generalize hist trigger onmax and save action
` [PATCH v3 4/7] tracing: Add conditional snapshot
` [PATCH v3 5/7] tracing: Move hist trigger key printing into a separate function
` [PATCH v3 6/7] tracing: Add snapshot action
` [PATCH v3 7/7] tracing: Add hist trigger onchange() handler

[Bug 104481] GPU lockup Polaris 11 - AMD RX 460 and RX 550 on amd64 and on ARMv7 platforms while playing video
 2018-08-09 14:56 UTC  (2+ messages)

RFC: Add write flag to reservation object fences
 2018-08-09 14:54 UTC  (5+ messages)

[PATCH v5 0/3] Ensure that a request queue is dissociated from the cgroup controller
 2018-08-09 14:53 UTC  (3+ messages)
` [PATCH v5 1/3] blkcg: Introduce blkg_root_lookup()
` [PATCH v5 2/3] block: Introduce blk_exit_queue()

[U-Boot] [PATCH 1/4 v2] spi: spi-mem: Use 2 SPI messages instead of a single full-duplex one
 2018-08-09 14:53 UTC  (8+ messages)

[Xenomai] qt creator IDE
 2018-08-09 14:48 UTC  (2+ messages)

[PATCH] x86/vlapic: Bugfixes and improvements to vlapic_{read, write}()
 2018-08-09 14:48 UTC  (2+ messages)

custom splash screen using psplash
 2018-08-09 14:43 UTC 

[PATCH] block: Remove two superfluous #include directives
 2018-08-09 14:47 UTC 

[PATCH] xen/netfront: don't cache skb_shinfo()
 2018-08-09 14:47 UTC  (3+ messages)
` [Xen-devel] "

[RFC PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-08-09 14:46 UTC  (14+ messages)

[PATCH] lib/Makefile: cleanup file to be readable
 2018-08-09 14:46 UTC 

[PATCH 1/2] fswatch: Notify about L_FSWATCH_EVENT_ATTRIB events
 2018-08-09 14:46 UTC  (3+ messages)
` [PATCH 2/2] unit: Make fswatch test pass with new event type

[PATCH v2] staging: wilc1000: fix undefined reference to `__this_module' compilation error
 2018-08-09 12:21 UTC  (2+ messages)

[PATCH v3 0/4] Add i.MX8MQ clock driver
 2018-08-09 14:45 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: add binding for i.MX8MQ CCM
` [PATCH v3 2/4] clk: imx: add fractional PLL output clock
` [PATCH v3 3/4] clk: imx: add SCCG PLL type
` [PATCH v3 4/4] clk: imx: add clock driver for i.MX8MQ CCM

[Qemu-devel] [PATCH] qmp: add pmemload command
 2018-08-09 14:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 0/5] "

[PATCH] xen/netfront: don't cache skb_shinfo()
 2018-08-09 14:42 UTC 

[PATCH v2] serial: sh-sci: byte allocated register support
 2018-08-09 14:41 UTC  (2+ messages)

[PATCH] zsmalloc: fix linking bug in init_zspage
 2018-08-09 14:41 UTC  (2+ messages)

ALSA queries
 2018-08-09 14:40 UTC  (22+ messages)
    ` Fwd: "

RBD image "lightweight snapshots"
 2018-08-09 14:39 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] Memory leak fixes
 2018-08-09 14:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/4] monitor: fix oob command leak

[PATCH v8 0/6] Uprobes: Support SDT markers having reference count (semaphore)
 2018-08-09 14:38 UTC  (4+ messages)
` [PATCH v8 3/6] "

[PATCH] staging: wilc1000: fix undefined reference to `__this_module' compilation error
 2018-08-09 12:13 UTC  (4+ messages)

[PATCH] arm:pmsa-v8: remove some extra semicolon
 2018-08-09 14:26 UTC 

[PATCH v1 0/7] Add support for the Turris Mox router
 2018-08-09 12:08 UTC  (5+ messages)
` [PATCH v1 6/7] net: mvneta: Don't use GRO on Armada 3720

[PATCH V3] blk-mq: count the hctx as active before allocate tag
 2018-08-09 14:35 UTC  (2+ messages)

[PATCH 00/21] TVP5150 fixes and new features
 2018-08-09 14:35 UTC  (8+ messages)
` [PATCH 19/22] [media] tvp5150: add input source selection of_graph support

[PATCH 00/33] VFS: Introduce filesystem context [ver #11]
 2018-08-09 14:35 UTC  (6+ messages)
` [PATCH 28/33] vfs: syscall: Add fsconfig() for configuring and managing a "

[Buildroot] [PATCH] package/sysdig: bump to version 0.22.1
 2018-08-09 14:34 UTC  (2+ messages)

Staff Wanted
 2018-08-09 14:33 UTC 

[Query]: DSA Understanding
 2018-08-09 12:08 UTC  (14+ messages)

[PATCH 0/2] arm64: remove some extra semicolon
 2018-08-09 14:20 UTC  (3+ messages)
` [PATCH 1/2] arm64/kprobes: remove an extra semicolon in arch_prepare_kprobe
` [PATCH 2/2] arm64:guest: remove some extra semicolon in kvm_target_cpu

[Buildroot] [PATCH 0/6] Hardening Flag Bugfix/Enhancement
 2018-08-09 14:32 UTC  (5+ messages)
` [Buildroot] [PATCH 3/6] package/Makefile.in: Use gcc spec files for PIE build flags

[PATCH v5 0/9] blk-mq: Implement runtime power management
 2018-08-09 14:32 UTC  (4+ messages)
` [PATCH v5 4/9] percpu-refcount: Introduce percpu_ref_is_in_use()

[PATCH v1 00/25] RFC: structured logging
 2018-08-09 14:30 UTC  (4+ messages)
` [PATCH v1 01/25] structured-logging: design document

[PATCH 1/1] verify-tag/verify-commit should exit unsuccessfully when signature is not trusted
 2018-08-09 14:30 UTC  (11+ messages)

[U-Boot] Please pull u-boot-dm
 2018-08-09 14:29 UTC 

[PATCH] block: bvec_nr_vecs() returns value for wrong slab
 2018-08-09 14:28 UTC  (2+ messages)

[Buildroot] [PATCH] ncurses: make host-ncurses use host terminfo
 2018-08-09 14:28 UTC  (5+ messages)

[GIT PULL] last round of nvme updates for 4.19
 2018-08-09 14:28 UTC  (3+ messages)

[RFC PATCH 0/3] Do not touch pages in remove_memory path
 2018-08-09 14:27 UTC  (10+ messages)
` [RFC PATCH 2/3] mm/memory_hotplug: Create __shrink_pages and move it to offline_pages

[linux-next test] 125800: regressions - trouble: blocked/broken/fail/pass
 2018-08-09 14:27 UTC 

[PATCH v2 00/10] detect broken &&-chains in subshells
 2018-08-09 14:26 UTC  (6+ messages)
` [PATCH 0/5] chainlint: improve robustness against "unusual" shell coding
  ` [PATCH 1/5] chainlint: match arbitrary here-docs tags rather than hard-coded names

[PATCH 05/14] xfs: repair free space btrees
 2018-08-09 12:00 UTC  (11+ messages)

[PATCH 00/10] bcache patches for 4.19, 2nd wave
 2018-08-09 14:24 UTC  (3+ messages)

[PATCH 0/5] Add MSI-X support for cadence EP driver
 2018-08-09 11:59 UTC  (3+ messages)

[PATCH/RFC] clone: report duplicate entries on case-insensitive filesystems
 2018-08-09 14:23 UTC  (7+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH 00/56] json: Fixes, error reporting improvements, cleanups
 2018-08-09 14:22 UTC  (3+ messages)
` [Qemu-devel] [PATCH 13/56] check-qjson: Fix utf8_string() to test all invalid sequences


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.