All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-08 16:34:10 to 2019-11-08 17:06:01 UTC [more...]

[PATCH v3 0/2] Improve KASLR diagnostics
 2019-11-08 17:05 UTC  (6+ messages)
` [PATCH v3 1/2] arm64: kaslr: Announce KASLR status on boot
` [PATCH v3 2/2] arm64: kaslr: Check command line before looking for a seed

libtraceevent installing in wrong folder
 2019-11-08 17:05 UTC  (2+ messages)

[Buildroot] [PATCH v2,1/1] package/domoticz: fix build with RELRO
 2019-11-08 17:04 UTC 

[PATCH] NTB: ntb_perf: Fix address err in perf_copy_chunk
 2019-11-08 17:04 UTC  (2+ messages)

[PATCH] cpuidle: Use nanoseconds as the unit of time
 2019-11-08 17:04 UTC  (6+ messages)
` [PATCH v2] "

KMSAN: uninit-value in i2c_w (2)
 2019-11-08 17:04 UTC 

KMSAN: uninit-value in digitv_rc_query
 2019-11-08 17:04 UTC 

KMSAN: use-after-free in rxrpc_send_keepalive
 2019-11-08 17:04 UTC 

KMSAN: uninit-value in get_min_max_with_quirks
 2019-11-08 17:04 UTC 

KASAN: use-after-free Read in j1939_session_deactivate
 2019-11-08 17:04 UTC 

[PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
 2019-11-08 16:59 UTC  (2+ messages)

[PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
 2019-11-07 22:25 UTC 

[PATCH 0/7] scheduler patches
 2019-11-08 17:03 UTC  (6+ messages)
` [PATCH 1/7] sched: Fix pick_next_task() vs change pattern race
` [PATCH 4/7] sched: Optimize pick_next_task()

[PATCH v2] target: core: Prevent memory reclaim recursion
 2019-11-08 17:02 UTC  (6+ messages)

[Patch v2 0/5] ARM: dts: dra7: add vpe nodes
 2019-11-08 17:02 UTC  (7+ messages)
` [Patch v2 3/5] ARM: dts: dra7: add vpe clkctrl node

KCSAN: data-race in __alloc_file / __alloc_file
 2019-11-08 17:01 UTC  (3+ messages)

[Bug 203471] New: Tearing on Raven Ridge and RX560X PRIME setup even with Vsync enabled
 2019-11-08 17:02 UTC  (2+ messages)
` [Bug 203471] "

[PATCH v2 00/11] irqchip/gic-v3-its: Cleanup and fixes for Linux 5.5
 2019-11-08 16:58 UTC  (12+ messages)
` [PATCH v2 01/11] irqchip/gic-v3-its: Free collection mapping on device teardown
` [PATCH v2 02/11] irqchip/gic-v3-its: Factor out wait_for_syncr primitive
` [PATCH v2 03/11] irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interface
` [PATCH v2 04/11] irqchip/gic-v3-its: Make is_v4 use a TYPER copy
` [PATCH v2 05/11] irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy instead
` [PATCH v2 06/11] irqchip/gic-v3-its: Kill its->device_ids "
` [PATCH v2 07/11] irqchip/gic-v3-its: Add its_vlpi_map helpers
` [PATCH v2 08/11] irqchip/gic-v3-its: Synchronise INV command targetting a VLPI using VSYNC
` [PATCH v2 09/11] irqchip/gic-v3-its: Synchronise INT/CLEAR commands "
` [PATCH v2 10/11] irqchip/irq-gic-v3-its: Lock VLPI map array before translating it
` [PATCH v2 11/11] irqchip/gic-v3-its: Make vlpi_lock a spinlock

[PATCH v8 0/4] E0PD support
 2019-11-08 17:01 UTC  (5+ messages)
` [PATCH v8 1/4] arm64: Add initial support for E0PD
` [PATCH v8 2/4] arm64: Factor out checks for KASLR in KPTI code into separate function
` [PATCH v8 3/4] arm64: Don't use KPTI where we have E0PD
` [PATCH v8 4/4] arm64: Use a variable to store non-global mappings decision

[PATCH stable 4.14 4/6] powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9
 2019-11-08 16:56 UTC  (2+ messages)
` Patch "powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9" has been added to the 4.14-stable tree

[PATCH v2] clk/ti/adpll: allocate room for terminating null
 2019-11-08 17:01 UTC  (6+ messages)
` [PATCH v3] "

[GIT PULL] clk: ti: changes for 5.5 (take 2)
 2019-11-08 17:01 UTC  (2+ messages)

[PATCH lttng-ust] Require automake >= 1.12
 2019-11-08 17:01 UTC 

[RFCv1] rtc: m41t80: disable clock provider support
 2019-11-08 17:01 UTC 

[PATCH urcu] Require automake >= 1.12
 2019-11-08 17:01 UTC 

[PATCH] sched/fair: Make sched-idle cpu selection consistent throughout
 2019-11-08 17:01 UTC  (4+ messages)

[PATCH 00/13] Finish off [smp_]read_barrier_depends()
 2019-11-08 17:01 UTC  (27+ messages)
` [PATCH 01/13] compiler.h: Split {READ, WRITE}_ONCE definitions out into rwonce.h
` [PATCH 01/13] compiler.h: Split {READ,WRITE}_ONCE "
` [PATCH 02/13] READ_ONCE: Undefine internal __READ_ONCE_SIZE macro after use
` [PATCH 03/13] READ_ONCE: Allow __READ_ONCE_SIZE cases to be overridden by the architecture
` [PATCH 04/13] vhost: Remove redundant use of read_barrier_depends() barrier
` [PATCH 05/13] alpha: Override READ_ONCE() with barriered implementation
` [PATCH 06/13] READ_ONCE: Remove smp_read_barrier_depends() invocation
` [PATCH 07/13] alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()
` [PATCH 08/13] locking/barriers: Remove definitions for [smp_]read_barrier_depends()
` [PATCH 09/13] Documentation/barriers: Remove references to [smp_]read_barrier_depends()
` [PATCH 10/13] tools/memory-model: Remove smp_read_barrier_depends() from informal doc
` [PATCH 11/13] powerpc: Remove comment about read_barrier_depends()
` [PATCH 12/13] include/linux: Remove smp_read_barrier_depends() from comments
` [PATCH 13/13] checkpatch: Remove checks relating to [smp_]read_barrier_depends()

[PATCH 00/13] Finish off [smp_]read_barrier_depends()
 2019-11-08 17:01 UTC 

[PATCH iproute2-next 0/5] ipnetns: cleanup and harden processing of netns ids
 2019-11-08 17:00 UTC  (6+ messages)
` [PATCH iproute2-next 1/5] ipnetns: treat NETNSA_NSID and NETNSA_CURRENT_NSID as signed
` [PATCH iproute2-next 2/5] ipnetns: fix misleading comment about 'ip monitor nsid'
` [PATCH iproute2-next 3/5] ipnetns: harden helper functions wrt. negative netns ids
` [PATCH iproute2-next 4/5] ipnetns: don't print unassigned nsid in json export
` [PATCH iproute2-next 5/5] ipnetns: remove blank lines printed by invarg() messages

[dpdk-dev] [RFC 0/5] use WFE for locks and ring on aarch64
 2019-11-08 17:00 UTC  (5+ messages)
` [dpdk-dev] [PATCH v13 0/5] use WFE for aarch64
  ` [dpdk-dev] [PATCH v13 2/5] eal: add the APIs to wait until equal

[BUG] git stash pop --quiet deletes files in git 2.24.0
 2019-11-08 16:59 UTC  (4+ messages)

[PATCH v3.16] alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP
 2019-11-08 16:59 UTC  (2+ messages)

[RFC PATCH 0/2] ceph: safely use 'copy-from' Op on Octopus OSDs
 2019-11-08 16:59 UTC  (5+ messages)

[PATCH stable 4.14 2/6] powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions
 2019-11-08 16:56 UTC  (2+ messages)
` Patch "powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions" has been added to the 4.14-stable tree

[PATCH v4.4-stable] alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPP
 2019-11-08 16:58 UTC  (2+ messages)

[PATCH v4.9-stable] alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPP
 2019-11-08 16:58 UTC  (2+ messages)

[Patch v2 00/10] ARM: dts: dra7: add cal nodes
 2019-11-08 16:58 UTC  (4+ messages)
` [Patch v2 02/10] ARM: dts: dra7: add cam clkctrl node

[alsa-devel] [PATCH] ALSA: pcm: Yet another missing check of non-cached buffer type
 2019-11-08 16:56 UTC 

[U-Boot] [PATCH v2 0/6] Raspberry Pi4: add support for DFU over USB
 2019-11-08 16:57 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2 6/6] config: enable DFU over USB on Raspberry Pi4 boards

[dpdk-dev] [PATCH] eventdev: reserve space in main structs for extension
 2019-11-08 16:56 UTC 

[RFC PATCH] powerpc/pseries/mobility: notify network peers after migration
 2019-11-08 16:56 UTC  (2+ messages)

[peterz-queue:WIP.locking/futex 10/12] include/linux/futex.h:66:2: error: implicit declaration of function 'mutex_init'; did you mean 'time_init'?
 2019-11-08 16:55 UTC 

[PATCH v2] drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmap
 2019-11-08 16:55 UTC  (4+ messages)

[RFC PATCH] Documentation: filesystems: convert fuse to RST
 2019-11-08 16:46 UTC  (2+ messages)
` [Linux-kernel-mentees] "

[U-Boot] White space cleanup
 2019-11-08 16:55 UTC  (3+ messages)

[PATCH v4 0/5] Add Global Clock controller (GCC) driver for SC7180
 2019-11-08 16:54 UTC  (9+ messages)
` [PATCH v4 5/5] clk: qcom: "

[PATCH v3 0/2] scsi: ufs: Add driver for TI wrapper for Cadence UFS IP
 2019-11-08 16:48 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: ufs: ti,j721e-ufs.yaml: Add binding for TI UFS wrapper
` [PATCH v3 2/2] scsi: ufs: Add driver for TI wrapper for Cadence UFS IP

[PATCH v6 00/25] monitor: add asynchronous command type
 2019-11-08 16:50 UTC  (3+ messages)
` [PATCH v6 01/25] qmp: constify QmpCommand and list

[dpdk-dev] [PATCH v3 0/3] support API to set max LRO packet size
 2019-11-08 16:53 UTC  (16+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/3] ethdev: "
  ` [dpdk-dev] [PATCH v5 0/3] "
    ` [dpdk-dev] [PATCH v5 1/3] ethdev: "
    ` [dpdk-dev] [PATCH v5 2/3] net/mlx5: use "
    ` [dpdk-dev] [PATCH v5 3/3] app/testpmd: "

[PATCH] usb: gadget: u_audio: Remove superfluous snd_dma_continuous_data()
 2019-11-08 16:53 UTC  (2+ messages)

[PATCH] staging: most: Convert to the common vmalloc memalloc
 2019-11-08 16:53 UTC  (2+ messages)

[PATCH v3] arm64: dts: rockchip: Split rk3399-roc-pc for with and without mezzanine board
 2019-11-08 16:52 UTC  (5+ messages)

[Xen-devel] [PATCH for-4.13 0/2] x86/ioapic: fix clear_IO_APIC_pin when using interrupt remapping
 2019-11-08 16:51 UTC  (9+ messages)
` [Xen-devel] [PATCH for-4.13 2/2] x86/ioapic: don't use raw entry reads/writes in clear_IO_APIC_pin

[igt-dev] [PATCH i-g-t v5 0/4] Calculate softpin offsets from minimum GTT alignment
 2019-11-08 16:51 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v5 1/4] lib/i915: Add minimum GTT alignment helper
  ` [Intel-gfx] "

[GIT PULL 1/2] SoCFPGA DTS updates for v5.5
 2019-11-08 16:51 UTC  (2+ messages)

[PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
 2019-11-08 16:50 UTC  (4+ messages)

[Intel-gfx] [PATCH i-g-t] tools: Add a simple rapl wrapper
 2019-11-08 16:50 UTC  (3+ messages)
  `  "

[PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
 2019-11-08 16:47 UTC  (2+ messages)

[PATCH 0/6] drm: trace: Introduce drm_trace() and instrument drm_atomic.c
 2019-11-08 16:49 UTC  (6+ messages)

Workflow to view old and current trace data
 2019-11-08 16:49 UTC 

[PATCH] mm: provide interface for retrieving kmem_cache name
 2019-11-08 16:49 UTC  (7+ messages)

[PATCH v2 0/8] ARM/MIPS: DTS: add child nodes describing the PVRSGX present in some OMAP SoC and JZ4780
 2019-11-08 16:49 UTC  (6+ messages)
` [PATCH v2 1/8] RFC: dt-bindings: add img,pvrsgx.yaml for Imagination GPUs

[PATCH v2 0/2] clk: ast2600: Expose RMII RCLK for MACs 1-4
 2019-11-08 16:48 UTC  (12+ messages)
` [PATCH v2 1/2] dt-bindings: clock: Add AST2600 RMII RCLK gate definitions
` [PATCH v2 2/2] clk: ast2600: Add RMII RCLK gates for all four MACs

[PATCH] mm: mempolicy: Fix wrong use of maxnode in mempolicy API
 2019-11-08 16:48 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/2] pdump: cleanups
 2019-11-08 16:47 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/2] pdump: use new pktmbuf copy function
  ` [dpdk-dev] [PATCH v2 2/2] pdump: use dynamic logtype

[alsa-devel] [PATCH] ALSA: memalloc: Drop snd_dma_pci_data() macro
 2019-11-08 16:46 UTC 

[PATCH v2 0/9] iommu: Permit modular builds of ARM SMMU[v3] drivers
 2019-11-08 16:47 UTC  (7+ messages)
` [PATCH v2 6/9] Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular"

[RFC PATCH 00/18] Add qemu-storage-daemon
 2019-11-08 16:45 UTC  (3+ messages)
` [RFC PATCH 12/18] stubs: Update monitor stubs for qemu-storage-daemon

[Bug 112234] [REGRESSION] navi10: writing to pp_table fails (5.4-rc6 = working)
 2019-11-08 16:47 UTC 

[PATCH v4 0/3] asus_wmi: Support of ASUS TUF laptops on Ryzen CPUs
 2019-11-08 16:46 UTC  (4+ messages)
` [PATCH v4 1/3] asus_wmi: Fix return value of fan_boost_mode_store
` [PATCH v4 2/3] asus_wmi: Support fan boost mode on FX505DY/FX705DY
` [PATCH v4 3/3] asus_wmi: Set default fan boost mode to normal

[cip-dev] [RFT/RFC linux-4.4.y-cip v2] gpiolib: Fix bad of_node pointer
 2019-11-08 16:46 UTC 

stable 4.19.80 and 4.19.81: BAD! BarrierAck seen in drbd
 2019-11-08 16:38 UTC 

[Buildroot] [PATCH 1/1] utils/scanpypi: sort alphabetically list of required packages
 2019-11-08 16:45 UTC  (2+ messages)

[PATCH net-next] net/sched: annotate lockless accesses to qdisc->empty
 2019-11-08 16:45 UTC 

[Xen-devel] Issue with 5.3.8 kernel in a ArchLinux guest
 2019-11-08 16:39 UTC 

[U-Boot] Issues when saving environment in RK399 RockPI 4
 2019-11-08 16:44 UTC  (3+ messages)

What's cooking in git.git (Nov 2019, #02; Fri, 8)
 2019-11-08 16:44 UTC  (2+ messages)

[PATCH net-next 01/19] net/mlx5: E-switch, Move devlink port close to eswitch port
 2019-11-08 16:43 UTC  (12+ messages)
` [PATCH net-next 12/19] devlink: Introduce mdev port flavour

+ mm-introduce-reported-pages.patch added to -mm tree
 2019-11-08 16:43 UTC  (7+ messages)

[Intel-wired-lan] [PATCH net] i40e/iavf: Fix msg interface between VF and PF
 2019-11-08 16:43 UTC  (8+ messages)
  ` [Intel-wired-lan] [EXTERNAL] "
          `  "

[PATCH 1/5] drm/vmwgfx: move the require_exist handling together
 2019-11-08 16:42 UTC  (6+ messages)
` [PATCH 4/5] drm/panfrost: remove DRM_AUTH and respective comment

[PATCH 00/12] drm/i915: Gamma cleanups
 2019-11-08 16:41 UTC  (8+ messages)
` [PATCH 01/12] drm: Inline drm_color_lut_extract()
  ` [Intel-gfx] "

[PATCH 0/2] Add support for ADC on stm32mp157c-ed1
 2019-11-08 16:37 UTC  (6+ messages)
` [PATCH 1/2] ARM: dts: stm32: add ADC pins used for stm32mp157c-ed1
` [PATCH 2/2] ARM: dts: stm32: add ADC support to stm32mp157c-ed1

[PATCH 1/5] clk: rockchip: Add div50 clock-ids for sdmmc on px30 and nandc
 2019-11-08 16:38 UTC  (2+ messages)

[PATCH] drivers/clk: convert VL struct to struct_size
 2019-11-08 16:37 UTC  (2+ messages)

[PATCH v2 0/3] Add some yuv 10bit support
 2019-11-08 16:37 UTC  (6+ messages)
` [PATCH v2 1/3] drm: Add some new format DRM_FORMAT_NVXX_10

[PATCH 0/2] media: ALSA memalloc cleanups
 2019-11-08 16:36 UTC  (3+ messages)
` [PATCH 1/2] media: solo6x10: Remove superfluous snd_dma_continuous_data()
` [PATCH 2/2] media: tw686x: audio: Avoid non-standard macro usage

[cip-dev] [RFT/RFC linux-4.4.y-cip] gpiolib: Fix bad of_node pointer
 2019-11-08 16:36 UTC 

[PATCH v4 00/10] sched/fair: rework the CFS load balance
 2019-11-08 16:35 UTC  (8+ messages)
` [PATCH v4 04/11] sched/fair: rework load_balance

[PATCH][next] drm/amd/display: remove redundant variable status
 2019-11-08 16:34 UTC  (6+ messages)

[Xen-devel] [libvirt bisection] complete test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm
 2019-11-08 16:33 UTC 

[PATCH] drm/amdgpu/display: fix warning when CONFIG_DRM_AMD_DC_DCN is not set
 2019-11-08 16:34 UTC  (4+ messages)

[PATCH 1/2] arm64: dts: agilex: add NAND IP to base dts
 2019-11-08 16:33 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: add NAND board files for Stratix10 and Agilex


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.