All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-12 20:49:21 to 2020-11-12 21:26:55 UTC [more...]

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-12 21:26 UTC  (3+ messages)
` [PATCH v4 01/16] mm: Make pagecache tagged lookups return only head pages
` [PATCH v4 09/16] mm: Add and use find_lock_entries

[PATCH v4 00/19] sched: Migrate disable support
 2020-11-12 21:26 UTC  (8+ messages)
` [PATCH v4 10/19] sched: Fix migrate_disable() vs set_cpus_allowed_ptr()

[PATCH 00/30] [Set 6] Rid W=1 warnings from GPU
 2020-11-12 21:26 UTC  (21+ messages)
` [PATCH 06/30] drm/amd/amdgpu/amdgpu_kms: Fix misnaming of parameter 'dev'
` [PATCH 07/30] drm/amd/amdgpu/amdgpu_fence: Fix some issues pertaining to function documentation
` [PATCH 12/30] drm/amd/amdgpu/amdgpu_ttm: Demote non-conformant kernel-doc headers, fix slightly lacking ones
` [PATCH 14/30] drm/amd/amdgpu/amdgpu_ring: Fix a bunch of function misdocumentation
` [PATCH 15/30] drm/amd/amdgpu/amdgpu_display: Remove pointless header

[PATCH-for-5.2 v2 0/4] hw/usb/hcd-xhci: Fix USB_XHCI_NEC device
 2020-11-12 21:24 UTC  (9+ messages)
` [PATCH-for-5.2 v2 1/4] hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)
` [PATCH-for-6.0 v2 2/4] hw/usb/hcd-xhci: Restrict TYPE_XHCI to hw/usb/
` [PATCH-for-6.0 v2 3/4] hw/usb/hcd-xhci-pci: Use OBJECT_DECLARE_SIMPLE_TYPE() macro
` [PATCH-for-6.0 v2 4/4] hw/usb/hcd-xhci-pci: Rename "pci-xhci" as TYPE_XHCI_PCI_COMMON

[PATCH 00/24] perf: Add mmap2 build id support
 2020-11-12 21:25 UTC  (6+ messages)
` [PATCH 24/24] perf record: Add --buildid-mmap option to enable mmap's build id

[PATCH 5/5] parse-remote: remove this now-unused library
 2020-11-12 21:25 UTC  (4+ messages)
` [PATCH v2 0/2] Retire git-parse-remote

[PATCH net-next 0/5] net: switch further drivers to core functionality for handling per-cpu byte/packet counters
 2020-11-12 21:24 UTC  (5+ messages)
` [PATCH net-next 1/5] IB/hfi1: switch to core handling of rx/tx "

[PATCH v3 net-next 00/13] Add ethtool ntuple filters support
 2020-11-12 21:24 UTC  (3+ messages)
` [PATCH v3 net-next 03/13] octeontx2-af: Generate key field bit mask from KEX profile

[PATCH v2 0/2] xor-neon: Remove GCC warn & pragmas
 2020-11-12 21:24 UTC  (6+ messages)
` [PATCH v2 1/2] arm: lib: xor-neon: remove unnecessary GCC < 4.6 warning
` [PATCH v2 2/2] arm: lib: xor-neon: move pragma options to makefile

[Buildroot] [PATCH 1/2] package/linux-backports: use buildroot host flex and bison
 2020-11-12 21:24 UTC  (8+ messages)
` [Buildroot] [PATCH v2 1/2] package/linux-backports: use flex and bison to generate kconfig parser
  ` [Buildroot] [PATCH v2 2/2] package/linux-backports: bump version to 5.8

[PATCH] drm: bridge: dw-hdmi: Avoid resetting force in the detect function
 2020-11-12 21:22 UTC  (5+ messages)

[PATCH] mesa: Add xcb-fixes to loader when using x11 and dri3
 2020-11-12 21:22 UTC  (2+ messages)
` [OE-core] "

[PATCH 01/11] git-parse-remote: fix highly misleading man page
 2020-11-12 21:22 UTC  (7+ messages)
` [PATCH 0/5] Remove now-unused git-parse-remote
  ` How do I "git fetch" with a custom <refspec> but a default remote?

[PATCH V4 net-bugfixs] net/ethernet: Update ret when ptp_clock is ERROR
 2020-11-12 21:21 UTC  (5+ messages)
`  "
  `  "

[PATCH] crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pd
 2020-11-12 21:21 UTC  (2+ messages)

[PATCH 00/42] Cleanup error handling in relocation
 2020-11-12 21:19 UTC  (43+ messages)
` [PATCH 01/42] btrfs: allow error injection for btrfs_search_slot and btrfs_cow_block
` [PATCH 02/42] btrfs: fix lockdep splat in btrfs_recover_relocation
` [PATCH 03/42] btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation
` [PATCH 04/42] btrfs: convert BUG_ON()'s in relocate_tree_block
` [PATCH 05/42] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH 06/42] btrfs: handle errors from select_reloc_root()
` [PATCH 07/42] btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
` [PATCH 08/42] btrfs: check record_root_in_trans related failures in select_reloc_root
` [PATCH 09/42] btrfs: do proper error handling in record_reloc_root_in_trans
` [PATCH 10/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
` [PATCH 11/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
` [PATCH 12/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
` [PATCH 13/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH 14/42] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH 15/42] btrfs: btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
` [PATCH 16/42] btrfs: handle btrfs_record_root_in_trans failure in start_transaction
` [PATCH 17/42] btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
` [PATCH 18/42] btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
` [PATCH 19/42] btrfs: handle record_root_in_trans failure in create_pending_snapshot
` [PATCH 20/42] btrfs: do not panic in __add_reloc_root
` [PATCH 21/42] btrfs: have proper error handling in btrfs_init_reloc_root
` [PATCH 22/42] btrfs: do proper error handling in create_reloc_root
` [PATCH 23/42] btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
` [PATCH 24/42] btrfs: change insert_dirty_subvol to return errors
` [PATCH 25/42] btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
` [PATCH 26/42] btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
` [PATCH 27/42] btrfs: do proper error handling in btrfs_update_reloc_root
` [PATCH 28/42] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
` [PATCH 29/42] btrfs: handle initial btrfs_cow_block error in replace_path
` [PATCH 30/42] btrfs: handle the loop "
` [PATCH 31/42] btrfs: handle btrfs_search_slot failure "
` [PATCH 32/42] btrfs: handle errors in reference count manipulation "
` [PATCH 33/42] btrfs: handle extent reference errors in do_relocation
` [PATCH 34/42] btrfs: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improperly
` [PATCH 35/42] btrfs: remove the extent item sanity checks in relocate_block_group
` [PATCH 36/42] btrfs: do proper error handling in create_reloc_inode
` [PATCH 37/42] btrfs: handle __add_reloc_root failure in btrfs_recover_relocation
` [PATCH 38/42] btrfs: handle __add_reloc_root failure in btrfs_reloc_post_snapshot
` [PATCH 39/42] btrfs: cleanup error handling in prepare_to_merge
` [PATCH 40/42] btrfs: handle extent corruption with select_one_root properly
` [PATCH 41/42] btrfs: do proper error handling in merge_reloc_roots
` [PATCH 42/42] btrfs: check return value of btrfs_commit_transaction in relocation

[Buildroot] [PATCH v1] package/wpewebkit: fix compile without video support
 2020-11-12 21:20 UTC  (2+ messages)

Format inline code
 2020-11-12 21:20 UTC  (7+ messages)

Qualcomm Crypto Engine driver
 2020-11-12 21:20 UTC  (4+ messages)

[PATCH for-5.2?] nbd: Silence Coverity false positive
 2020-11-12 21:18 UTC  (4+ messages)

[Buildroot] [git commit] package/linux-backports: use flex and bison to generate kconfig parser
 2020-11-12 21:18 UTC 

[Buildroot] [git commit branch/next] package/linux-backports: use flex and bison to generate kconfig parser
 2020-11-12 21:18 UTC 

sigaction.2: clarification for SA_NODEFER needed
 2020-11-12 21:17 UTC  (8+ messages)

[PATCH v3 00/20] Start KernelShark v2 transformation
 2020-11-12 21:17 UTC  (5+ messages)
` [PATCH v3 04/20] kernel-shark: Introduce Data streams
` [PATCH v3 06/20] kernel-shark: Add basic methods for "

[I-PIPE] ipipe-core-5.4.77-x86-1 released
 2020-11-12 21:16 UTC 

[PATCH 01/32] pwm: sun4i: convert to devm_platform_ioremap_resource
 2020-11-12 21:14 UTC  (9+ messages)

[dpdk-dev] [PATCH] compress/isal: check allocation in qp setup
 2020-11-12 21:15 UTC  (2+ messages)

[RFC 0/3] btf_encoder: Fix functions BTF data generation
 2020-11-12 21:14 UTC  (4+ messages)
` [RFC/PATCH 3/3] btf_encoder: Func generation fix

linux-next: Fixes tag needs some work in the vfs-fixes tree
 2020-11-12 21:14 UTC  (2+ messages)

[dpdk-dev] [PATCH] BBDEV: add LDPC op parameters and flags to support CBGT
 2020-11-12 21:13 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH v2 bpf-next 0/4] bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP
 2020-11-12 21:13 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Folding omem_charge() into sk_storage_charge()
` [PATCH v2 bpf-next 2/4] bpf: Rename some functions in bpf_sk_storage
` [PATCH v2 bpf-next 3/4] bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP
` [PATCH v2 bpf-next 4/4] bpf: selftest: Use "

Asus Zephyrus G14 GA401IH-HE003 problem with sound and fan
 2020-11-12 21:13 UTC  (2+ messages)

[dpdk-dev] [PATCH] doc: support IPsec Multi-buffer lib v0.55
 2020-11-12 21:12 UTC  (2+ messages)

[PATCH] docs: Better mention of qemu-img amend limitations
 2020-11-12 21:10 UTC  (4+ messages)

[Buildroot] [RFC PATCH] toolchain/toolchain-wrapper: remove --build-id=none option
 2020-11-12 21:11 UTC  (6+ messages)

[dpdk-dev] [PATCH] test/cryptodev: fix typo in blockcipher test output
 2020-11-12 21:10 UTC  (2+ messages)

[RFC][PATCH 00/18] crypto: Add generic Kerberos library
 2020-11-12 21:09 UTC  (7+ messages)

[PATCH 1/1] efi_selftest: keep devices in ExitBootServices()
 2020-11-12 21:09 UTC  (2+ messages)

[PATCH v3 00/81] target/arm: Implement SVE2
 2020-11-12 21:06 UTC  (3+ messages)

[dpdk-dev] test: fix bypassed out of place test
 2020-11-12 21:08 UTC  (3+ messages)

[meta-python][PATCH v4] Add python3-cvxopt
 2020-11-12 21:06 UTC 

[PATCH userspace v2 0/3] Update manpages to reflect that runtime SELinux disable is deprecated
 2020-11-12 21:07 UTC  (4+ messages)
` [PATCH userspace v2 3/3] selinux_config(5): add a note that runtime "

[PATCH userspace] ci: add new dependencies needed by selinux-testsuite
 2020-11-12 21:06 UTC  (2+ messages)

[PATCH] lockd: don't use interval-based rebinding over TCP
 2020-11-12 21:04 UTC  (2+ messages)

[PATCH v3 linux dev-5.8] Fii Kudo project device tree file Add device tree for the Kudo BMC. Kudo is an Ampere (Altra) server platform manufactured by Fii and is based on a Nuvoton NPCM730 SoC
 2020-11-12 20:55 UTC 

[PATCH 1/1] libsepol: free memory when realloc() fails
 2020-11-12 21:04 UTC  (3+ messages)

[dpdk-dev] [PATCH] doc: fix typo in ipsec-secgw guide
 2020-11-12 21:04 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/busybox: Fix hwclock for glibc 2.31+
 2020-11-12 21:04 UTC  (2+ messages)

[Buildroot] [git commit] package/busybox: Fix hwclock for glibc 2.31+
 2020-11-12 21:03 UTC 

[Buildroot] [git commit branch/next] package/busybox: Fix hwclock for glibc 2.31+
 2020-11-12 21:03 UTC 

[PATCH] SUNRPC: Fix oops in the rpc_xdr_buf event class
 2020-11-12 21:03 UTC  (3+ messages)

[Buildroot] [PATCH/next 1/1] package/python-thrift: bump to version 0.13.0
 2020-11-12 21:03 UTC 

[dpdk-dev] [PATCH v3] doc: add reference to bbdev companion configuration tool
 2020-11-12 21:02 UTC  (4+ messages)

[PATCH] rm: honor sparse checkout patterns
 2020-11-12 21:01 UTC 

[Intel-gfx] [PATCH 0/9] drm/i915: nuke remaining legacy reg helpers (I915_READ/WRITE etc.)
 2020-11-12 21:02 UTC  (5+ messages)
` [Intel-gfx] [PATCH 7/9] drm/i915/pm: replace I915_READ()/WRITE() with intel_uncore_read()/write()
` [Intel-gfx] [PATCH 9/9] drm/i915: remove last traces of I915_READ(), I915_WRITE() and POSTING_READ()

loop uevent fix
 2020-11-12 20:59 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the usb-chipidea-fixes tree
 2020-11-12 20:58 UTC 

[PATCH] drm/amd/display: add cursor pitch check
 2020-11-12 20:59 UTC  (5+ messages)

[PATCH v40 00/24] Intel SGX foundations
 2020-11-12 20:58 UTC  (7+ messages)
` [PATCH v40 10/24] mm: Add 'mprotect' hook to struct vm_operations_struct

.RS
 2020-11-12 20:57 UTC  (7+ messages)

[Buildroot] [PATCH] package/asterisk: security bump to version 16.14.1
 2020-11-12 20:57 UTC  (2+ messages)

[Buildroot] [git commit] package/asterisk: security bump to version 16.14.1
 2020-11-12 20:57 UTC 

[Buildroot] [git commit branch/next] package/asterisk: security bump to version 16.14.1
 2020-11-12 20:57 UTC 

[Buildroot] [PATCH] package/apparmor: fix permission bits for apparmor.service
 2020-11-12 20:57 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/apparmor: fix permission bits for apparmor.service
 2020-11-12 20:56 UTC 

[Buildroot] [git commit] package/apparmor: fix permission bits for apparmor.service
 2020-11-12 20:56 UTC 

[PATCH net-next 0/7] dpaa_eth: add XDP support
 2020-11-12 20:55 UTC  (3+ messages)
` [PATCH net-next 4/7] dpaa_eth: add XDP_TX support

[PATCH] perf_event_open.2: Assign calculated value explicitly to 'config'
 2020-11-12 20:55 UTC  (2+ messages)

[PATCH v2 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-12 20:54 UTC  (8+ messages)
` [PATCH v2 10/20] kasan: inline and rename kasan_unpoison_memory

[Buildroot] [PATCH 1/1] package/waf: add license
 2020-11-12 20:55 UTC  (2+ messages)

Adventures in NFS re-exporting
 2020-11-12 20:55 UTC  (10+ messages)

[Buildroot] [git commit branch/next] package/waf: add license
 2020-11-12 20:55 UTC 

[Buildroot] [git commit] package/waf: add license
 2020-11-12 20:55 UTC 

[master/dunfell PATCH] matrix-gui-pm-demos: Allow empty package
 2020-11-12 20:50 UTC  (9+ messages)
` [EXTERNAL] "

[Buildroot] [PATCH 1/1] package/fbset: add license file
 2020-11-12 20:53 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/fbset: add license file
 2020-11-12 20:53 UTC 

[Buildroot] [git commit] package/fbset: add license file
 2020-11-12 20:53 UTC 

[dpdk-dev] [PATCH 0/4] code cleanup and improvements
 2020-11-12 20:53 UTC  (3+ messages)

[PATCH v24 00/12] Landlock LSM
 2020-11-12 20:51 UTC  (13+ messages)
` [PATCH v24 01/12] landlock: Add object management
` [PATCH v24 02/12] landlock: Add ruleset and domain management
` [PATCH v24 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v24 04/12] landlock: Add ptrace restrictions
` [PATCH v24 05/12] LSM: Infrastructure management of the superblock
` [PATCH v24 06/12] fs,security: Add sb_delete hook
` [PATCH v24 07/12] landlock: Support filesystem access-control
` [PATCH v24 08/12] landlock: Add syscall implementations
` [PATCH v24 09/12] arch: Wire up Landlock syscalls
` [PATCH v24 10/12] selftests/landlock: Add user space tests
` [PATCH v24 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v24 12/12] landlock: Add user and kernel documentation

[Buildroot] [PATCH 1/1] package/bandwidthd: add license file
 2020-11-12 20:53 UTC  (2+ messages)

[PATCH v4 0/8] media: i2c: Add RDACM21 camera module
 2020-11-12 20:52 UTC  (3+ messages)
` [PATCH v4 8/8] [DNI] arm64: dts: renesas: eagle: Specify channel amplitude

[Buildroot] [PATCH 1/1] package/argp-standalone: add license file
 2020-11-12 20:52 UTC  (2+ messages)

[Buildroot] [git commit] package/bandwidthd: add license file
 2020-11-12 20:52 UTC 

[Buildroot] [git commit branch/next] package/bandwidthd: add license file
 2020-11-12 20:52 UTC 

[Buildroot] [git commit branch/next] package/argp-standalone: add license file
 2020-11-12 20:52 UTC 

[Buildroot] [git commit] package/argp-standalone: add license file
 2020-11-12 20:52 UTC 

[Qemu-devel] [Bug 1792659] [NEW] watchpoints might not properly stop execution at the right address
 2020-11-12 20:44 UTC  (2+ messages)
` [Bug 1792659] "

Recent changes (master)
 2020-11-12 20:51 UTC  (2+ messages)

[Buildroot] [PATCH] package/tmux: add upstream security fix for CVE-2020-27347
 2020-11-12 20:51 UTC  (2+ messages)

[PATCH bpf] MAINTAINERS/bpf: Update Andrii's entry
 2020-11-12 20:49 UTC  (4+ messages)

[Buildroot] [git commit branch/next] package/tmux: add upstream security fix for CVE-2020-27347
 2020-11-12 20:49 UTC 

[Buildroot] [git commit] package/tmux: add upstream security fix for CVE-2020-27347
 2020-11-12 20:49 UTC 


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.