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

[PATCH v8 0/4] add some power supply properties about wireless/wired charging
 2020-08-24  8:57 UTC  (9+ messages)
` [PATCH v8 1/4] power: supply: core: add quick charge type property

[PATCH 4.19 00/71] 4.19.142-rc1 review
 2020-08-24  8:32 UTC  (42+ 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 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 50/71] ASoC: intel: Fix memleak in sst_media_open
` [PATCH 4.19 52/71] kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE mode
` [PATCH 4.19 53/71] kvm: x86: Toggling CR4.PKE "
` [PATCH 4.19 54/71] kconfig: qconf: do not limit the pop-up menu to the first row
` [PATCH 4.19 55/71] kconfig: qconf: fix signal connection to invalid slots
` [PATCH 4.19 56/71] efi: avoid error message when booting under Xen
` [PATCH 4.19 57/71] Fix build error when CONFIG_ACPI is not set/enabled:
` [PATCH 4.19 58/71] RDMA/bnxt_re: Do not add user qps to flushlist
` [PATCH 4.19 59/71] afs: Fix NULL deref in afs_dynroot_depopulate()
` [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 62/71] net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_probe()
` [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 4.19 66/71] efi: add missed destroy_workqueue when efisubsys_init fails
` [PATCH 4.19 67/71] epoll: Keep a reference on files added to the check list
` [PATCH 4.19 68/71] do_epoll_ctl(): clean the failure exits up a bit
` [PATCH 4.19 69/71] mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible
` [PATCH 4.19 70/71] xen: dont reschedule in preemption off sections
` [PATCH 4.19 71/71] clk: Evict unregistered clks from parent caches

[PATCH v6 00/76] x86: SEV-ES Guest Support
 2020-08-24  8:55 UTC  (84+ messages)
` [PATCH v6 14/76] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH v6 31/76] x86/head/64: Setup MSR_GS_BASE before calling into C code
` [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

[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] mtd: spi-nor: intel-spi: Do not try to make the SPI flash chip writable
 2020-08-24  9:08 UTC  (13+ messages)

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

[PATCH v3] usb-serial:cp210x: add support to software flow control
 2020-08-24  9:09 UTC  (3+ 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] mm: madvise: fix vma user-after-free
 2020-08-24  9:02 UTC  (2+ messages)

[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 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  (2+ messages)

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

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  (2+ messages)

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

[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

[PATCH] HID: roccat: add bounds checking in kone_sysfs_write_settings()
 2020-08-24  8:57 UTC  (2+ messages)
` [PATCH v2] "

[Buildroot] [PATCH/next] package/openfpgaloader: bump to current master
 2020-08-24  8:58 UTC  (2+ messages)

[PATCH v3 00/10] *** A Method for evaluating dirty page rate ***
 2020-08-24  8:57 UTC  (10+ messages)
` [PATCH v3 05/10] migration/dirtyrate: Record hash results for each sampled page

[PATCH] drm/amd/pm: fix is_dpm_running() run error on 32bit system
 2020-08-24  8:59 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.