All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-02 22:48:34 to 2019-10-03 00:03:53 UTC [more...]

[PATCH] lis3lv02d: switch to using input device polling mode
 2019-10-03  0:03 UTC  (9+ messages)

[PATCH v2 0/2] pinctrl: iproc: improve error handling
 2019-10-03  0:03 UTC  (6+ messages)
` [PATCH v2 1/2] pinctrl: iproc: allow for error from platform_get_irq()
` [PATCH v2 2/2] pinctrl: iproc: use unique name for irq chip

[PATCH] dma-mapping: Lift address space checks out of debug code
 2019-10-03  0:03 UTC  (6+ messages)

[ndctl PATCH] libdaxctl: fix memory leaks with daxctl_memory objects
 2019-10-03  0:01 UTC  (3+ messages)

[PATCH v3 0/5] Remove redundant trace-cmd plugin handling logic
 2019-10-03  0:01 UTC  (4+ messages)
` [PATCH v3 3/5] trace-cmd: Load libtraceevent plugins from build folder, if exists

[PATCH linux dev-5.3 0/4] Tacoma device tree fixes
 2019-10-03  0:01 UTC  (12+ messages)
` [PATCH linux dev-5.3 1/4] ARM: dts: aspeed-g6: Add VUART descriptions
` [PATCH linux dev-5.3 2/4] ARM: dts: aspeed: tacoma: Enable VUART1
` [PATCH linux dev-5.3 3/4] ARM: dts: tacoma: Remove incorrect i2c buses
` [PATCH linux dev-5.3 4/4] ARM: dts: tacoma: Enable LPC Firmware region

[PATCH] Fix a missing doxygen section trailer in nlmsg.c
 2019-10-02 23:56 UTC  (2+ messages)

[PATCH] drm/i915/vbt: Child device size remains unchanged through VBT 229
 2019-10-02 23:55 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

Disk slows down while empting write buffer
 2019-10-02 23:55 UTC  (7+ messages)

[MPTCP] Re: RFCv2 for netdev: what's missing?
 2019-10-02 23:55 UTC 

nsdeps not working on modules in 5.4-rc1
 2019-10-02 23:54 UTC  (2+ messages)

[PATCH v2 2/2] git-gui: support for diff3 conflict style
 2019-10-02 23:54 UTC  (3+ messages)
` [PATCH v3 "

[Qemu-riscv] [PATCH v1 21/28] target/riscv: Respect MPRV and SPRV for floating point ops
 2019-10-02 23:52 UTC  (3+ messages)
`  "

[RFC PATCH v2 00/45] Multipath TCP
 2019-10-02 23:53 UTC  (47+ messages)
` [RFC PATCH v2 01/45] tcp: Add MPTCP option number
` [RFC PATCH v2 02/45] net: Make sock protocol value checks more specific
` [RFC PATCH v2 03/45] sock: Make sk_protocol a 16-bit value
` [RFC PATCH v2 04/45] tcp: Define IPPROTO_MPTCP
` [RFC PATCH v2 05/45] mptcp: Add MPTCP socket stubs
` [RFC PATCH v2 06/45] mptcp: Handle MPTCP TCP options
` [RFC PATCH v2 07/45] mptcp: Associate MPTCP context with TCP socket
` [RFC PATCH v2 08/45] tcp: Expose tcp struct and routine for MPTCP
` [RFC PATCH v2 09/45] mptcp: Handle MP_CAPABLE options for outgoing connections
` [RFC PATCH v2 10/45] mptcp: add mptcp_poll
` [RFC PATCH v2 11/45] tcp, ulp: Add clone operation to tcp_ulp_ops
` [RFC PATCH v2 12/45] mptcp: Create SUBFLOW socket for incoming connections
` [RFC PATCH v2 13/45] mptcp: Add key generation and token tree
` [RFC PATCH v2 14/45] mptcp: Add shutdown() socket operation
` [RFC PATCH v2 15/45] mptcp: Add setsockopt()/getsockopt() socket operations
` [RFC PATCH v2 16/45] tcp: clean ext on tx recycle
` [RFC PATCH v2 17/45] mptcp: Add MPTCP to skb extensions
` [RFC PATCH v2 18/45] tcp: Prevent coalesce/collapse when skb has MPTCP extensions
` [RFC PATCH v2 19/45] tcp: Export low-level TCP functions
` [RFC PATCH v2 20/45] mptcp: Write MPTCP DSS headers to outgoing data packets
` [RFC PATCH v2 21/45] mptcp: Implement MPTCP receive path
` [RFC PATCH v2 22/45] mptcp: use sk_page_frag() in sendmsg
` [RFC PATCH v2 23/45] mptcp: sendmsg() do spool all the provided data
` [RFC PATCH v2 24/45] mptcp: allow collapsing consecutive sendpages on the same substream
` [RFC PATCH v2 25/45] tcp: Check for filled TCP option space before SACK
` [RFC PATCH v2 26/45] mptcp: Add path manager interface
` [RFC PATCH v2 27/45] mptcp: Add ADD_ADDR handling
` [RFC PATCH v2 28/45] mptcp: Add handling of incoming MP_JOIN requests
` [RFC PATCH v2 29/45] mptcp: harmonize locking on all socket operations
` [RFC PATCH v2 30/45] mptcp: new sysctl to control the activation per NS
` [RFC PATCH v2 31/45] mptcp: add basic kselftest for mptcp
` [RFC PATCH v2 32/45] mptcp: Add handling of outgoing MP_JOIN requests
` [RFC PATCH v2 33/45] mptcp: Implement path manager interface commands
` [RFC PATCH v2 34/45] mptcp: Make MPTCP socket block/wakeup ignore sk_receive_queue
` [RFC PATCH v2 35/45] mptcp: update per unacked sequence on pkt reception
` [RFC PATCH v2 36/45] mptcp: queue data for mptcp level retransmission
` [RFC PATCH v2 37/45] mptcp: introduce MPTCP retransmission timer
` [RFC PATCH v2 38/45] mptcp: implement memory accounting for mptcp rtx queue
` [RFC PATCH v2 39/45] mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
` [RFC PATCH v2 40/45] mptcp: implement and use MPTCP-level retransmission
` [RFC PATCH v2 41/45] selftests: mptcp: make tc delays random
` [RFC PATCH v2 42/45] selftests: mptcp: extend mptcp_connect tool for ipv6 family
` [RFC PATCH v2 43/45] selftests: mptcp: add accept/getpeer checks
` [RFC PATCH v2 44/45] selftests: mptcp: add ipv6 connectivity
` [RFC PATCH v2 45/45] selftests: mptcp: random ethtool tweaking

[PATCH] hwmon: applesmc: switch to using input device polling mode
 2019-10-02 23:51 UTC  (3+ messages)

[master][PATCH] devtool: ccmake: Pulling in available ccmake functionality to devtool
 2019-10-02 23:52 UTC 

[PATCH] iotests: Do not run the iotests during "make check" anymore
 2019-10-02 23:51 UTC  (5+ messages)

[ndctl PATCH 00/10] fixes and movability for system-ram mode
 2019-10-02 23:49 UTC  (11+ messages)
` [ndctl PATCH 01/10] libdaxctl: refactor path construction in op_for_one_memblock()
` [ndctl PATCH 02/10] libdaxctl: refactor memblock_is_online() checks
` [ndctl PATCH 03/10] daxctl/device.c: fix json output omission for reconfigure-device
` [ndctl PATCH 04/10] libdaxctl: add an API to determine if memory is movable
` [ndctl PATCH 05/10] libdaxctl: allow memblock_in_dev() to return an error
` [ndctl PATCH 06/10] daxctl: show a 'movable' attribute in device listings
` [ndctl PATCH 07/10] daxctl: detect races when onlining memory blocks
` [ndctl PATCH 08/10] Documentation: clarify memory movablity for reconfigure-device
` [ndctl PATCH 09/10] libdaxctl: add an API to online memory in a non-movable state
` [ndctl PATCH 10/10] daxctl: add --no-movable option for onlining memory

[PATCH 0/2] add trace2 regions to fetch & push
 2019-10-02 23:49 UTC  (3+ messages)
` [PATCH 1/2] fetch: add trace2 instrumentation
` [PATCH 2/2] push: "

[PATCH v9 0/8] PM / devfreq: Add dev_pm_qos support
 2019-10-02 23:47 UTC  (5+ messages)
` [PATCH v9 2/8] PM / devfreq: Fix devfreq_notifier_call returning errno

[PATCH v22 00/24] Intel SGX foundations
 2019-10-02 23:45 UTC  (11+ messages)
` [PATCH v22 16/24] x86/vdso: Add support for exception fixup in vDSO functions

[PATCH bpf-next 1/2] bpf, x86: Small optimization in comparing against imm0
 2019-10-02 23:45 UTC  (2+ messages)
` [PATCH bpf-next 2/2] bpf: Add loop test case with 32 bit reg comparison against 0

[PATCH] ARM: dts: rockchip: Use interpolated brightness tables for veyron
 2019-10-02 23:44 UTC  (4+ messages)

[PATCH linux dev-5.3] clk: ast2600: Fix enabling of clocks
 2019-10-02 23:43 UTC  (2+ messages)

[PATCH 0/2] peci: aspeed: Add AST2600 compatible
 2019-10-02 23:42 UTC  (6+ messages)

[PATCH v3] audit: Report suspicious O_CREAT usage
 2019-10-02 23:41 UTC 

[MPTCP] Re: RFCv2 for netdev: what's missing?
 2019-10-02 23:41 UTC 

[rfc] mm, hugetlb: allow hugepage allocations to excessively reclaim
 2019-10-02 23:37 UTC  (2+ messages)

[PATCH net-next] net: dsa: Allow port mirroring to the CPU port
 2019-10-02 23:37 UTC 

[PATCH net v2] ipv6: Handle race in addrconf_dad_work
 2019-10-02 23:37 UTC  (10+ messages)

[PATCH] testimage.bbclass: Add kernel provider and version to testresult
 2019-10-02 23:35 UTC 

[Bug 205065] New: workqueue: PF_MEMALLOC task 173(kswapd0) is flushing !WQ_MEM_RECLAIM events:gen6_pm_rps_work [i915]
 2019-10-02 23:35 UTC  (3+ messages)

[PATCH net-next] net: dsa: sja1105: Add support for port mirroring
 2019-10-02 23:34 UTC 

3.0 release notes / migration guide
 2019-10-02 23:32 UTC  (6+ messages)
  ` [OE-core] "

[PATCH bpf-next 0/2] bpf/flow_dissector: add mode to enforce global BPF flow dissector
 2019-10-02 23:29 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "

[PATCH] pinctrl: iproc: improve error handling
 2019-10-02 23:29 UTC  (3+ messages)

[dpdk-dev] [PATCH v2 00/20] bnxt patchset to improve rte flow support
 2019-10-02 23:26 UTC  (21+ messages)
` [dpdk-dev] [PATCH v2 01/20] net/bnxt: return standard error codes for HWRM command
` [dpdk-dev] [PATCH v2 02/20] net/bnxt: refactor code to allow dynamic creation of VNIC
` [dpdk-dev] [PATCH v2 03/20] net/bnxt: allow flow creation when RSS is enabled
` [dpdk-dev] [PATCH v2 04/20] net/bnxt: add support to create SMAC and inner DMAC filters
` [dpdk-dev] [PATCH v2 05/20] net/bnxt: add support for RSS action
` [dpdk-dev] [PATCH v2 06/20] net/bnxt: parse priority attribute for flow creation
` [dpdk-dev] [PATCH v2 07/20] net/bnxt: delete and flush L2 filters cleanly
` [dpdk-dev] [PATCH v2 08/20] net/bnxt: cleanup vnic after flow validate
` [dpdk-dev] [PATCH v2 09/20] net/bnxt: fix an issue in setting default MAC address
` [dpdk-dev] [PATCH v2 10/20] net/bnxt: allow only unicast MAC address filter creation
` [dpdk-dev] [PATCH v2 11/20] net/bnxt: properly handle ring cleanup in case of error
` [dpdk-dev] [PATCH v2 12/20] net/bnxt: check device is started before flow creation
` [dpdk-dev] [PATCH v2 13/20] net/bnxt: check for invalid VNIC ID in vnic tpa cfg
` [dpdk-dev] [PATCH v2 14/20] net/bnxt: validate RSS hash key length
` [dpdk-dev] [PATCH v2 15/20] net/bnxt: handle cleanup if flow creation fails
` [dpdk-dev] [PATCH v2 16/20] net/bnxt: synchronize between flow related functions
` [dpdk-dev] [PATCH v2 17/20] net/bnxt: drop untagged frames when specified
` [dpdk-dev] [PATCH v2 18/20] net/bnxt: fix VLAN filtering code path
` [dpdk-dev] [PATCH v2 19/20] net/bnxt: fix multicast filter programming
` [dpdk-dev] [PATCH v2 20/20] net/bnxt: handle flow flush handling

[PATCH v7 0/1] Add bounds check for Hotplugged memory
 2019-10-02 23:27 UTC  (5+ messages)
` [PATCH v7 1/1] memory_hotplug: Add a bounds check to __add_pages

[PATCH v3] dirty-bitmaps: remove deprecated autoload parameter
 2019-10-02 23:24 UTC 

[PATCH net-next v2] net/rds: Log vendor error if send/recv Work requests fail
 2019-10-02 23:26 UTC  (2+ messages)

[PATCH net-next] mvpp2: remove misleading comment
 2019-10-02 23:25 UTC  (2+ messages)

[PATCH v2] dirty-bitmaps: remove deprecated autoload parameter
 2019-10-02 23:23 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Exercise potential false lite-restore
 2019-10-02 23:21 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/selftests: Exercise potential false lite-restore (rev9)

[Xen-devel] Errors with Loading Xen at a Certain Address
 2019-10-02 23:20 UTC  (6+ messages)

Failed to resolve typeattributeset statement
 2019-10-02 23:19 UTC  (2+ messages)

[PATCH 1/4] clk: tegra: Enable fuse clock on Tegra124
 2019-10-02 23:07 UTC  (2+ messages)

[RFC][PATCH 0/3] dwc3 role-switch handling for HiKey960
 2019-10-02 23:16 UTC  (4+ messages)
` [RFC][PATCH 1/3] dt-bindings: usb: generic: Add role-switch-default-host binding
` [RFC][PATCH 2/3] usb: roles: Add usb role switch notifier
` [RFC][PATCH 3/3] usb: dwc3: Registering a role switch in the DRD code

'make help' br0ken for @echo ' valid values for SPHINXDIRS are: $(_SPHINXDIRS)'
 2019-10-02 23:16 UTC 

[RFC net-next 0/2] prevent sync issues with hw offload of flower
 2019-10-02 23:14 UTC  (3+ messages)
` [RFC net-next 1/2] net: sched: add tp_op for pre_destroy
` [RFC net-next 2/2] net: sched: fix tp destroy race conditions in flower

[PATCH bpf] samples/bpf: kbuild: add CONFIG_SAMPLE_BPF Kconfig
 2019-10-02 23:14 UTC  (6+ messages)

[PATCH] tcp: add tsval and tsecr to TCP_INFO
 2019-10-02 23:14 UTC  (4+ messages)

[PATCH v3] selftests: kvm: Fix libkvm build error
 2019-10-02 23:14 UTC 

[Bug 205069] New: Black screen when starting graphical environment
 2019-10-02 23:10 UTC  (2+ messages)
` [Bug 205069] "

[master][PATCH] standard.py: Not filtering devtool workspace for devtool finish
 2019-10-02 23:10 UTC  (2+ messages)

[PATCH v1 1/1] riscv/boot: Fix possible memory leak
 2019-10-02 23:08 UTC  (3+ messages)

[PATCH v6 0/3] mm, slab: Make kmalloc_info[] contain all types of names
 2019-10-02 23:06 UTC  (2+ messages)

[PATCH v2] selftests: kvm: Fix libkvm build error
 2019-10-02 23:03 UTC 

python3 pygame under Pyro
 2019-10-02 23:01 UTC  (4+ messages)

[PATCH bpf-next] bpf, capabilities: introduce CAP_BPF
 2019-10-02 23:00 UTC  (16+ messages)

[GIT PULL] timer fix
 2019-10-02 23:00 UTC  (2+ messages)

[GIT PULL] membarrier fix
 2019-10-02 23:00 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: socfpga: Fix default mtdparts
 2019-10-02 22:56 UTC 

[U-Boot] [PATCH 1/2] watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig
 2019-10-02 22:55 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

[PATCH] tick-sched: Update nohz load even if tick already stopped
 2019-10-02 22:55 UTC 

[PATCH] mips: Loongson: Fix the link time qualifier of 'serial_exit()'
 2019-10-02 22:54 UTC  (3+ messages)

[PATCH] MIPS: init: Prevent adding memory before PHYS_OFFSET
 2019-10-02 22:54 UTC  (2+ messages)

[PATCH] MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem start
 2019-10-02 22:53 UTC  (2+ messages)

[PATCH] MIPS: Wire up clone3 syscall
 2019-10-02 22:53 UTC  (2+ messages)

[PATCH 1/2] MIPS: VDSO: Remove unused gettimeofday.c
 2019-10-02 22:53 UTC  (2+ messages)

[PATCH 1/6] drm/i915: Polish possible_clones setup
 2019-10-02 22:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/6] "

[PATCH v7 0/4] Some new features for the preempt/irqsoff tracers
 2019-10-02 22:50 UTC  (5+ messages)
` [PATCH v7 1/4] ftrace: Implement fs notification for tracing_max_latency

[Xen-devel] [PATCH v7b 0/8] dom0less device assignment
 2019-10-02 22:48 UTC  (5+ messages)
` [Xen-devel] [PATCH v7b 5/8] xen/arm: assign devices to boot domains


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.