All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-22 20:35:50 to 2021-01-22 21:27:56 UTC [more...]

[PATCHv3 0/2] libbpf: Add support to use optional extended section index table
 2021-01-22 20:37 UTC  (7+ messages)
` [PATCH 2/2] bpf_encoder: Translate SHN_XINDEX in symbol's st_shndx values

[PATCH] checkpatch: add warning for avoiding .L prefix symbols in assembly files
 2021-01-22 20:36 UTC  (9+ messages)
              ` [Linux-kernel-mentees] "

[PATCH] coroutine-sigaltstack: Keep SIGUSR2 handler up
 2021-01-22 21:26 UTC  (5+ messages)

[PATCH v2] hugetlbfs: make hugepage size conversion more readable
 2021-01-22 21:25 UTC  (2+ messages)

[Linux-kernel-mentees] Addition of verbose mode to checkpatch
 2021-01-22 21:27 UTC 

[PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
 2021-01-22 21:26 UTC  (9+ messages)
` [PATCH 1/4] hw/riscv: Drop 'struct MemmapEntry'
` [PATCH 2/4] hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()
` [PATCH 3/4] hw/riscv: virt: Limit RAM size in a 32-bit system

[PATCH] HID: Ignore battery for Elan touchscreen on HP Spectre X360 15-df0xxx
 2021-01-22 21:24 UTC 

[PATCH v3 00/13] KVM: SVM: Misc SEV cleanups
 2021-01-22 21:16 UTC  (9+ messages)
` [PATCH v3 02/13] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
` [PATCH v3 06/13] KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
` [PATCH v3 07/13] KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported)
` [PATCH v3 10/13] KVM: SVM: Move SEV VMCB tracking allocation to sev.c
` [PATCH v3 13/13] KVM: SVM: Skip SEV cache flush if no ASIDs have been used

[PATCH v3 0/5] Introduce DSA Ethernet switch class and Felix driver
 2021-01-22 21:25 UTC  (5+ messages)
` [PATCH v3 4/5] arm: dts: ls1028a: Add Ethernet switch node and dependencies
` [PATCH v3 5/5] configs: ls1028a: Enable the Ethernet switch driver in defconfig

[PATCH V2 0/9] vfio virtual address update
 2021-01-22 21:22 UTC  (3+ messages)
` [PATCH V2 4/9] vfio/type1: implement unmap all

[pull request][net-next V9 00/14] Add mlx5 subfunction support
 2021-01-22 21:23 UTC  (5+ messages)
` [net-next V9 03/14] devlink: Support add and delete devlink port

[PATCH] selinux: measure state and policy capabilities
 2021-01-22 21:21 UTC  (2+ messages)

[PATCH v2] handle qualified anonymous structures
 2021-01-22 21:23 UTC 

[PATCH] printk: fix buffer overflow potential for print_text()
 2021-01-22 21:21 UTC  (2+ messages)

[Buildroot] RV32 "initial RAM FS linked into the target"
 2021-01-22 21:23 UTC 

[PATCH 0/4] Assorted UBIFS fixes
 2021-01-22 21:22 UTC  (5+ messages)
` [PATCH 1/4] ubifs: Correctly set inode size in ubifs_link()
` [PATCH 2/4] ubifs: Don't add fscrypt context to xattrs
` [PATCH 3/4] ubifs: Update directory size when creating whiteouts
` [PATCH 4/4] ubifs: Harden ubifs_jnl_write_inode()

[PATCH v3 0/5] Support Secure Boot for multiboot2 Xen
 2021-01-22 21:18 UTC  (3+ messages)

[RFC PATCH 00/17] objtool: add base support for arm64
 2021-01-22 21:16 UTC  (12+ messages)

[PATCH] SKIP_DASHED_BUILT_INS: respect `config.mak`
 2021-01-22 21:16 UTC  (3+ messages)

[PATCH v3 00/13] MFD/extcon/ASoC: Rework arizona codec jack-detect support
 2021-01-22 21:17 UTC  (26+ messages)
` [PATCH v3 05/13] extcon: arizona: Always use pm_runtime_get_sync() when we need the device to be awake
` [PATCH v3 06/13] ASoC/extcon: arizona: Move arizona jack code to sound/soc/codecs/arizona-jack.c
` [PATCH v3 08/13] ASoC: arizona-jack: Use arizona->dev for runtime-pm
` [PATCH v3 09/13] ASoC: arizona-jack: convert into a helper library for codec drivers
` [PATCH v3 10/13] ASoC: arizona-jack: Use snd_soc_jack to report jack events
` [PATCH v3 11/13] ASoC: arizona-jack: Cleanup logging
` [PATCH v3 12/13] ASoC: arizona: Make the wm5102, wm5110, wm8997 and wm8998 drivers use the new jack library

[PATCH v2 00/20] objtool: vmlinux.o and CLANG LTO support
 2021-01-22 21:17 UTC  (4+ messages)

[Buildroot] [PATCH] package/libgcrypt: fix build on ARM without NEON
 2021-01-22 21:19 UTC 

[PATCHv2 0/3] dwarves,libbpf: Add support to use optional extended section index table
 2021-01-22 20:46 UTC  (4+ messages)
` [PATCH 2/3] bpf_encoder: Translate SHN_XINDEX in symbol's st_shndx values

[PATCH v7 00/10] fs: interface for directly reading/writing compressed data
 2021-01-22 20:46 UTC  (12+ messages)
` [PATCH man-pages v7] Document encoded I/O
` [PATCH v7 01/10] iov_iter: add copy_struct_from_iter()
` [PATCH v7 02/10] fs: add O_ALLOW_ENCODED open flag
` [PATCH v7 03/10] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v7 04/10] btrfs: fix check_data_csum() error message for direct I/O
` [PATCH v7 05/10] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v7 06/10] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v7 07/10] btrfs: support different disk extent size for delalloc
` [PATCH v7 08/10] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v7 09/10] btrfs: implement RWF_ENCODED reads
` [PATCH v7 10/10] btrfs: implement RWF_ENCODED writes

[Buildroot] [PATCH 1/1] package/python-fire: bump to version 0.4.0
 2021-01-22 21:15 UTC 

git archive setting user and group
 2021-01-22 21:13 UTC  (3+ messages)

[PATCH v6 0/6] tracing: More synthetic event error fixes
 2021-01-22 21:12 UTC  (7+ messages)
` [PATCH v6 2/6] tracing: Rework synthetic event command parsing
` [PATCH v6 3/6] tracing: Update synth command errors
` [PATCH v6 4/6] tracing: Add a backward-compatibility check for synthetic event creation

[PATCH v7 11/15] btrfs: add send stream v2 definitions
 2021-01-22 20:57 UTC  (6+ messages)
` [PATCH v7 12/15] btrfs: send: write larger chunks when using stream v2
` [PATCH v7 13/15] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v7 14/15] btrfs: send: send compressed extents with encoded writes
` [PATCH v7 15/15] btrfs: send: enable support for stream v2 and compressed writes

[PATCH v3 0/5] btrfs: implement send/receive of compressed extents without decompressing
 2021-01-22 20:47 UTC  (17+ messages)
` [PATCH v3 1/5] btrfs: add send stream v2 definitions
` [PATCH v3 01/11] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v3 02/11] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v3 2/5] btrfs: send: write larger chunks when using stream v2
` [PATCH v3 03/11] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v3 3/5] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v3 04/11] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v3 4/5] btrfs: send: send compressed extents with encoded writes
` [PATCH v3 05/11] btrfs-progs: receive: add stub implementation for pwritev2
` [PATCH v3 5/5] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v3 06/11] btrfs-progs: receive: process encoded_write commands
` [PATCH v3 07/11] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v3 08/11] btrfs-progs: receive: process fallocate commands
` [PATCH v3 09/11] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v3 10/11] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v3 11/11] btrfs-progs: receive: add tests for basic encoded_write send/receive

avoid taking the iolock in fsync unless actually needed v2
 2021-01-22 21:08 UTC  (5+ messages)
` [PATCH 1/2] xfs: refactor xfs_file_fsync
` [PATCH 2/2] xfs: reduce ilock acquisitions in xfs_file_fsync

[net-next PATCH v3 00/15] ACPI support for dpaa2 driver
 2021-01-22 21:07 UTC  (15+ messages)
` [net-next PATCH v3 09/15] device property: Introduce fwnode_get_id()

[PATCH v2 0/3] target/arm: Add support for FEAT_DIT, Data Independent Timing
 2021-01-22 21:07 UTC  (7+ messages)
` [PATCH v2 1/3] target/arm: Remove PSTATE_SS from cpsr and move it into env->pstate
` [PATCH v2 2/3] target/arm: Add support for FEAT_DIT, Data Independent Timing
` [PATCH v2 3/3] target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU

[PATCH v5 3/3] ls-files.c: add --deduplicate option
 2021-01-22 20:52 UTC  (3+ messages)
` [PATCH v6] "

[Intel-gfx] [PATCH 1/2] drm/i915/dmabuf: don't trust the dma_buf->size
 2021-01-22 21:06 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] "

[PATCH v1 1/5] watchdog: intel_scu_watchdog: Remove driver for deprecated platform
 2021-01-22 21:04 UTC  (5+ messages)

[PATCH 0/1] upload-pack.c: fix filter spec quoting bug
 2021-01-22 21:03 UTC  (4+ messages)
` [PATCH 1/1] "
    ` [PATCH] run-command: document use_shell option

[PATCH net] tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
 2021-01-22 21:02 UTC  (4+ messages)

[PATCH v1 0/3] target/microblaze: Add memattrs on transactions
 2021-01-22 20:54 UTC  (3+ messages)
` [PATCH v1 2/3] target/microblaze: use MMUAccessType instead of int in mmu_translate

[PATCH v4 1/8] netdev: move netdev_station_info to diagnostic.h
 2021-01-22 21:03 UTC  (9+ messages)
` [PATCH v4 2/8] diagnostic: commonize the building of diagnostic dict
` [PATCH v4 3/8] station: refactor to use diagnostic_info_to_dict
` [PATCH v4 4/8] ap: add AP diagnostic interface
` [PATCH v4 5/8] client: implement diagnostic module
` [PATCH v4 6/8] client: implement "ap <wlan> show"
` [PATCH v4 7/8] client: update station to use diagnostic_display
` [PATCH v4 8/8] client: remove display_dictionary

[xen-unstable test] 158560: tolerable FAIL
 2021-01-22 21:02 UTC 

[GIT PULL] Ux500 DTS updates for the v5.12 kernel cycle
 2021-01-22 21:02 UTC 

[PATCH 00/25] Convert CMSDK timer, watchdog, dualtimer to Clock framework
 2021-01-22 20:51 UTC  (5+ messages)
` [PATCH 19/25] hw/timer/cmsdk-apb-dualtimer: Convert to use Clock input
` [PATCH 20/25] hw/watchdog/cmsdk-apb-watchdog: "

[PATCH v2 00/16] introduce generic IOCTL interface for RPMsg channels management
 2021-01-22 20:59 UTC  (5+ messages)
` [PATCH v2 04/16] rpmsg: ctrl: implement the ioctl function to create device

[PATCH] Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"
 2021-01-22 20:57 UTC  (2+ messages)

[PATCH v2 00/12] buildsys: Do not build various objects if not necessary
 2021-01-22 20:44 UTC  (13+ messages)
` [PATCH v2 01/12] configure: Only check for audio drivers if system-mode is selected
` [PATCH v2 02/12] tests/meson: Only build softfloat objects if TCG "
` [PATCH v2 03/12] pc-bios/meson: Only install EDK2 blob firmwares with system emulation
` [PATCH v2 04/12] meson: Do not build optional libraries by default
` [PATCH v2 05/12] meson: Restrict block subsystem processing
` [PATCH v2 06/12] meson: Merge trace_events_subdirs array
` [PATCH v2 07/12] meson: Restrict some trace event directories to user/system emulation
` [PATCH v2 08/12] meson: Restrict emulation code
` [PATCH v2 09/12] qapi/meson: Restrict qdev code to system-mode emulation
` [PATCH v2 10/12] qapi/meson: Remove QMP from user-mode emulation
` [PATCH v2 11/12] qapi/meson: Restrict system-mode specific modules
` [PATCH v2 12/12] qapi/meson: Restrict UI module to system emulation and tools

[Patch bpf-next v5 0/3] bpf: introduce timeout hash map
 2021-01-22 20:54 UTC  (4+ messages)
` [Patch bpf-next v5 1/3] "
` [Patch bpf-next v5 2/3] selftests/bpf: add test cases for bpf timeout map
` [Patch bpf-next v5 3/3] selftests/bpf: add timeout map check in map_ptr tests

[dpdk-dev] [PATCH v7 0/3] pmdinfogen: rewrite in Python
 2021-01-22 20:57 UTC  (4+ messages)
` [dpdk-dev] [PATCH v8 2/3] build: use Python pmdinfogen

[Intel-gfx] [PATCH v3 0/8] drm/i915: Remainder of dbuf state stuff
 2021-01-22 20:56 UTC  (9+ messages)
` [Intel-gfx] [PATCH v3 1/8] drm/i915: Extract intel_crtc_ddb_weight()
` [Intel-gfx] [PATCH v3 2/8] drm/i915: Pass the crtc to skl_compute_dbuf_slices()
` [Intel-gfx] [PATCH v3 3/8] drm/i915: Introduce intel_dbuf_slice_size()
` [Intel-gfx] [PATCH v3 4/8] drm/i915: Introduce skl_ddb_entry_for_slices()
` [Intel-gfx] [PATCH v3 5/8] drm/i915: Add pipe ddb entries into the dbuf state
` [Intel-gfx] [PATCH v3 6/8] drm/i915: Extract intel_crtc_dbuf_weights()
` [Intel-gfx] [PATCH v3 7/8] drm/i915: Encapsulate dbuf state handling harder
` [Intel-gfx] [PATCH v3 8/8] drm/i915: Do a bit more initial readout for dbuf

Update
 2021-01-22 20:56 UTC 

[PATCH 1/2] drm: distinguish return value of drm_dp_check_and_send_link_address
 2021-01-22 20:55 UTC  (9+ messages)
` [PATCH 2/2] drm/amdgpu/display: buffer INTERRUPT_LOW_IRQ_CONTEXT interrupt work

[meta-oe][dunfell][PATCH] networkd-dispatcher: use git fetcher
 2021-01-22 20:55 UTC 

[PATCH] selinux: include a consumer of the new IMA critical data hook
 2021-01-22 20:24 UTC  (2+ messages)

[PATCH 0/3] Range diff with ranges lacking dotdot
 2021-01-22 20:32 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] range-diff/format-patch: refactor check for commit range
  ` [PATCH v2 2/3] range-diff/format-patch: handle commit ranges other than A..B

[PATCH v2 00/13] NVIDIA Tegra ARM32 device-tree improvements
 2021-01-22 20:24 UTC  (8+ messages)
` [PATCH v2 02/13] ARM: tegra: ventana: Support CPU thermal throttling
` [PATCH v2 03/13] ARM: tegra: cardhu: Support CPU frequency and voltage scaling on all board variants
` [PATCH v2 07/13] ARM: tegra: acer-a500: Reduce thermal throttling hysteresis to 0.2C
` [PATCH v2 08/13] ARM: tegra: acer-a500: Specify all CPU cores as cooling devices
` [PATCH v2 10/13] ARM: tegra: nexus7: "
` [PATCH v2 11/13] ARM: tegra: ouya: "
` [PATCH v2 12/13] ARM: tegra: Specify CPU suspend OPP in device-tree

[Intel-gfx] [CI 1/3] drm/i915: stop registering if drm_dev_register() fails
 2021-01-22 20:48 UTC  (3+ messages)
` [Intel-gfx] [CI 2/3] drm/i915: group display-related register calls
` [Intel-gfx] [CI 3/3] drm/i915/display: move register functions to display/

[igt-dev] [PATCH] tests/kms_rotation_crc: Add Hwrotation test case for amdgpu with tiling
 2021-01-22 20:47 UTC 

[PATCH v2 0/1] AMD EPYC: fix schedutil perf regression (freq-invariance)
 2021-01-22 20:40 UTC  (2+ messages)
` [PATCH v2 1/1] x86,sched: On AMD EPYC set freq_max = max_boost in schedutil invariant formula

[PATCH v4 0/2] Realtek RTL838x/RTL839x interrupt controller driver
 2021-01-22 20:42 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: interrupt-controller: Add Realtek RTL838x/RTL839x support
` [PATCH v4 2/2] irqchip: Add support for Realtek RTL838x/RTL839x interrupt controller

Update
 2021-01-22 20:45 UTC 

[PATCH net] tcp: make TCP_USER_TIMEOUT accurate for zero window probes
 2021-01-22 20:41 UTC  (2+ messages)

[RFC PATCH v2 0/8] Automatically convert configure options to meson build options
 2021-01-22 20:43 UTC  (6+ messages)
` [PATCH 8/8] configure: automatically parse command line for meson -D options

[PATCH v3 0/2] x86/cpufeatures: KVM: Add mem encrypt word
 2021-01-22 20:40 UTC  (3+ messages)
` [PATCH v3 1/2] x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]
` [PATCH v3 2/2] KVM: x86: Override reported SME/SEV feature flags with host mask

[PATCH v2 0/4] Permit fault-less access to non-emulated MSRs
 2021-01-22 20:42 UTC  (7+ messages)
` [PATCH v2 1/4] xl: Add support for ignore_msrs option

[PATCH] um: fix os_idle_sleep() to not hang
 2021-01-22 20:40 UTC 

Thread safety of coroutine-sigaltstack
 2021-01-22 20:38 UTC  (8+ messages)

[PATCH bpf-next v5 1/4] bpf: Be less specific about socket cookies guarantees
 2021-01-22 20:32 UTC  (5+ messages)
` [PATCH bpf-next v5 3/4] selftests/bpf: Integrate the socket_cookie test to test_progs

Add the ExtendedVersion to MANIFEST file and os-release
 2021-01-22 20:32 UTC  (2+ messages)

[PATCH v3] ext4: fix bug for rename with RENAME_WHITEOUT
 2021-01-22 20:32 UTC  (6+ messages)

[PATCH RFC] NFSD: Reduce svc_rqst::rq_pages churn during READDIR operations
 2021-01-22 20:34 UTC  (2+ messages)

[PATCH 1/2] arm64: boot: dts: add new dts for hellcat & petra
 2021-01-22 20:32 UTC  (3+ messages)


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.