linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-27 10:05:48 to 2022-05-27 11:48:01 UTC [more...]

[PATCH 5.15 000/145] 5.15.44-rc1 review
 2022-05-27  8:48 UTC  (28+ messages)
` [PATCH 5.15 004/145] ACPI: sysfs: Fix BERT error region memory mapping
` [PATCH 5.15 005/145] MAINTAINERS: co-maintain random.c
` [PATCH 5.15 006/145] MAINTAINERS: add git tree for random.c
` [PATCH 5.15 007/145] lib/crypto: blake2s: include as built-in
` [PATCH 5.15 008/145] lib/crypto: blake2s: move hmac construction into wireguard
` [PATCH 5.15 009/145] lib/crypto: sha1: re-roll loops to reduce code size
` [PATCH 5.15 010/145] lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
` [PATCH 5.15 011/145] random: document add_hwgenerator_randomness() with other input functions
` [PATCH 5.15 012/145] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 5.15 013/145] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 5.15 014/145] random: do not sign extend bytes for rotation when mixing
` [PATCH 5.15 015/145] random: do not re-init if crng_reseed completes before primary init
` [PATCH 5.15 016/145] random: mix bootloader randomness into pool
` [PATCH 5.15 017/145] random: harmonize "crng init done" messages
` [PATCH 5.15 018/145] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 5.15 019/145] random: early initialization of ChaCha constants
` [PATCH 5.15 020/145] random: avoid superfluous call to RDRAND in CRNG extraction
` [PATCH 5.15 021/145] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 5.15 022/145] random: fix typo in comments
` [PATCH 5.15 023/145] random: cleanup poolinfo abstraction
` [PATCH 5.15 024/145] random: cleanup integer types
` [PATCH 5.15 025/145] random: remove incomplete last_data logic
` [PATCH 5.15 026/145] random: remove unused extract_entropy() reserved argument
` [PATCH 5.15 027/145] random: rather than entropy_store abstraction, use global
` [PATCH 5.15 035/145] random: continually use hwgenerator randomness
` [PATCH 5.15 037/145] random: only call crng_finalize_init() for primary_crng
` [PATCH 5.15 038/145] random: use computational hash for entropy extraction

[PATCH 5.10 000/163] 5.10.119-rc1 review
 2022-05-27  8:48 UTC  (34+ messages)
` [PATCH 5.10 017/163] crypto: x86/blake2s - define shash_alg structs using macros
` [PATCH 5.10 018/163] crypto: blake2s - remove unneeded includes
` [PATCH 5.10 019/163] crypto: blake2s - move update and final logic to internal/blake2s.h
` [PATCH 5.10 020/163] crypto: blake2s - share the "shash" API boilerplate code
` [PATCH 5.10 021/163] crypto: blake2s - optimize blake2s initialization
` [PATCH 5.10 022/163] crypto: blake2s - add comment for blake2s_state fields
` [PATCH 5.10 023/163] crypto: blake2s - adjust include guard naming
` [PATCH 5.10 024/163] crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
` [PATCH 5.10 025/163] lib/crypto: blake2s: include as built-in
` [PATCH 5.10 026/163] lib/crypto: blake2s: move hmac construction into wireguard
` [PATCH 5.10 027/163] lib/crypto: sha1: re-roll loops to reduce code size
` [PATCH 5.10 028/163] lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
` [PATCH 5.10 029/163] random: document add_hwgenerator_randomness() with other input functions
` [PATCH 5.10 030/163] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 5.10 031/163] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 5.10 032/163] random: do not sign extend bytes for rotation when mixing
` [PATCH 5.10 033/163] random: do not re-init if crng_reseed completes before primary init
` [PATCH 5.10 034/163] random: mix bootloader randomness into pool
` [PATCH 5.10 035/163] random: harmonize "crng init done" messages
` [PATCH 5.10 036/163] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 5.10 037/163] random: early initialization of ChaCha constants
` [PATCH 5.10 039/163] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 5.10 040/163] random: fix typo in comments
` [PATCH 5.10 041/163] random: cleanup poolinfo abstraction
` [PATCH 5.10 042/163] random: cleanup integer types
` [PATCH 5.10 043/163] random: remove incomplete last_data logic
` [PATCH 5.10 044/163] random: remove unused extract_entropy() reserved argument
` [PATCH 5.10 045/163] random: rather than entropy_store abstraction, use global
` [PATCH 5.10 046/163] random: remove unused OUTPUT_POOL constants
` [PATCH 5.10 047/163] random: de-duplicate INPUT_POOL constants
` [PATCH 5.10 051/163] random: selectively clang-format where it makes sense
` [PATCH 5.10 052/163] random: simplify arithmetic function flow in account()
` [PATCH 5.10 053/163] random: continually use hwgenerator randomness

[PATCH 5.17 000/111] 5.17.12-rc1 review
 2022-05-27  8:49 UTC  (32+ messages)
` [PATCH 5.17 040/111] random: unify early init crng load accounting
` [PATCH 5.17 041/111] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 5.17 042/111] random: pull add_hwgenerator_randomness() declaration into random.h
` [PATCH 5.17 043/111] random: clear fast pool, crng, and batches in cpuhp bring up
` [PATCH 5.17 044/111] random: round-robin registers as ulong, not u32
` [PATCH 5.17 045/111] random: only wake up writers after zap if threshold was passed
` [PATCH 5.17 046/111] random: cleanup UUID handling
` [PATCH 5.17 047/111] random: unify cycles_t and jiffies usage and types
` [PATCH 5.17 048/111] random: do crng pre-init loading in worker rather than irq
` [PATCH 5.17 049/111] random: give sysctl_random_min_urandom_seed a more sensible value
` [PATCH 5.17 050/111] random: dont let 644 read-only sysctls be written to
` [PATCH 5.17 051/111] random: replace custom notifier chain with standard one
` [PATCH 5.17 052/111] random: use SipHash as interrupt entropy accumulator
` [PATCH 5.17 053/111] random: make consistent usage of crng_ready()
` [PATCH 5.17 054/111] random: reseed more often immediately after booting
` [PATCH 5.17 055/111] random: check for signal and try earlier when generating entropy
` [PATCH 5.17 056/111] random: skip fast_init if hwrng provides large chunk of entropy
` [PATCH 5.17 057/111] random: treat bootloader trust toggle the same way as cpu trust toggle
` [PATCH 5.17 058/111] random: re-add removed comment about get_random_{u32,u64} reseeding
` [PATCH 5.17 059/111] random: mix build-time latent entropy into pool at init
` [PATCH 5.17 060/111] random: do not split fast init input in add_hwgenerator_randomness()
` [PATCH 5.17 061/111] random: do not allow user to keep crng key around on stack
` [PATCH 5.17 064/111] random: allow partial reads if later user copies fail
` [PATCH 5.17 065/111] random: make random_get_entropy() return an unsigned long
` [PATCH 5.17 066/111] random: document crng_fast_key_erasure() destination possibility
` [PATCH 5.17 067/111] random: fix sysctl documentation nits
` [PATCH 5.17 068/111] init: call time_init() before rand_initialize()
` [PATCH 5.17 069/111] ia64: define get_cycles macro for arch-override
` [PATCH 5.17 070/111] s390: "
` [PATCH 5.17 074/111] timekeeping: Add raw clock fallback for random_get_entropy()
` [PATCH 5.17 076/111] riscv: use fallback for random_get_entropy() instead of zero

[intel-tdx:kvm-upstream-workaround 333/429] include/linux/memfile_notifier.h:93:13: error: 'memfile_unregister_notifier' defined but not used
 2022-05-27 11:40 UTC 

[RFC PATCH 0/1] stackdepot hash table autosizing
 2022-05-27 11:37 UTC  (2+ messages)
` [RFC PATCH 1/1] lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing

Queries: Using ifdef CONFIG condition in dts files
 2022-05-27 11:36 UTC  (3+ messages)

[PATCH v2] media: imx-jpeg: Leave a blank space before the configuration data
 2022-05-27 11:33 UTC  (4+ messages)
  ` [EXT] "

[PATCH] spi: dt-bindings: Move 'rx-sample-delay-ns' to spi-peripheral-props.yaml
 2022-05-27 11:32 UTC  (4+ messages)

[PATCH net] net/ipv6: Change accept_unsolicited_na to accept_untracked_na
 2022-05-27 11:30 UTC  (3+ messages)

[intel-tdx:kvm-upstream-workaround 333/429] include/linux/memfile_notifier.h:87:57: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 2022-05-27 11:30 UTC 

[GIT PULL] Crypto Fixes for 5.11
 2022-05-27 11:29 UTC  (11+ messages)
` [GIT PULL] Crypto Fixes for 5.14
    ` [GIT PULL] Crypto Fixes for 5.15
        ` [GIT PULL] Crypto Fixes for 5.16
            ` [GIT PULL] Crypto Fixes for 5.17
                ` [GIT PULL] Crypto Fixes for 5.18
                  ` [GIT PULL] Crypto Fixes for 5.19

[PATCH] XArray: handle XA_FLAGS_ACCOUNT in xas_split_alloc
 2022-05-27 11:22 UTC  (4+ messages)

[PATCH] drivers: input: Directly use ida_alloc()/free()
 2022-05-27 11:20 UTC  (4+ messages)
  ` 答复: "

[PATCH net-next] net: lan743x: PCI11010 / PCI11414 fix
 2022-05-27 11:20 UTC  (2+ messages)

[PATCH -next] Revert "evm: Fix memleak in init_desc"
 2022-05-27 11:17 UTC 

[PATCH] mm: kmemleak: Skip check in kmemleak_*_phys when pfn bound is not ready
 2022-05-27 11:17 UTC  (3+ messages)

[PATCH] drivers: fsi: Directly use ida_alloc()/free()
 2022-05-27 11:29 UTC  (2+ messages)

[PATCH] crypto: octeontx2: fix potential null pointer access
 2022-05-27 11:14 UTC  (5+ messages)
  ` [EXT] "

[PATCH] procfs: add syscall statistics
 2022-05-27 11:09 UTC 

[RFC 0/2] Add support for multiport controller
 2022-05-27 11:09 UTC  (7+ messages)
` [RFC 1/2] dt-bindings: usb: dwc3: Add support for multiport related properties
` [RFC 2/2] usb: dwc3: Refactor PHY logic to support Multiport Controller

[PATCH 5.18 00/47] 5.18.1-rc1 review
 2022-05-27 11:09 UTC 

[PATCH RFC 0/2] Add PLIC support for Renesas RZ/Five SoC
 2022-05-27 11:05 UTC  (3+ messages)
` [PATCH RFC 2/2] irqchip/sifive-plic: Add "

[PATCH RFC V2 06/10] irqchip/loongson-htvec: Add ACPI init support
 2022-05-27 11:02 UTC  (5+ messages)
` [PATCH RFC V2 07/10] irqchip/loongson-htvec: Add suspend/resume support
` [PATCH RFC V2 08/10] irqchip/loongson-liointc: Add ACPI init support
` [PATCH RFC V2 09/10] irqchip: Add Loongson Extended I/O interrupt controller support
` [PATCH RFC V2 10/10] irqchip: Add Loongson PCH LPC "

[PATCH RFC V2 00/10] irqchip: Add LoongArch-related irqchip drivers
 2022-05-27 11:02 UTC  (6+ messages)
` [PATCH RFC V2 01/10] irqchip: Adjust Kconfig for Loongson
` [PATCH RFC V2 02/10] irqchip: Add LoongArch CPU interrupt controller support
` [PATCH RFC V2 03/10] irqchip/loongson-pch-pic: Add ACPI init support
` [PATCH RFC V2 04/10] irqchip/loongson-pch-pic: Add suspend/resume support
` [PATCH RFC V2 05/10] irqchip/loongson-pch-msi: Add ACPI init support

[intel-tdx:kvm-upstream-workaround 333/429] include/linux/memfile_notifier.h:87:57: error: unknown type name 'flags'
 2022-05-27 11:01 UTC 

[PATCH net] net/mlx5: fix invalid structure access
 2022-05-27 11:01 UTC 

[PATCH v6 0/2] Introduce MediaTek CCI devfreq driver
 2022-05-27 11:00 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: interconnect: Add MediaTek CCI dt-bindings
` [PATCH v6 2/2] PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver

[RFC v2 0/2] Add support for multiport controller
 2022-05-27 11:00 UTC  (4+ messages)
` [RFC v2 1/2] dt-bindings: usb: dwc3: Add support for multiport related properties

[RFC 0/1] refactor all tasklet users into other APIs
 2022-05-27 10:59 UTC  (6+ messages)
` [RFC 1/1] drivers/dma/*: replace tasklets with workqueue

[RFC PATCH 0/3] x86/microcode: Drop old interface and default-disable late loading
 2022-05-27 10:58 UTC  (4+ messages)
` [RFC PATCH 2/3] x86/microcode: Default-disable "

[PATCH RFC V2 00/10] irqchip: Add LoongArch-related irqchip drivers
 2022-05-27 10:57 UTC 

[PATCH] virtio_balloon: check virtqueue_add_outbuf() return value
 2022-05-27 10:57 UTC  (2+ messages)

[PATCH 0/2] Add the property to make ocp level selectable
 2022-05-27 10:56 UTC  (5+ messages)
` [PATCH 2/2] backlight: rt4831: Add the property parsing for ocp level selection

[PATCH v3 00/23] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-05-27 10:55 UTC  (11+ messages)
` [PATCH v3 02/23] dt-bindings: ata: ahci-platform: Detach common AHCI bindings
` [PATCH v3 20/23] dt-bindings: ata: ahci: Add Baikal-T1 AHCI SATA controller DT schema

[PATCH] drm/i915: don't flush TLB on GEN8
 2022-05-27 10:55 UTC  (2+ messages)

[PATCH v4 0/4] Implement vdpasim stop operation
 2022-05-27 10:55 UTC  (3+ messages)

[PATCH] drivers: greybus: Directly use ida_alloc()/free()
 2022-05-27 11:13 UTC 

[PATCH V6 0/9] rework on the IRQ hardening of virtio
 2022-05-27 10:50 UTC  (8+ messages)
` [PATCH V6 2/9] virtio: use virtio_reset_device() when possible
` [PATCH V6 3/9] virtio: introduce config op to synchronize vring callbacks
` [PATCH V6 9/9] virtio: use WARN_ON() to warning illegal status value

[PATCH 0/2] Refactor of vma_merge and new merge call
 2022-05-27 10:48 UTC  (3+ messages)
` [PATCH 1/2] [PATCH 1/2] mm: refactor of vma_merge()
` [PATCH 2/2] [PATCH 2/2] mm: add merging after mremap resize

[PATCH v3] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-27 10:46 UTC  (2+ messages)

[kbuild] drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1292 gfx_v11_0_rlc_backdoor_autoload_copy_ucode() warn: should '1 << id' be a 64 bit type?
 2022-05-27 10:45 UTC 

[PATCH] xfs: drop the useless LIST_HEAD in __mtd_del_partition()
 2022-05-27 10:45 UTC  (2+ messages)

[PATCH v3 0/9] cifs: Use iov_iters down to the network transport
 2022-05-27 10:45 UTC  (10+ messages)
` [PATCH v3 1/9] iov_iter: Add a function to extract an iter's buffers to a bvec iter
` [PATCH v3 2/9] iov_iter: Add a general purpose iteration function
` [PATCH v3 3/9] cifs: Add some helper functions
` [PATCH v3 4/9] cifs: Add a function to read into an iter from a socket
` [PATCH v3 5/9] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH v3 6/9] cifs: Remove unused code
` [PATCH v3 7/9] cifs: Trace writedata page wrangling
` [PATCH v3 8/9] cifs: Add some RDMA send tracepoints
` [PATCH v3 9/9] cifs, ksmbd: Fix MAX_SGE count for softiwarp

[congwang:sch_bpf 4/4] net/sched/sch_api.c:369:22: error: implicit declaration of function 'tcf_get_next_chain'
 2022-05-27 10:41 UTC 

[PATCH] UML: add support for KASAN under x86_64
 2022-05-27 10:36 UTC  (3+ messages)
` [RFC PATCH v3] "

[PATCH v3] clk: bcm2835: Round UART input clock up
 2022-05-27 10:29 UTC 

[PATCH] drivers: char: Directly use ida_alloc()/free()
 2022-05-27 10:29 UTC  (2+ messages)

[PATCH v2 00/28] Printbufs (now with more printbufs!)
 2022-05-27 10:29 UTC  (5+ messages)
` [PATCH v2 01/28] lib/printbuf: New data structure for printing strings

[PATCH v2 0/6] OPE support on Tegra210 and later
 2022-05-27 10:26 UTC  (7+ messages)
` [PATCH v2 1/6] ASoC: tegra: Add binding doc for OPE module
` [PATCH v2 2/6] ASoC: tegra: Add Tegra210 based OPE driver
` [PATCH v2 3/6] ASoC: tegra: AHUB routes for OPE module
` [PATCH v2 4/6] arm64: defconfig: Build Tegra "
` [PATCH v2 5/6] arm64: tegra: Add OPE device on Tegra210 and later
` [PATCH v2 6/6] arm64: tegra: Enable OPE on various platforms

[PATCH] virtio: Directly use ida_alloc()/free()
 2022-05-27 10:26 UTC  (2+ messages)

[PATCH] virtio_balloon: check virtqueue_add_outbuf() return value
 2022-05-27 10:24 UTC  (2+ messages)

[PATCH] x86/mm: use PAGE_ALIGNED instead of IS_ALIGNED
 2022-05-27 10:23 UTC  (2+ messages)
` [tip: x86/mm] x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE)

[PATCH] x86: Fix all occurences of "the the"
 2022-05-27 10:23 UTC  (2+ messages)
` [tip: x86/cleanups] x86: Fix all occurences of the "the the" typo

[PATCH 0/2] x86/pat: fix querying available caching modes
 2022-05-27 10:21 UTC  (3+ messages)
` [PATCH 1/2] x86/pat: fix x86_has_pat_wp()

[RFC PATCH v2 1/1] mac80211: use AQL airtime for expected throughput
 2022-05-27 10:20 UTC 

[PATCH 4/4] virtio-blk: remove deprecated ida_simple_XXX()
 2022-05-27 10:19 UTC  (2+ messages)

[PATCH -next] ext4: fix super block checksum incorrect after mount
 2022-05-27 10:18 UTC  (5+ messages)

[RESEND v1] Bluetooth: hci_qca: Return wakeup for qca_wakeup
 2022-05-27 10:15 UTC 

[PATCH] perf/core: drop the useless LIST_HEAD in perf_event_remove_on_exec()
 2022-05-27 10:15 UTC  (2+ messages)
` [tip: perf/urgent] perf/core: Remove unused local variable

[PATCH] media: imx-jpeg: Correct some definition according specification
 2022-05-27 10:15 UTC  (6+ messages)
` [PATCH] media: imx-jpeg: Leave a blank space before the configuration data
    ` [EXT] "

[peterz-queue:objtool/urgent 9/9] arch/x86/include/asm/extable.h:47:86: warning: 'noreturn' function does return
 2022-05-27 10:08 UTC  (2+ messages)

[PATCH] media: rc: Directly use ida_free()
 2022-05-27 10:30 UTC 

[PATCH v2] arm64: enable THP_SWAP for arm64
 2022-05-27 10:06 UTC 

[PATCH v7 0/8] kbuild: yet another series of cleanups
 2022-05-27 10:01 UTC  (5+ messages)
` [PATCH v7 2/8] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v7 4/8] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v7 5/8] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v7 6/8] kbuild: make *.mod "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).