All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-19 21:16:31 to 2018-11-19 21:54:27 UTC [more...]

[3rdparty][PATCH][master] u-boot-toradex-fw-utils: add new recipe
 2018-11-19 21:26 UTC  (4+ messages)

[RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce
 2018-11-19 21:41 UTC  (13+ messages)

[PATCH v3] drm/bridge/sii902x: Add missing dependency on I2C_MUX
 2018-11-19 21:29 UTC  (2+ messages)

[U-Boot] [PATCH 00/93] dm: Move towards completing CONFIG_BLK migration
 2018-11-19 21:54 UTC  (17+ messages)
` [U-Boot] [PATCH 07/93] arm: Remove colibri_imx6_nospl board
` [U-Boot] [PATCH 20/93] arm: Remove cm_t43 board
` [U-Boot] [PATCH 30/93] arm: Remove apalis_imx6_nospl_it board
` [U-Boot] [PATCH 31/93] arm: Remove wandboard board
` [U-Boot] [PATCH 81/93] arm: Remove socfpga_dbm_soc1 board
` [U-Boot] [PATCH 89/93] arm: Remove socfpga_vining_fpga board

[LTP] FOSDEM 2019
 2018-11-19 21:54 UTC 

[PATCH v3] clocksource/drivers/arc_timer: Utilize generic sched_clock
 2018-11-19 21:53 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t 1/2] tests/gem_exec_await: Relax the busy spinner
 2018-11-19 21:52 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] "

[PATCH 0/4] Add NXP pcf85263 real-time clock support
 2018-11-19 11:15 UTC  (3+ messages)
` [PATCH 3/4] ARM: shmobile: Enable NXP pcf85363 rtc in shmobile_defconfig
` [PATCH 4/4] ARM: dts: iwg23s-sbc: Enable RTC

[PATCH] audit: shorten PATH cap values when zero
 2018-11-19 21:51 UTC  (3+ messages)

[PATCH v1 0/4] EMC fixes for Tegra30+
 2018-11-19 21:51 UTC  (17+ messages)
` [PATCH v1 1/4] ARM: tegra: Fix missed EMC registers latching on resume from LP1 on Tegra30+
` [PATCH v1 2/4] ARM: tegra: Fix DRAM refresh-interval clobbering on resume from LP1 on Tegra30
` [PATCH v1 3/4] ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+

[RFC PATCH v6 00/11] Control-flow Enforcement: Branch Tracking, PTRACE
 2018-11-19 21:49 UTC  (12+ messages)
` [RFC PATCH v6 01/11] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v6 02/11] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v6 03/11] x86/cet/ibt: Add IBT legacy code bitmap setup function
` [RFC PATCH v6 04/11] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v6 05/11] x86/cet/ibt: ELF header parsing for IBT
` [RFC PATCH v6 06/11] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v6 07/11] x86/cet/ibt: Add ENDBR to op-code-map
` [RFC PATCH v6 08/11] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v6 09/11] x86/vsyscall/32: Add ENDBR32 to vsyscall entry point
` [RFC PATCH v6 10/11] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
` [RFC PATCH v6 11/11] x86/cet: Add PTRACE interface for CET

[Qemu-devel] [PATCH for-4.0 v2] virtio: Provide version-specific variants of virtio PCI devices
 2018-11-19 21:47 UTC  (10+ messages)

[RFC PATCH v6 00/26] Control-flow Enforcement: Shadow Stack
 2018-11-19 21:48 UTC  (27+ messages)
` [RFC PATCH v6 01/26] Documentation/x86: Add CET description
` [RFC PATCH v6 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [RFC PATCH v6 03/26] x86/fpu/xstate: Change names to separate XSAVES system and user states
` [RFC PATCH v6 04/26] x86/fpu/xstate: Introduce XSAVES system states
` [RFC PATCH v6 05/26] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v6 06/26] x86/cet: Add control protection exception handler
` [RFC PATCH v6 07/26] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v6 08/26] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v6 09/26] mm/mmap: Prevent Shadow Stack VMA merges
` [RFC PATCH v6 10/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v6 11/26] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v6 12/26] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v6 13/26] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v6 14/26] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v6 15/26] mm: Handle shadow stack page fault
` [RFC PATCH v6 16/26] mm: Handle THP/HugeTLB "
` [RFC PATCH v6 17/26] mm: Update can_follow_write_pte/pmd for shadow stack
` [RFC PATCH v6 18/26] mm: Introduce do_mmap_locked()
` [RFC PATCH v6 19/26] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v6 20/26] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v6 21/26] x86/cet/shstk: Signal handling for shadow stack
` [RFC PATCH v6 22/26] x86/cet/shstk: ELF header parsing of Shadow Stack
` [RFC PATCH v6 23/26] x86/cet/shstk: Handle thread shadow stack
` [RFC PATCH v6 24/26] mm/mmap: Add Shadow stack pages to memory accounting
` [RFC PATCH v6 25/26] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [RFC PATCH v6 26/26] x86/cet/shstk: Add Shadow Stack instructions to opcode map

Seeking suggestions for a WG port to use with restrictive public wifi networks
 2018-11-19 21:47 UTC  (3+ messages)

[GIT FIXES FOR v4.20] vicodec fix, add action to cedrus TODO
 2018-11-19 11:23 UTC 

[PATCH] mm, page_alloc: fix calculation of pgdat->nr_zones
 2018-11-19 21:47 UTC  (6+ messages)

Automatic secondary intermediate target deduction
 2018-11-19 11:22 UTC  (2+ messages)

[PATCH v1 0/1] Early boot time stamps for arm64
 2018-11-19 21:44 UTC  (4+ messages)
` [PATCH v1 1/1] arm64: Early boot time stamps

Documenting the proposal for TPM 2.0 security in the face of bus interposer attacks
 2018-11-19 21:44 UTC  (6+ messages)

[PATCH v2 0/3] Add quirk for reading BD_ADDR from fwnode property
 2018-11-19 21:44 UTC  (3+ messages)
` [PATCH v2 1/3] Bluetooth: "

[PATCH v1 0/4] NFS/RDMA client for v4.21 (part 1)
 2018-11-19 21:42 UTC  (11+ messages)
` [PATCH v1 4/4] xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)

[PATCHv2 0/9] vb2/cedrus: add tag support
 2018-11-19 11:18 UTC  (2+ messages)

[PATCH] procfs: fix the output format in /proc/PID/wchan
 2018-11-19 11:17 UTC 

[PATCH v1 0/2] proc: allow signaling processes via file descriptors
 2018-11-19 21:41 UTC  (13+ messages)
` [PATCH v1 2/2] signal: add procfd_signal() syscall

[PATCH 0/4] automation: QEMU-based smoke test
 2018-11-19 21:40 UTC  (6+ messages)
` [PATCH 1/4] automation: introduce CONTAINER_NO_PULL for containerize
` [PATCH 2/4] automation: stash default config file for artifact extraction
` [PATCH 3/4] automation: also specify xen binary as artifact on x86_64
` [PATCH 4/4] automation: add qemu smoke test

[PATCH v2 0/2] hwmon: (adt7475): inverted PWM output
 2018-11-19 21:40 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: add binding documentation for adt7475

[Patch v5 00/16] Provide task property based options to enable Spectre v2 userspace-userspace protection
 2018-11-19 21:40 UTC  (10+ messages)
` [Patch v5 11/16] x86/speculation: Add Spectre v2 app to app protection modes

[Buildroot] [PATCH v4] libnftnl: drop useless BR2_PACKAGE_LIBNFTNL_XML
 2018-11-19 21:39 UTC  (2+ messages)

[PATCH] t5562: skip if NO_CURL is enabled
 2018-11-19 21:39 UTC  (5+ messages)

[Buildroot] [git commit] libnftnl: drop useless BR2_PACKAGE_LIBNFTNL_XML
 2018-11-19 21:39 UTC 

KASAN: use-after-free Read in tick_sched_handle (3)
 2018-11-19 21:39 UTC 

[PATCH] f2fs: fix wrong return value of f2fs_acl_create
 2018-11-19 21:38 UTC 

[Buildroot] [PATCH v2] boot/syslinux: Fix build with glibc 2.28+
 2018-11-19 21:38 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/1] single step for KVM HV
 2018-11-19 21:37 UTC  (2+ messages)
` [Qemu-devel] [RFC PATCH 1/1] target/ppc: support single stepping with "

Git Test Coverage Report (v2.20.0-rc0)
 2018-11-19 21:37 UTC  (5+ messages)
  ` [PATCH v2 2/2] rebase: validate -C<n> and --whitespace=<mode> parameters early

[PATCH] nvmet: use unlikely for req status check
 2018-11-19 21:37 UTC  (2+ messages)

[Buildroot] [git commit] boot/syslinux: fix build with glibc 2.28+
 2018-11-19 21:37 UTC 

[PATCH 00/11] TCP transport binding for NVMe over Fabrics
 2018-11-19 21:37 UTC  (12+ messages)
` [PATCH 05/11] nvmet: Add install_queue callout
` [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver

[Bug 106175] amdgpu.dc=1 shows performance issues with Xorg compositors when moving windows
 2018-11-19 21:33 UTC  (2+ messages)

[PATCH v9 00/17] Removed nested TPM operations
 2018-11-19 21:33 UTC  (6+ messages)
` [PATCH v9 04/17] tpm: print tpm2_commit_space() error inside tpm2_commit_space()
` [PATCH v9 05/17] tpm: declare struct tpm_header

[PATCH] technical doc: add a design doc for the evolve command
 2018-11-19 21:32 UTC  (5+ messages)

[PATCHv2 0/4] vb2: fix syzkaller race conditions
 2018-11-19 11:09 UTC  (5+ messages)
` [PATCHv2 1/4] vb2: add waiting_in_dqbuf flag
` [PATCHv2 2/4] vivid: use per-queue mutexes instead of one global mutex
` [PATCHv2 3/4] vb2 core: add new queue_setup_lock/unlock ops
` [PATCHv2 4/4] vivid: add queue_setup_(un)lock ops

[meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64
 2018-11-19 21:31 UTC  (5+ messages)
` [meta-mingw][PATCH 2/2] cmake: add support for building nativesdk-cmake

videobuf2-core.c: call to v4l_vb2q_enable_media_source()?
 2018-11-19 11:08 UTC 

[PATCH] drm/i915: Write GPU relocs harder with gen3
 2018-11-19 21:30 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v9 00/24] ILP32 for ARM64
 2018-11-19 21:29 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/pkg-generic.mk: Fix show-build-order stdout pollution
 2018-11-19 21:27 UTC  (2+ messages)

[PATCH v6 0/2] Xilinx ZynqMP IPI Mailbox Controller Driver
 2018-11-19 21:26 UTC  (9+ messages)
` [PATCH v6 1/2] mailbox: ZynqMP IPI mailbox controller
` [PATCH v6 2/2] dt-bindings: mailbox: Add Xilinx IPI Mailbox

[meta-oe][PATCH] glog: fixed the build for mips and other platforms
 2018-11-19 21:26 UTC  (2+ messages)

[Cluster-devel] [PATCH 00/13] Radical Reform of glock state machine (take 2)
 2018-11-19 21:26 UTC  (4+ messages)
` [Cluster-devel] [PATCH 03/13] GFS2: Eliminate a goto in finish_xmote

[3rdparty][PATCH V2][master] u-boot-toradex-fw-utils: add new recipe
 2018-11-19 21:25 UTC 

[Buildroot] [git commit] package/pkg-generic.mk: fix show-build-order stdout pollution
 2018-11-19 21:25 UTC 

[Buildroot] [PATCH] vtun: remove reference to start-stop-daemon from package help
 2018-11-19 21:24 UTC  (2+ messages)

[Buildroot] [git commit] vtun: remove reference to start-stop-daemon from package help
 2018-11-19 21:24 UTC 

[PATCH] arm64: dts: renesas: r8a7796: Add CMT device nodes
 2018-11-19 11:01 UTC  (4+ messages)

[PATCH v2 0/9] phy: Add configuration interface for MIPI D-PHY devices
 2018-11-19 21:24 UTC  (4+ messages)
` [PATCH v2 8/9] phy: Add Cadence D-PHY support

[Buildroot] [PATCH 1/2] package/luv: add patch to fix build issue with luvi
 2018-11-19 21:24 UTC  (2+ messages)

[SPDK] RFC patch for NVMe-OF FC transport
 2018-11-19 21:23 UTC 

VETH & AF_PACKET problem
 2018-11-19 10:59 UTC  (4+ messages)

[PATCH 0/7] Remove fs specific fscrypt and fsverity build config options
 2018-11-19 21:23 UTC  (3+ messages)
` [PATCH 2/7] f2fs: use IS_ENCRYPTED() to check encryption status

[Buildroot] [git commit] package/luvi: add patch to fix build issue
 2018-11-19 21:23 UTC 

[Buildroot] [git commit] package/luv: add patch to fix build issue with luvi
 2018-11-19 21:23 UTC 

[Qemu-devel] [PATCH v1 0/9] qapi: rewrite string-input-visitor
 2018-11-19 21:22 UTC  (6+ messages)
` [Qemu-devel] [PATCH v1 6/9] "

[PATCH 0/2] vb2: fix syzkaller race conditions
 2018-11-19 10:58 UTC  (9+ messages)
` [PATCH 1/2] vb2: add waiting_in_dqbuf flag

[PATCH net-next 0/8] net: hns3: Adds support of debugfs to HNS3 driver
 2018-11-19 21:18 UTC  (7+ messages)
` [PATCH net-next 1/8] net: hns3: Add debugfs framework registration
` [PATCH net-next 2/8] net: hns3: Add "queue info" query function
` [PATCH net-next 3/8] net: hns3: Add "FD flow table" info "
` [PATCH net-next 4/8] net: hns3: Add "tc config" "
` [PATCH net-next 5/8] net: hns3: Add "tm "
` [PATCH net-next 6/8] net: hns3: Add pause config "

[Buildroot] [PATCH 1/1] vmtouch: new package
 2018-11-19 21:21 UTC  (3+ messages)
` [Buildroot] [PATCH v2 "

[PATCH] MIPS: Remove superfluous check for __linux__
 2018-11-19 21:17 UTC  (3+ messages)

[PATCH] proc: allow killing processes via file descriptors
 2018-11-19 10:56 UTC  (2+ messages)

[meta-mingw][PATCH 0/4] Add oeqa test cases
 2018-11-19 21:17 UTC  (7+ messages)
` [meta-mingw][PATCH v2 0/5] "
  ` [meta-mingw][PATCH v2 1/5] Add SDK test case framework
  ` [meta-mingw][PATCH v2 2/5] Add .gitignore
  ` [meta-mingw][PATCH v2 3/5] classes/toolchain-scripts-mingw32: Update variables
  ` [meta-mingw][PATCH v2 4/5] classes/toolchain-scripts-mingw32: Ensure exit code is success
  ` [meta-mingw][PATCH v2 5/5] oeqa/sdkmingw: Add test cases

[Buildroot] [git commit branch/next] vmtouch: new package
 2018-11-19 21:18 UTC 

[Buildroot] [git commit] vmtouch: new package
 2018-11-19 21:18 UTC 

[U-Boot] [PATCH v2 0/4] usb: Introduce CONFIG_SPL_DM_USB
 2018-11-19 21:18 UTC  (6+ messages)
` [U-Boot] [PATCH v3 0/5] "
  ` [U-Boot] [PATCH v3 2/5] usb: am335x_evm: Disable CONFIG_SPL_DM_USB
  ` [U-Boot] [PATCH v3 1/5] usb: Introduce CONFIG_SPL_DM_USB

FAILED: patch "[PATCH] bonding/802.3ad: fix link_failure_count tracking" failed to apply to 4.14-stable tree
 2018-11-19 10:55 UTC 

[PATCH] arm64: dts: renesas: r8a77990: ebisu: Add and enable CAN,FD device nodes
 2018-11-19 10:55 UTC  (4+ messages)

[PATCH v5] clone: report duplicate entries on case-insensitive filesystems
 2018-11-19 21:17 UTC  (7+ messages)

[PATCH v2] x86_64, vmcoreinfo: Append 'page_offset_base' to vmcoreinfo
 2018-11-19 21:07 UTC  (2+ messages)

[PATCH] pinctrl: sh-pfc: r8a77995: Remove unused PINMUX_IPSR_{MSEL2,PHYS}()
 2018-11-19 10:54 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: can: rcar_canfd: document r8a77965 support
 2018-11-19 10:53 UTC  (4+ messages)

[PATCH 1/3] drm/amdgpu: fix typo in function sdma_v4_0_page_resume
 2018-11-19 21:16 UTC  (4+ messages)
` [PATCH 3/3] drm/amdgpu: enable paging queue based on FW version


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.