linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-04 22:01:49 to 2021-03-05 02:33:36 UTC [more...]

[PATCH v3 0/9] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-03-05  2:33 UTC  (6+ messages)
` [PATCH v3 5/9] KVM: vmx/pmu: Add MSR_ARCH_LBR_DEPTH emulation for Arch LBR

[PATCH 0/2] some cleanup code
 2021-03-05  2:32 UTC  (5+ messages)
` [PATCH 1/2] MIPS: Loongson64: Remove unused sysconf members
` [PATCH 2/2] MIPS: Loongson64: Move loongson_system_configuration to loongson.h

[PATCH] clocksource: don't run watchdog forever
 2021-03-05  2:30 UTC  (7+ messages)

[PATCH] [v2] Input: Add "Share" button to Microsoft Xbox One controller
 2021-03-05  2:25 UTC  (4+ messages)

[PATCH] kbuild: rebuild GCC plugins when the compiler is upgraded
 2021-03-05  2:25 UTC  (4+ messages)

[PATCH v2] f2fs: add sysfs nodes to get accumulated compression info
 2021-03-05  2:24 UTC 

[PATCH] MIPS: Add comment about CONFIG_MIPS32_O32 in loongson3_defconfig when build with Clang
 2021-03-05  2:22 UTC  (3+ messages)

[PATCH] RTIC: selinux: ARM64: Move selinux_state to a separate page
 2021-03-05  2:21 UTC  (2+ messages)

[PATCH v3 RFC 14/14] mm: speedup page alloc for MPOL_PREFERRED_MANY by adding a NO_SLOWPATH gfp bit
 2021-03-05  2:21 UTC  (11+ messages)

[PATCH] f2fs: expose # of overprivision segments
 2021-03-05  2:19 UTC  (7+ messages)
` [f2fs-dev] "

[PATCH] KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
 2021-03-05  2:18 UTC 

[PATCH] docs: livepatch: Fix a typo in the file shadow-vars.rst
 2021-03-05  2:17 UTC 

[PATCH] KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
 2021-03-05  2:16 UTC 

[PATCH v3] selinux: measure state and policy capabilities
 2021-03-05  2:16 UTC  (4+ messages)

[PATCH v3 0/4] clk: rockchip: add clock controller for rk3568
 2021-03-05  2:14 UTC  (9+ messages)
` [PATCH v3 1/4] dt-binding: clock: Document rockchip,rk3568-cru bindings
` [PATCH v3 2/4] clk: rockchip: add dt-binding header for rk3568
` [PATCH v3 3/4] clk: rockchip: support more core div setting
` [PATCH v3 4/4] clk: rockchip: add clock controller for rk3568

[xfs] 7f83561097: stress-ng.dnotify.ops_per_sec -73.9% regression
 2021-03-05  2:30 UTC 

[PATCH] memstick: core: fix error return code of mspro_block_resume()
 2021-03-05  2:14 UTC 

linux-next: build failure after merge of the pinctrl tree
 2021-03-05  2:12 UTC  (4+ messages)
    `  "

[PATCH] net: tehuti: fix error return code in bdx_probe()
 2021-03-05  2:06 UTC 

[PATCH] arch: mips: bcm63xx: Spello fix in the file clk.c
 2021-03-05  2:05 UTC 

[PATCH] input: s6sy761: fix coordinate read bit shift
 2021-03-05  2:03 UTC 

[PATCH] squashfs: fix inode lookup sanity checks
 2021-02-26 20:01 UTC  (2+ messages)

[PATCH] crypto: allwinner: sun8i-ce: fix error return code in sun8i_ce_prng_generate()
 2021-03-05  1:57 UTC 

[PATCH] thermal: Fix a typo in the file soctherm.c
 2021-03-05  1:53 UTC 

[PATCH] drm/nouveau/kms/nve4-nv108: Limit cursors to 128x128
 2021-03-05  1:52 UTC 

[PATCH] Input: elan_i2c - Reduce the resume time for new devices
 2021-03-05  1:50 UTC  (7+ messages)
  ` [PATCH] Input: elan_i2c - Reduce the resume time for new dev ices

[PATCH v6] i2c: virtio: add a virtio i2c frontend driver
 2021-03-05  1:46 UTC  (3+ messages)

[PATCH] thermal: Fix couple of spellos in the file sun8i_thermal.c
 2021-03-05  1:43 UTC 

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-05  1:36 UTC  (13+ messages)

[PATCH mm] kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations
 2021-03-05  1:31 UTC  (3+ messages)

[PATCH 1/4] kbuild: remove LLVM=1 test from HAS_LTO_CLANG
 2021-03-05  1:25 UTC  (5+ messages)
` [PATCH 2/4] kbuild: collect minimum tool versions into scripts/tool-version.sh
` [PATCH 3/4] kbuild: check the minimum assembler version in Kconfig

[PATCH 1/2] units: Add the HZ_PER_KHZ macro
 2021-03-05  1:21 UTC  (4+ messages)

[PATCH] f2fs: fix a redundant call to f2fs_balance_fs if an error occurs
 2021-03-05  1:19 UTC  (2+ messages)
` [f2fs-dev] "

XDP socket rings, and LKMM litmus tests
 2021-03-05  1:12 UTC  (18+ messages)

[PATCH v2 00/17] KVM: x86/mmu: Lots of bug fixes
 2021-03-05  1:11 UTC  (18+ messages)
` [PATCH v2 01/17] KVM: nSVM: Set the shadow root level to the TDP level for nested NPT
` [PATCH v2 02/17] KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit
` [PATCH v2 03/17] KVM: x86/mmu: Capture 'mmu' in a local variable when allocating roots
` [PATCH v2 04/17] KVM: x86/mmu: Allocate the lm_root before allocating PAE roots
` [PATCH v2 05/17] KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helper
` [PATCH v2 06/17] KVM: x86/mmu: Ensure MMU pages are available when allocating roots
` [PATCH v2 07/17] KVM: x86/mmu: Check PDPTRs before allocating PAE roots
` [PATCH v2 08/17] KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaks
` [PATCH v2 09/17] KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
` [PATCH v2 10/17] KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRs
` [PATCH v2 11/17] KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging
` [PATCH v2 12/17] KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
` [PATCH v2 13/17] KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch
` [PATCH v2 14/17] KVM: x86: Defer the MMU unload to the normal path on an global INVPCID
` [PATCH v2 15/17] KVM: x86/mmu: Unexport MMU load/unload functions
` [PATCH v2 16/17] KVM: x86/mmu: Sync roots after MMU load iff load as successful
` [PATCH v2 17/17] KVM: x86/mmu: WARN on NULL pae_root or lm_root, or bad shadow root level

[PATCH] perf pmu: Validate raw event with sysfs exported format bits
 2021-03-05  1:10 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: phy: broadcom: Cleanups and APD
 2021-03-05  1:08 UTC  (6+ messages)
` [PATCH net-next v2 3/3] net: phy: broadcom: Allow BCM54210E to configure APD

linux-next: manual merge of the tty tree with the powerpc-fixes tree
 2021-03-05  1:05 UTC 

[PATCH] sched: Optimize __calc_delta
 2021-03-05  1:04 UTC  (4+ messages)
` [PATCH v2] "

mm/filemap.c:2409:9: warning: stack frame size of 2704 bytes in function 'filemap_read'
 2021-03-05  1:02 UTC 

[PATCH v8 0/5] Generic page pool & deferred freeing for system dmabuf heap
 2021-03-05  0:55 UTC  (7+ messages)
` [PATCH v8 1/5] drm: Add a sharable drm page-pool implementation
` [PATCH v8 2/5] drm: ttm_pool: Rework ttm_pool to use drm_page_pool
` [PATCH v8 3/5] dma-buf: heaps: Add deferred-free-helper library code
` [PATCH v8 4/5] dma-buf: system_heap: Add drm pagepool support to system heap
` [PATCH v8 5/5] dma-buf: system_heap: Add deferred freeing to the "

[PATCH v3 00/11] kentry: A stable bugfix and a bunch of improvements
 2021-03-05  0:55 UTC  (3+ messages)
` [PATCH v3 05/11] x86/entry: Convert ret_from_fork to C

[PATCH v10 0/9] Add support for x509 certs with NIST P384/256/192 keys
 2021-03-05  0:53 UTC  (11+ messages)
` [PATCH v10 1/9] crypto: Add support for ECDSA signature verification
` [PATCH v10 2/9] crypto: Add NIST P384 curve parameters
` [PATCH v10 3/9] crypto: Add math to support fast NIST P384
` [PATCH v10 4/9] ecdsa: Register NIST P384 and extend test suite
` [PATCH v10 5/9] x509: Detect sm2 keys by their parameters OID
` [PATCH v10 6/9] x509: Add support for parsing x509 certs with ECDSA keys
` [PATCH v10 7/9] ima: Support EC keys for signature verification
` [PATCH v10 8/9] x509: Add OID for NIST P384 and extend parser for it
` [PATCH v10 9/9] certs: Add support for using elliptic curve keys for signing modules

[PATCH v5] ARM: Implement SLS mitigation
 2021-03-05  0:53 UTC  (5+ messages)
  ` [PATCH v6] "

[for-linus][PATCH 0/3] More tracing fixes for 5.12
 2021-03-05  0:52 UTC  (4+ messages)
` [for-linus][PATCH 1/3] tracing: Fix memory leak in __create_synth_event()
` [for-linus][PATCH 2/3] tracing: Skip selftests if tracing is disabled
` [for-linus][PATCH 3/3] tracing: Fix comment about the trace_event_call flags

[PATCH] ASoC: codecs: lpass-wsa-macro: fix RX MIX input controls
 2021-03-05  0:50 UTC 

[PATCH V3 0/5] imx esdhc dt/driver update
 2021-03-05  0:38 UTC  (4+ messages)
` [PATCH V3 4/5] dt-bindings: mmc: fsl-imx-esdhc: add clock bindings

[RFC PATCH 00/10] vfio: Device memory DMA mapping improvements
 2021-03-05  0:36 UTC  (11+ messages)
` [RFC PATCH 05/10] vfio: Create a vfio_device from vma lookup

[PATCH] arm64: dts: ls1028a: add interrupt to Root Complex Event Collector
 2021-03-05  0:35 UTC  (2+ messages)

[PATCH v26 4/4] scsi: ufs: Add HPB 2.0 support
 2021-03-05  0:35 UTC  (6+ messages)
` [PATCH v26 0/4] scsi: ufs: Add Host Performance Booster Support
      ` Re: [PATCH v26 4/4] scsi: ufs: Add HPB 2.0 support

[PATCH] clk: use clk_core_enable_lock() a bit more
 2021-03-05  0:33 UTC 

linux-next: rebase of the scsi-mkp tree
 2021-03-05  0:32 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the block tree
 2021-03-05  0:26 UTC  (2+ messages)

[PATCH] pinctrl: qcom: lpass lpi: use default pullup/strength values
 2021-03-05  0:21 UTC  (3+ messages)

[PATCH] x86: kprobes: orc: Fix ORC walks in kretprobes
 2021-03-05  0:07 UTC 

[PATCH] crypto: ccp - Don't initialize SEV support without the SEV feature
 2021-03-05  0:04 UTC  (2+ messages)

WARNING in ieee802154_get_llsec_params
 2021-03-05  0:04 UTC  (2+ messages)

[PATCH 00/10] [v6] Migrate Pages in lieu of discard
 2021-03-05  0:00 UTC  (11+ messages)
` [PATCH 01/10] mm/numa: node demotion data structure and lookup
` [PATCH 02/10] mm/numa: automatically generate node migration order
` [PATCH 03/10] mm/migrate: update node demotion order during on hotplug events
` [PATCH 04/10] mm/migrate: make migrate_pages() return nr_succeeded
` [PATCH 05/10] mm/migrate: demote pages during reclaim
` [PATCH 06/10] mm/vmscan: add page demotion counter
` [PATCH 07/10] mm/vmscan: add helper for querying ability to age anonymous pages
` [PATCH 08/10] mm/vmscan: Consider anonymous pages without swap
` [PATCH 09/10] mm/vmscan: never demote for memcg reclaim
` [PATCH 10/10] mm/migrate: new zone_reclaim_mode to enable reclaim migration

[RFC PATCH 00/18] Microsoft Hypervisor root partition ioctl interface
 2021-03-04 23:58 UTC  (5+ messages)
` [RFC PATCH 06/18] virt/mshv: create, initialize, finalize, delete partition hypercalls

[PATCH v3 0/8] Add support for SVM atomics in Nouveau
 2021-03-04 23:54 UTC  (4+ messages)
` [PATCH v3 4/8] mm/rmap: Split migration into its own function

linux-next: Signed-off-by missing for commit in the block tree
 2021-03-04 23:54 UTC 

[PATCH 1/3] drm/bridge: ti-sn65dsi86: Simplify refclk handling
 2021-03-04 23:52 UTC  (3+ messages)
` [PATCH 2/3] drm/bridge: ti-sn65dsi86: Move code in prep for EDID read fix
` [PATCH 3/3] drm/bridge: ti-sn65dsi86: Properly get the EDID, but only if refclk

[PATCH v17 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-04 23:50 UTC  (3+ messages)
` [PATCH v17 3/9] mm: hugetlb: free the vmemmap pages associated with each "

[PATCH] security/loadpin: Replace "kernel_read_file_str[j]" with function "kernel_read_file_id_str(j)"
 2021-03-04 23:50 UTC  (2+ messages)

[PATCH] copy_file_range.2: Kernel v5.12 updates
 2021-03-04 23:50 UTC  (5+ messages)
` [RFC v4] copy_file_range.2: Update cross-filesystem support for 5.12

linux-next: Fixes tags need some work in the scsi-fixes tree
 2021-03-04 23:44 UTC  (3+ messages)

[tip:irq/core] BUILD SUCCESS e749df1bbd23f4472082210650514548d8a39e9b
 2021-03-04 23:40 UTC 

[tip:x86/vdso] BUILD SUCCESS 6bdbe1760651484b0fe6f6d0cc3a2fe8741e6f87
 2021-03-04 23:40 UTC 

Question about the "EXPERIMENTAL" tag for dax in XFS
 2021-03-04 23:40 UTC  (11+ messages)

[PATCH] seccomp: Fix resetting filter count at seccomp_sync_threads()
 2021-03-04 23:37 UTC 

[PATCH v4 0/3] Preventing job distribution to isolated CPUs
 2021-03-04 23:23 UTC  (16+ messages)
` [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
                              ` [EXT] "

[Patch v3 0/2] cgroup: New misc cgroup controller
 2021-03-04 23:19 UTC  (3+ messages)
` [Patch v3 1/2] cgroup: sev: Add "
` [Patch v3 2/2] cgroup: sev: Miscellaneous cgroup documentation

[PATCH 1/1] ACPI: fix acpi table use after free
 2021-03-04 23:14 UTC  (3+ messages)

[PATCH v2 3/4] ALSA: hda/cirrus: Add jack detect interrupt support from CS42L42 companion codec
 2021-03-04 23:13 UTC  (2+ messages)

[PATCH v2] kunit: fix checkpatch warning
 2021-03-04 23:12 UTC  (4+ messages)

[PATCH 0/7] Add build ID to stacktraces
 2021-03-04 23:11 UTC  (5+ messages)
` [PATCH 5/7] printk: Make %pS and friends print module build ID

[PATCH v2] mfd: stmpe: Revert "Constify static struct resource"
 2021-03-04 23:07 UTC 

[PATCH 000/141] Fix fall-through warnings for Clang
 2021-03-04 23:04 UTC  (23+ messages)
` [PATCH 042/141] net: 3c509: "
` [PATCH 043/141] net: cassini: "
` [PATCH 045/141] net: mscc: ocelot: "
` [PATCH 057/141] watchdog: "
` [PATCH 076/141] decnet: "
` [PATCH 105/141] net: ax25: "
` [PATCH 106/141] net: bridge: "
` [PATCH 107/141] net: core: "
` [PATCH 111/141] net: plip: "
` [PATCH 112/141] net: rose: "

[PATCH] MIPS: boot/compressed: Copy DTB to aligned address
 2021-03-04 22:53 UTC  (3+ messages)

[PATCH] mm/filemap: Drop check for truncated page after I/O
 2021-03-04 22:50 UTC  (2+ messages)

[PATCH] kbuild: add CONFIG_VMLINUX_MAP expert option
 2021-03-04 22:47 UTC  (2+ messages)

linux-next: Signed-off-by missing for commits in the block tree
 2021-03-04 22:47 UTC  (2+ messages)

[PATCH net-next 0/6] net: qualcomm: rmnet: stop using C bit-fields
 2021-03-04 22:43 UTC  (8+ messages)
` [PATCH net-next 1/6] net: qualcomm: rmnet: mark trailer field endianness
` [PATCH net-next 2/6] net: qualcomm: rmnet: simplify some byte order logic
` [PATCH net-next 3/6] net: qualcomm: rmnet: kill RMNET_MAP_GET_*() accessor macros
` [PATCH net-next 4/6] net: qualcomm: rmnet: use field masks instead of C bit-fields
` [PATCH net-next 5/6] net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum trailer
` [PATCH net-next 6/6] net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum header

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-04 22:42 UTC  (4+ messages)
` [PATCH v3 02/11] blk: Introduce ->corrupted_range() for block device

[PATCH] x86/platform/uv: Add set of kernel block size for hubless arches
 2021-03-04 22:39 UTC 

[PATCH] x86/virtio: Have SEV guests enforce restricted virtio memory access
 2021-03-04 22:40 UTC 

[PATCH] net: sched: avoid duplicates in classes dump
 2021-03-04 22:40 UTC  (2+ messages)

[PATCH] sched/topology: remove redundant cpumask_and in init_overlap_sched_group
 2021-03-04 22:29 UTC 

[PATCH v2 2/4] ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion codec
 2021-03-04 22:31 UTC  (2+ messages)

[PATCH] KVM: arm64: Disable LTO in hyp
 2021-03-04 22:34 UTC  (5+ messages)

[PATCH AUTOSEL 5.11 16/67] net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber Instant
 2021-03-04 22:33 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 12/56] "

[PATCH v9 0/9] Add support for x509 certs with NIST P384/256/192 keys
 2021-03-04 22:31 UTC  (5+ messages)
` [PATCH v9 6/9] crypto: Add NIST P384 curve parameters

[PATCH 2/5] CMDLINE: drivers: of: ifdef out cmdline section
 2021-03-04 22:29 UTC  (4+ messages)

[PATCH] hwrng: bcm2835: set quality to 1000
 2021-03-04 22:28 UTC  (7+ messages)

[PATCH AUTOSEL 5.11 01/67] ath10k: prevent deinitializing NAPI twice
 2021-03-04 22:24 UTC  (7+ messages)
` [PATCH AUTOSEL 5.11 54/67] btrfs: make btrfs_start_delalloc_root's nr argument a long
` [PATCH AUTOSEL 5.11 55/67] btrfs: only let one thread pre-flush delayed refs in commit

[PATCH] nvme: Switch to using the new API kobj_to_dev()
 2021-03-04 22:19 UTC  (2+ messages)

[PATCH v2] bus: mhi: core: Add missing checks for MMIO register entries
 2021-03-04 22:14 UTC 

[PATCH 0/2] add ripple counter dt binding and driver
 2021-03-04 22:12 UTC  (5+ messages)
` [PATCH v2 0/3] add "delay" clock support to gpio_wdt
  ` [PATCH v2 1/3] clk: add devm_clk_prepare_enable() helper
  ` [PATCH v2 2/3] dt-bindings: watchdog: add optional "delay" clock to gpio-wdt binding
  ` [PATCH v2 3/3] watchdog: gpio_wdt: implement support for optional "delay" clock

[PATCH v1] powerpc: Include running function as first entry in save_stack_trace() and friends
 2021-03-04 21:54 UTC  (6+ messages)

[PATCH] net: sctp: trivial: fix typo in comment
 2021-03-04 22:00 UTC  (2+ messages)

[PATCH v26 4/4] scsi: ufs: Add HPB 2.0 support
 2021-03-04  9:59 UTC 

[PATCH v26 4/4] scsi: ufs: Add HPB 2.0 support
 2021-03-04  8:21 UTC 


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