All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-20 20:07:34 to 2020-11-20 20:39:23 UTC [more...]

[PATCH v2 000/118] Update NFSD XDR functions
 2020-11-20 20:39 UTC  (63+ messages)
` [PATCH v2 001/118] NFSD: Fix returned READDIR offset cookie
` [PATCH v2 002/118] SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
` [PATCH v2 003/118] SUNRPC: Prepare for xdr_stream-style decoding on the server-side
` [PATCH v2 004/118] NFSD: Add common helpers to decode void args and encode void results
` [PATCH v2 005/118] NFSD: Replace the internals of the READ_BUF() macro
` [PATCH v2 006/118] NFSD: Replace READ* macros in nfsd4_decode_access()
` [PATCH v2 007/118] NFSD: Replace READ* macros in nfsd4_decode_stateid()
` [PATCH v2 008/118] NFSD: Replace READ* macros in nfsd4_decode_close()
` [PATCH v2 009/118] NFSD: Replace READ* macros in nfsd4_decode_commit()
` [PATCH v2 010/118] NFSD: Change the way the expected length of a fattr4 is checked
` [PATCH v2 011/118] NFSD: Replace READ* macros that decode the fattr4 size attribute
` [PATCH v2 012/118] NFSD: Replace READ* macros that decode the fattr4 acl attribute
` [PATCH v2 013/118] NFSD: Replace READ* macros that decode the fattr4 mode attribute
` [PATCH v2 014/118] NFSD: Replace READ* macros that decode the fattr4 owner attribute
` [PATCH v2 015/118] NFSD: Replace READ* macros that decode the fattr4 owner_group attribute
` [PATCH v2 016/118] NFSD: Replace READ* macros that decode the fattr4 time_set attributes
` [PATCH v2 017/118] NFSD: Replace READ* macros that decode the fattr4 security label attribute
` [PATCH v2 018/118] NFSD: Replace READ* macros that decode the fattr4 umask attribute
` [PATCH v2 019/118] NFSD: Replace READ* macros in nfsd4_decode_fattr()
` [PATCH v2 020/118] NFSD: Replace READ* macros in nfsd4_decode_create()
` [PATCH v2 021/118] NFSD: Replace READ* macros in nfsd4_decode_getattr()
` [PATCH v2 022/118] NFSD: Replace READ* macros in nfsd4_decode_link()
` [PATCH v2 023/118] NFSD: Relocate nfsd4_decode_opaque()
` [PATCH v2 024/118] NFSD: Add helpers to decode a clientid4 and an NFSv4 state owner
` [PATCH v2 025/118] NFSD: Add helper for decoding locker4
` [PATCH v2 026/118] NFSD: Replace READ* macros in nfsd4_decode_lock()
` [PATCH v2 027/118] NFSD: Replace READ* macros in nfsd4_decode_lockt()
` [PATCH v2 028/118] NFSD: Replace READ* macros in nfsd4_decode_locku()
` [PATCH v2 029/118] NFSD: Replace READ* macros in nfsd4_decode_lookup()
` [PATCH v2 030/118] NFSD: Add helper to decode NFSv4 verifiers
` [PATCH v2 031/118] NFSD: Add helper to decode OPEN's createhow4 argument
` [PATCH v2 032/118] NFSD: Add helper to decode OPEN's openflag4 argument
` [PATCH v2 033/118] NFSD: Replace READ* macros in nfsd4_decode_share_access()
` [PATCH v2 034/118] NFSD: Replace READ* macros in nfsd4_decode_share_deny()
` [PATCH v2 035/118] NFSD: Add helper to decode OPEN's open_claim4 argument
` [PATCH v2 036/118] NFSD: Replace READ* macros in nfsd4_decode_open()
` [PATCH v2 037/118] NFSD: Replace READ* macros in nfsd4_decode_open_confirm()
` [PATCH v2 038/118] NFSD: Replace READ* macros in nfsd4_decode_open_downgrade()
` [PATCH v2 039/118] NFSD: Replace READ* macros in nfsd4_decode_putfh()
` [PATCH v2 040/118] NFSD: Replace READ* macros in nfsd4_decode_read()
` [PATCH v2 041/118] NFSD: Replace READ* macros in nfsd4_decode_readdir()
` [PATCH v2 042/118] NFSD: Replace READ* macros in nfsd4_decode_remove()
` [PATCH v2 043/118] NFSD: Replace READ* macros in nfsd4_decode_rename()
` [PATCH v2 044/118] NFSD: Replace READ* macros in nfsd4_decode_renew()
` [PATCH v2 045/118] NFSD: Replace READ* macros in nfsd4_decode_secinfo()
` [PATCH v2 046/118] NFSD: Replace READ* macros in nfsd4_decode_setclientid()
` [PATCH v2 047/118] NFSD: Replace READ* macros in nfsd4_decode_setclientid_confirm()
` [PATCH v2 048/118] NFSD: Replace READ* macros in nfsd4_decode_verify()
` [PATCH v2 049/118] NFSD: Replace READ* macros in nfsd4_decode_write()
` [PATCH v2 050/118] NFSD: Replace READ* macros in nfsd4_decode_release_lockowner()
` [PATCH v2 051/118] NFSD: Replace READ* macros in nfsd4_decode_cb_sec()
` [PATCH v2 052/118] NFSD: Replace READ* macros in nfsd4_decode_backchannel_ctl()
` [PATCH v2 053/118] NFSD: Replace READ* macros in nfsd4_decode_bind_conn_to_session()
` [PATCH v2 054/118] NFSD: Add a separate decoder to handle state_protect_ops
` [PATCH v2 055/118] NFSD: Add a separate decoder for ssv_sp_parms
` [PATCH v2 056/118] NFSD: Add a helper to decode state_protect4_a
` [PATCH v2 057/118] NFSD: Add a helper to decode nfs_impl_id4
` [PATCH v2 058/118] NFSD: Add a helper to decode channel_attrs4
` [PATCH v2 059/118] NFSD: Replace READ* macros in nfsd4_decode_create_session()
` [PATCH v2 060/118] NFSD: Replace READ* macros in nfsd4_decode_destroy_session()
` [PATCH v2 061/118] NFSD: Replace READ* macros in nfsd4_decode_free_stateid()
` [PATCH v2 062/118] NFSD: Replace READ* macros in nfsd4_decode_getdeviceinfo()

[PATCH v3 0/2] ata: ahci_brcm: Fix use of BCM7216 reset controller
 2020-11-20 20:38 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] PCI: brcmstb: use reset/rearm instead of deassert/assert

[PATCH v22 00/23] LSM: Module stacking for AppArmor
 2020-11-20 20:15 UTC  (44+ messages)
  ` [PATCH v23 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v23 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v23 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v23 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v23 05/23] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v23 06/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v23 07/23] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v23 08/23] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v23 09/23] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v23 10/23] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v23 11/23] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v23 12/23] LSM: Specify which LSM to display
  ` [PATCH v23 13/23] LSM: Ensure the correct LSM context releaser
  ` [PATCH v23 14/23] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v23 15/23] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v23 16/23] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v23 17/23] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v23 18/23] LSM: Verify LSM display sanity in binder
  ` [PATCH v23 19/23] audit: add support for non-syscall auxiliary records
  ` [PATCH v23 20/23] Audit: Add new record for multiple process LSM attributes
  ` [PATCH v23 21/23] Audit: Add a new record for multiple object "

[PATCH] clone: --filter=tree:0 implies fetch.recurseSubmodules=no
 2020-11-20 20:36 UTC 

[PATCH v4] PCI: Unify ECAM constants in native PCI Express drivers
 2020-11-20 20:34 UTC  (5+ messages)

[PATCH v20] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-20 20:35 UTC  (6+ messages)

[PATCH v21 1/2] signal: define the SA_EXPOSE_TAGBITS bit in sa_flags
 2020-11-20 20:33 UTC  (4+ messages)
` [PATCH v21 2/2] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH BlueZ v2 1/7] battery: Add the internal Battery API
 2020-11-20 20:33 UTC  (8+ messages)
` [PATCH BlueZ v2 7/7] battery: Implement Battery Provider API

[PATCH v2 0/2] DA9121 regulator support
 2020-11-20 20:32 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: regulator: Add DA9121

[ANNOUNCEMENT] GRUB mini-summit - last virtual session Tue Nov 24 15:00 UTC
 2020-11-20 20:32 UTC 

[PATCH] HID: mcp2221: add ADC support
 2020-11-20 20:31 UTC  (5+ messages)

[Intel-gfx] [PATCH 00/21] Introduce Alderlake-S
 2020-11-20 20:39 UTC  (4+ messages)
` [Intel-gfx] [PATCH 16/21] drm/i915/adl_s: MCHBAR memory info registers are moved

[GIT PULL] SCSI fixes for 5.10-rc4
 2020-11-20 20:30 UTC 

[PATCH RFC 00/10] New permission vmalloc interface
 2020-11-20 20:24 UTC  (11+ messages)
` [PATCH RFC 01/10] vmalloc: Add basic perm alloc implementation
` [PATCH RFC 02/10] bpf: Use perm_alloc() for BPF JIT filters
` [PATCH RFC 03/10] module: Use perm_alloc() for modules
` [PATCH RFC 04/10] module: Support separate writable allocation
` [PATCH RFC 05/10] x86/modules: Use real perm_allocations
` [PATCH RFC 06/10] x86/alternatives: Handle perm_allocs for modules
` [PATCH RFC 07/10] x86/unwind: Unwind orc at module writable address
` [PATCH RFC 08/10] jump_label: Handle "
` [PATCH RFC 09/10] ftrace: Use "
` [PATCH RFC 10/10] vmalloc: Add perm_alloc x86 implementation

[PATCH v7 00/17] Add support for Clang LTO
 2020-11-20 20:29 UTC  (14+ messages)
` [PATCH v7 02/17] kbuild: add "

[Buildroot] [PATCH v1] package/libxkbcommon: bump version to 1.0.2
 2020-11-20 20:29 UTC 

[PATCH] RDMA/ipoib: distribute cq completion vector better
 2020-11-20 20:28 UTC  (2+ messages)

[PATCH 1/5] pem: Parse PKCS#1 formatted private keys
 2020-11-20 20:28 UTC  (5+ messages)
` [PATCH 2/5] pem: Decrypt PKCS#1 encrypted "
` [PATCH 3/5] examples: More error messages in https-{client, server}-test
` [PATCH 4/5] treewide: Rename test private keys to include format
` [PATCH 5/5] unit: Test loading PKCS#1 PEM private key files

Pinning ZONE_MOVABLE pages
 2020-11-20 20:27 UTC 

[PATCH 1/6] monitor: Fix potential memory leak
 2020-11-20 20:27 UTC  (4+ messages)
` [PATCH 5/6] profile/bnep: Fix the unchecked return value
` [PATCH 6/6] lib: "
` [1/6] monitor: Fix potential memory leak

[PATCH v3 00/10] Cryptodisk fixes for v2.06 redux
 2020-11-20 20:24 UTC  (6+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 14/15] luks2: Better error handling when setting up the cryptodisk

[PATCH 0/6] tlb: Fix access and (soft-)dirty bit management
 2020-11-20 20:22 UTC  (4+ messages)
` [PATCH 4/6] mm: proc: Invalidate TLB after clearing soft-dirty page state

[Linux-kernel-mentees] Fix for BAD_SIGN_OFF: non-standard signature
 2020-11-20 20:23 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH] checkpatch: add fix and improve warning msg for Non-standard signature

[PATCH 1/2] ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h
 2020-11-20 20:22 UTC  (2+ messages)
` [PATCH 2/2] jbd2: add a helper to find out number of fast commit blocks

[PATCH v4 net-next 0/3] add support for sending RFC8335 PROBE
 2020-11-20 20:22 UTC  (5+ messages)

[PATCH 00/18] DC 3.2.113 Patches, November 20, 2020
 2020-11-20 20:19 UTC  (19+ messages)
` [PATCH 01/18] drm/amd/display: add i2c speed arbitration for dc_i2c and hdcp_i2c
` [PATCH 02/18] drm/amd/display: Source minimum HBlank support
` [PATCH 03/18] drm/amd/display: Update panel register
` [PATCH 04/18] drm/amd/display: Enable stutter for dcn3.01
` [PATCH 05/18] drm/amd/display: Add DMCU memory low power support
` [PATCH 06/18] drm/amd/display: intermittent underflow observed when PIP is toggled in Full screen
` [PATCH 07/18] drm/amd/display: expose clk_mgr functions for reuse
` [PATCH 08/18] drm/amd/display: change hw sequence
` [PATCH 09/18] drm/amd/display: Clear sticky vsc sdp error bit
` [PATCH 10/18] drm/amd/display: Add BLNDGAM memory shutdown support
` [PATCH 11/18] drm/amd/display: Add internal display info
` [PATCH 12/18] drm/amd/display: Check multiple internal displays for power optimization
` [PATCH 13/18] drm/amd/display: remove macro which is in header already
` [PATCH 14/18] drm/amd/display: Add GAMCOR memory shutdown support
` [PATCH 15/18] drm/amd/display: enable pipe power gating by default
` [PATCH 16/18] drm/amd/display: 3.2.113
` [PATCH 17/18] drm/amd/display: To update backlight restore mechanism
` [PATCH 18/18] drm/amd/display: init soc bounding box for dcn3.01

[PATCH 3/4] drm/amd/display: check cursor scaling
 2020-11-20 20:18 UTC 

[PATCH 4/4] drm/amd/display: don't expose rotation prop for cursor plane
 2020-11-20 20:19 UTC 

[PATCH 0/4] drm/amd/display: add cursor plane checks
 2020-11-20 20:18 UTC 

[PATCH 2/4] drm/amd/display: disallow cropping for cursor plane
 2020-11-20 20:18 UTC 

[PATCH 1/4] drm/amd/display: add cursor FB size check
 2020-11-20 20:18 UTC 

[GIT PULL] fanotify fix for 5.10-rc5
 2020-11-20 20:18 UTC 

[meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce
 2020-11-20 20:18 UTC  (2+ messages)

[PATCH v2 0/6] Add AHCI support for Tegra186
 2020-11-20 20:17 UTC  (6+ messages)
` [PATCH v2 3/6] dt-bindings: ata: tegra: Convert binding documentation to YAML

Failure building burn_my_bmc
 2020-11-20 20:13 UTC  (4+ messages)

[PATCH net-next 0/3] Arrow SpeedChips XRS700x DSA Driver
 2020-11-20 20:14 UTC  (4+ messages)
` [PATCH net-next 1/3] dsa: add support for Arrow XRS700x tag trailer

[PATCH v3 for-next 0/2] RDMA/hns: Add supports for stash
 2020-11-20 20:13 UTC  (3+ messages)
` [PATCH v3 for-next 1/2] RDMA/hns: Add support for CQ stash

[PATCH] net: mvpp2: divide fifo for dts-active ports only
 2020-11-20 20:11 UTC  (2+ messages)

[PATCH] rtc: enable RTC framework on ARCH=um
 2020-11-20 20:11 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7180: Remove double pull-up on p-sensor-int-l
 2020-11-20 20:09 UTC 

[PATCH] um: fix time-travel mode
 2020-11-20 20:08 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.