public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-23 14:51:11 to 2022-06-23 16:57:04 UTC [more...]

[PATCH 4.9 000/264] 4.9.320-rc1 review
 2022-06-23 16:42 UTC  (82+ messages)
` [PATCH 4.9 001/264] 9p: missing chunk of "fs/9p: Dont update file type when updating file attributes"
` [PATCH 4.9 002/264] random: remove stale maybe_reseed_primary_crng
` [PATCH 4.9 003/264] random: remove stale urandom_init_wait
` [PATCH 4.9 004/264] random: remove variable limit
` [PATCH 4.9 005/264] random: fix comment for unused random_min_urandom_seed
` [PATCH 4.9 006/264] random: convert get_random_int/long into get_random_u32/u64
` [PATCH 4.9 007/264] random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef block
` [PATCH 4.9 008/264] random: invalidate batched entropy after crng init
` [PATCH 4.9 009/264] random: silence compiler warnings and fix race
` [PATCH 4.9 010/264] random: add wait_for_random_bytes() API
` [PATCH 4.9 011/264] random: add get_random_{bytes,u32,u64,int,long,once}_wait family
` [PATCH 4.9 012/264] random: warn when kernel uses unseeded randomness
` [PATCH 4.9 013/264] random: do not ignore early device randomness
` [PATCH 4.9 014/264] random: suppress spammy warnings about unseeded randomness
` [PATCH 4.9 015/264] random: reorder READ_ONCE() in get_random_uXX
` [PATCH 4.9 016/264] random: fix warning message on ia64 and parisc
` [PATCH 4.9 017/264] random: use a different mixing algorithm for add_device_randomness()
` [PATCH 4.9 018/264] random: set up the NUMA crng instances after the CRNG is fully initialized
` [PATCH 4.9 019/264] random: fix possible sleeping allocation from irq context
` [PATCH 4.9 020/264] random: rate limit unseeded randomness warnings
` [PATCH 4.9 021/264] random: add a spinlock_t to struct batched_entropy
` [PATCH 4.9 022/264] char/random: silence a lockdep splat with printk()
` [PATCH 4.9 023/264] Revert "char/random: silence a lockdep splat with printk()"
` [PATCH 4.9 024/264] random: always use batched entropy for get_random_u{32,64}
` [PATCH 4.9 025/264] random: fix data race on crng_node_pool
` [PATCH 4.9 026/264] crypto: chacha20 - Fix keystream alignment for chacha20_block()
` [PATCH 4.9 027/264] random: always fill buffer in get_random_bytes_wait
` [PATCH 4.9 028/264] random: optimize add_interrupt_randomness
` [PATCH 4.9 029/264] drivers/char/random.c: remove unused dont_count_entropy
` [PATCH 4.9 030/264] random: Fix whitespace pre random-bytes work
` [PATCH 4.9 031/264] random: Return nbytes filled from hw RNG
` [PATCH 4.9 032/264] random: add a config option to trust the CPUs hwrng
` [PATCH 4.9 033/264] random: remove preempt disabled region
` [PATCH 4.9 034/264] random: Make crng state queryable
` [PATCH 4.9 035/264] random: make CPU trust a boot parameter
` [PATCH 4.9 036/264] drivers/char/random.c: constify poolinfo_table
` [PATCH 4.9 037/264] drivers/char/random.c: remove unused stuct poolinfo::poolbits
` [PATCH 4.9 039/264] random: only read from /dev/random after its pool has received 128 bits
` [PATCH 4.9 048/264] Revert "hwrng: core - Freeze khwrng thread during suspend"
` [PATCH 4.9 082/264] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 4.9 083/264] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 4.9 084/264] random: do not sign extend bytes for rotation when mixing
` [PATCH 4.9 086/264] random: mix bootloader randomness into pool
` [PATCH 4.9 087/264] random: harmonize "crng init done" messages
` [PATCH 4.9 088/264] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 4.9 090/264] random: early initialization of ChaCha constants
` [PATCH 4.9 091/264] random: avoid superfluous call to RDRAND in CRNG extraction
` [PATCH 4.9 092/264] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 4.9 093/264] random: fix typo in comments
` [PATCH 4.9 094/264] random: cleanup poolinfo abstraction
` [PATCH 4.9 095/264] crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
` [PATCH 4.9 096/264] random: cleanup integer types
` [PATCH 4.9 097/264] random: remove incomplete last_data logic
` [PATCH 4.9 098/264] random: remove unused extract_entropy() reserved argument
` [PATCH 4.9 099/264] random: try to actively add entropy rather than passively wait for it
` [PATCH 4.9 100/264] random: rather than entropy_store abstraction, use global
` [PATCH 4.9 101/264] random: remove unused OUTPUT_POOL constants
` [PATCH 4.9 102/264] random: de-duplicate INPUT_POOL constants
` [PATCH 4.9 103/264] random: prepend remaining pool constants with POOL_
` [PATCH 4.9 104/264] random: cleanup fractional entropy shift constants
` [PATCH 4.9 106/264] random: simplify arithmetic function flow in account()
` [PATCH 4.9 108/264] random: access primary_pool directly rather than through pointer
` [PATCH 4.9 109/264] random: only call crng_finalize_init() for primary_crng
` [PATCH 4.9 111/264] random: simplify entropy debiting
` [PATCH 4.9 112/264] random: use linear min-entropy accumulation crediting
` [PATCH 4.9 113/264] random: always wake up entropy writers after extraction
` [PATCH 4.9 115/264] random: remove use_input_pool parameter from crng_reseed()
` [PATCH 4.9 116/264] random: remove batched entropy locking
` [PATCH 4.9 117/264] random: fix locking in crng_fast_load()
` [PATCH 4.9 118/264] random: use RDSEED instead of RDRAND in entropy extraction
` [PATCH 4.9 120/264] random: ensure early RDSEED goes through mixer on init
` [PATCH 4.9 122/264] random: absorb fast pool into input pool after fast load
` [PATCH 4.9 123/264] random: use hash function for crng_slow_load()
` [PATCH 4.9 125/264] random: zero buffer after reading entropy from userspace
` [PATCH 4.9 127/264] random: remove ifdefd out interrupt bench
` [PATCH 4.9 128/264] random: remove unused tracepoints
` [PATCH 4.9 136/264] random: group entropy collection functions
` [PATCH 4.9 142/264] random: do not take pool spinlock at boot
` [PATCH 4.9 143/264] random: unify early init crng load accounting
` [PATCH 4.9 144/264] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 4.9 145/264] hwrng: core - do not use multiple blank lines

[PATCH] PCI: mvebu: Use devm_request_irq() for registering interrupt handler
 2022-06-23 16:49 UTC  (4+ messages)

[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
 2022-06-23 16:49 UTC  (8+ messages)

[PATCH] drm/amdgpu: drop unexpected word 'for' in comments
 2022-06-23 16:51 UTC  (2+ messages)

[PATCH][next] drm/amdkfd: Fix spelling mistake "mechanim" -> "mechanism"
 2022-06-23 16:49 UTC  (2+ messages)

[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
 2022-06-23 16:50 UTC  (13+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state

[PATCH] scsi: fcoe: remove redundant assignment to variable wlen
 2022-06-23 16:47 UTC 

[PATCH] drm/rockchip: vop: Don't crash for invalid duplicate_state()
 2022-06-23 16:46 UTC  (2+ messages)

[bvanassche:block-bitwise-opf 11/50] drivers/scsi/device_handler/scsi_dh_rdac.c:539:67: sparse: sparse: incorrect type in initializer (different base types)
 2022-06-23 16:44 UTC 

[GIT PULL] Pagecache fixes for 5.19-rc4
 2022-06-23 16:42 UTC 

[PATCH V4 00/20] The Runtime Verification (RV) interface
 2022-06-23 16:41 UTC  (3+ messages)

[GIT PULL] MIPS fixes vor v5.19
 2022-06-23 16:40 UTC 

[PATCH 0/7] platform/chrome: cros_ec_proto: add Kunit tests
 2022-06-23 16:40 UTC  (15+ messages)
` [PATCH 1/7] platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_status
` [PATCH 2/7] platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error()
` [PATCH 3/7] platform/chrome: cros_ec_proto: add Kunit tests for get_next_event
` [PATCH 4/7] platform/chrome: cros_ec_proto: add Kunit tests for get_host_event
` [PATCH 5/7] platform/chrome: cros_ec_proto: add Kunit tests for check_features
` [PATCH 6/7] platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_count
` [PATCH 7/7] platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd()

[PATCH v4 0/2] dt-bindings: PCI: uniphier: Fix endpoint descriptions
 2022-06-23 16:40 UTC  (2+ messages)

[PATCH v2 0/2] Fix console probe delay due to fw_devlink
 2022-06-23 16:39 UTC  (4+ messages)
` [PATCH v2 2/2] of: base: Avoid console probe delay when fw_devlink.strict=1

[PATCH v22 0/5] Microchip Polarfire FPGA manager
 2022-06-23 16:32 UTC  (6+ messages)
` [PATCH v22 1/5] fpga: fpga-mgr: support bitstream offset in image buffer
` [PATCH v22 2/5] docs: fpga: mgr: document parse_header() callback
` [PATCH v22 3/5] fpga: microchip-spi: add Microchip MPF FPGA manager
` [PATCH v22 4/5] dt-bindings: fpga: add binding doc for microchip-spi fpga mgr
` [PATCH v22 5/5] MAINTAINERS: add Microchip PolarFire FPGA drivers entry

[PATCH 0/8] Fixes and cleanup for RS485
 2022-06-23 16:32 UTC  (11+ messages)
` [PATCH 1/8] serial: core: only get RS485 termination gpio if supported
` [PATCH 3/8] serial: core: move sanitizing of RS485 delays into own function
` [PATCH 5/8] dt_bindings: rs485: Correct delay values

[RFC PATCH v2] riscv: Add Zawrs support for spinlocks
 2022-06-23 16:31 UTC  (2+ messages)

[PATCH 0/8] scsi: aacraid: Replace one-element arrays with flexible-array members
 2022-06-23 16:29 UTC  (7+ messages)
` [PATCH 8/8][next] scsi: aacraid: Replace one-element array with flexible-array member in struct aac_aifcmd

[PATCH -next v5 0/8] bugfix and cleanup for blk-throttle
 2022-06-23 16:26 UTC  (5+ messages)
` [PATCH -next v5 4/8] blk-throttle: fix io hung due to config updates

[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
 2022-06-23 16:27 UTC  (3+ messages)

[PATCH] mlxsw: drop unexpected word 'for' in comments
 2022-06-23 16:22 UTC  (2+ messages)

[PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-06-23 16:17 UTC  (3+ messages)
` [PATCH v7 22/23] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH v3 1/2] PCI: qcom: fix IPQ8074 Gen2 support
 2022-06-23 16:17 UTC  (4+ messages)
` [PATCH v3 2/2] PCI: qcom: move register accesses to .post_init

[PATCH] arm64: dts: altera: socfpga_stratix10: move clocks out of soc node
 2022-06-23 16:16 UTC  (2+ messages)

[PATCH v5 0/2] AD4130
 2022-06-23 16:14 UTC  (6+ messages)
` [PATCH v5 2/2] iio: adc: ad4130: add AD4130 driver

[PATCH v1 0/5] power: domain: Add driver for a PM domain provider which controls
 2022-06-23 16:14 UTC  (3+ messages)

[PATCH 1/1] dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3588
 2022-06-23 16:13 UTC 

[PATCH v6 0/4] Implement vdpasim suspend operation
 2022-06-23 16:07 UTC  (5+ messages)
` [PATCH v6 1/4] vdpa: Add "
` [PATCH v6 2/4] vhost-vdpa: introduce SUSPEND backend feature bit
` [PATCH v6 3/4] vhost-vdpa: uAPI to suspend the device
` [PATCH v6 4/4] vdpa_sim: Implement suspend vdpa op

[PATCH mm v4 0/9] memcg: accounting for objects allocated by mkdir cgroup
 2022-06-23 16:07 UTC  (11+ messages)
` [PATCH mm v5 0/9] memcg: accounting for objects allocated by mkdir, cgroup
` [PATCH mm v5 3/9] memcg: enable accounting for kernfs iattrs
` [PATCH mm v5 4/9] memcg: enable accounting for struct simple_xattr
` [PATCH mm v5 5/9] memcg: enable accounting for percpu allocation of struct psi_group_cpu
` [PATCH mm v5 6/9] memcg: enable accounting for percpu allocation of struct cgroup_rstat_cpu
` [PATCH mm v5 7/9] memcg: enable accounting for large allocations in mem_cgroup_css_alloc
` [PATCH mm v5 8/9] memcg: enable accounting for allocations in alloc_fair_sched_group
` [PATCH mm v5 9/9] memcg: enable accounting for perpu allocation of struct rt_rq

[RFC PATCH v2 0/3] Add PUD and kernel PTE level pagetable account
 2022-06-23 16:07 UTC  (3+ messages)
` [RFC PATCH v2 1/3] mm: Factor out the pagetable pages account into new helper function

[PATCH v2] Input: usbtouchscreen - add driver_info sanity check
 2022-06-23 15:59 UTC  (2+ messages)

[PATCH -next] NTB: EPF: Fix Kconfig dependency
 2022-06-23 15:58 UTC  (4+ messages)
    ` [EXT] "

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-23 15:58 UTC  (3+ messages)
` [PATCH v3 1/8] statx: add direct I/O "

[PATCH V1] x86/cstate: Add Zhaoxin/Centaur ACPI Cx FFH MWAIT support
 2022-06-23 15:55 UTC  (2+ messages)

[PATCH v4 00/20] arch_topology: Updates to add socket support and fix cluster ids
 2022-06-23 15:55 UTC  (3+ messages)
` [PATCH v4 10/20] arm64: topology: Remove redundant setting of llc_id in CPU topology

[PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-06-23 15:53 UTC  (9+ messages)
` [PATCH 1/8] block, bfq: split sync bfq_queues on a per-actuator basis
` [PATCH 2/8] block, bfq: forbid stable merging of queues associated with different actuators
` [PATCH 3/8] block, bfq: turn scalar fields into arrays in bfq_io_cq
` [PATCH 4/8] block, bfq: split also async bfq_queues on a per-actuator basis
` [PATCH 5/8] block, bfq: turn BFQ_NUM_ACTUATORS into BFQ_MAX_ACTUATORS
` [PATCH 6/8] block, bfq: retrieve independent access ranges from request queue
` [PATCH 7/8] block, bfq: inject I/O to underutilized actuators
` [PATCH 8/8] block, bfq: balance I/O injection among "

[PATCH 5.15] usb: gadget: u_ether: fix regression in setting fixed MAC address
 2022-06-23 15:52 UTC  (2+ messages)

[PATCH] PCI: qcom: Add support for modular builds
 2022-06-23 15:52 UTC  (2+ messages)

[PATCH] x86/paravirt: useless assignment instructions cause Unixbench full core performance degradation
 2022-06-23 15:50 UTC 

[PATCH] spi: fsi: Increase timeout and ensure status is checked
 2022-06-23 15:48 UTC  (2+ messages)

[PATCH v3 00/14] Add Mediatek MT6370 PMIC support
 2022-06-23 15:48 UTC  (2+ messages)
` (subset) "

[jolsa-perf:bpf/tramp_11 19/21] kernel/bpf/trampoline.c:81:31: sparse: sparse: non size-preserving pointer to integer cast
 2022-06-23 15:46 UTC 

[PATCH 0/2] Kconfig: -O3 enablement
 2022-06-23 15:44 UTC  (5+ messages)

[PATCH v2] dt-bindings: mmc: mtk-sd: Set clocks based on compatible
 2022-06-23 15:40 UTC 

[PATCH v2 0/4][next] scsi: megaraid_sas: Replace one-element arrays with flexible-array members
 2022-06-23 15:38 UTC  (7+ messages)
` [PATCH v2 3/4][next] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_DRV_RAID_MAP

linux-next: build warning after merge of the ntb tree
 2022-06-23 15:37 UTC  (3+ messages)
  ` [PATCH 1/2] Documentation: PCI: Use code-block block for scratchpad registers diagram
    ` [EXT] "

[PATCH] clk: Fix referring to wrong pointer in devm_clk_release()
 2022-06-23 15:37 UTC  (3+ messages)

[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-06-23 15:32 UTC  (3+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'

[PATCH] clk: qcom: sc8280xp: add parent to gcc_ufs_phy_axi_clk for sa8540p
 2022-06-23 15:32 UTC  (2+ messages)

[PATCH] pstore/zone: cleanup "rcnt" type
 2022-06-23 15:31 UTC  (2+ messages)

DMA-buf and uncached system memory
 2022-06-23 15:26 UTC  (20+ messages)

[PATCH v2] drm/sun4i: Enable output signal premultiplication for DE2/DE3
 2022-06-23 15:25 UTC  (6+ messages)

[PATCH] s390/sclp: Fix typo in comments
 2022-06-23 15:15 UTC  (2+ messages)

[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-06-23 15:12 UTC  (9+ messages)
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT
    ` [PATCH 0/9] ptrace: cleaning up ptrace_stop
      ` [PATCH 0/12] "
        ` [PATCH v3 0/11] "
          ` [PATCH v4 0/12] "
            ` [PATCH 0/3] ptrace: Stop supporting SIGKILL for PTRACE_EVENT_EXIT

[PATCH 0/2] gpio: gpio-sim: read property 'gpio-base' from dtb
 2022-06-23 14:59 UTC 

[GIT PULL] dt-bindings: qcom for v5.20
 2022-06-23 14:58 UTC 

[PATCH] soundwire: bus_type: fix remove and shutdown support
 2022-06-23 14:54 UTC  (3+ messages)

[PATCH 0/2] Add SCMI full message tracing
 2022-06-23 14:55 UTC  (3+ messages)
` [PATCH 1/2] include: trace: "
` [PATCH 2/2] firmware: arm_scmi: Use new "

[PATCH 0/6] printk: Revert console kthreads for 5.19
 2022-06-23 14:51 UTC  (7+ messages)
` [PATCH 1/6] Revert "printk: Wait for the global console lock when the system is going down"
` [PATCH 2/6] Revert "printk: Block console kthreads when direct printing will be required"
` [PATCH 3/6] Revert "printk: remove @console_locked"
` [PATCH 4/6] Revert "printk: extend console_lock for per-console locking"
` [PATCH 5/6] Revert "printk: add kthread console printers"
` [PATCH 6/6] Revert "printk: add functions to prefer direct printing"


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox