All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-13 05:43:34 to 2020-05-13 06:26:41 UTC [more...]

[Cluster-devel] remove kernel_setsockopt and kernel_getsockopt
 2020-05-13  6:26 UTC  (89+ messages)
`  "
` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 01/33] net: add sock_set_reuseaddr
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 02/33] net: add sock_set_linger
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 03/33] net: add sock_set_priority
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 04/33] net: add sock_set_sndtimeo
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 05/33] net: add sock_bindtoindex
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 06/33] net: add sock_set_timestamps
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 07/33] net: add sock_set_keepalive
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 08/33] net: add sock_set_rcvbuf
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 09/33] net: add sock_set_reuseport
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 10/33] tcp: add tcp_sock_set_cork
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 11/33] tcp: tcp_sock_set_nodelay
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 12/33] tcp: add tcp_sock_set_quickack
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 13/33] tcp: add tcp_sock_set_syncnt
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 14/33] tcp: add tcp_sock_set_user_timeout
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 15/33] tcp: add tcp_sock_set_keepidle
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 16/33] tcp: add tcp_sock_set_keepintvl
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 17/33] tcp: add tcp_sock_set_keepcnt
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 18/33] ipv4: add ip_sock_set_tos
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 19/33] ipv4: add ip_sock_set_freebind
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 20/33] ipv4: add ip_sock_set_recverr
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 22/33] ipv6: add ip6_sock_set_v6only
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 23/33] ipv6: add ip6_sock_set_recverr
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 24/33] ipv6: add ip6_sock_set_addr_preferences
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 25/33] ipv6: add ip6_sock_set_recvpktinfo
  `  "
  ` [Ocfs2-devel] "
` [Cluster-devel] [PATCH 26/33] sctp: lift copying in addrs into sctp_setsockopt
  `  "
  ` [Ocfs2-devel] "

[PATCH v9 00/18] RISC-V SiFive FU540 support SPL
 2020-05-13  6:26 UTC  (19+ messages)
` [PATCH v9 01/18] misc: add driver for the SiFive otp controller
` [PATCH v9 02/18] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v9 03/18] riscv: Add _image_binary_end for SPL
` [PATCH v9 04/18] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v9 05/18] riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
` [PATCH v9 06/18] sifive: fu540: add ddr driver
` [PATCH v9 07/18] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v9 08/18] riscv: sifive: dts: fu540: add U-Boot dmc node
` [PATCH v9 09/18] clk: sifive: fu540-prci: Add clock enable and disable ops
` [PATCH v9 10/18] clk: sifive: fu540-prci: Add ddr clock initialization
` [PATCH v9 11/18] clk: sifive: fu540-prci: release ethernet clock reset
` [PATCH v9 12/18] riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linux
` [PATCH v9 13/18] riscv: cpu: fu540: Add support for cpu fu540
` [PATCH v9 14/18] riscv: sifive: fu540: add SPL configuration
` [PATCH v9 15/18] sifive: fu540: Add sample SD gpt partition layout
` [PATCH v9 16/18] sifive: fu540: Add U-Boot proper sector start
` [PATCH v9 17/18] configs: fu540: Add config options for U-Boot SPL
` [PATCH v9 18/18] doc: sifive: fu540: Add description for OpenSBI generic platform

[PATCH] powerpc/kvm: silence kmemleak false positives
 2020-05-13  6:24 UTC  (3+ messages)

[PATCH 19/31] riscv: use asm-generic/cacheflush.h
 2020-05-13  6:23 UTC  (7+ messages)
    ` [OpenRISC] "

[PATCH v5 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-05-13  6:23 UTC  (4+ messages)
` [PATCH v5 1/7] fs: introduce kernel_pread_file* support

[PATCH v8 0/5] powerpc/hv-24x7: Expose chip/sockets info to add json file metric support for the hv_24x7 socket/chip level events
 2020-05-13  6:20 UTC  (4+ messages)
` [PATCH v8 5/5] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration

[PATCH 1/2] perf expr: Test parsing of floating point numbers
 2020-05-13  6:22 UTC  (2+ messages)
` [PATCH 2/2] perf test: Improve pmu event metric testing

[PATCH 00/16] xfs_repair: catch things that xfs_check misses
 2020-05-13  6:22 UTC  (4+ messages)
` [PATCH 01/16] xfs_repair: fix missing dir buffer corruption checks
  ` [PATCH v2 "

[meta-arm][PATCH 0/3] TF-A improvements
 2020-05-13  6:22 UTC  (4+ messages)
` [meta-arm][PATCH v2 0/2] TF-A Improvements
  ` [meta-arm][PATCH v2 1/2] trusted-firmware-a: Build out of tree

[Bug 1873032] [NEW] After upgrade qemu to 5.0.0-0.3.rc2.fc33 the virtual machine with Windows 10 after a while starts to work very slowly
 2020-05-13  6:12 UTC  (2+ messages)
` [Bug 1873032] "

[PATCH 3/5] megaraid_sas: Replace undefined MFI_BIG_ENDIAN macro with __BIG_ENDIAN_BITFIELD macro
 2020-05-13  6:21 UTC  (2+ messages)

[PATCH 0/5] megaraid_sas: driver updates for 07.714.04.00-rc1
 2020-05-13  6:21 UTC  (5+ messages)
` [PATCH 1/5] megaraid_sas: Limit device qd to controller qd when device qd is greater than controller qd
` [PATCH 2/5] megaraid_sas: Remove IO buffer hole detection logic

[PATCH] remoteproc: wcss: add support for rpmsg communication
 2020-05-13  6:20 UTC  (2+ messages)

[PATCH 0/2] Drop all accesses to MPSS PERPH register space
 2020-05-13  6:20 UTC  (2+ messages)

[PATCH] remoteproc: core: Prevent system suspend during remoteproc recovery
 2020-05-13  6:20 UTC  (2+ messages)

[PATCH] hwspinlock: Simplify Kconfig
 2020-05-13  6:20 UTC  (2+ messages)

[PATCH v2 1/2] remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use
 2020-05-13  6:20 UTC  (2+ messages)

[PATCH v3 0/2] Misc. rproc fixes around fixed memory region support
 2020-05-13  6:20 UTC  (2+ messages)

[PATCH 4/5] megaraid_sas: TM command refire leads to controller firmware crash
 2020-05-13  6:19 UTC  (2+ messages)

[PATCH 0/2] Safer GIT_CURL_VERBOSE
 2020-05-13  6:16 UTC  (4+ messages)
` [PATCH 2/2] http, imap-send: stop using CURLOPT_VERBOSE

raid6check extremely slow ?
 2020-05-13  6:18 UTC  (15+ messages)

[PATCH v3 00/11] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-05-13  6:17 UTC  (7+ messages)
` [PATCH v3 05/11] arm64: Add call_break_hook() to early_brk64() for early kgdb

[PATCH v4.19.x] make 'user_access_begin()' do 'access_ok()'
 2020-05-13  6:13 UTC  (6+ messages)
` [Intel-gfx] "

[qemu-mainline test] 150151: tolerable FAIL - PUSHED
 2020-05-13  5:54 UTC 

[PATCH] Fix suspicious RCU usage warning
 2020-05-13  6:16 UTC 

[PATCH 0/2] btrfs: REF_COWS bit rework
 2020-05-13  6:16 UTC  (3+ messages)
` [PATCH 1/2] btrfs: Rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
` [PATCH 2/2] btrfs: Don't set SHAREABLE flag for data reloc tree

[PATCH 0/6 v2] EFI variable support via OP-TEE
 2020-05-13  6:14 UTC  (3+ messages)
` [PATCH 2/5 v2] efi_loader: Implement EFI variable handling "

CMA enhancement - non-default areas in x86
 2020-05-13  6:13 UTC 

[PATCH v2 0/5] vhost-user reconnect issues during vhost initialization
 2020-05-13  5:56 UTC  (8+ messages)
` [PATCH v2 5/5] vhost: add device started check in migration set log

[ANN] U-Boot v2020.07-rc2 released
 2020-05-13  6:13 UTC  (5+ messages)

[LTP] [PATCH v2 1/2] syscalls/pidfd_open01.c: Add check for close-on-exec flag
 2020-05-13  6:13 UTC  (5+ messages)
` [LTP] [PATCH v2 2/2] syscalls/pidfd_open*.c: Drop .min_kver flag

[RFC 00/17] dma-fence lockdep annotations
 2020-05-13  6:02 UTC  (15+ messages)
` [RFC 16/17] drm/amdgpu: gpu recovery does full modesets
                    ` [Intel-gfx] "

[PATCH v5 1/3] drm/dp: DRM DP helper for reading Ignore MSA from DPCD
 2020-05-13  5:56 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v5,1/3] "

[PATCH] nvme/core:disable streams when get stream params failed
 2020-05-13  6:12 UTC  (3+ messages)

5.7 sleep/wake regression
 2020-05-13  6:11 UTC  (5+ messages)

Any performance gains from using per thread(thread local) urings?
 2020-05-13  6:07 UTC  (2+ messages)

[PATCH] input: keyboard: imx_sc_key: Use devm_add_action_or_reset() to handle all cleanups
 2020-05-13  6:08 UTC  (2+ messages)

[PATCH v7 RESEND 00/13] add ecspi ERR009165 for i.mx6/7 soc family
 2020-05-13  6:05 UTC  (5+ messages)
` [PATCH v7 RESEND 03/13] Revert "dmaengine: imx-sdma: fix context cache"
` [PATCH v7 RESEND 05/13] dmaengine: imx-sdma: remove dupilicated sdma_load_context

[PATCH v4 1/2] dt-bindings: mailbox: Add the Spreadtrum mailbox documentation
 2020-05-13  6:05 UTC  (7+ messages)
` [PATCH v4 2/2] mailbox: sprd: Add Spreadtrum mailbox driver

[PATCH v2] dt-bindings: media: venus: Add an optional power domain for perf voting
 2020-05-13  6:03 UTC 

improve msg_control kernel vs user pointer handling
 2020-05-13  6:03 UTC  (4+ messages)
` [PATCH 1/3] net: add a CMSG_USER_DATA macro

[PATCH] dmaengine: imx-sdma: initialize all script addresses
 2020-05-13  6:04 UTC 

[PATCH V2] ifcvf: move IRQ request/free to status change handlers
 2020-05-13  5:57 UTC  (4+ messages)

[PATCH v5 0/5] remoteproc: qcom: PIL info support
 2020-05-13  5:56 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: remoteproc: Add Qualcomm PIL info binding
` [PATCH v5 2/5] remoteproc: qcom: Introduce helper to store pil info in IMEM
` [PATCH v5 3/5] remoteproc: qcom: Update PIL relocation info on load
` [PATCH v5 4/5] arm64: dts: qcom: qcs404: Add IMEM and PIL info region
` [PATCH v5 5/5] arm64: dts: qcom: sdm845: "

bprm_count and stack_mprotect error when testing BPF LSM on v5.7-rc3
 2020-05-13  5:55 UTC  (7+ messages)

[meta-oe][PATCH] cpprest: Disable one more test requiring internet connection
 2020-05-13  6:06 UTC 

[ti:ti-android-linux-4.19.y 16322/18890] m68k-linux-ld: ion-ti.c:undefined reference to `ion_carveout_heap_create'
 2020-05-13  6:03 UTC 

Does the xenomai regular thread whose schedule policy is SCHED_OTHER has more opportunities to occupy the cpu resources then the normal linux thread which managed by linux?
 2020-05-13  5:54 UTC  (2+ messages)

[PATCH 1/2] clk: qcom: gcc: Add GPU and NPU clocks for SM8150
 2020-05-13  5:51 UTC  (6+ messages)
` [PATCH 2/2] clk: qcom: gcc: Add missing UFS "

[PATCH v2 0/2] fs: avoid fdput() after failed fdget()
 2020-05-13  5:49 UTC  (5+ messages)
` [PATCH v2 1/2] fs: avoid fdput() after failed fdget() in ksys_sync_file_range()
` [PATCH v2 2/2] fs: avoid fdput() after failed fdget() in kernel_read_file_from_fd()

[software node] 7589238a8c: BUG:kernel_NULL_pointer_dereference,address
 2020-05-13  5:44 UTC  (2+ messages)
` [software node] 7589238a8c: BUG:kernel_NULL_pointer_dereference, address

[dpdk-dev] [PATCH] node: fix arm64 build issue for older gcc
 2020-05-13  5:48 UTC 

Question about OPP regulator for Panfrost Devfreq
 2020-05-13  5:46 UTC  (4+ messages)

balance pause and resume seems not to work properly
 2020-05-13  5:44 UTC  (2+ messages)

[PATCH 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-13  5:43 UTC  (10+ messages)
` [PATCH 1/9] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH 2/9] fs/ext4: Disallow verity if inode is DAX
` [PATCH 3/9] fs/ext4: Disallow encryption "
` [PATCH 4/9] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH 5/9] fs/ext4: Update ext4_should_use_dax()
` [PATCH 6/9] fs/ext4: Only change S_DAX on inode load
` [PATCH 7/9] fs/ext4: Make DAX mount option a tri-state
` [PATCH 8/9] fs/ext4: Introduce DAX inode flag
` [PATCH 9/9] Documentation/dax: Update DAX enablement for ext4


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.