All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-24 09:01:54 to 2020-08-24 09:21:14 UTC [more...]

[PATCH 4.19 00/71] 4.19.142-rc1 review
 2020-08-24  8:31 UTC  (19+ messages)
` [PATCH 4.19 09/71] btrfs: sysfs: use NOFS for device creation
` [PATCH 4.19 15/71] jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superblock()
` [PATCH 4.19 19/71] kthread: Do not preempt current task if it is going to call schedule()
` [PATCH 4.19 20/71] spi: Prevent adding devices below an unregistering controller
` [PATCH 4.19 30/71] jffs2: fix UAF problem
` [PATCH 4.19 31/71] ceph: fix use-after-free for fsc->mdsc
` [PATCH 4.19 32/71] cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0
` [PATCH 4.19 33/71] scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid cases
` [PATCH 4.19 35/71] tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointer dereference
` [PATCH 4.19 36/71] xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init
` [PATCH 4.19 37/71] alpha: fix annotation of io{read,write}{16,32}be()
` [PATCH 4.19 38/71] fs/signalfd.c: fix inconsistent return codes for signalfd4
` [PATCH 4.19 39/71] ext4: fix potential negative array index in do_split()
` [PATCH 4.19 40/71] ext4: dont allow overlapping system zones
` [PATCH 4.19 41/71] ASoC: q6routing: add dummy register read/write function
` [PATCH 4.19 42/71] i40e: Set RX_ONLY mode for unicast promiscuous on VLAN
` [PATCH 4.19 43/71] i40e: Fix crash during removing i40e driver
` [PATCH 4.19 44/71] net: fec: correct the error path for regulator disable in probe

[PATCH v2 2/2] phy: freescale: imx8mq-usb: add support for imx8mp usb phy
 2020-08-24  9:18 UTC  (3+ messages)

[PATCH v6 00/76] x86: SEV-ES Guest Support
 2020-08-24  8:55 UTC  (110+ messages)
` [PATCH v6 01/76] KVM: SVM: nested: Don't allocate VMCB structures on stack
` [PATCH v6 02/76] KVM: SVM: Add GHCB definitions
` [PATCH v6 03/76] KVM: SVM: Add GHCB Accessor functions
` [PATCH v6 04/76] KVM: SVM: Use __packed shorthand
` [PATCH v6 05/76] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH v6 06/76] x86/traps: Move pf error codes to <asm/trap_pf.h>
` [PATCH v6 07/76] x86/insn: Make inat-tables.c suitable for pre-decompression code
` [PATCH v6 08/76] x86/umip: Factor out instruction fetch
` [PATCH v6 09/76] x86/umip: Factor out instruction decoding
` [PATCH v6 10/76] x86/insn: Add insn_get_modrm_reg_off()
` [PATCH v6 11/76] x86/insn: Add insn_has_rep_prefix() helper
` [PATCH v6 12/76] x86/boot/compressed/64: Disable red-zone usage
` [PATCH v6 13/76] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH v6 14/76] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH v6 15/76] x86/boot/compressed/64: Add page-fault handler
` [PATCH v6 16/76] x86/boot/compressed/64: Always switch to own page-table
` [PATCH v6 18/76] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH v6 19/76] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH v6 20/76] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH v6 21/76] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH v6 22/76] x86/boot/compressed/64: Add set_page_en/decrypted() helpers
` [PATCH v6 23/76] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH v6 24/76] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
` [PATCH v6 25/76] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH v6 26/76] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH v6 27/76] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH v6 28/76] x86/idt: Move IDT to data segment
` [PATCH v6 29/76] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH v6 30/76] x86/head/64: Install startup GDT
` [PATCH v6 32/76] x86/head/64: Load GDT after switch to virtual addresses
` [PATCH v6 33/76] x86/head/64: Load segment registers earlier
` [PATCH v6 34/76] x86/head/64: Switch to initial stack earlier
` [PATCH v6 35/76] x86/head/64: Make fixup_pointer() static inline
` [PATCH v6 36/76] x86/head/64: Load IDT earlier
` [PATCH v6 37/76] x86/head/64: Move early exception dispatch to C code
` [PATCH v6 38/76] x86/head/64: Set CR4.FSGSBASE early
` [PATCH v6 39/76] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH v6 40/76] x86/sev-es: Print SEV-ES info into kernel log
` [PATCH v6 41/76] x86/sev-es: Compile early handler code into kernel image
` [PATCH v6 42/76] x86/sev-es: Setup early #VC handler
` [PATCH v6 43/76] x86/sev-es: Setup GHCB based boot "
` [PATCH v6 44/76] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH v6 45/76] x86/sev-es: Allocate and Map IST stack for #VC handler
` [PATCH v6 46/76] x86/sev-es: Adjust #VC IST Stack on entering NMI handler
` [PATCH v6 47/76] x86/dumpstack/64: Add noinstr version of get_stack_info()
` [PATCH v6 48/76] x86/entry/64: Add entry code for #VC handler
` [PATCH v6 49/76] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH v6 50/76] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH v6 51/76] x86/sev-es: Handle instruction fetches from user-space
` [PATCH v6 52/76] x86/sev-es: Handle MMIO events
` [PATCH v6 53/76] x86/sev-es: Handle MMIO String Instructions
` [PATCH v6 54/76] x86/sev-es: Handle MSR events
` [PATCH v6 55/76] x86/sev-es: Handle DR7 read/write events
` [PATCH v6 56/76] x86/sev-es: Handle WBINVD Events
` [PATCH v6 57/76] x86/sev-es: Handle RDTSC(P) Events
` [PATCH v6 58/76] x86/sev-es: Handle RDPMC Events
` [PATCH v6 59/76] x86/sev-es: Handle INVD Events
` [PATCH v6 60/76] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH v6 61/76] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH v6 62/76] x86/sev-es: Handle VMMCALL Events
` [PATCH v6 63/76] x86/sev-es: Handle #AC Events
` [PATCH v6 64/76] x86/sev-es: Handle #DB Events
` [PATCH v6 65/76] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH v6 66/76] x86/kvm: Add KVM "
` [PATCH v6 67/76] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH v6 68/76] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH v6 69/76] x86/realmode: Setup AP jump table
` [PATCH v6 70/76] x86/smpboot: Setup TSS for starting AP
` [PATCH v6 71/76] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH v6 72/76] x86/head/64: Rename start_cpu0
` [PATCH v6 73/76] x86/sev-es: Support CPU offline/online
` [PATCH v6 74/76] x86/sev-es: Handle NMI State
` [PATCH v6 75/76] x86/efi: Add GHCB mappings when SEV-ES is active
` [PATCH v6 76/76] x86/sev-es: Check required CPU features for SEV-ES

[PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-24  9:20 UTC  (4+ messages)
` [PATCH 4/5] bio: introduce BIO_FOLL_PIN flag

[meta-java] Changes from master-next merged to master
 2020-08-24  9:19 UTC  (6+ messages)
` [oe] "

[PATCH V2 1/2] opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER
 2020-08-24  9:17 UTC  (5+ messages)
` [PATCH V2 2/2] cpufreq: dt: Refactor initialization to handle probe deferral properly

[PATCH] kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
 2020-08-24 10:18 UTC 

[PATCH] mtd: spi-nor: intel-spi: Do not try to make the SPI flash chip writable
 2020-08-24  9:15 UTC  (15+ messages)

[PATCH 0/4] Restore big.LITTLE cpuidle driver for Exynos
 2020-08-24  9:14 UTC  (8+ messages)
  ` [PATCH 2/4] cpuidle: big.LITTLE: enable driver only on Peach-Pit/Pi Chromebooks

[meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1
 2020-08-24  9:14 UTC  (5+ messages)
` [meta-python][PATCH 2/5] python3-langtable: Upgrade 0.0.51 -> 0.0.52
` [meta-python][PATCH 3/5] python3-pint: Upgrade 0.14 -> 0.15
` [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.4 -> 2.5
` [meta-python][PATCH 5/5] python3-attrs: Upgrade 19.3.0 -> 20.1.0

stable-rc/linux-4.4.y build: 190 builds: 1 failed, 189 passed, 2 errors, 13 warnings (v4.4.233-34-g00117144aa83)
 2020-08-24  9:14 UTC 

[PATCH] media: uvcvideo: Add bandwidth_cap module param
 2020-08-24  9:13 UTC  (3+ messages)

[PATCH 01/22] dt-bindings: gpio: fsl-imx-gpio: Add i.MX 8 compatibles
 2020-08-24  9:11 UTC  (7+ messages)
` [PATCH 21/22] arm64: dts: imx8qxp: Remove i.MX7 compatible from USDHC

[PATCH 1/2] ARM: dts: imx6qdl: tqma6: fix indentation
 2020-08-24  9:10 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: imx6qdl: tqma6: minor fixes

[RFC PATCH 1/2] opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER
 2020-08-24  9:11 UTC  (3+ messages)

[PATCH v3] usb-serial:cp210x: add support to software flow control
 2020-08-24  9:09 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: rza1: Convert to json-schema
 2020-08-24  9:13 UTC  (2+ messages)

[PATCH v3 0/2] iio: adc: mt6360: Add ADC driver for MT6360
 2020-08-24  9:06 UTC  (9+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] Documentation: ABI: testing: mt6360: Add ADC sysfs guideline

[PATCH v5 00/12] *** A Method for evaluating dirty page rate ***
 2020-08-24  9:14 UTC  (13+ messages)
` [PATCH v5 01/12] migration/dirtyrate: setup up query-dirtyrate framwork
` [PATCH v5 02/12] migration/dirtyrate: add DirtyRateStatus to denote calculation status
` [PATCH v5 03/12] migration/dirtyrate: Add RamlockDirtyInfo to store sampled page info
` [PATCH v5 04/12] migration/dirtyrate: Add dirtyrate statistics series functions
` [PATCH v5 05/12] migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
` [PATCH v5 06/12] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v5 07/12] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v5 08/12] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
` [PATCH v5 09/12] migration/dirtyrate: Implement get_sample_page_period() and block_sample_page_period()
` [PATCH v5 10/12] migration/dirtyrate: Implement calculate_dirtyrate() function
` [PATCH v5 11/12] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function
` [PATCH v5 12/12] migration/dirtyrate: Add trace_calls to make it easier to debug

Severe performance regression in "net: macsec: preserve ingress frame ordering"
 2020-08-24  9:07 UTC  (8+ messages)

[Buildroot] [PATCH 1/1] docs/manual/adding-packages-cargo.txt: drop debug profile
 2020-08-24  9:06 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ripgrep: fix debug build
 2020-08-24  9:05 UTC  (2+ messages)

[GSoC][PATCH] submodule: port submodule subcommand 'add' from shell to C
 2020-08-24  9:03 UTC 

drivers/ata/pata_cmd64x.c:283:22: sparse: sparse: cast removes address space '__iomem' of expression
 2020-08-24  9:03 UTC  (2+ messages)

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 94 warnings (v4.19.141-72-g62187e309cc4)
 2020-08-24  9:02 UTC 

[PATCH v3 00/17] Memory window support for rdma_rxe
 2020-08-24  9:02 UTC  (4+ messages)
` [PATCH v3 17/17] rdma_rxe: minor cleanups

[Intel-gfx] [PATCH 1/2] drm/i915: Compute has_drrs after compute has_psr
 2020-08-24  8:51 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/drrs: Disable DRRS when needed in fastsets

[PATCH] mm: madvise: fix vma user-after-free
 2020-08-24  9:02 UTC  (2+ messages)

[PATCH v2 for 5.2 0/3] block: add logging facility for long standing IO requests
 2020-08-24  9:01 UTC  (4+ messages)
` [PATCH 2/3] "

[Buildroot] [git commit] package/ripgrep: fix debug build
 2020-08-24  9:02 UTC 


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.