linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-22 18:51:04 to 2021-12-23 00:23:59 UTC [more...]

[PATCH v9 00/15] Function Granular KASLR
 2021-12-23  0:22 UTC  (8+ messages)
` [PATCH v9 01/15] modpost: fix removing numeric suffixes
` [PATCH v9 02/15] livepatch: use `-z unique-symbol` if available to nuke pos-based search
` [PATCH v9 05/15] x86: support ASM function sections
` [PATCH v9 06/15] x86: decouple ORC table sorting into a separate file
` [PATCH v9 07/15] Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v9 08/15] x86/tools: Add relative relocs for randomized functions
` [PATCH v9 09/15] x86: Add support for function granular KASLR

[PATCH 0/9] BCMA support for brcmnand
 2021-12-23  0:22 UTC  (10+ messages)
` [PATCH 1/9] mtd: rawnand: brcmnand: Allow SoC to provide I/O operations
` [PATCH 2/9] mtd: rawnand: brcmnand: Assign soc as early as possible
` [PATCH 3/9] mtd: rawnand: brcmnand: Avoid pdev in brcmnand_init_cs()
` [PATCH 4/9] mtd: rawnand: brcmnand: Move OF operations out of brcmnand_init_cs()
` [PATCH 5/9] mtd: rawnand: brcmnand: Allow working without interrupts
` [PATCH 6/9] mtd: rawnand: brcmnand: Add platform data structure for BCMA
` [PATCH 7/9] mtd: rawnand: brcmnand: Allow platform data instantation
` [PATCH 8/9] mtd: rawnand: brcmnand: BCMA controller uses command shift of 0
` [PATCH 9/9] mtd: rawnand: brcmnand: Add BCMA shim

[PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)
 2021-12-23  0:21 UTC  (11+ messages)

[PATCH v8 00/12] user_events: Enable user processes to create and write to trace events
 2021-12-23  0:08 UTC  (5+ messages)
` [PATCH v8 10/12] user_events: Add sample code for typical usage
` [PATCH v8 11/12] user_events: Validate user payloads for size and null termination

[PATCH v2 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-23  0:01 UTC  (2+ messages)

linux-next: build warning after merge of the arm-soc tree
 2021-12-22 23:58 UTC  (3+ messages)

[PATCH -next] bio.h: fix kernel-doc warnings
 2021-12-22 23:57 UTC  (2+ messages)

[PATCH 00/19] AMX Support in KVM
 2021-12-22 23:51 UTC  (9+ messages)
` [PATCH 16/19] kvm: x86: Introduce KVM_{G|S}ET_XSAVE2 ioctl
      ` State Component 18 and Palette 1 (Re: [PATCH 16/19] kvm: x86: Introduce KVM_{G|S}ET_XSAVE2 ioctl)

linux-next: manual merge of the nand tree with the drivers-memory tree
 2021-12-22 23:47 UTC 

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2021-12-22 23:31 UTC  (69+ messages)
` [PATCH v4 01/68] fscache, cachefiles: Disable configuration
` [PATCH v4 02/68] cachefiles: Delete the cachefiles driver pending rewrite
` [PATCH v4 03/68] fscache: Remove the contents of the fscache driver, "
` [PATCH v4 04/68] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v4 05/68] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v4 06/68] fscache: Introduce new driver
` [PATCH v4 07/68] fscache: Implement a hash function
` [PATCH v4 08/68] fscache: Implement cache registration
` [PATCH v4 09/68] fscache: Implement volume registration
` [PATCH v4 10/68] fscache: Implement cookie registration
` [PATCH v4 11/68] fscache: Implement cache-level access helpers
` [PATCH v4 12/68] fscache: Implement volume-level "
` [PATCH v4 13/68] fscache: Implement cookie-level "
` [PATCH v4 14/68] fscache: Implement functions add/remove a cache
` [PATCH v4 15/68] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v4 16/68] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v4 17/68] fscache: Implement simple cookie state machine
` [PATCH v4 18/68] fscache: Implement cookie user counting and resource pinning
` [PATCH v4 19/68] fscache: Implement cookie invalidation
` [PATCH v4 20/68] fscache: Provide a means to begin an operation
` [PATCH v4 21/68] fscache: Count data storage objects in a cache
` [PATCH v4 22/68] fscache: Provide read/write stat counters for the cache
` [PATCH v4 23/68] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v4 24/68] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v4 25/68] fscache: Implement raw I/O interface
` [PATCH v4 26/68] fscache: Implement higher-level write "
` [PATCH v4 27/68] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v4 28/68] fscache: Provide a function to note the release of a page
` [PATCH v4 29/68] fscache: Provide a function to resize a cookie
` [PATCH v4 30/68] cachefiles: Introduce rewritten driver
` [PATCH v4 31/68] cachefiles: Define structs
` [PATCH v4 32/68] cachefiles: Add some error injection support
` [PATCH v4 33/68] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v4 34/68] cachefiles: Add cache error reporting macro
` [PATCH v4 35/68] cachefiles: Add security derivation
` [PATCH v4 36/68] cachefiles: Register a miscdev and parse commands over it
` [PATCH v4 37/68] cachefiles: Provide a function to check how much space there is
` [PATCH v4 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v4 39/68] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v4 40/68] cachefiles: Implement cache registration and withdrawal
` [PATCH v4 41/68] cachefiles: Implement volume support
` [PATCH v4 42/68] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v4 43/68] cachefiles: Implement object lifecycle funcs
` [PATCH v4 44/68] cachefiles: Implement key to filename encoding
` [PATCH v4 45/68] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v4 46/68] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v4 47/68] cachefiles: Implement culling daemon commands
` [PATCH v4 48/68] cachefiles: Implement backing file wrangling
` [PATCH v4 49/68] cachefiles: Implement begin and end I/O operation
` [PATCH v4 50/68] cachefiles: Implement cookie resize for truncate
` [PATCH v4 51/68] cachefiles: Implement the I/O routines
` [PATCH v4 52/68] fscache, cachefiles: Store the volume coherency data
` [PATCH v4 53/68] cachefiles: Allow cachefiles to actually function
` [PATCH v4 54/68] fscache, cachefiles: Display stats of no-space events
` [PATCH v4 55/68] fscache, cachefiles: Display stat of culling events
` [PATCH v4 56/68] afs: Convert afs to use the new fscache API
` [PATCH v4 57/68] afs: Copy local writes to the cache when writing to the server
` [PATCH v4 58/68] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v4 59/68] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v4 60/68] 9p: Copy local writes to the cache when writing to the server
` [PATCH v4 61/68] nfs: Convert to new fscache volume/cookie API
` [PATCH v4 62/68] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v4 63/68] cifs: Support fscache indexing rewrite (untested)
` [PATCH v4 64/68] ceph: conversion to new fscache API
` [PATCH v4 65/68] ceph: add fscache writeback support
` [PATCH v4 66/68] fscache: Rewrite documentation
` [PATCH v4 67/68] fscache: Add a tracepoint for cookie use/unuse
` [PATCH v4 68/68] 9p, afs, ceph, cifs, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocking()

[nbd168-wireless:mt76 5/28] drivers/net/wireless/mediatek/mt76/mt7915/dma.c:97:6: warning: variable 'base' is used uninitialized whenever 'if' condition is false
 2021-12-22 23:25 UTC 

[PATCH 00/10] Removal of most do_exit calls
 2021-12-22 23:22 UTC  (6+ messages)
` [PATCH 09/10] kthread: Ensure struct kthread is present for all kthreads

[PATCH bpf-next] selftests/bpf: Fix building error when using userspace pt_regs
 2021-12-22 23:17 UTC  (9+ messages)

[PATCH] net: broadcom: bcm4908enet: remove redundant variable bytes
 2021-12-22 23:10 UTC  (2+ messages)

[PATCH v2 1/2] asix: fix uninit-value in asix_mdio_read()
 2021-12-22 23:00 UTC  (2+ messages)

drivers/pinctrl/bcm/pinctrl-ns.c:286:10: error: passing 'const char *const *const' to parameter of type 'const char **' discards qualifiers
 2021-12-22 22:55 UTC 

[PATCH v2] KVM: Move VM's worker kthreads back to the original cgroups before exiting
 2021-12-22 22:53 UTC 

[PATCH v3 0/5] iommu/arm-smmu-v3: Add NVIDIA Grace CMDQ-V Support
 2021-12-22 22:52 UTC  (4+ messages)
` [PATCH v3 5/5] iommu/nvidia-grace-cmdqv: Limit CMDs for guest owned VINTF

[PATCH 0/2] sched/fair: Wake task within the cluster when possible
 2021-12-22 22:36 UTC  (4+ messages)
` [PATCH 2/2] sched/fair: Scan cluster before scanning LLC in wake-up path

[PATCH 0/5] Remove duplicate context init function for sha algorithm
 2021-12-22 22:35 UTC  (3+ messages)
` [PATCH 1/5] crypto: sha256 - remove duplicate generic hash init function

[PATCH net-next] net: dsa: tag_ocelot: use traffic class to map priority on injected header
 2021-12-22 22:23 UTC  (2+ messages)

[PATCH] ima: silence measurement list hexdump during kexec
 2021-12-22 22:13 UTC  (2+ messages)

[syzbot] INFO: task hung in cgroup_can_fork
 2021-12-22 22:13 UTC 

[PATCH v4] arm64: dts: qcom: sc7280: Add bluetooth node on SC7280 IDP boards
 2021-12-22 22:02 UTC  (5+ messages)

[PATCH v2] staging: pi433: add comment to rx_lock mutex definition
 2021-12-22 21:56 UTC 

[PATCH] ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtype
 2021-12-22 21:53 UTC  (2+ messages)

[PATCH net] net: bridge: fix ioctl old_deviceless bridge argument
 2021-12-22 21:52 UTC  (2+ messages)

[RFC 0/2] i2c-designware: Add support for AMD PSP semaphore
 2021-12-22 21:51 UTC  (5+ messages)

[PATCH v1 0/2] selftest/kexec: minor update to the existing test
 2021-12-22 21:30 UTC  (3+ messages)
` [PATCH v1 1/2] selftest/kexec: fix "ignored null byte in input" warning
` [PATCH v1 2/2] selftests/kexec: update searching for the Kconfig

[PATCH v2 0/2] TJA1103 perout and extts
 2021-12-22 21:34 UTC  (3+ messages)
` [PATCH v2 1/2] phy: nxp-c45-tja11xx: add extts and perout support
` [PATCH v2 2/2] phy: nxp-c45-tja11xx: read the tx timestamp without lock

[PATCH v11 00/15] iio: afe: add temperature rescaling support
 2021-12-22 21:32 UTC  (21+ messages)
` [PATCH v11 04/15] iio: afe: rescale: expose scale processing function
` [PATCH v11 09/15] iio: afe: rescale: reduce risk of integer overflow
` [PATCH v11 10/15] iio: afe: rescale: make use of units.h
` [PATCH v11 11/15] iio: test: add basic tests for the iio-rescale driver

[RFC PATCH v6 0/4] Add Naneng multi phy support for rk3568
 2021-12-22 21:30 UTC  (5+ messages)
` [RFC PATCH v6 1/4] dt-bindings: mfd: syscon: add naneng multi phy register compatible
` [RFC PATCH v6 2/4] dt-bindings: phy: rockchip: add naneng multi phy bindings
` [RFC PATCH v6 3/4] phy: rockchip: add naneng multi phy for rk3568
` [RFC PATCH v6 4/4] arm64: dts: rockchip: add naneng multi phy nodes "

[RFC PATCH v12 00/17] dlb: introduce DLB device driver
 2021-12-22 21:26 UTC  (7+ messages)
` [RFC PATCH v12 01/17] dlb: add skeleton for DLB driver

[PATCH] ACPI: battery: Add the ThinkPad "Not Charging" quirk
 2021-12-22 21:20 UTC 

[csky-linux:riscv_compat_v1 8/13] include/linux/compiler_types.h:335:45: error: call to '__compiletime_assert_340' declared with attribute error: BUILD_BUG_ON failed: KASAN_SHADOW_OFFSET != KASAN_SHADOW_END - (1UL << (64 - KASAN_SHADOW_SCALE_SHIFT))
 2021-12-22 21:13 UTC 

Build regressions/improvements in v5.16-rc6
 2021-12-22 20:56 UTC  (3+ messages)
` [PATCH] drm/ttm: fix compilation on ARCH=um

[net-next 00/18] IEEE 802.15.4 passive scan support
 2021-12-22 20:55 UTC  (3+ messages)
` [net-next 08/18] net: ieee802154: Add support for internal PAN management

[PATCH v2] x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS
 2021-12-22 20:45 UTC  (2+ messages)
` [tip: x86/build] "

[PATCH v18 00/17] support reserving crashkernel above 4G on arm64 kdump
 2021-12-22 20:43 UTC  (3+ messages)
` [PATCH v18 01/17] x86/setup: Move CRASH_ALIGN and CRASH_ADDR_{LOW|HIGH}_MAX to asm/kexec.h

[PATCH v1 1/1] wwan: Replace kernel.h with the necessary inclusions
 2021-12-22 20:38 UTC  (2+ messages)

[GIT PULL] memblock: fix memblock_phys_alloc() section mismatch error
 2021-12-22 20:29 UTC  (2+ messages)

[PATCH v4 00/13] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-22 20:26 UTC  (5+ messages)
` [PATCH v4 07/13] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups

[PATCH] sfc: falcon: Check null pointer of rx_queue->page_ring
 2021-12-22 20:26 UTC  (3+ messages)

[PATCH] sfc: Check null pointer of rx_queue->page_ring
 2021-12-22 20:26 UTC  (3+ messages)

[PATCH V6 01/10] Use copy_process in vhost layer
 2021-12-22 20:25 UTC  (7+ messages)

[PATCH] KVM: Move VM's worker kthreads back to the original cgroups before exiting
 2021-12-22 20:14 UTC  (5+ messages)

[PATCH v2] arm64: dts: qcom: sm8350: Correct UFS symbol clocks
 2021-12-22 20:12 UTC  (2+ messages)

[PATCH v2 1/3] Bluetooth: mt7921s: Support wake on bluetooth
 2021-12-22 19:54 UTC 

[PATCH v1 1/1] platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL
 2021-12-22 19:49 UTC 

[RT] BUG in sched/cpupri.c
 2021-12-22 19:48 UTC  (6+ messages)

[PATCH] mm/util.c: Make kvfree() safe for calling while holding spinlocks
 2021-12-22 19:48 UTC 

[PATCH v1 1/1] serial: 8250_exar: derive nr_ports from ID for Acces I/O cards
 2021-12-22 19:44 UTC 

[PATCH] um: virtio_uml: allow probing from devicetree
 2021-12-22 19:41 UTC  (5+ messages)

[PATCH 00/16] Add new Renesas RZ/V2L SoC and Renesas RZ/V2L SMARC EVK support
 2021-12-22 19:37 UTC  (7+ messages)
` [PATCH 01/16] dt-bindings: arm: renesas: Document Renesas RZ/V2L SoC
` [PATCH 02/16] dt-bindings: arm: renesas: Document SMARC EVK

[PATCH v3 0/3] Fix Tegra194 HDA regression
 2021-12-22 19:37 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: sound: tegra: Update HDA resets

[PATCH 0/2] hwmon: Add "label" attribute
 2021-12-22 19:36 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Introduce common properties

[ANNOUNCE] 4.19.221-rt99
 2021-12-22 19:35 UTC  (2+ messages)
` [PATCH RT] net: Add missing xmit_lock_owner hunks

[PATCH] drm/msm/dp: Simplify dp_debug_init() and dp_debug_get()
 2021-12-22 19:33 UTC 

[PATCH v5 0/2] Driver for Open Profile for DICE
 2021-12-22 19:33 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: reserved-memory: "
` [PATCH v5 2/2] misc: open-dice: Add driver to expose DICE data to userspace

[PATCH v16 00/40] NVIDIA Tegra power management patches for 5.17
 2021-12-22 19:31 UTC  (9+ messages)
` [PATCH v16 08/40] gpu: host1x: Add initial runtime PM and OPP support

[PATCH 0/2] Devicetree support for UML
 2021-12-22 19:31 UTC  (6+ messages)

[PATCH 1/3] mtd: core: call devm_of_platform_populate() for MTD devices
 2021-12-22 19:23 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: nvmem: add U-Boot environment variables binding
` [PATCH 3/3] nvmem: add driver handling U-Boot environment variables

[PATCH] PCI: Reset IOV state on FLR to PF
 2021-12-22 19:19 UTC 

[PATCH] ALSA: hda/realtek: Fix quirk for Clevo NJ51CU
 2021-12-22 19:20 UTC  (2+ messages)

[PATCH v1 1/1] KVM: arm64: vgic: Replace kernel.h with the necessary inclusions
 2021-12-22 19:14 UTC  (4+ messages)

[PATCH] ima: Fix undefined arch_ima_get_secureboot() and co
 2021-12-22 19:15 UTC  (3+ messages)

drivers/acpi/processor_thermal.c: avoid cpufreq_get_policy()
 2021-12-22 19:14 UTC 

header circular dependencies
 2021-12-22 19:10 UTC  (2+ messages)

[PATCH] net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources
 2021-12-22 19:10 UTC  (2+ messages)

[PATCH] ipc/sem: do not sleep with a spin lock held
 2021-12-22 19:08 UTC  (7+ messages)

[GIT PULL] Crypto Update for 5.9
 2021-12-22 19:02 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.10
    ` [GIT PULL] Crypto Fixes for 5.11
        ` [GIT PULL] Crypto Fixes for 5.14
            ` [GIT PULL] Crypto Fixes for 5.15
                ` [GIT PULL] Crypto Fixes for 5.16

[GIT PULL] parisc architecture late bug fixes for kernel v5.16
 2021-12-22 19:02 UTC  (2+ messages)

[GIT PULL] IPMI bug fixes for 5.16 (3)
 2021-12-22 19:02 UTC  (2+ messages)

[PATCH 0/5] drm/exynos: Use platform_get_irq*() variants to fetch IRQ's
 2021-12-22 19:01 UTC  (6+ messages)
` [PATCH 1/5] drm/exynos/exynos7_drm_decon: Use platform_get_irq_byname() to get the interrupt
` [PATCH 2/5] drm/exynos: mixer: Use platform_get_irq() "
` [PATCH 3/5] drm/exynos/exynos_drm_fimd: Use platform_get_irq_byname() "
` [PATCH 4/5] drm/exynos/fimc: Use platform_get_irq() "
` [PATCH 5/5] drm/exynos: gsc: "

[rt-devel:linux-5.16.y-rt-rebase 99/124] kernel/locking/spinlock.c:306:9: error: implicit declaration of function '__raw_write_lock_nested'; did you mean '_raw_write_lock_nested'?
 2021-12-22 19:01 UTC 

[PATCH 1/2] x86/mtrr: remove the mtrr_bp_init stub
 2021-12-22 18:56 UTC  (2+ messages)
` [tip: x86/misc] x86/mtrr: Remove the mtrr_bp_init() stub

remove set_fs for UML
 2021-12-22 18:54 UTC  (6+ messages)

[PATCH] drivers:iio:dac make expression evaluation 64-bit
 2021-12-22 18:49 UTC  (2+ messages)


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).