All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-24 23:24:44 to 2020-08-25 00:36:38 UTC [more...]

[PATCH v2] usb: storage: initialize variable
 2020-08-25  0:36 UTC  (5+ messages)

[PATCH v11 00/25] Control-flow Enforcement: Shadow Stack
 2020-08-25  0:36 UTC  (28+ messages)
` [PATCH v11 01/25] Documentation/x86: Add CET description
` [PATCH v11 02/25] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v11 03/25] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v11 04/25] x86/cet: Add control-protection fault handler
` [PATCH v11 05/25] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v11 06/25] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v11 07/25] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v11 08/25] x86/mm: Introduce _PAGE_COW
` [PATCH v11 09/25] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v11 10/25] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v11 11/25] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v11 12/25] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v11 13/25] x86/mm: Shadow Stack page fault error checking
` [PATCH v11 14/25] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v11 15/25] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v11 16/25] mm: Add guard pages around a shadow stack
` [PATCH v11 17/25] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v11 18/25] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v11 19/25] mm: Re-introduce do_mmap_pgoff()
` [PATCH v11 20/25] x86/cet/shstk: User-mode shadow stack support
` [PATCH v11 21/25] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v11 22/25] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v11 23/25] ELF: Introduce arch_setup_elf_property()
` [PATCH v11 24/25] x86/cet/shstk: Handle thread shadow stack
` [PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for "

[PATCH] NFC: st95hf: Fix memleak in st95hf_in_send_cmd
 2020-08-25  0:34 UTC  (2+ messages)

Hello
 2020-08-24 23:21 UTC 

Using XDP for Cloud VMs by David Ahern
 2020-08-25  0:34 UTC  (3+ messages)

[PATCH v11 0/9] Control-flow Enforcement: Indirect Branch Tracking, PTRACE
 2020-08-25  0:33 UTC  (14+ messages)
` [PATCH v11 1/9] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v11 2/9] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v11 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v11 4/9] x86/cet/ibt: ELF header parsing "
` [PATCH v11 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v11 6/9] x86/cet: Add PTRACE interface for CET
` [PATCH v11 7/9] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v11 8/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v11 9/9] x86: Disallow vsyscall emulation when CET is enabled

[PATCH] net: atheros: switch from 'pci_' to 'dma_' API
 2020-08-25  0:33 UTC  (3+ messages)

[PATCH] starfire: switch from 'pci_' to 'dma_' API
 2020-08-25  0:33 UTC  (3+ messages)

[PATCH] typhoon: switch from 'pci_' to 'dma_' API
 2020-08-25  0:33 UTC  (3+ messages)

[PATCH] ftrace: Fixup lockdep assert held of text_mutex
 2020-08-25  0:29 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sc7180-trogdor: add initial trogdor and lazor dt
 2020-08-25  0:33 UTC 

[PATCH v8 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-08-25  0:30 UTC  (8+ messages)
` [PATCH v8 2/5] firmware: xilinx: Add shutdown/wakeup APIs

general protection fault in security_inode_getattr
 2020-08-25  0:32 UTC  (2+ messages)

[PATCH] net: dccp: delete repeated words
 2020-08-25  0:31 UTC  (3+ messages)

[PATCH] net: ipv4: delete repeated words
 2020-08-25  0:31 UTC  (2+ messages)

[PATCH] net: netlink: delete repeated words
 2020-08-25  0:31 UTC  (2+ messages)

[REGRESSION] x86/cpu fsgsbase breaks TLS in 32 bit rr tracees on a 64 bit system
 2020-08-25  0:30 UTC  (3+ messages)

[PATCH v2] drivers: staging: comedi: fixed duplicate words from checkpatch
 2020-08-25  0:29 UTC  (2+ messages)

[PATCH V3] coresight: Make sysFS functional on topologies with per core sink
 2020-08-25  0:29 UTC  (5+ messages)

[PATCH] RISC-V: Take text_mutex in ftrace_init_nop()
 2020-08-25  0:21 UTC 

[PATCH 0/9] THP iomap patches for 5.10
 2020-08-25  0:27 UTC  (27+ messages)
` [PATCH 1/9] iomap: Fix misplaced page flushing
` [PATCH 2/9] fs: Introduce i_blocks_per_page
` [PATCH 3/9] iomap: Use kzalloc to allocate iomap_page
` [PATCH 4/9] iomap: Use bitmap ops to set uptodate bits
` [PATCH 5/9] iomap: Support arbitrarily many blocks per page
` [PATCH 6/9] iomap: Convert read_count to byte count
` [PATCH 8/9] iomap: Convert iomap_write_end types
` [PATCH 9/9] iomap: Change calling convention for zeroing

[PATCH v8 00/14] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-08-25  0:17 UTC  (15+ messages)
` [PATCH v8 01/14] hw/misc: Add NPCM7xx System Global Control Registers device model
` [PATCH v8 02/14] hw/misc: Add NPCM7xx Clock Controller "
` [PATCH v8 03/14] hw/timer: Add NPCM7xx Timer "
` [PATCH v8 04/14] hw/arm: Add NPCM730 and NPCM750 SoC models
` [PATCH v8 05/14] hw/arm: Add two NPCM7xx-based machines
` [PATCH v8 06/14] roms: Add virtual Boot ROM for NPCM7xx SoCs
` [PATCH v8 07/14] hw/arm: Load -bios image as a boot ROM for npcm7xx
` [PATCH v8 08/14] hw/nvram: NPCM7xx OTP device model
` [PATCH v8 09/14] hw/mem: Stubbed out NPCM7xx Memory Controller model
` [PATCH v8 10/14] hw/ssi: NPCM7xx Flash Interface Unit device model
` [PATCH v8 11/14] hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj
` [PATCH v8 12/14] hw/arm/npcm7xx: add board setup stub for CPU and UART clocks
` [PATCH v8 13/14] docs/system: Add Nuvoton machine documentation
` [PATCH v8 14/14] tests/acceptance: console boot tests for quanta-gsj

[PATCH 0/2] Fix Cooperlake CPU model
 2020-08-25  0:20 UTC  (4+ messages)
` [PATCH 2/2] target/i386: Add missed features to "

[PATCH] arm64: add prctl(PR_PAC_SET_ENABLED_KEYS)
 2020-08-25  0:23 UTC  (5+ messages)

[RFC -V3 0/5] autonuma: Optimize memory placement for memory tiering system
 2020-08-25  0:23 UTC  (6+ messages)
` [RFC -V3 1/5] autonuma: Optimize page "
` [RFC -V3 2/5] autonuma, memory tiering: Skip to scan fast memory
` [RFC -V3 3/5] autonuma, memory tiering: Hot page selection with hint page fault latency
` [RFC -V3 4/5] autonuma, memory tiering: Rate limit NUMA migration throughput
` [RFC -V3 5/5] autonuma, memory tiering: Adjust hot threshold automatically

What's cooking in git.git (Aug 2020, #06; Mon, 24)
 2020-08-25  0:22 UTC 

[PATCH v6 00/76] x86: SEV-ES Guest Support
 2020-08-25  0:21 UTC  (2+ messages)

backport 4.4.59 - kernel panic upon loading em28xx-dvb.ko
 2020-08-25  0:18 UTC 

[PATCH] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
 2020-08-25  0:16 UTC 

[PATCH] ASoC: soc-core: move snd_soc_dai_link_set_capabilities() to soc-core.c
 2020-08-25  0:15 UTC  (2+ messages)

[PATCH v3 0/5] Remodel HD3SS3220 device nodes
 2020-08-25  0:16 UTC  (3+ messages)
` [PATCH v3 2/5] dt-bindings: usb: renesas,usb3-peri: Document HS and SS data bus

[PATCH v3 00/13] client side user xattr (RFC8276) support
 2020-08-25  0:14 UTC  (8+ messages)
` [PATCH v3 12/13] NFSv4.2: hook in the user extended attribute handlers

[PATCH] ASoC: pcm3168a: ignore 0 Hz settings
 2020-08-25  0:09 UTC  (2+ messages)

[PATCH] ASoC: ti: fixup ams_delta_mute() function name
 2020-08-25  0:08 UTC  (2+ messages)

[PATCH] KVM: VMX: fix crash cleanup when KVM wasn't used
 2020-08-25  0:09 UTC  (6+ messages)

[PATCH] checkpatch: Allow not using -f with files that are in git
 2020-08-25  0:09 UTC 

[PATCH] interconnect: Show bandwidth for disabled paths as zero in debugfs
 2020-08-25  0:08 UTC  (2+ messages)

unix pipe example?
 2020-08-25  0:08 UTC 

[PATCH bpf-next v1 0/8] bpf: BTF support for ksyms
 2020-08-25  0:05 UTC  (4+ messages)
` [PATCH bpf-next v1 1/8] bpf: Introduce pseudo_btf_id

[ti:ti-linux-5.4.y 1792/9102] drivers/net/ethernet/ti/am65-cpts.c:1037:12: warning: cast between incompatible function types from 'int ptp_clock to 'void
 2020-08-25  0:04 UTC 

[PATCH] get_maintainer: Add test for file in VCS
 2020-08-25  0:04 UTC 

[Intel-gfx] [PATCH 1/3] drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support
 2020-08-25  0:02 UTC  (7+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/ehl: Update voltage swing table

[Buildroot] [PATCH 1/1] systemd: ensure tmpfiles.d/legacy.conf is installed
 2020-08-25  0:02 UTC 

looking for recent headers in different path in configure
 2020-08-25  0:02 UTC  (2+ messages)

[PATCH v2] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
 2020-08-24 23:51 UTC  (2+ messages)

[PATCH 0/8] drm: mxsfb: Allow overriding bus width
 2020-08-24 23:59 UTC  (11+ messages)
` [PATCH 1/8] dt-bindings: display: mxsfb: Convert binding to YAML
` [PATCH 2/8] dt-bindings: display: mxsfb: Add and fix compatible strings

Tioga Pass OpenBMC 2.8
 2020-08-25  0:00 UTC  (7+ messages)

[CRYPTO-LUKS v1 00/19] Fixes and improvements for cryptodisks+luks2 and a few other things
 2020-08-24 23:58 UTC  (7+ messages)
` [CRYPTO-LUKS v1 03/19] cryptodisk: Incorrect calculation of start sector for grub_disk_read in grub_cryptodisk_read
        ` [CRYPTO-LUKS v2 03/19] cryptodisk: Incorrect calculation of sector in grub_cryptodisk_read/write

Behavior of pinned perf event array
 2020-08-24 23:57 UTC 

[PATCH v3 0/8] Hirschmann Hellcreek DSA driver
 2020-08-24 23:57 UTC  (6+ messages)
` [PATCH v3 5/8] net: dsa: hellcreek: Add TAPRIO offloading support

[PATCH v2 0/5] cpufreq: intel_pstate: Address some HWP-related oddities
 2020-08-24 23:56 UTC  (2+ messages)

[RFC PATCH 0/4] x86/vdso: x86/sgx: Rework SGX vDSO API
 2020-08-24 23:54 UTC  (4+ messages)
` [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API

[jkirsher-next-queue:dev-queue 9/58] ld.lld: error: n_tty.c:(.text.fixup+0x4): relocation R_ARM_JUMP24 out of range: 35756372 is not in
 2020-08-24 23:53 UTC 

[PATCH v3 00/17] Memory window support for rdma_rxe
 2020-08-24 23:52 UTC  (6+ messages)
` [PATCH v3 11/17] rdma_rxe: Address an issue with hardened user copy

[PATCH net] ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
 2020-08-24 23:49 UTC  (2+ messages)

[PATCH 0/3] Fanotify man page updates for v5.9
 2020-08-24 23:50 UTC  (7+ messages)
` [PATCH 1/3] fanotify.7, fanotify_mark.2: Generalize documentation of FAN_REPORT_FID
` [PATCH 2/3] fanotify.7, fanotify_init.2: Document FAN_REPORT_DIR_FID
` [PATCH 3/3] fanotify.7, fanotify_init.2: Document FAN_REPORT_NAME

[PATCH 0/2] ath10k: Add chain-1 voltage regulator voting
 2020-08-24 23:50 UTC  (3+ messages)

[PATCH v5 0/9] fs: interface for directly reading/writing compressed data
 2020-08-24 23:49 UTC  (4+ messages)
` [PATCH v5 3/9] fs: add RWF_ENCODED for "

[PATCH net v2] drivers/net/wan/lapbether: Added needed_tailroom
 2020-08-24 23:48 UTC  (3+ messages)

[PATCH] RDMA: error code handling
 2020-08-24 23:44 UTC 

[radeon-alex:amd-staging-drm-next 1475/1486] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn21/rn_clk_mgr.c:97:6: warning: no previous prototype for 'rn_set_low_power_state'
 2020-08-24 23:43 UTC  (2+ messages)

Yet another guy with a "parent transid verify failed" problem
 2020-08-24 23:41 UTC  (2+ messages)

[PATCH 0/3] PCI: Replace use of snprintf() with scnprintf() in show() functions
 2020-08-24 23:39 UTC  (4+ messages)
` [PATCH 1/3] PCI: Replace use of snprintf() with scnprintf() in resource_alignment_show()
` [PATCH 2/3] PCI: sysfs: Replace use of snprintf() with scnprintf() in driver_override_show()
` [PATCH 3/3] PCI/P2PDMA: Replace use of snprintf() with scnprintf() in show() functions

[to-be-updated] mm-thp-narrow-lru-locking.patch removed from -mm tree
 2020-08-24 23:36 UTC 

[to-be-updated] mm-thp-remove-code-path-which-never-got-into.patch removed from -mm tree
 2020-08-24 23:36 UTC 

[PATCH v6 0/8] Generalize start-powered-off property from ARM
 2020-08-24 23:34 UTC  (7+ messages)
` [PATCH v6 4/8] ppc/e500: Use start-powered-off CPUState property

[to-be-updated] mm-thp-move-lru_add_page_tail-func-to-huge_memoryc.patch removed from -mm tree
 2020-08-24 23:36 UTC 

[to-be-updated] mm-thp-clean-up-lru_add_page_tail.patch removed from -mm tree
 2020-08-24 23:36 UTC 

[to-be-updated] mm-memcg-remove-useless-check-on-page-mem_cgroup.patch removed from -mm tree
 2020-08-24 23:36 UTC 

[to-be-updated] mm-memcg-warning-on-memcg-after-readahead-page-charged.patch removed from -mm tree
 2020-08-24 23:36 UTC 

[Buildroot] [Bug 13141] New: Target-finalize fail with "depmod: ERROR: Bad version passed"
 2020-08-24 23:33 UTC  (2+ messages)
` [Buildroot] [Bug 13141] "

[master][PATCH 0/5] Allow PR Service and hash equiv together
 2020-08-24 23:32 UTC  (7+ messages)
` [master][PATCH 1/5] package_tar.bbclass: Sync to the other package_* classes
` [master][PATCH 2/5] hash equivalency and pr service
` [master][PATCH 3/5] package.bbclass: Move package_get_auto_pr to packagedata.bbclass
` [master][PATCH 4/5] package / packagedata bbclass: Change the way PRAUTO and AUTOINC are handled
` [master][PATCH 5/5] buildhistory.bbclass: Rework to use read_subpackage_metadata
` ✗ patchtest: failure for Allow PR Service and hash equiv together

[PATCH 0/3] usb: Add driver for USB signal re-mapper
 2020-08-24 23:30 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: Add support for Broadcom USB pin map driver

[PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-08-24 23:32 UTC  (6+ messages)
      ` [f2fs-dev] "

linux-next: manual merge of the qcom tree with the imx-mxs tree
 2020-08-24 23:32 UTC 

[PATCH 0/2] Fix trailers atom bug and improved tests
 2020-08-24 23:32 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] ref-filter: 'contents:trailers' show error if `:` is missing

[PATCH v2 0/6] Add initial support for ATC260x PMICs
 2020-08-24 23:31 UTC  (4+ messages)
` [PATCH v2 4/6] power: reset: Add poweroff driver "

[PATCH] dt: bindings: lp55xx: Updte yaml examples with new color ID
 2020-08-24 23:25 UTC  (2+ messages)

[PATCH] fix comment concerning GCC 4.6
 2020-08-24 23:25 UTC 

[PATCH] remove comment about sparse not supporting __has_attribute
 2020-08-24 23:25 UTC 

[PATCH 0/2] r8a7742 add QSPI support
 2020-08-24 23:25 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: spi: renesas,rspi: Add r8a7742 to the compatible list

[PATCH v2 1/4] dt-bindings: Add vendor prefix for Silvaco
 2020-08-24 23:24 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: i3c: Describe Silvaco master binding


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.