linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-27 16:30:07 to 2022-01-27 18:10:53 UTC [more...]

[PATCH 5.4 00/11] 5.4.175-rc1 review
 2022-01-27 18:09 UTC  (11+ messages)
` [PATCH 5.4 01/11] drm/i915: Flush TLBs before releasing backing store
` [PATCH 5.4 02/11] rcu: Tighten rcu_advance_cbs_nowake() checks
` [PATCH 5.4 03/11] pinctrl: bcm2835: Drop unused define
` [PATCH 5.4 04/11] pinctrl: bcm2835: Refactor platform data
` [PATCH 5.4 05/11] pinctrl: bcm2835: Add support for all GPIOs on BCM2711
` [PATCH 5.4 06/11] pinctrl: bcm2835: Match BCM7211 compatible string
` [PATCH 5.4 07/11] pinctrl: bcm2835: Add support for wake-up interrupts
` [PATCH 5.4 09/11] ARM: dts: gpio-ranges property is now required
` [PATCH 5.4 10/11] mmc: sdhci-esdhc-imx: disable CMDQ support
` [PATCH 5.4 11/11] select: Fix indefinitely sleeping task in poll_schedule_timeout()

[PATCH 4.19 0/3] 4.19.227-rc1 review
 2022-01-27 18:09 UTC  (4+ messages)
` [PATCH 4.19 1/3] drm/i915: Flush TLBs before releasing backing store
` [PATCH 4.19 2/3] net: bridge: clear bridges private skb space on xmit
` [PATCH 4.19 3/3] select: Fix indefinitely sleeping task in poll_schedule_timeout()

[PATCH] selftests: futex: Use variable MAKE instead of make
 2022-01-27 18:09 UTC  (2+ messages)

[PATCH 4.14 0/2] 4.14.264-rc1 review
 2022-01-27 18:08 UTC  (3+ messages)
` [PATCH 4.14 1/2] drm/i915: Flush TLBs before releasing backing store
` [PATCH 4.14 2/2] can: bcm: fix UAF of bcm op

PROBLEM: encryption test failures since "crypto: mxs-dcp - Use sg_mapping_iter to copy data"
 2022-01-27 18:09 UTC  (3+ messages)

[PATCH 4.9 0/9] 4.9.299-rc1 review
 2022-01-27 18:08 UTC  (10+ messages)
` [PATCH 4.9 1/9] drm/i915: Flush TLBs before releasing backing store
` [PATCH 4.9 2/9] media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
` [PATCH 4.9 3/9] NFSv4: Initialise connection to the server in nfs4_alloc_client()
` [PATCH 4.9 4/9] KVM: nVMX: fix EPT permissions as reported in exit qualification
` [PATCH 4.9 5/9] KVM: X86: MMU: Use the correct inherited permissions to get shadow page
` [PATCH 4.9 6/9] ARM: 8800/1: use choice for kernel unwinders
` [PATCH 4.9 7/9] ion: Fix use after free during ION_IOC_ALLOC
` [PATCH 4.9 8/9] ion: Protect kref from userspace manipulation
` [PATCH 4.9 9/9] ion: Do not put ION handle until after its final use

[PATCH 4.4 0/1] 4.4.301-rc1 review
 2022-01-27 18:08 UTC  (2+ messages)
` [PATCH 4.4 1/1] drm/i915: Flush TLBs before releasing backing store

[PATCH -next V5] blk-mq: fix tag_get wait task can't be awakened
 2022-01-27 18:06 UTC  (5+ messages)

[PATCH v2 1/1] serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cards
 2022-01-27 18:06 UTC 

[PATCH 1/3] selftests/zram: Remove obsolete max_comp_streams interface
 2022-01-27 18:05 UTC  (3+ messages)
` [PATCH v2 1/3] selftests/zram: Skip max_comp_streams interface on newer kernel

[PATCH 0/7] Allocate module text and data separately
 2022-01-27 18:04 UTC  (4+ messages)
` [PATCH 6/7] modules: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC

[patch v8 03/10] task isolation: sync vmstats on return to userspace
 2022-01-27 18:01 UTC  (4+ messages)

[PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
 2022-01-27 17:56 UTC  (2+ messages)

[PATCH V8 00/44] PKS/PMEM: Add Stray Write Protection
 2022-01-27 17:55 UTC  (45+ messages)
` [PATCH V8 01/44] entry: Create an internal irqentry_exit_cond_resched() call
` [PATCH V8 02/44] Documentation/protection-keys: Clean up documentation for User Space pkeys
` [PATCH V8 03/44] x86/pkeys: Create pkeys_common.h
` [PATCH V8 04/44] x86/pkeys: Add additional PKEY helper macros
` [PATCH V8 05/44] x86/fpu: Refactor arch_set_user_pkey_access()
` [PATCH V8 06/44] mm/pkeys: Add Kconfig options for PKS
` [PATCH V8 07/44] x86/pkeys: Add PKS CPU feature bit
` [PATCH V8 08/44] x86/fault: Adjust WARN_ON for PKey fault
` [PATCH V8 09/44] x86/pkeys: Enable PKS on cpus which support it
` [PATCH V8 10/44] Documentation/pkeys: Add initial PKS documentation
` [PATCH V8 11/44] mm/pkeys: Define static PKS key array and default values
` [PATCH V8 12/44] mm/pkeys: Define PKS page table macros
` [PATCH V8 13/44] mm/pkeys: Add initial PKS Test code
` [PATCH V8 14/44] x86/pkeys: Introduce pks_write_pkrs()
` [PATCH V8 15/44] x86/pkeys: Preserve the PKS MSR on context switch
` [PATCH V8 16/44] mm/pkeys: Introduce pks_mk_readwrite()
` [PATCH V8 17/44] mm/pkeys: Introduce pks_mk_noaccess()
` [PATCH V8 18/44] x86/fault: Add a PKS test fault hook
` [PATCH V8 19/44] mm/pkeys: PKS Testing, add pks_mk_*() tests
` [PATCH V8 20/44] mm/pkeys: Add PKS test for context switching
` [PATCH V8 21/44] x86/entry: Add auxiliary pt_regs space
` [PATCH V8 22/44] entry: Pass pt_regs to irqentry_exit_cond_resched()
` [PATCH V8 23/44] entry: Add architecture auxiliary pt_regs save/restore calls
` [PATCH V8 24/44] x86/entry: Define arch_{save|restore}_auxiliary_pt_regs()
` [PATCH V8 25/44] x86/pkeys: Preserve PKRS MSR across exceptions
` [PATCH V8 26/44] x86/fault: Print PKS MSR on fault
` [PATCH V8 27/44] mm/pkeys: Add PKS exception test
` [PATCH V8 28/44] mm/pkeys: Introduce pks_update_exception()
` [PATCH V8 29/44] mm/pkeys: Introduce PKS fault callbacks
` [PATCH V8 30/44] mm/pkeys: Test setting a PKS key in a custom fault callback
` [PATCH V8 31/44] mm/pkeys: Add pks_available()
` [PATCH V8 32/44] memremap_pages: Add Kconfig for DEVMAP_ACCESS_PROTECTION
` [PATCH V8 33/44] memremap_pages: Introduce pgmap_protection_available()
` [PATCH V8 34/44] memremap_pages: Introduce a PGMAP_PROTECTION flag
` [PATCH V8 35/44] memremap_pages: Introduce devmap_protected()
` [PATCH V8 36/44] memremap_pages: Reserve a PKS PKey for eventual use by PMEM
` [PATCH V8 37/44] memremap_pages: Set PKS PKey in PTEs if PGMAP_PROTECTIONS is requested
` [PATCH V8 38/44] memremap_pages: Define pgmap_mk_{readwrite|noaccess}() calls
` [PATCH V8 39/44] memremap_pages: Add memremap.pks_fault_mode
` [PATCH V8 40/44] memremap_pages: Add pgmap_protection_flag_invalid()
` [PATCH V8 41/44] kmap: Ensure kmap works for devmap pages
` [PATCH V8 42/44] dax: Stray access protection for dax_direct_access()
` [PATCH V8 43/44] nvdimm/pmem: Enable stray access protection
` [PATCH V8 44/44] devdax: "

[PATCH 1/5] kunit: tool: drop mostly unused KunitResult.result field
 2022-01-27 17:58 UTC  (6+ messages)

[PATCH v2 1/1] docs: process: submitting-patches: Clarify the Reported-by usage
 2022-01-27 17:54 UTC  (3+ messages)

[PATCH] LSM: general protection fault in legacy_parse_param
 2022-01-27 17:33 UTC  (6+ messages)
        ` [PATCH v2] "

[RFC PATCH 0/3] Add hugetlb MADV_DONTNEED support
 2022-01-27 17:55 UTC  (4+ messages)

[PATCH] usb: usb251xb: add boost-up property support
 2022-01-27 17:53 UTC  (5+ messages)

[paulmck-rcu:rcu/next] BUILD SUCCESS da123016ca8cb5697366c0b2dd55059b976e67e4
 2022-01-27 17:52 UTC 

[PATCH 1/3] i915/gvt: Introduce the mmio_table.c to support VFIO new mdev API
 2022-01-27 17:46 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v3 00/54] lib/bitmap: optimize bitmap_weight() usage
 2022-01-27 17:44 UTC  (5+ messages)
` [PATCH 15/54] arch/x86: replace cpumask_weight with cpumask_empty where appropriate

[patch v10 00/10] extensible prctl task isolation interface and vmstat sync
 2022-01-27 17:30 UTC  (11+ messages)
` [patch v10 01/10] add basic task isolation prctl interface
` [patch v10 02/10] add prctl task isolation prctl docs and samples
` [patch v10 03/10] task isolation: sync vmstats on return to userspace
` [patch v10 04/10] procfs: add per-pid task isolation state
` [patch v10 05/10] task isolation: add hook to task exit
` [patch v10 06/10] task isolation: sync vmstats conditional on changes
` [patch v10 07/10] task isolation: enable return to userspace processing
` [patch v10 08/10] KVM: x86: process isolation work from VM-entry code path
` [patch v10 09/10] mm: vmstat: move need_update
` [patch v10 10/10] mm: vmstat_refresh: avoid queueing work item if cpu stats are clean

[PATCH RESEND] drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina panels
 2022-01-27 17:36 UTC  (2+ messages)

[PATCH] soc: qcom: aoss: remove spurious IRQF_ONESHOT flags
 2022-01-27 17:35 UTC 

[RFC PATCH v1 00/10] KVM: s390: Do storage key checking
 2022-01-27 17:34 UTC  (7+ messages)
` [RFC PATCH v1 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-27 17:33 UTC  (12+ messages)
` [PATCH v4 55/66] mm/mempolicy: Use maple tree iterators instead of vma linked list
` [PATCH v4 64/66] nommu: Remove uses of VMA "

[PATCH] reset: tegra-bpmp: Restore Handle errors in BPMP response
 2022-01-27 17:32 UTC  (2+ messages)

[PATCH bpf-next] bpf: Add document for 'dst_port' of 'struct bpf_sock'
 2022-01-27 17:31 UTC  (6+ messages)

[patch v9 00/10] extensible prctl task isolation interface and vmstat sync
 2022-01-27 17:23 UTC 

[patch v9 10/10] mm: vmstat_refresh: avoid queueing work item if cpu stats are clean
 2022-01-27 17:23 UTC 

[patch v9 01/10] add basic task isolation prctl interface
 2022-01-27 17:23 UTC 

[patch v9 02/10] add prctl task isolation prctl docs and samples
 2022-01-27 17:23 UTC 

[patch v9 09/10] mm: vmstat: move need_update
 2022-01-27 17:23 UTC 

[patch v9 08/10] KVM: x86: process isolation work from VM-entry code path
 2022-01-27 17:23 UTC 

[patch v9 03/10] task isolation: sync vmstats on return to userspace
 2022-01-27 17:23 UTC 

[patch v9 06/10] task isolation: sync vmstats conditional on changes
 2022-01-27 17:23 UTC 

[patch v9 07/10] task isolation: enable return to userspace processing
 2022-01-27 17:23 UTC 

[patch v9 05/10] task isolation: add hook to task exit
 2022-01-27 17:23 UTC 

[patch v9 04/10] procfs: add per-pid task isolation state
 2022-01-27 17:23 UTC 

[PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
 2022-01-27 17:23 UTC  (12+ messages)

[PATCH] selftests/exec: Remove pipe from TEST_GEN_FILES
 2022-01-27 17:23 UTC  (4+ messages)

[PATCH 0/3] Use sl28cpld driver for the LS1028A-QDS QIXIS FPGA
 2022-01-27 17:21 UTC  (4+ messages)
` [PATCH 1/3] mfd: simple-mfd-i2c: add compatible string for LS1028A-QDS FPGA
` [PATCH 2/3] dt-bindings: mfd: add "fsl,ls1028a-qds-qixis-i2c" compatible to sl28cpld
` [PATCH 3/3] arm64: dts: ls1028a-qds: make the QIXIS CPLD use the simple-mfd-i2c.c driver

[PATCH] MAINTAINERS: add bio.h to the block section
 2022-01-27 17:21 UTC  (3+ messages)

[RFC PATCH v2 0/5] User Managed Concurrency Groups
 2022-01-27 17:20 UTC  (6+ messages)
` [RFC PATCH v2 4/5] sched: UMCG: add a blocked worker list
` [RFC PATCH v2 5/5] sched: UMCG: allow to sys_umcg_kick UMCG servers

[PATCH] block: fix the kerneldoc for bio_end_io_acct
 2022-01-27 17:19 UTC  (2+ messages)

[PATCH] io_uring: remove unused argument from io_rsrc_node_alloc
 2022-01-27 17:19 UTC  (2+ messages)

[RFC] nvme: Do not reject dynamic controller cntlid
 2022-01-27 17:17 UTC  (2+ messages)

[PATCH -next] blk-mq: Fix wrong wakeup batch configuration which will cause hang
 2022-01-27 17:17 UTC  (2+ messages)

[PATCH 0/7] Provide and use generic_handle_irq_safe() where appropriate
 2022-01-27 17:16 UTC  (7+ messages)
` [PATCH 1/7] genirq: Provide generic_handle_irq_safe()
` [PATCH 2/7] i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify()
` [PATCH 3/7] i2c: cht-wc: Use generic_handle_irq_safe()

[PATCH V4] notifier/panic: Introduce panic_notifier_filter
 2022-01-27 17:16 UTC  (5+ messages)

[PATCH 0/2] drm/msm: Add tracking for faults associated with an address space
 2022-01-27 17:10 UTC  (3+ messages)
` [PATCH 1/2] drm/msm/gpu: Add ctx to get_param()
` [PATCH 2/2] drm/msm/gpu: Add param to get address space faults

[PATCH] arm64: dts: ls1028a-qds: define mdio slots for networking options
 2022-01-27 17:05 UTC  (2+ messages)

[PATCH 2/3] pinctrl: uniphier: Divide pinmux group to support 1ch and 2ch I2S
 2022-01-27 17:04 UTC  (2+ messages)

[PATCH] tools/memory-model: Clarify syntactic and semantic dependencies
 2022-01-27 17:04 UTC  (4+ messages)

[PATCH] drm/msm: Remove spurious IRQF_ONESHOT flags from dsi & hdmi
 2022-01-27 17:04 UTC 

[PATCH v9 00/23] ima: Namespace IMA with audit support in IMA-ns
 2022-01-27 17:02 UTC  (6+ messages)
` [PATCH v9 04/23] securityfs: Extend securityfs with namespacing support
` [PATCH v9 10/23] ima: Move IMA securityfs files into ima_namespace or onto stack

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-27 17:02 UTC  (4+ messages)
` [PATCH v8 36/40] x86/sev: Provide support for SNP guest request NAEs

[PATCH net-next v1 1/1] usbnet: add devlink support
 2022-01-27 17:00 UTC  (5+ messages)

[GIT PULL] arm64: dts: samsung: Second pull for v5.17
 2022-01-27 16:58 UTC  (3+ messages)

[PATCH 0/5] PPIN (Protected Processor Inventory Number) updates
 2022-01-27 16:52 UTC  (5+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 2/6] x86/cpu: Merge Intel and AMD ppin_init() functions

[PATCH 0/2] x86/boot: Fix setup_indirect support
 2022-01-27 17:04 UTC  (3+ messages)
` [PATCH 1/2] x86/boot: Fix memremap of setup_indirect structures
` [PATCH 2/2] x86/boot: Add setup_indirect support in early_memremap_is_setup_data

[PATCH 0/3] Some improvements on panic_print
 2022-01-27 16:53 UTC  (4+ messages)
` [PATCH 3/3] panic: Allow printing extra panic information on kdump

[PATCH v3] fs/exec: require argv[0] presence in do_execveat_common()
 2022-01-27 16:51 UTC  (3+ messages)

[PATCH V4] panic: Move panic_print before kmsg dumpers
 2022-01-27 16:47 UTC  (3+ messages)

[PATCH v2 0/7] usb: dwc3: Calculate REFCLKPER et. al. from reference clock
 2022-01-27 16:45 UTC  (8+ messages)
` [PATCH v2 4/7] usb: dwc3: Program GFLADJ

[PATCH v10 1/9] dax: Introduce holder for dax_device
 2022-01-27 16:44 UTC  (2+ messages)

[PATCH] MAINTAINERS: platform-chrome: Add new chrome-platform@lists.linux.dev list
 2022-01-27 16:44 UTC  (2+ messages)

linux-next: build warnings in Linus' tree
 2022-01-27 16:44 UTC  (3+ messages)

[PATCH v2 net-next 0/8] net: use kfree_skb_reason() for ip/udp packet receive
 2022-01-27 16:42 UTC  (6+ messages)
` [PATCH v2 net-next 1/8] net: socket: intrudoce SKB_DROP_REASON_SOCKET_FILTER
` [PATCH v2 net-next 4/8] net: ipv4: use kfree_skb_reason() in ip_rcv_core()

[PATCH] ftrace: Have architectures opt-in for mcount build time sorting
 2022-01-27 16:42 UTC 

[PATCH v1 0/7] soc: fsl: guts: cleanups and serial_number support
 2022-01-27 16:41 UTC  (8+ messages)
` [PATCH v1 1/7] soc: fsl: guts: machine variable might be unset
` [PATCH v1 2/7] soc: fsl: guts: remove module_exit() and fsl_guts_remove()
` [PATCH v1 3/7] soc: fsl: guts: embed fsl_guts_get_svr() in probe()
` [PATCH v1 4/7] soc: fsl: guts: allocate soc_dev_attr on the heap
` [PATCH v1 5/7] soc: fsl: guts: use of_root instead of own reference
` [PATCH v1 6/7] soc: fsl: guts: drop platform driver
` [RFC PATCH v1 7/7] soc: fsl: guts: add serial_number support

[powerpc] ftrace warning kernel/trace/ftrace.c:2068 with code-patching selftests
 2022-01-27 16:41 UTC  (3+ messages)

[PATCH v1 0/3] nvmem: add Layerscape SFP support
 2022-01-27 16:37 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: nvmem: add fsl,layerscape-sfp binding
` [PATCH v1 2/3] nvmem: add driver for Layerscape SFP (Security Fuse Processor)
` [PATCH v1 3/3] arm64: dts: ls1028a: add efuse node

[PATCH v1 0/4] fbtft: Unorphan the driver for maintenance
 2022-01-27 16:34 UTC  (12+ messages)

[PATCH 00/19] drm/i915/guc: Refactor ADS access to use dma_buf_map
 2022-01-27 16:34 UTC  (4+ messages)
` [PATCH 01/19] dma-buf-map: Add read/write helpers

[syzbot] inconsistent lock state in sync_info_debugfs_show
 2022-01-27 16:33 UTC 

[PATCH v2 1/2] usb: ulpi: Add debugfs support
 2022-01-27 16:31 UTC  (3+ messages)

[PATCH v3 net-next 0/2] use bulk reads for ocelot statistics
 2022-01-27 16:30 UTC  (4+ messages)
` [PATCH v3 net-next 2/2] net: mscc: ocelot: use bulk reads for stats

[RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
 2022-01-27 16:29 UTC  (6+ messages)
` [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning


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