All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-24 08:59:35 to 2020-08-24 09:16:42 UTC [more...]

[PATCH 4.19 00/71] 4.19.142-rc1 review
 2020-08-24  8:31 UTC  (29+ messages)
` [PATCH 4.19 18/71] drm/amd/display: fix pow() crashing when given base 0
` [PATCH 4.19 20/71] spi: Prevent adding devices below an unregistering controller
` [PATCH 4.19 23/71] media: budget-core: Improve exception handling in budget_register()
` [PATCH 4.19 24/71] rtc: goldfish: Enable interrupt in set_alarm() when necessary
` [PATCH 4.19 26/71] Input: psmouse - add a newline when printing proto by sysfs
` [PATCH 4.19 27/71] m68knommu: fix overwriting of bits in ColdFire V3 cache control
` [PATCH 4.19 29/71] xfs: fix inode quota reservation checks
` [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 4.19 46/71] bonding: fix a potential double-unregister
` [PATCH 4.19 48/71] s390/ptrace: fix storage key handling
` [PATCH 4.19 49/71] ASoC: msm8916-wcd-analog: fix register Interrupt offset
` [PATCH 4.19 60/71] bonding: fix active-backup failover for current ARP slave
` [PATCH 4.19 61/71] net: ena: Prevent reset after device destruction
` [PATCH 4.19 64/71] net: dsa: b53: check for timeout
` [PATCH 4.19 65/71] powerpc/pseries: Do not initiate shutdown when system is running on UPS

[PATCH v6 00/76] x86: SEV-ES Guest Support
 2020-08-24  8:55 UTC  (96+ messages)
` [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 16/76] x86/boot/compressed/64: Always switch to own page-table
` [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 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] 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 

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

[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  (8+ 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 V2 1/2] opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER
 2020-08-24  9:09 UTC  (3+ messages)
` [PATCH V2 2/2] cpufreq: dt: Refactor initialization to handle probe deferral properly

[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 

[PATCH] crypto/chtls: Fix double free in chtls_pass_accept_request()
 2020-08-24  8:59 UTC 

[PATCH] arm64: dts: zynqmp: Remove additional compatible string for i2c IPs
 2020-08-24  8:59 UTC 

4.4.59 backport issue - build system for media drivers
 2020-08-24  9:01 UTC  (2+ messages)

[PATCH v7 net-next 2/3] octeontx2-af: Add support for Marvell PTP coprocessor
 2020-08-24  9:00 UTC  (3+ messages)

[LTP] [PATCH] setxattr03: TCONF if failed to set immutable flag
 2020-08-24  9:01 UTC  (5+ messages)

expects argument of type 'size_t', but argument 5 has type 'Elf64_Xword
 2020-08-24  9:00 UTC 

[PATCH v2] media: ov5675: correct the maximum exposure value
 2020-08-24  9:00 UTC  (4+ messages)

[PATCH] afs: Fix a use after free in afs_xattr_get_acl()
 2020-08-24  8:58 UTC 

[PATCH] scsi: libcxgbi: Fix a use after free in cxgbi_conn_xmit_pdu()
 2020-08-24  8:59 UTC 

[Buildroot] [PATCH 1/1] package/openfpgaloader: needs gcc >= 4.9
 2020-08-24  8:59 UTC  (2+ messages)

[PATCH 5.8 000/232] 5.8.3-rc1 review
 2020-08-24  8:59 UTC  (6+ messages)
` [PATCH 5.8 137/232] USB: serial: ftdi_sio: fix break and sysrq handling


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.