All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-11 15:04:18 to 2018-10-11 15:34:00 UTC [more...]

[PATCH 03/34] teach move_mount(2) to work with OPEN_TREE_CLONE [ver #12]
 2018-10-11 15:33 UTC  (6+ messages)
` [PATCH 00/34] VFS: Introduce filesystem context "

[GIT PULL] Kbuild fixes for v4.19-rc8
 2018-10-11 15:32 UTC 

[PATCH v5 01/11] PCI: Expose reset_type to users of __pci_reset_function_locked()
 2018-10-11 15:33 UTC  (3+ messages)
` [PATCH v5 06/11] PCI: Expose reset type to users of pci_reset_bus()

[PATCH] kbuild: Fail the build early when no lz4 present
 2018-10-11 15:32 UTC  (5+ messages)

[PATCH i-g-t 1/6] lib/igt_vmwgfx: Add vmwgfx device
 2018-10-11 15:32 UTC  (17+ messages)
` [PATCH i-g-t 3/6] lib/igt_fb: Check for cairo surface success
  ` [igt-dev] "
` [PATCH i-g-t 6/6] tests/plane_damage: Integrate kernel selftest test-drm_damage_helper
    ` [Intel-gfx] "
` [igt-dev] [PATCH i-g-t 1/6] lib/igt_vmwgfx: Add vmwgfx device

[U-Boot] [PATCH 1/4] x86: Specify -march=core2 to build 64-bit U-Boot proper
 2018-10-11 15:32 UTC  (6+ messages)
` [U-Boot] [PATCH 3/4] x86: doc: Mention qemu-x86_64 support

[PATCH] staging: iio: adc: ad7280a: fix 2 checks
 2018-10-11 15:31 UTC  (4+ messages)

[Qemu-devel] [PATCH] gtk: Don't vte_terminal_set_encoding() on new VTE versions
 2018-10-11 15:30 UTC 

[RFC] eal: allow hotplug to skip an already probed device
 2018-10-11 15:29 UTC  (4+ messages)
` [PATCH v3 1/3] drivers/bus: move driver assignment to end of probing

[PATCH] docs/completion.txt: Fix a couple of punctuation nits
 2018-10-11 15:29 UTC  (2+ messages)

ovl: Ephemeral Mounts
 2018-10-11 15:28 UTC 

[Buildroot] [git commit] support/testing: add python-twisted tests
 2018-10-11 15:28 UTC 

[PATCH RFC v1 0/8] drivers: qcom: Add cpu power domain for SDM845
 2018-10-11 15:27 UTC  (4+ messages)
` [PATCH RFC v1 4/8] drivers: qcom: cpu_pd: add cpu power domain support using genpd

[Buildroot] [git commit] support/testing: add python-incremental tests
 2018-10-11 15:27 UTC 

[Buildroot] [git commit] support/testing: add python-txtorcon tests
 2018-10-11 15:27 UTC 

[Buildroot] [git commit] support/testing: add python-txaio tests
 2018-10-11 15:27 UTC 

[Buildroot] [git commit] support/testing: add python-autobahn tests
 2018-10-11 15:27 UTC 

[Buildroot] [PATCH v2 1/2] package/proftpd: add mod_{sql, quotatab} support
 2018-10-11 15:26 UTC  (2+ messages)

[PATCH v3] PCI/AER: Enable reporting for all ports
 2018-10-11 15:26 UTC  (2+ messages)
` [PATCH v3] PCI/AER: Enable reporting for ports enumerated after AER driver registration

xfs_bmap stuck at ~/.steam/steam.pipe file
 2018-10-11  7:59 UTC  (5+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2018-10-09
 2018-10-11 15:25 UTC  (7+ messages)
` [Buildroot] Analysis "

[PATCH 0/2] x86/tsc: Fix native_sched_clock()
 2018-10-11 15:24 UTC  (4+ messages)
` [PATCH 2/2] x86/percpu: Fix this_cpu_read()

[PATCH] x86/tsc: use real seqcount_latch in cyc2ns_read_begin()
 2018-10-11 15:24 UTC  (5+ messages)

[PATCH v2 1/3] app/testpmd: move dumping packets to a separate function
 2018-10-11 15:24 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/3] app/testpmd: set packet dump based on verbosity level

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

[Qemu-devel] [PATCH] tests: Prevent more accidental test disabling
 2018-10-11 15:24 UTC  (2+ messages)

LKFT + KernelCI
 2018-10-11 15:24 UTC 

[Qemu-devel] [PATCH] chardev: Convert IOReadHandler to read an unsigned number of bytes
 2018-10-11 15:24 UTC  (5+ messages)

Question on FIELD_PREP() for static array
 2018-10-11 15:23 UTC  (5+ messages)

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

[Qemu-devel] [PATCH] hw/display/cirrus_vga: Add CONFIG option for "isa-cirrus-vga"
 2018-10-11 15:21 UTC 

[PATCH net-next 0/7] add support for VSC8584 and VSC8574 Microsemi quad-port PHYs
 2018-10-11  7:55 UTC  (4+ messages)

Timekeeping on ARM guests/hosts
 2018-10-11 15:21 UTC  (5+ messages)

[Buildroot] [git commit] package/proftpd: add ftpasswd
 2018-10-11 15:21 UTC 

[PATCH] vhost: fix notification for packed ring
 2018-10-11 15:21 UTC  (3+ messages)
` [PATCH v2] "

[Buildroot] [git commit] package/proftpd: add mod_{sql, quotatab} support
 2018-10-11 15:21 UTC 

[PATCH V1 net-next 00/12] Improving performance and reducing latencies, by using latest capabilities exposed in ENA device
 2018-10-11  7:53 UTC  (3+ messages)

[PATCH] sms:fix a missing entry in single shift table
 2018-10-11 15:18 UTC  (2+ messages)

[Buildroot] meson for host package with executables doesn't work
 2018-10-11 15:18 UTC  (5+ messages)

[PATCH v2] fuse: enable caching of symlinks
 2018-10-11 15:17 UTC 

[PATCH] ipxe: recipe cleanup and uprev to current
 2018-10-11 15:17 UTC 

[PATCH v4] drm/msm: validate display and event threads
 2018-10-11 15:17 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] fwts: bump to version V18.09.00
 2018-10-11 15:16 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/8] qcow2 check improvements
 2018-10-11 15:16 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/8] block/qcow2-refcount: fix check_oflag_copied
` [Qemu-devel] [PATCH v3 2/8] block/qcow2-refcount: avoid eating RAM
` [Qemu-devel] [PATCH v3 3/8] block/qcow2-refcount: check_refcounts_l2: refactor compressed case
` [Qemu-devel] [PATCH v3 4/8] block/qcow2-refcount: check_refcounts_l2: reduce ignored overlaps
` [Qemu-devel] [PATCH v3 5/8] block/qcow2-refcount: check_refcounts_l2: don't count corrupted entries
` [Qemu-devel] [PATCH v3 6/8] block/qcow2-refcount: refactor fixing L2 entry
` [Qemu-devel] [PATCH v3 7/8] block/qcow2-refcount: fix out-of-file L1 entries to be zero
` [Qemu-devel] [PATCH v3 8/8] block/qcow2-refcount: fix out-of-file L2 entries

[PATCH] PCI/portdrv: Enable error reporting on managed ports
 2018-10-11 15:16 UTC  (6+ messages)

[PATCH 00/15] sequencer: refactor functions working on a todo_list
 2018-10-11 15:16 UTC  (3+ messages)
` [PATCH 10/15] rebase-interactive: use todo_list_transform() in edit_todo_list()

[PATCH v2] compiler.h: give up __compiletime_assert_fallback()
 2018-10-11 15:15 UTC  (18+ messages)

[PATCH] iasl: remove iasl in favor of acpica in openembedded-core
 2018-10-11 15:15 UTC 

[PATCH] drm/msm/dsi: fix dsi clock names in DSI 10nm PLL driver
 2018-10-11 15:15 UTC  (2+ messages)

[Buildroot] [git commit] fwts: bump to version V18.09.00
 2018-10-11 15:15 UTC 

[PATCH] gpio/regulator: Allow nonexclusive GPIO access
 2018-10-11 15:15 UTC  (2+ messages)

[PATCH net-next 00/19] mlxsw: Preparations for VxLAN support
 2018-10-11  7:48 UTC  (20+ messages)
` [PATCH net-next 01/19] mlxsw: spectrum: Remove misuses of private header file
` [PATCH net-next 02/19] mlxsw: spectrum_switchdev: Prepare for VxLAN FDB notifications
` [PATCH net-next 03/19] mlxsw: spectrum_switchdev: Check notification relevance based on upper device
` [PATCH net-next 04/19] mlxsw: spectrum_switchdev: Do not assume notifier information type
` [PATCH net-next 05/19] mlxsw: spectrum: Move L3 protocol and address definitions to global header file
` [PATCH net-next 06/19] mlxsw: spectrum: Add a new type of KVD linear record
` [PATCH net-next 07/19] mlxsw: reg: Extend FDB flush types for NVE
` [PATCH net-next 08/19] mlxsw: spectrum: Seed LAG hash function
` [PATCH net-next 09/19] mlxsw: reg: Add Tunneling NVE General Configuration Register
` [PATCH net-next 10/19] mlxsw: reg: Add Tunnel Port "
` [PATCH net-next 11/19] mlxsw: reg: Add Tunneling NVE Underlay Multicast Table Register
` [PATCH net-next 12/19] mlxsw: reg: Add Tunneling NVE Encapsulation ECN Mapping Register
` [PATCH net-next 13/19] mlxsw: reg: Add Tunneling NVE Decapsulation "
` [PATCH net-next 14/19] mlxsw: reg: Add Tunneling NVE QoS Configuration Register
` [PATCH net-next 15/19] mlxsw: reg: Add Tunneling NVE QoS Default Register
` [PATCH net-next 16/19] mlxsw: reg: Add definition of unicast tunnel record for SFD register
` [PATCH net-next 17/19] mlxsw: reg: Add Monitoring Parsing State Register
` [PATCH net-next 18/19] mlxsw: resources: Add NVE resources
` [PATCH net-next 19/19] mlxsw: spectrum: Add NVE packet traps

[PATCH security-next v5 00/30] LSM: Explict ordering
 2018-10-11 15:14 UTC  (3+ messages)

[PATCH 0/6] Chunk allocator DUP fix and cleanups
 2018-10-11 15:13 UTC  (2+ messages)

[RFC PATCH for 4.21 00/16] rseq updates, new cpu_opv system call
 2018-10-11 15:13 UTC  (5+ messages)
` [RFC PATCH for 4.21 01/16] rseq/selftests: Add reference counter to coexist with glibc

[Buildroot] [PATCH] freetype: drop calling autogen, no longer needed
 2018-10-11 15:13 UTC  (2+ messages)

[Buildroot] [git commit] freetype: drop calling autogen, no longer needed
 2018-10-11 15:12 UTC 

Backports that remove FPU lazy-mode deadcode
 2018-10-11 15:10 UTC  (4+ messages)
` [PATCH v3 4.4.y 1/3] x86/fpu: Remove use_eager_fpu()

[bug report] tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive
 2018-10-11 15:10 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH spice/qemu 0/2] QXL interface to set monitor ID
 2018-10-11 15:09 UTC  (9+ messages)
` [Qemu-devel] [RFC PATCH spice 1/2] QXL interface: add functions to identify monitors in the guest
  ` [Qemu-devel] [Spice-devel] "

[Buildroot] [PATCH v3 0/8] init scripts: rewrite S01logging
 2018-10-11 15:09 UTC  (2+ messages)

[PATCH v3 0/7] ia64: system call table generation support
 2018-10-11 15:09 UTC  (7+ messages)
` [PATCH v3 7/7] ia64: wire up system calls

[Qemu-devel] [PATCH v7 00/19] Fixing record/replay and adding reverse debugging
 2018-10-11 15:08 UTC  (3+ messages)
` [Qemu-devel] [PATCH v7 19/19] replay: document development rules

[PATCH 0/1] nss: fix non-determinism when create blank certificate
 2018-10-11 14:24 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 00/18] my generic mmu_gather patches
 2018-10-11 15:04 UTC  (4+ messages)
` [PATCH 12/18] arch/tlb: Clean up simple architectures

[PATCH v9 00/11] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM) (a subset)
 2018-10-11 15:05 UTC  (5+ messages)
` [PATCH v9 05/11] of: base: Add of_get_cpu_state_node() to get idle states for a CPU node

[workqueue/driver-core PATCH v2 0/5] Add NUMA aware async_schedule calls
 2018-10-11 15:04 UTC  (3+ messages)
` [workqueue/driver-core PATCH v2 1/5] workqueue: Provide queue_work_node to queue work near a given NUMA node

[PATCH 0/8] FSID change userspace v2
 2018-10-11 15:04 UTC  (2+ messages)
` [PATCH 4/8] btrfstune: Add support for changing the user uuid


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.