All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-10 18:54:49 to 2020-04-10 20:01:52 UTC [more...]

Coverity: nxp_spifi_write_reg(): Integer handling issues
 2020-04-10 20:01 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: remove redundant assignment to variable x
 2020-04-10 19:58 UTC  (5+ messages)
`  "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Buildroot] [PATCH 1/1] package/subversion: bump to version 1.13.0
 2020-04-10 19:58 UTC 

[RFC v2 0/5] blktrace: fix use after free
 2020-04-10 19:58 UTC  (4+ messages)
` [RFC v2 2/5] blktrace: fix debugfs "

KCSAN + KVM = host reset
 2020-04-10 19:57 UTC  (4+ messages)

[PATCH] checkpatch: check for missing \n at the end of logging message
 2020-04-10 19:53 UTC  (9+ messages)

[PATCH bpf 0/2] libbpf: Fix loading cgroup_skb/egress with ret in [2, 3]
 2020-04-10 19:54 UTC  (3+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: Test cgroup_skb/egress/expected section name

[PULL 0/3] xtensa updates for v5.7
 2020-04-10 19:53 UTC 

[PATCH] scripts: kernel-doc: naming unnamed variadics
 2020-04-10 19:52 UTC 

BUG: kernel NULL pointer dereference, address: 0000000000000026 after switching to 5.7 kernel
 2020-04-10 19:51 UTC  (3+ messages)

[Buildroot] [PATCH] core/show-info: do not show install types for host packages
 2020-04-10 19:50 UTC  (2+ messages)

[PATCH 0/6] better handling of gigantic config files
 2020-04-10 19:50 UTC  (7+ messages)
` [PATCH 1/6] remote: drop auto-strlen behavior of make_branch() and make_rewrite()
` [PATCH 2/6] parse_config_key(): return subsection len as size_t
` [PATCH 3/6] config: drop useless length variable in write_pair()
` [PATCH 4/6] git_config_parse_key(): return baselen as size_t
` [PATCH 5/6] config: use size_t to store parsed variable baselen
` [PATCH 6/6] config: reject parsing of files over INT_MAX

[RFC PATCH v6 0/9] Add Tegra driver for video capture
 2020-04-10 19:47 UTC  (23+ messages)
` [RFC PATCH v6 6/9] media: tegra: Add Tegra210 Video input driver

[PATCH 0/2] mm: Two small fixes for recent syzbot reports
 2020-04-10 19:46 UTC  (8+ messages)

[PATCH] ACPI/PCI: pci_link: use extended_irq union member when setting ext-irq shareable
 2020-04-10 19:45 UTC  (2+ messages)

[cip-dev] [ANNOUNCE] v4.4.215-cip42-rt28
 2020-04-10 18:18 UTC 

[PATCH 4/7] watchdog: dw_wdt: Support devices with non-fixed TOP values
 2020-04-10 19:45 UTC  (12+ messages)
` [PATCH 5/7] watchdog: dw_wdt: Support devices with asynch clocks
` [PATCH 6/7] watchdog: dw_wdt: Add pre-timeouts support
` [PATCH 7/7] watchdog: dw_wdt: Add DebugFS files

[Intel-gfx] [PATCH] drm/i915: Flush async power domains on probe failure
 2020-04-10 19:41 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

Contribution to KVM
 2020-04-10 19:41 UTC  (5+ messages)

[RFC][PATCH 00/36] objtool: Make recordmcount a subcommand
 2020-04-10 19:35 UTC  (37+ messages)
` [RFC][PATCH 01/36] objtool: Exit successfully when requesting help
` [RFC][PATCH 02/36] objtool: Move struct objtool_file into arch-independent header
` [RFC][PATCH 03/36] objtool: Enable compilation of objtool for all architectures
` [RFC][PATCH 04/36] objtool: Report missing support for subcommands
` [RFC][PATCH 05/36] objtool: Add support for relocations without addends
` [RFC][PATCH 06/36] objtool: Prepare to merge recordmcount
` [RFC][PATCH 07/36] objtool: Make recordmcount into mcount subcmd
` [RFC][PATCH 08/36] objtool: recordmcount: Start using objtool's elf wrapper
` [RFC][PATCH 09/36] objtool: recordmcount: Search for __mcount_loc before walking the sections
` [RFC][PATCH 10/36] objtool: recordmcount: Convert do_func() relhdrs
` [RFC][PATCH 11/36] objtool: mcount: Remove unused fname parameter
` [RFC][PATCH 12/36] objtool: mcount: Use libelf for section header names
` [RFC][PATCH 13/36] objtool: mcount: Walk objtool Elf structs in find_secsym_ndx
` [RFC][PATCH 14/36] objtool: mcount: Use symbol structs to find mcount relocations
` [RFC][PATCH 15/36] objtool: mcount: Walk relocation lists
` [RFC][PATCH 16/36] objtool: mcount: Move get_mcountsym
` [RFC][PATCH 17/36] objtool: mcount: Replace MIPS offset types
` [RFC][PATCH 18/36] objtool: mcount: Move is_fake_mcount()
` [RFC][PATCH 19/36] objtool: mcount: Stop using ehdr in find_section_sym_index
` [RFC][PATCH 20/36] objtool: mcount: Move find_section_sym_index()
` [RFC][PATCH 21/36] objtool: mcount: Restrict using ehdr in append_func()
` [RFC][PATCH 22/36] objtool: mcount: Use objtool ELF to write
` [RFC][PATCH 23/36] objtool: mcount: Move nop_mcount()
` [RFC][PATCH 24/36] objtool: mcount: Move helpers out of ELF wrapper
` [RFC][PATCH 25/36] objtool: mcount: Move relocation entry size detection
` [RFC][PATCH 26/36] objtool: mcount: Only keep ELF file size
` [RFC][PATCH 27/36] objtool: mcount: Use ELF header from objtool
` [RFC][PATCH 28/36] objtool: mcount: Remove unused file mapping
` [RFC][PATCH 29/36] objtool: mcount: Reduce usage of _size wrapper
` [RFC][PATCH 30/36] objtool: mcount: Move mcount_adjust out of wrapper
` [RFC][PATCH 31/36] objtool: mcount: Pre-allocate new ELF sections
` [RFC][PATCH 32/36] objtool: mcount: Generic location and relocation table types
` [RFC][PATCH 33/36] objtool: mcount: Move sift_rel_mcount out of wrapper file
` [RFC][PATCH 34/36] objtool: mcount: Remove wrapper for ELF relocation type
` [RFC][PATCH 35/36] objtool: mcount: Remove wrapper double-include trick
` [RFC][PATCH 36/36] objtool: mcount: Remove wordsized endian wrappers

linux-next: Tree for Apr 10
 2020-04-10 19:41 UTC  (6+ messages)
` linux-next: Tree for Apr 10 (lib/test_printf.ko)

[PATCH v2] Documentation: test.h - fix warnings
 2020-04-10 19:40 UTC  (7+ messages)

[PATCH v11 00/10] Nested Shared Virtual Address (SVA) VT-d support
 2020-04-10 19:45 UTC  (5+ messages)
` [PATCH v11 05/10] iommu/vt-d: Add bind guest PASID support

[dpdk-dev] [RFC PATCH 0/9] Windows basic memory management
 2020-04-10 19:39 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/1] virt2phys: virtual to physical address translator for Windows

[RFC v2 2/5] blktrace: fix debugfs use after free
 2020-04-10 19:37 UTC 

[Intel-wired-lan] [PATCH 5/7] PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
 2020-04-10 19:38 UTC  (5+ messages)
` [Intel-gfx] "
  `  "

[PATCH v3] Replace -EINVAL with a positive error number
 2020-04-10 19:37 UTC 

[rfc] dma-mapping: preallocate unencrypted DMA atomic pool
 2020-04-10 19:37 UTC  (8+ messages)
    ` [rfc 0/6] unencrypted atomic DMA pools with dynamic expansion
      ` [rfc v2 "
        ` [rfc v2 3/6] dma-pool: dynamically expanding atomic pools

[hch-misc:maccess-fixups 2/8] arch/x86/mm/maccess.c:14:43: error: expected expression before '; ' token
 2020-04-10 19:37 UTC 

[PATCH v2 0/4] Clean up hugetlb boot command line processing
 2020-04-10 19:34 UTC  (19+ messages)
` [PATCH v2 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v2 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v2 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate

[PATCH 00/11] VMBus channel interrupt reassignment
 2020-04-10 19:35 UTC  (17+ messages)
` [PATCH 04/11] hv_netvsc: Disable NAPI before closing the VMBus channel
` [PATCH 05/11] hv_utils: Always execute the fcopy and vss callbacks in a tasklet
` [PATCH 06/11] Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. channel removal
` [PATCH 07/11] PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU reassignment functionality
` [PATCH 08/11] Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logic
` [PATCH 09/11] Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplug
` [PATCH 10/11] Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type
` [PATCH 11/11] scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assigned

[PATCH] mm/memory_hotplug: Fix a typo in comment "recoreded"->"recorded"
 2020-04-10 19:34 UTC  (2+ messages)

[PATCH 0/2] sandbox: provide memory reservations
 2020-04-10 19:31 UTC  (7+ messages)
` [PATCH 1/2] sandbox: add reserved-memory node in device tree
` [PATCH 2/2] sandbox: implement ft_board_setup()

[PATCH 1/1] sandbox: enable CMD_BOOTEFI_HELLO and CMD_EFIDEBUG
 2020-04-10 19:31 UTC  (5+ messages)

[PATCH 0/3] Misc fixes for Tegra
 2020-04-10 19:31 UTC  (3+ messages)
` [PATCH 2/3] fdt: Fix 'system' command

[PATCH 1/2] dm: core: Add logging on unbind failure
 2020-04-10 19:31 UTC  (4+ messages)
` [PATCH 2/2] dm: core: Add a way to skip powering down power domains

[PATCH 0/3] Support reading an u32 from a multi-value property
 2020-04-10 19:31 UTC  (11+ messages)
` [PATCH 1/3] dm: test: add test case for dev_read_u64 function
` [PATCH 3/3] dm: core: refactor functions reading an u32 from dt

[PATCH v2] dm: core: remove the duplicated function dm_ofnode_pre_reloc
 2020-04-10 19:31 UTC  (3+ messages)

[PATCH v2 0/2] fdtdec: support multiple phandles in memory carveout
 2020-04-10 19:31 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] test: fdtdec: test fdtdec_set_carveout()

[PATCH] dm: core: Read parent ofdata before children
 2020-04-10 19:31 UTC  (4+ messages)

[PATCH 1/1] powerpc/rtas: Implement reentrant rtas call
 2020-04-10 19:28 UTC  (3+ messages)

[dpdk-dev] [PATCH] examples/ipsec-secgw: remove limitation for crypto sessions
 2020-04-10 19:30 UTC 

[Buildroot] [git commit] package/gcc: fix check-package
 2020-04-10 19:30 UTC 

[RESEND PATCH 1/2] btrfs: Read stripe len directly in btrfs_rmap_block
 2020-04-10 19:29 UTC  (2+ messages)

PROBLEM: [drm:analogix_dp_bridge_atomic_enable [analogix_dp]] *ERROR* Failed to disable psr -110
 2020-04-10 19:29 UTC  (5+ messages)

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-04-10 19:28 UTC  (2+ messages)
` [Bug 206579] "

[PATCH 0/8] Add support for MediaTek xHCI host controller
 2020-04-10 19:27 UTC  (19+ messages)
` [PATCH 5/8] xhci: mediatek: Add support for MTK "

[Intel-gfx] [PATCH] cpufreq/pstate: Only mention the BIOS disabling turbo mode once
 2020-04-10 19:26 UTC  (2+ messages)
`  "

[PATCH 0/4] v4l2-subdev: Introduce get_mbus_format pad op
 2020-04-10 19:26 UTC  (8+ messages)
` [PATCH 2/4] media: v4l2-subdv: Introduce get_mbus_config "

[PATCH] mm: ksm: Fix a typo in comment "alreaady"->"already"
 2020-04-10 19:25 UTC  (2+ messages)

[Bug report] Kernel 5.7 become unbootable
 2020-04-10 19:23 UTC  (4+ messages)

[RESEND PATCH] btrfs: Remove received information from snapshot on ro->rw switch
 2020-04-10 19:23 UTC  (2+ messages)

Linux-next POWER9 NULL pointer NIP since 1st Apr
 2020-04-10 19:20 UTC  (8+ messages)

[PATCH] btrfs: check that cloning an inline extent does not lead to data loss
 2020-04-10 19:22 UTC  (2+ messages)

[PATCH v12 00/11] Convert PWM period and duty cycle to u64
 2020-04-10 19:20 UTC  (7+ messages)
` [PATCH v12 06/11] pwm: imx27: Use 64-bit division macro and function
` [PATCH v12 08/11] pwm: sun4i: Use nsecs_to_jiffies to avoid a division
` [PATCH v12 10/11] clk: pwm: Use 64-bit division function

[PATCH] btrfs: Move on-disk structure definition to btrfs_tree.h
 2020-04-10 19:20 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to avoid page count leak
 2020-04-10 19:19 UTC  (2+ messages)

[PATCH] btrfs: qgroup: Mark qgroup inconsistent if we're inherting snapshot to a new qgroup
 2020-04-10 19:19 UTC  (2+ messages)

Manpage: ip-rule(8)
 2020-04-10 12:24 UTC 

[PATCH] ARM: dts: aspeed: rainier: Add gpio line names
 2020-04-10 19:17 UTC  (3+ messages)

[PATCH resend mm,net-next 1/3] mm: Refactor insert_page to prepare for batched-lock insert
 2020-04-10 19:15 UTC  (8+ messages)
` [PATCH resend mm,net-next 3/3] net-zerocopy: Use vm_insert_pages() for tcp rcv zerocopy

Please pull u-boot-dm
 2020-04-10 19:14 UTC  (2+ messages)

[PATCH] elfnote: mark all .note sections SHF_ALLOC
 2020-04-10 19:12 UTC  (5+ messages)

[PATCH] net: neterion: remove redundant assignment to variable tmp64
 2020-04-10 19:11 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/strongswan: annotate CVEs
 2020-04-10 19:11 UTC 

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-04-10 19:10 UTC  (14+ messages)
` [PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image

[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
 2020-04-10 19:10 UTC  (6+ messages)
` [PATCH 2/5] ci/lib: allow running in "

[PATCH] nbd: Fix memory leak from krealloc() if another allocation fails
 2020-04-10 19:08 UTC 

[RFC 0/1] io_uring: preserve work->mm since actual work processing may need it
 2020-04-10 19:09 UTC  (6+ messages)
` [RFC 1/1] "

[PATCH] zbd: fix zonemode=zbd with NDEBUG
 2020-04-10 19:06 UTC 

[RFC 0/6] Regressions for "imply" behavior change
 2020-04-10 19:04 UTC  (8+ messages)

[GIT PULL 0/9] EFI fixes for v5.7-rc
 2020-04-10 19:03 UTC  (11+ messages)
` [PATCH 3/9] efi/x86: Move efi stub globals from .bss to .data

[Buildroot] [PATCH 1/1] package/i2pd: bump to version 2.31.0
 2020-04-10 19:03 UTC 

[patch 0/3] x86/kvm: Basic split lock #AC handling
 2020-04-10 19:02 UTC  (2+ messages)

[PATCH 0/9] Summit SMB3xx driver & device-tree
 2020-04-10 19:02 UTC  (4+ messages)
` [PATCH 4/9] dt-bindings: power: supply: Add device-tree binding for Summit SMB3xx

[ovmf test] 149594: all pass - PUSHED
 2020-04-10 19:01 UTC 

[PATCH] mm: mmap: Fix a typo in comment "compatbility"->"compatibility"
 2020-04-10 19:00 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: prevent re-mmap()'ing BPF map as writable for initially r/o mapping
 2020-04-10 19:00 UTC  (3+ messages)

[PATCH] no memset() needed after __alloc_scope()
 2020-04-10 18:58 UTC 

[folded-merged] net-zerocopy-use-vm_insert_pages-for-tcp-rcv-zerocopy-fix.patch removed from -mm tree
 2020-04-10 18:59 UTC 

[folded-merged] mm-add-vm_insert_pages-2-fix.patch removed from -mm tree
 2020-04-10 18:58 UTC 

[folded-merged] mm-add-vm_insert_pages-2.patch removed from -mm tree
 2020-04-10 18:58 UTC 

[folded-merged] mm-add-vm_insert_pages-fix.patch removed from -mm tree
 2020-04-10 18:58 UTC 

[PATCH] do not use expr->left for conditionals
 2020-04-10 18:56 UTC 

what is the unit for usr_cpu and sys_cpu in fio3.16? Inbox x
 2020-04-10 18:55 UTC  (3+ messages)

[PATCH V2 1/6] ARM: stm32: Add default config for DHCOR
 2020-04-10 18:55 UTC  (6+ messages)
` [PATCH V2 2/6] ARM: stm32: Add board_early_init_f() to SPL
` [PATCH V2 3/6] ARM: stm32: Implement board coding on AV96
` [PATCH V2 4/6] ram: stm32mp1: Add support for multiple configs
` [PATCH V2 5/6] ARM: dts: stm32: Rework DDR DT inclusion
` [PATCH V2 6/6] ARM: stm32: Implement DDR3 coding on DHCOR SoM

[RFC] mm/memory.c: Optimizing THP zeroing routine for !HIGHMEM cases
 2020-04-10 18:54 UTC  (2+ messages)

[PATCH] tiny-printf: Support %i
 2020-04-10 18:54 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.