messages from 2020-11-19 22:15:37 to 2020-11-19 23:38:11 UTC [more...]
[PATCH v4 00/21] Free some vmemmap pages of hugetlb page
2020-11-19 23:37 UTC (6+ messages)
` [PATCH v4 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
` [External] "
[PATCH v2 00/22] x86: Support Intel Advanced Matrix Extensions
2020-11-19 23:32 UTC (23+ messages)
` [PATCH v2 01/22] x86/fpu/xstate: Modify area init helper prototypes to access all the possible areas
` [PATCH v2 02/22] x86/fpu/xstate: Modify xstate copy "
` [PATCH v2 03/22] x86/fpu/xstate: Modify address finder "
` [PATCH v2 04/22] x86/fpu/xstate: Modify save and restore helper "
` [PATCH v2 05/22] x86/fpu/xstate: Introduce a new variable for dynamic user states
` [PATCH v2 06/22] x86/fpu/xstate: Outline dynamic xstate area size in the task context
` [PATCH v2 07/22] x86/fpu/xstate: Introduce helpers to manage an xstate area dynamically
` [PATCH v2 08/22] x86/fpu/xstate: Define the scope of the initial xstate data
` [PATCH v2 09/22] x86/fpu/xstate: Introduce wrapper functions for organizing xstate area access
` [PATCH v2 10/22] x86/fpu/xstate: Update xstate save function for supporting dynamic user xstate
` [PATCH v2 11/22] x86/fpu/xstate: Update xstate area address finder "
` [PATCH v2 12/22] x86/fpu/xstate: Update xstate context copy function for supporting dynamic area
` [PATCH v2 13/22] x86/fpu/xstate: Expand dynamic user state area on first use
` [PATCH v2 14/22] x86/fpu/xstate: Inherit dynamic user state when used in the parent
` [PATCH v2 15/22] x86/fpu/xstate: Support ptracer-induced xstate area expansion
` [PATCH v2 16/22] x86/fpu/xstate: Extend the table for mapping xstate components with features
` [PATCH v2 17/22] x86/cpufeatures/amx: Enumerate Advanced Matrix Extension (AMX) feature bits
` [PATCH v2 18/22] x86/fpu/amx: Define AMX state components and have it used for boot-time checks
` [PATCH v2 19/22] x86/fpu/amx: Enable the AMX feature in 64-bit mode
` [PATCH v2 20/22] selftest/x86/amx: Include test cases for the AMX state management
` [PATCH v2 21/22] x86/fpu/xstate: Support dynamic user state in the signal handling path
` [PATCH v2 22/22] x86/fpu/xstate: Introduce boot-parameters for control some state component support
[PATCH 5.4 0/5] CVE-2020-4788: Speculation on incompletely validated data on IBM Power9
2020-11-19 23:35 UTC (6+ messages)
` [PATCH 5.4 1/5] selftests/powerpc: rfi_flush: disable entry flush if present
` [PATCH 5.4 2/5] powerpc/64s: flush L1D on kernel entry
` [PATCH 5.4 3/5] powerpc/64s: flush L1D after user accesses
` [PATCH 5.4 4/5] powerpc: Only include kup-radix.h for 64-bit Book3S
` [PATCH 5.4 5/5] selftests/powerpc: entry flush test
[PATCH v2 00/27] tests: use main as default branch name
2020-11-19 23:35 UTC (3+ messages)
` [PATCH v3 00/28] "
[PATCH v2 1/5] net: Remove the err argument from sock_from_file
2020-11-19 23:31 UTC (3+ messages)
` [PATCH v2 2/5] bpf: Add a bpf_sock_from_file helper
[PATCH -tip 00/32] Core scheduling (v9)
2020-11-19 23:31 UTC (3+ messages)
` [PATCH -tip 01/32] sched: Wrap rq::lock access
[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
2020-11-19 23:29 UTC (3+ messages)
` [PATCH man-pages v6] Document encoded I/O
[PATCH 0/7] CVE-2020-4788: Speculation on incompletely validated data on IBM Power9
2020-11-19 23:13 UTC (8+ messages)
` [PATCH 1/7] selftests/powerpc: rfi_flush: disable entry flush if present
` [PATCH 2/7] powerpc/64s: flush L1D on kernel entry
` [PATCH 3/7] powerpc/64s: flush L1D after user accesses
` [PATCH 4/7] powerpc: Only include kup-radix.h for 64-bit Book3S
` [PATCH 5/7] selftests/powerpc: entry flush test
` [PATCH 6/7] selftests/powerpc: refactor entry and rfi_flush tests
` [PATCH 7/7] powerpc/64s: rename pnv|pseries_setup_rfi_flush to _setup_security_mitigations
The master branch rename, and avoiding another v1.6.0 git-foo fiasco
2020-11-19 23:29 UTC (12+ messages)
[PATCH] ext4: add docs about fast commit idempotence
2020-11-19 23:28 UTC
[PATCH v2 0/2] optimise iov_iter
2020-11-19 23:24 UTC (3+ messages)
` [PATCH v2 1/2] iov_iter: optimise iov_iter_npages for bvec
` [PATCH v2 2/2] iov_iter: optimise iter type checking
[PATCH v2 00/14] remoteproc: Add support for detaching from rproc
2020-11-19 23:27 UTC (7+ messages)
` [PATCH v2 06/14] remoteproc: Add new detach() remoteproc operation
` [PATCH v2 07/14] remoteproc: Introduce function __rproc_detach()
[PATCH v3] vhost-vdpa: fix page pinning leakage in error path (rework)
2020-11-19 23:26 UTC (4+ messages)
[PATCH 1/1] NFSv4.2: fix LISTXATTR buffer receive size
2020-11-19 23:26 UTC (7+ messages)
[PATCH v6 0/8] IMA: support for measuring kernel integrity critical data
2020-11-19 23:26 UTC (9+ messages)
` [PATCH v6 1/8] IMA: generalize keyring specific measurement constructs
` [PATCH v6 2/8] IMA: add support to measure buffer data hash
` [PATCH v6 3/8] IMA: define a hook to measure kernel integrity critical data
` [PATCH v6 4/8] IMA: add policy rule to measure "
` [PATCH v6 5/8] IMA: extend policy to add data sources as a critical data measurement constraint
` [PATCH v6 6/8] IMA: add support to critical data hook to limit data sources for measurement
` [PATCH v6 7/8] IMA: add a built-in policy rule for critical data measurement
` [PATCH v6 8/8] selinux: measure state and hash of the policy using IMA
[PATCH rfc] workqueue: honour cond_resched() more effectively
2020-11-19 23:23 UTC (8+ messages)
[PATCH] drm/mediatek: dsi: Modify horizontal front/back porch byte formula
2020-11-19 23:23 UTC (3+ messages)
[Intel-gfx] [PATCH v3] drm/i915: Do not call hsw_set_frame_start_delay for dsi
2020-11-19 23:26 UTC
[mptcp:export 776/783] net/core/sock.c:2489:6: warning: no previous prototype for '__lock_sock'
2020-11-19 23:23 UTC (2+ messages)
` [MPTCP] "
[PATCH bpf-next 0/6] libbpf: add support for kernel module BTF CO-RE relocations
2020-11-19 23:22 UTC (7+ messages)
` [PATCH bpf-next 1/6] bpf: fix bpf_put_raw_tracepoint()'s use of __module_address()
` [PATCH bpf-next 2/6] libbpf: add internal helper to load BTF data by FD
` [PATCH bpf-next 3/6] libbpf: refactor CO-RE relocs to not assume a single BTF object
` [PATCH bpf-next 4/6] libbpf: add kernel module BTF support for CO-RE relocations
` [PATCH bpf-next 5/6] selftests/bpf: add bpf_sidecar kernel module for testing
` [PATCH bpf-next 6/6] selftests/bpf: add CO-RE relocs selftest relying on kernel module BTF
[PATCH 5.9 0/5] CVE-2020-4788: Speculation on incompletely validated data on IBM Power9
2020-11-19 23:22 UTC (6+ messages)
` [PATCH 5.9 1/5] selftests/powerpc: rfi_flush: disable entry flush if present
` [PATCH 5.9 2/5] powerpc/64s: flush L1D on kernel entry
` [PATCH 5.9 3/5] powerpc/64s: flush L1D after user accesses
` [PATCH 5.9 4/5] powerpc: Only include kup-radix.h for 64-bit Book3S
` [PATCH 5.9 5/5] selftests/powerpc: entry flush test
[PATCH v4] dt-bindings: display: panel: one file of all simple LVDS panels with dual ports
2020-11-19 23:20 UTC (3+ messages)
[PATCH 0/7] config: add --literal-value option
2020-11-19 23:17 UTC (11+ messages)
` [PATCH 1/7] t1300: test "set all" mode with value_regex
` [PATCH 3/7] config: convert multi_replace to flags
` [PATCH 4/7] config: add --literal-value option, un-implemented
` [PATCH 5/7] config: plumb --literal-value into config API
` [PATCH 7/7] maintenance: use 'git config --literal-value'
next/pending-fixes build: 205 builds: 1 failed, 204 passed, 76 warnings (v5.10-rc4-520-g40cb4fecf2509)
2020-11-19 23:17 UTC
net: phy: Dealing with 88e1543 dual-port mode
2020-11-19 23:16 UTC (7+ messages)
[PATCH v7 00/13] Add Broadcom VK driver
2020-11-19 23:16 UTC (4+ messages)
` [PATCH v7 02/13] misc: bcm-vk: add "
[PATCH 0/4] linux-user: Support o32 ABI with 64-bit MIPS CPUs
2020-11-19 23:14 UTC (8+ messages)
` [PATCH 1/4] linux-user/mips64: Restore setup_frame() for o32 ABI
` [PATCH 2/4] linux-user/mips64: Support o32 ABI syscalls
` [PATCH 4/4] RFC qemu-binfmt-conf.sh: Add MIPS64 o32 ABI
[PATCH v3 0/3] crypto: Add Keem Bay OCS HCU driver
2020-11-19 23:15 UTC (3+ messages)
` [PATCH v3 2/3] crypto: keembay: "
Error on Lenovo P1 Gen 2 touchpad
2020-11-19 23:15 UTC
[Intel-gfx] [PATCH v2] drm/i915: Do not call hsw_set_frame_start_delay for dsi
2020-11-19 23:14 UTC (2+ messages)
[dpdk-dev] [PATCH v2 0/2] build: add Wformat to fix gcc compile warnings and format fixes
2020-11-19 23:12 UTC (4+ messages)
` [dpdk-dev] [PATCH v3 "
` [dpdk-dev] [PATCH v3 2/2] net/bnxt: fix format characters for unsigned values
drivers/media/platform/fsl-viu.c:253:2: error: implicit declaration of function 'out_be32'
2020-11-19 23:11 UTC (3+ messages)
[Announce] OpenBMC Discord Community
2020-11-19 23:09 UTC (4+ messages)
[net PATCH 0/2] tcp: Address issues with ECT0 not being set in DCTCP packets
2020-11-19 23:09 UTC (3+ messages)
` [net PATCH 1/2] tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 header
ath11k-qca6390-bringup-202011191920: new suspend implementation
2020-11-19 23:08 UTC (5+ messages)
[PATCH] tools/rcutorture: Make identify_qemu_vcpus() independant of local language
2020-11-19 23:03 UTC (3+ messages)
[GIT PULL] Please pull RDMA subsystem changes
2020-11-19 23:00 UTC (2+ messages)
[GIT PULL] Networking
2020-11-19 23:00 UTC (2+ messages)
[PATCH 1/3] NFSv4: Fix the alignment of page data in the getdeviceinfo reply
2020-11-19 22:58 UTC (8+ messages)
` [PATCH 2/3] NFS: Avoid copy of xdr padding in readlink, layoutget and getxattr
` [PATCH 3/3] NFS: Avoid copy of xdr padding in read()
[OE-core][RFC] weston-init: Stop running weston as root
2020-11-19 22:58 UTC
[Intel-gfx] [PATCH] drm/i915/gt: Plug IPS into intel_rps_set
2020-11-19 22:58 UTC (2+ messages)
[PATCH] aquantia: Reserve space when allocating an SKB
2020-11-19 22:58 UTC (12+ messages)
` [EXT] "
` [PATCH] aquantia: Remove the build_skb path
` [PATCH v2] "
` [PATCH v3] "
[RFC PATCH v5 00/33] Hexagon patch series
2020-11-19 22:53 UTC (7+ messages)
` [RFC PATCH v5 18/33] Hexagon (target/hexagon/imported) arch import
` [RFC PATCH v5 20/33] Hexagon (target/hexagon) generator phase 2 - generate header files
` [RFC PATCH v5 22/33] Hexagon (target/hexagon) generater phase 4 - decode tree
[PATCH v7 0/5] leds: mt6360: Add LED driver for MT6360
2020-11-19 22:55 UTC (16+ messages)
` [PATCH v7 1/5] leds: flash: Add flash registration with undefined CONFIG_LEDS_CLASS_FLASH
` [PATCH v7 2/5] dt-bindings: leds: Add LED_COLOR_ID_MOONLIGHT definitions
` [PATCH v7 5/5] leds: mt6360: Add LED driver for MT6360
scmi-cpufreq.c:undefined reference to `devm_of_clk_add_hw_provider'
2020-11-19 22:55 UTC (2+ messages)
[PATCH] kfence: Avoid stalling work queue task without allocations
2020-11-19 22:53 UTC (12+ messages)
` linux-next: stall warnings and deadlock on Arm64 (was: [PATCH] kfence: Avoid stalling...)
[PATCH v2] target/mips/helper: Also display exception names in user-mode
2020-11-19 22:52 UTC (2+ messages)
[patch 00/19] softirq: Cleanups and RT awareness
2020-11-19 22:52 UTC (6+ messages)
` [patch 12/19] softirq: Add RT specific softirq accounting
[PATCH net-next 0/6] net: ipa: add a driver shutdown callback
2020-11-19 22:49 UTC (7+ messages)
` [PATCH net-next 1/6] net: ipa: print channel/event ring number on error
` [PATCH net-next 2/6] net: ipa: don't reset an ALLOCATED channel
` [PATCH net-next 3/6] net: ipa: ignore CHANNEL_NOT_RUNNING errors
` [PATCH net-next 4/6] net: ipa: support retries on generic GSI commands
` [PATCH net-next 5/6] net: ipa: retry modem stop if busy
` [PATCH net-next 6/6] net: ipa: add driver shutdown callback
[yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions
2020-11-19 22:47 UTC (4+ messages)
` [yocto] "
[PATCH v3 0/2] powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() too
2020-11-19 22:43 UTC (5+ messages)
` [PATCH v3 2/2] "
[Patch v2 0/6] Enable Qualcomm Crypto Engine on sdm845
2020-11-19 22:44 UTC (2+ messages)
[sashal-linux-stable:v5.10-rc2-stable 925/936] drivers/gpu/drm/nouveau/nouveau_dp.c:74:8: error: implicit declaration of function 'drm_dp_read_downstream_info'
2020-11-19 22:45 UTC
[PATCH] x86/resctrl: Fix AMD L3 QOS CDP enable/disable
2020-11-19 22:44 UTC (3+ messages)
[PATCH] Update MAINTAINERS for goldfish-rtc
2020-11-19 22:43 UTC (3+ messages)
[PATCH net-next 0/3] net: ipa: platform-specific clock and interconnect rates
2020-11-19 22:40 UTC (4+ messages)
` [PATCH net-next 1/3] net: ipa: define clock and interconnect data
` [PATCH net-next 2/3] net: ipa: populate "
` [PATCH net-next 3/3] net: ipa: use config data for clocking
[PATCH] target/arm: fix stage 2 page-walks in 32-bit emulation
2020-11-19 22:37 UTC (2+ messages)
` [PATCH for-5.2?] "
[PATCH 1/1] pci: pciehp: Handle MRL interrupts to enable slot for hotplug
2020-11-19 22:37 UTC (3+ messages)
[PATCH v3 07/23] mtd: spi-nor: hisi-sfc: Demote non-conformant kernel-doc
2020-11-19 21:10 UTC (2+ messages)
[yocto] U-Boot sama5d3 xplained issue
2020-11-19 22:37 UTC
[PATCH v3 06/23] mtd: onenand: onenand_bbt: Fix expected kernel-doc formatting
2020-11-19 21:10 UTC (2+ messages)
[PATCH] ACPICA: avoid double free when object already has a zero reference count
2020-11-19 22:30 UTC (4+ messages)
[PATCH] Fix duplicate free for GATT service includes
2020-11-19 22:31 UTC (2+ messages)
` "
[RFC PATCH v3 0/9] CoreSight complex config support; ETM strobing
2020-11-19 22:29 UTC (3+ messages)
` [RFC PATCH v3 3/9] coresight: config: Add configuration and feature generic functions
[morimoto-linux:fw-cleanup-2020-11-19-v2 64/65] sound/soc/generic/simple-card-utils.c:214 asoc_simple_startup() error: uninitialized symbol 'ret'
2020-11-19 22:30 UTC
python asyncio QMP library (AQMP)
2020-11-19 22:00 UTC
[RFC 00/15] support subsets of bitmanip extension
2020-11-19 22:26 UTC (4+ messages)
` [RFC 14/15] target/riscv: rvb: add/sub with postfix zero-extend
[PATCH v5] zram: break the strict dependency from lzo
2020-11-19 22:26 UTC (2+ messages)
[PATCH] crypto: qat - fix excluded_middle.cocci warnings
2020-11-19 22:25 UTC (4+ messages)
` [PATCH RESEND] "
[Buildroot] [PATCH v2 1/3] package/qt5/qt5coap: new package
2020-11-19 22:25 UTC (2+ messages)
[Buildroot] [PATCH 0/7] support/download: reproducible archives whatever tar version (branch yem/dl-git-tar-pax)
2020-11-19 22:25 UTC (3+ messages)
[PATCH v3 08/23] mtd: ubi: build: Document 'ubi_num' in struct mtd_dev_param
2020-11-19 21:09 UTC (2+ messages)
[PATCH v2 0/4] x86/bus_lock: Enable bus lock detection
2020-11-19 22:23 UTC (4+ messages)
` [PATCH v2 2/4] x86/bus_lock: Handle warn and fatal in #DB for bus lock
pick up "usb: dwc2: Avoid leaving the error_debugfs label unused"
2020-11-19 22:23 UTC
[PATCH v2 00/28] target/arm: Implement v8.1M and Cortex-M55
2020-11-19 22:19 UTC (10+ messages)
` [PATCH v2 12/28] target/arm: Factor out preserve-fp-state from full_vfp_access_check()
` [PATCH v2 20/28] target/arm: Implement new v8.1M VLLDM and VLSTM encodings
` [PATCH v2 21/28] hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN
` [PATCH v2 22/28] hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bit
` [PATCH v2 23/28] target/arm: Implement CCR_S.TRD behaviour for SG insns
` [PATCH v2 24/28] hw/intc/armv7m_nvic: Fix "return from inactive handler" check
` [PATCH v2 27/28] hw/arm/armv7m: Correct typo in QOM object name
[PATCH] media: i2c: rdacm20: Constify static structs
2020-11-19 22:22 UTC
[PATCH v4] mm: Optional full ASLR for mmap() and mremap()
2020-11-19 22:20 UTC (5+ messages)
[PATCH] x86/signals: Fix save/restore signal stack to correctly support sigset_t
2020-11-19 22:11 UTC
[PATCH] media: rockchip: rkisp1: Constify static structs
2020-11-19 22:18 UTC (3+ messages)
[RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT
2020-11-19 22:17 UTC (2+ messages)
drivers/net/wan/slic_ds26522.c:205:12: warning: stack frame size of 12288 bytes in function 'slic_ds26522_probe'
2020-11-19 22:16 UTC (2+ messages)
[linux-next:master 5590/7024] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:764:5: warning: no previous prototype for 'vangogh_set_default_dpm_tables'
2020-11-19 22:16 UTC (2+ messages)
[PATCH net-next] MAINTAINERS: Update XDP and AF_XDP entries
2020-11-19 22:16 UTC (4+ messages)
kernel locks due to USB I/O
2020-11-19 22:14 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.