All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-08 16:43:26 to 2019-04-08 17:20:33 UTC [more...]

[PATCH 0/2] arm64: Clear OS Double Lock Register
 2019-04-08 17:17 UTC  (2+ messages)
` [PATCH 2/2] arm64: Save and restore OSDLR_EL1

[PATCH v4 0/6] vfio-ccw: support hsch/csch (kernel part)
 2019-04-08 17:19 UTC  (14+ messages)
` [PATCH v4 1/6] vfio-ccw: make it safe to access channel programs
  ` [Qemu-devel] "

TAP 13 output format
 2019-04-08 17:20 UTC  (9+ messages)

[PATCH] xen/cpu: Fix ARM build following c/s 597fbb8
 2019-04-08 17:20 UTC 

[igt-dev] [PATCH i-g-t 1/2] lib/igt_fb: Don't use blitter for large buffers
 2019-04-08 17:19 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v3 "

[PATCH] KVM: ARM: Remove pgtable page standard functions from stage-2 page tables
 2019-04-08 17:18 UTC  (8+ messages)
` [PATCH V2] "

[igt-dev] [PATCH i-g-t] tests/i915/gem_mmap: test for non pagealingned mmaps
 2019-04-08 17:17 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Qemu-devel] [PATCH] qemu_system_reset_request() in hw/ corresponding to watchdog that has triggered replaced by watchdog_perform_action()
 2019-04-08 16:59 UTC  (4+ messages)

linux-next: manual merge of the audit tree with Linus' tree
 2019-04-08 17:15 UTC  (2+ messages)

[PATCH v4 0/3] Add Bitstream configuration support for ZynqMP
 2019-04-08 17:14 UTC  (11+ messages)
` [PATCH v4 1/3] firmware: xilinx: Add fpga API's
` [PATCH v4 3/3] fpga manager: Adding FPGA Manager support for Xilinx zynqmp

[PATCH v2 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-08 17:14 UTC  (4+ messages)
` [PATCH v2 2/2] initmem: introduce CONFIG_INIT_ALL_HEAP

[PATCH net] ipv6: un-do: defrag: drop non-last frags smaller than min mtu
 2019-04-08 17:13 UTC  (9+ messages)

[PATCH net-next V6 0/2] net/sched: taprio: fix picos_per_byte miscalculation
 2019-04-08 17:12 UTC  (3+ messages)
` [PATCH net-next V6 1/2] "
` [PATCH net-next V6 2/2] net/sched: cbs: fix port_rate miscalculation

[PATCH] selftests/ipc: Fix msgque compiler warnings
 2019-04-08 17:13 UTC  (3+ messages)

tracking master of upstream openbmc/openbmc subtrees
 2019-04-08 17:12 UTC  (5+ messages)

[PATCH] arm64: backtrace: Don't bother trying to unwind the userspace stack
 2019-04-08 17:12 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/sfc: set min and max MTU
 2019-04-08 17:12 UTC  (2+ messages)

[PATCH] MAINTAINERS: ieee802154: update documentation file pattern
 2019-04-08 17:12 UTC  (2+ messages)

[PATCH] clone: send server options when using protocol v2
 2019-04-08 17:11 UTC  (2+ messages)

[PATCH v2 00/28] Fix up soft mounts for NFSv4.x
 2019-04-08 17:11 UTC  (32+ messages)
` [PATCH v2 01/28] SUNRPC: Fix up task signalling
  ` [PATCH v2 02/28] SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepare
    ` [PATCH v2 03/28] SUNRPC: Refactor xprt_request_wait_receive()
      ` [PATCH v2 04/28] SUNRPC: Refactor rpc_sleep_on()
        ` [PATCH v2 05/28] SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()
          ` [PATCH v2 06/28] SUNRPC: Add function rpc_sleep_on_timeout()
            ` [PATCH v2 07/28] SUNRPC: Fix up tracking of timeouts
              ` [PATCH v2 08/28] SUNRPC: Simplify queue timeouts using timer_reduce()
                ` [PATCH v2 09/28] SUNRPC: Declare RPC timers as TIMER_DEFERRABLE
                  ` [PATCH v2 10/28] SUNRPC: Ensure that the transport layer respect major timeouts
                    ` [PATCH v2 11/28] SUNRPC: Add tracking of RPC level errors
                      ` [PATCH v2 12/28] SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeouts
                        ` [PATCH v2 13/28] SUNRPC: Start the first major timeout calculation at task creation
                          ` [PATCH v2 14/28] SUNRPC: Ensure to ratelimit the "server not responding" syslog messages
                            ` [PATCH v2 15/28] SUNRPC: Add the 'softerr' rpc_client flag
                              ` [PATCH v2 16/28] NFS: Consider ETIMEDOUT to be a fatal error
                                ` [PATCH v2 17/28] NFS: Move internal constants out of uapi/linux/nfs_mount.h
                                  ` [PATCH v2 18/28] NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errors
                                    ` [PATCH v2 19/28] NFS: Don't interrupt file writeout due to fatal errors
                                      ` [PATCH v2 20/28] NFS: Don't call generic_error_remove_page() while holding locks
                                        ` [PATCH v2 21/28] NFS: Don't inadvertently clear writeback errors
                                          ` [PATCH v2 22/28] NFS: Replace custom error reporting mechanism with generic one
                                            ` [PATCH v2 23/28] NFS: Fix up NFS I/O subrequest creation
                                              ` [PATCH v2 24/28] NFS: Remove unused argument from nfs_create_request()
                                                ` [PATCH v2 25/28] pNFS: Add tracking to limit the number of pNFS retries
                                                  ` [PATCH v2 26/28] NFS: Allow signal interruption of NFS4ERR_DELAYed operations
                                                    ` [PATCH v2 27/28] NFS: Add a helper to return a pointer to the open context of a struct nfs_page
                                                      ` [PATCH v2 28/28] NFS: Remove redundant open context from nfs_page

Installation help
 2019-04-08 17:10 UTC  (3+ messages)

DevConf US CFP Ends Today + Planning
 2019-04-08 17:10 UTC 

[srcu] a365bb5f6e: leaking_addresses.proc.___srcu_struct_ptrs
 2019-04-08 17:10 UTC  (7+ messages)

kernel BUG at drivers/iommu/intel-iommu.c:608
 2019-04-08 17:10 UTC  (9+ messages)

[Buildroot] [PATCH 1/1] package/openjdk: fix alsa-lib dependencies
 2019-04-08 17:10 UTC 

5.1.0-rc4: Oops in __rpc_execute() when trying to boot from NFS
 2019-04-08 17:01 UTC 

[PATCH v9 00/27] x86: load FPU registers on return to userland
 2019-04-08 17:08 UTC  (4+ messages)
` [PATCH 24/27] x86/fpu: Add a fastpath to __fpu__restore_sig()

[PATCH 1/2] platform/x86: intel_pmc_core: Convert to a platform_driver
 2019-04-08 17:07 UTC  (7+ messages)
` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] platform/x86: intel_pmc_core: Allow to dump debug registers on S0ix failure
  ` [PATCH v3 3/3] platform/x86: intel_pmc_core: Instantiate pmc_core device on legacy platforms

[PATCH v2 bpf-next 0/7] bpf: Propagate cn to TCP
 2019-04-08 17:06 UTC  (4+ messages)
` [PATCH v2 bpf-next 5/7] bpf: sysctl for probe_on_drop

[PATCH 0/6] ARM: sun8i: a83t: Support Camera Sensor Interface controller
 2019-04-08 16:57 UTC  (16+ messages)
` [PATCH 1/6] clk: sunxi-ng: a83t: Add pll-video0 as parent of csi-mclk
` [PATCH 2/6] dt-bindings: media: sun6i-csi: Add compatible string for A83T variant
` [PATCH 3/6] media: sun6i: Support "
` [PATCH 4/6] ARM: dts: sun8i: a83t: Add device node for CSI (Camera Sensor Interface)
` [PATCH 5/6] ARM: dts: sun8i: a83t: Add I2C2 pinmux setting for PE pins
` [PATCH 6/6] [DO NOT MERGE] ARM: dts: sun8i: a83t: bananapi-m3: Enable BPI OV5640 camera

[PATCH net-next v4 0/6] xdp: Use a default map for xdp_redirect helper
 2019-04-08 17:05 UTC  (7+ messages)
` [PATCH net-next v4 2/6] net: xdp: remove XDP_QUERY_PROG
` [PATCH net-next v4 1/6] net: xdp: refactor XDP attach
` [PATCH net-next v4 5/6] xdp: Add devmap_idx map type for looking up devices by ifindex
` [PATCH net-next v4 3/6] xdp: Refactor devmap code in preparation for subsequent additions
` [PATCH net-next v4 4/6] xdp: Always use a devmap for XDP_REDIRECT to a device
` [PATCH net-next v4 6/6] selftests/bpf: Add test for default devmap allocation

[tip:sched/core] sched/fair: Limit sched_cfs_period_timer loop to avoid hard lockup
 2019-04-08 17:06 UTC  (5+ messages)

shared cmake modules
 2019-04-08 17:05 UTC  (2+ messages)

[PATCH 0/6] Use MFD framework for SGI IOC3 drivers
 2019-04-08 17:05 UTC  (3+ messages)
` [PATCH 2/6] MIPS: SGI-IP27: remove setup of RTC platform device

[PATCH] arm64: skip dump_backtrace() in show_regs when user mode pt_regs
 2019-04-08 17:05 UTC  (6+ messages)

[PATCH 1/2] drm/i915: Use mul_u32_u32() more
 2019-04-08 17:05 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Simplify some icl pll calculations

[GSoC][RFC] Proposal: Make pack access code thread-safe
 2019-04-08 17:04 UTC  (5+ messages)

[PATCH] tools/power turbostat: fix file descriptor leaks
 2019-04-08 17:04 UTC  (2+ messages)

[PATCH 2/2] ARM: dts: am335x: Replaced register offsets with defines
 2019-04-08 17:04 UTC  (3+ messages)
` [PATCH v2 0/6] ARM: dts: am335x: Replace numeric pinmux address with macro defines

[PATCH v3] net: macb driver, check for SKBTX_HW_TSTAMP
 2019-04-08 17:04 UTC  (2+ messages)

[PATCH v3 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-08 17:04 UTC  (3+ messages)
` [PATCH v3 1/2] initmem: introduce CONFIG_INIT_ALL_MEMORY and CONFIG_INIT_ALL_STACK
` [PATCH v3 2/2] initmem: introduce CONFIG_INIT_ALL_HEAP

[U-Boot] [PATCH 0/2] Add Kconfig to disable cache ops
 2019-04-08 17:03 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] arch: armv8: Provide a way to disable cache maintenance ops
` [U-Boot] [PATCH 2/2] board: ti: am654: select SYS_DISABLE_DCACHE_OPS for arm64 build

[PATCH v2] x86/smt: Support for enabling/disabling SMT at runtime
 2019-04-08 17:02 UTC 

[Qemu-devel] [RFC PATCH 0/2] implement the failover feature for assigned network devices
 2019-04-08 17:00 UTC  (8+ messages)

[PATCH net-next] cxgb4: Don't return EAGAIN when TCAM is full
 2019-04-08 17:02 UTC  (2+ messages)

[PATCH 0/1] bfq: remove prefixes from cgroup filenames
 2019-04-08 17:01 UTC  (10+ messages)
` [PATCH 1/1] block, bfq: delete "bfq" prefix "

[PATCH v2] t5551: mark half-auth no-op fetch test as v0-only
 2019-04-08 17:01 UTC  (2+ messages)

[PATCH] Change fs functions to add fs_ prefix
 2019-04-08 17:01 UTC  (4+ messages)

[PATCH 0/4] property fixes and cleanups
 2019-04-08 17:02 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] L2 encap support for bpf_skb_adjust_room
 2019-04-08 16:57 UTC  (15+ messages)
` [PATCH v2 bpf-next 1/4] selftests_bpf: add UDP encap to test_tc_tunnel
` [PATCH v2 bpf-next 2/4] bpf: add layer 2 encap support to bpf_skb_adjust_room
` [PATCH v2 bpf-next 3/4] bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2
` [PATCH v2 bpf-next 4/4] selftests_bpf: add L2 encap to test_tc_tunnel

[PATCH] net: xilinx: emaclite: add minimal ethtool ops
 2019-04-08 17:00 UTC  (2+ messages)

[PATCH 00/10] Add all documentation files to an html/pdf produced book
 2019-04-08 16:58 UTC  (11+ messages)
` [PATCH 01/10] docs: DMA-API-HOWTO: add a missing "="
` [PATCH 02/10] docs: atomic_bitops.txt: add a title for this document
` [PATCH 03/10] docs: clearing-warn-once.txt: "
` [PATCH 04/10] docs: ntb.txt: use Sphinx notation for the two ascii figures
` [PATCH 05/10] docs: unaligned-memory-access.txt: use a lowercase title
` [PATCH 06/10] docs: video-output.txt: convert it to ReST format
` [PATCH 07/10] docs: Add all txt files to documentation
` [PATCH 08/10] docs: ntb.rst: add blank lines to clean up some Sphinx warnings
` [PATCH 09/10] docs: speculation.rst: mark example blocks as such
` [PATCH 10/10] docs: add plain text files to ReST output from subdirs

[kvm-unit-tests PATCH] lib: arm: Use correct halt() prototype from smp.h
 2019-04-08 17:00 UTC  (3+ messages)

[PATCH] net: xilinx: emaclite: add minimal ndo_do_ioctl hook
 2019-04-08 17:00 UTC  (2+ messages)

[PATCH v3 0/7] Rewrite clk parent handling
 2019-04-08 17:00 UTC  (6+ messages)
` [PATCH v3 1/7] clkdev: Hold clocks_mutex while iterating clocks list

[PATCH 1/2] nvmet-rdma: remove p2p_client initialization from fast-path
 2019-04-08 16:59 UTC  (5+ messages)

[RFC PATCH v2] perf/x86: make perf callchain work without CONFIG_FRAME_POINTER
 2019-04-08 16:59 UTC 

[PATCH] kni: implement header_ops parse method
 2019-04-08 16:59 UTC  (9+ messages)
              ` [dpdk-dev] "

[dpdk-dev] [PATCH] net/nfp: close sockfd before return if errors
 2019-04-08 16:59 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH] x86/mm/mem_encrypt: Disable all instrumentation for SME early boot code
 2019-04-08 16:58 UTC  (4+ messages)

[PATCH] apparmor: Restore Y/N in /sys for apparmor's "enabled"
 2019-04-08 16:58 UTC  (2+ messages)

[PATCH V2] block: fix build warning in merging bvecs
 2019-04-08 16:57 UTC  (2+ messages)

[PATCH net-next] datagram: remove rendundant 'peeked' argument
 2019-04-08 16:57 UTC  (2+ messages)

[PATCH ghau85 v1] ima: add support for AUDIT_INTEGRITY_EVM_XATTR records
 2019-04-08 16:56 UTC  (2+ messages)

[igt-dev] [PATCH v19 0/6] new engine discovery interface
 2019-04-08 16:56 UTC  (13+ messages)
` [igt-dev] [PATCH v19 1/6] include/drm-uapi: import i915_drm.h header file
` [igt-dev] [PATCH v19 2/6] lib/i915: add gem_engine_topology library and for_each loop definition
` [igt-dev] [PATCH v19 5/6] lib: igt_dummyload: use for_each_context_engine()
` [igt-dev] [PATCH v19 6/6] test: perf_pmu: use the gem_engine_topology library

[dpdk-dev] [PATCH] crypto/qat: fix second seg fault in QAT PMD
 2019-04-08 16:56 UTC  (3+ messages)

[PATCH 1/2] Bluetooth: btbcm: Add entry for BCM2076B1 UART Bluetooth
 2019-04-08 16:55 UTC  (2+ messages)

[PATCH] KVM: x86: fix warning Using plain integer as NULL pointer
 2019-04-08 16:55 UTC  (2+ messages)

[PATCH v5 1/3] Provide in-kernel headers to make extending kernel easier
 2019-04-08 16:53 UTC  (6+ messages)

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2019-04-08 16:37 UTC  (5+ messages)

[Bug 110339] Cursor hides and reappear in the middle of screen, when moving mouse horizontally
 2019-04-08 16:53 UTC  (2+ messages)

[PATCH4/4] Add support for SUNIX Multi-I/O board
 2019-04-08 16:51 UTC  (2+ messages)

[PATCH 00/14] ti-sysc changes to probe devices with dts data only
 2019-04-08 16:51 UTC  (5+ messages)
` [PATCH 11/14] bus: ti-sysc: Add quirk handling for external optional functional clock

[Qemu-devel] [PULL 0/3] Fixes for libqos
 2019-04-08 16:50 UTC  (4+ messages)

[PATCH] mtd: spi-nor: cadence-quadspi: add reset control
 2019-04-08 16:50 UTC  (2+ messages)

[PATCH ghak112 V1] audit: purge unnecessary list_empty calls
 2019-04-08 16:50 UTC 

[dpdk-dev] [PATCH] net/nfp: fix resource leak
 2019-04-08 16:50 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH v4l-utils 0/2] v4l2-compliance colors
 2019-04-08 16:50 UTC  (7+ messages)

[PATCH v2] mtd: rawnand: marvell: Clean the controller state before each operation
 2019-04-08 16:50 UTC  (3+ messages)

[PATCH v3 3/4] lib: logic_pio: Reject accesses to unregistered CPU MMIO regions
 2019-04-08 16:50 UTC  (12+ messages)

[PATCH] clk: x86: Add system specific quirk to mark clocks as critical
 2019-04-08 16:49 UTC  (3+ messages)
` [PATCH v4] "

[U-Boot] [PATCH 0/4] Add Beelink GS1
 2019-04-08 16:49 UTC  (6+ messages)
` [U-Boot] [PATCH 1/4] arm: dts: h6: move MMC pinctrl to soc
` [U-Boot] [PATCH 2/4] arm: dts: h6: Add Beelink GS1 initial support
` [U-Boot] [PATCH 3/4] arm: sunxi: h6: fix reset using r_wdog
` [U-Boot] [PATCH 4/4] arm: dts: h6: minor sync with linux

[PATCH v5] drm/i915/icl: Set GCP_COLOR_INDICATION only for 10/12 bit deep color
 2019-04-08 16:49 UTC  (4+ messages)
` [PATCH v6] "

[PATCH] btrfs: Record error in btree_csum_one_bio()
 2019-04-08 16:49 UTC  (2+ messages)

[PATCH] perf vendor events arm64: Add Cortex-A72 events
 2019-04-08 16:47 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] debugger: Remove shader debugger
 2019-04-08 16:47 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[MPTCP] [RFC PATCH 1/4] mptcp: use sk_page_frag() in sendmsg
 2019-04-08 16:45 UTC 

[PATCH 00/11] Software fwnode references
 2019-04-08 16:45 UTC  (3+ messages)
` [PATCH 11/11] platform/x86: intel_cht_int33fe: Replacing the old connections with references

[patch V2 00/29] x86: Add guard pages to exception and interrupt stacks
 2019-04-08 16:44 UTC  (8+ messages)
` [patch V2 28/29] x86/irq/64: Remap the IRQ stack with guard pages

[Buildroot] [PATCH 0/3] linux-tools-selftests
 2019-04-08 16:43 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] package/linux-tools: some selftests needs util-linux schedutils
` [Buildroot] [PATCH 2/3] package/linux-tools: some selftests needs tput
` [Buildroot] [PATCH 3/3] package/linux-tools: some selftests needs kmod's modprobe

[Cluster-devel] [gfs2:for-next.glock-refcount 4/6] fs/gfs2/lops.c:873:34: sparse: symbol 'gfs2_buf_lops' was not declared. Should it be static?
 2019-04-08 16:42 UTC  (2+ messages)
` [RFC PATCH gfs2] gfs2: gfs2_buf_lops can be static


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.