All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-19 03:19:02 to 2021-02-19 06:35:37 UTC [more...]

[PATCH 00/13] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-02-19  6:35 UTC  (9+ messages)
` [PATCH 01/13] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH 02/13] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH 03/13] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH 04/13] KVM: PPC: Book3S 64: remove unused kvmppc_h_protect argument
` [PATCH 05/13] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH 06/13] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH 07/13] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH 08/13] KVM: PPC: Book3S HV: Move hcall early register setup to KVM

[linux-next:master 10767/11658] drivers/staging/wlan-ng/p80211netdev.c:572:33: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-02-19  6:35 UTC  (5+ messages)

[ptest-runner][PATCH v2] Fix inappropriate ioctl when detaching tty
 2021-02-19  6:44 UTC  (3+ messages)
  ` [yocto] "

[PATCH 0/3] fix some doc rendering issues since v2.30.0
 2021-02-19  6:33 UTC  (4+ messages)
` [PATCH 2/3] git.txt: fix monospace rendering

[PATCH] arm: dts: imx8mp-evk: Add FEC PHY reset timing
 2021-02-19  6:33 UTC 

[PATCH] kthread: add kthread_mod_pending_delayed_work api
 2021-02-19  6:29 UTC  (5+ messages)

[ath6kl:pending] BUILD SUCCESS 8ef9dd03492a3b88cbdae39dad2806cfcf4408f2
 2021-02-19  6:31 UTC 

[morimoto-linux:fw-cleanup-2021-02-19-v1 20/106] sound/soc/soc-pcm.c:1738 dpcm_apply_symmetry() error: uninitialized symbol 'err'
 2021-02-19  6:30 UTC 

RFC: Grub project management
 2021-02-19  6:30 UTC  (8+ messages)

[PATCH v19 00/17] RISC-V Kendryte K210 support improvements
 2021-02-19  6:28 UTC  (2+ messages)

[PATCH ghak124 v3] audit: log nftables configuration change events
 2021-02-19  6:26 UTC  (12+ messages)

[xen-unstable test] 159453: tolerable FAIL - PUSHED
 2021-02-19  6:24 UTC 

[PATCH 0/1] css: SCHIB measurement block origin must be aligned
 2021-02-19  6:23 UTC  (3+ messages)
` [PATCH 1/1] "

use-after-free access in bt_iter()
 2021-02-19  6:22 UTC  (6+ messages)

✅ PASS: Test report for kernel 5.10.17 (stable-queue)
 2021-02-19  6:21 UTC 

[PATCH] staging: i2400m: use explicit host byte-order types in comparison
 2021-02-19  6:21 UTC  (2+ messages)

[PATCH 0/4] Misc vSVA fixes for VT-d
 2021-02-19  6:19 UTC  (12+ messages)
` [PATCH 1/4] iommu/vt-d: Enable write protect for supervisor SVM
` [PATCH 2/4] iommu/vt-d: Enable write protect propagation from guest
` [PATCH 3/4] iommu/vt-d: Reject unsupported page request modes
` [PATCH 4/4] iommu/vt-d: Calculate and set flags for handle_mm_fault

[PATCH] btrfs: Remove unused variable ret
 2021-02-19  6:18 UTC 

[PATCH 1/3] firmware: scmi: voltage regulator
 2021-02-19  6:17 UTC  (4+ messages)
` [PATCH 3/3] firmware: scmi: fix inline comments and minor coding style issues

What's cooking in git.git (Feb 2021, #03; Wed, 17)
 2021-02-19  6:14 UTC  (4+ messages)

dwc2 Resume From Suspend Devices Not Working
 2021-02-19  6:12 UTC  (3+ messages)

[PATCH] net: eepro100: validate various address values
 2021-02-19  6:11 UTC  (7+ messages)

[PATCH 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-02-19  6:10 UTC  (17+ messages)
` [PATCH 1/6] sequencer: export subject_length()
  ` [PATCH 2/6] commit: add amend suboption to --fixup to create amend! commit
  ` [PATCH 4/6] t7500: add tests for --fixup[amend|reword] options
  ` [PATCH 6/6] doc/git-commit: add documentation for fixup[amend|reword] options

[Bug 1916112] [NEW] Illegal instruction crash of QEMU on Jetson Nano
 2021-02-19  5:55 UTC 

[PATCH] perf machine: Use true and false for bool variable
 2021-02-19  6:08 UTC  (2+ messages)

[chunkuang.hu:mediatek-cmdq3 23/23] drivers/mailbox/mtk-cmdq-mailbox.c:193:10: error: type of formal parameter 1 is incomplete
 2021-02-19  6:09 UTC 

[PATCH v2 0/2] Make alloc_contig_range handle Hugetlb pages
 2021-02-19  6:08 UTC  (4+ messages)
` [PATCH v2 1/2] mm: Make alloc_contig_range handle free hugetlb pages

[git pull] drm for 5.12-rc1
 2021-02-19  6:06 UTC 

[Intel-gfx] [RFC PATCH 0/9] drm/i915/spi: discrete graphics internal spi
 2021-02-19  6:06 UTC  (7+ messages)
` [Intel-gfx] [RFC PATCH 3/9] drm/i915/spi: add driver for on-die spi device

[PATCH] staging: emxx_udc: remove unused variable driver_desc
 2021-02-19  6:03 UTC  (2+ messages)

[RFC PATCH 0/9] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-02-19  6:03 UTC  (7+ messages)
` [RFC PATCH 1/9] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [RFC PATCH 2/9] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM

[oe-core][PATCH] libnl: add ptest support
 2021-02-19  6:03 UTC 

Git in GSoC 2021 ?
 2021-02-19  6:00 UTC  (3+ messages)

[PATCH v2 0/2] Add octal DTR support for Macronix flash
 2021-02-19  5:58 UTC  (4+ messages)
` [PATCH v2 2/2] spi: mxic: patch for octal DTR mode support

[PATCH 0/1] Add preliminary support for QFW on Arm
 2021-02-19  5:58 UTC  (4+ messages)
` [PATCH 1/1] arm: qemu: support qfw

fs/tracefs/inode.c:311:14: error: use of undeclared identifier 'FS_GENERATED_CONTENT'
 2021-02-19  5:58 UTC 

[PATCH] Makefile: Add target to generate hex output for combined spl and dtb
 2021-02-19  5:55 UTC 

[PATCH] libtracefs: Add new API for open trace marker file
 2021-02-19  5:53 UTC 

[PATCH v4 01/16] docs: Document IO Address Space ID (IOASID) APIs
 2021-02-18 21:21 UTC 

[PATCH V2 1/5] arm64: dts: broadcom: bcm4908: describe USB PHY
 2021-02-19  5:50 UTC  (10+ messages)
` [PATCH V2 2/5] arm64: dts: broadcom: bcm4908: describe Ethernet controller
` [PATCH V2 3/5] arm64: dts: broadcom: bcm4908: describe Netgear R8000P switch
` [PATCH V2 4/5] arm64: dts: broadcom: bcm4908: add remaining Netgear R8000P LEDs
` [PATCH V2 5/5] arm64: dts: broadcom: bcm4908: describe firmware partitions

fs/proc/root.c:285:59: error: use of undeclared identifier 'FS_GENERATED_CONTENT'
 2021-02-19  5:52 UTC 

Unable to build qemu-4.2.0 in yocto-poky-3.1.3 #compiler #library #poky
 2021-02-19  5:52 UTC  (3+ messages)
` [poky] "

lockdep recursive locking warning on for-next
 2021-02-19  5:48 UTC  (7+ messages)

[PATCH v2 bpf-next 0/6] Add BTF_KIND_FLOAT support
 2021-02-19  5:44 UTC  (8+ messages)
` [PATCH v2 bpf-next 2/6] libbpf: "
` [PATCH v2 bpf-next 5/6] selftest/bpf: Add BTF_KIND_FLOAT tests
` [PATCH v2 bpf-next 6/6] bpf: Document BTF_KIND_FLOAT in btf.rst

[Intel-gfx] [PATCH 00/18] Preliminary Display13 support
 2021-02-19  5:44 UTC  (7+ messages)
` [Intel-gfx] [PATCH 18/18] drm/i915/display13: Enabling dithering after the CC1 pipe

[PATCH] rtw88: coex: add power off setting
 2021-02-19  5:41 UTC 

[DTC][RFC] dtc: Allow better error reporting
 2021-02-19  5:37 UTC  (4+ messages)

[PATCH v2 0/2] Fix listener and add trace file validation
 2021-02-19  5:31 UTC  (3+ messages)
` [PATCH v2 1/2] trace-cmd: Add validation for reading and writing trace.dat files
` [PATCH v2 2/2] trace-cmd: Fix broken listener and add error checks

[linux-next:master] BUILD REGRESSION ff90dfd2579b2c7bc1f0baa0cb99c918c6c1ec64
 2021-02-19  5:31 UTC 

[PATCH V7 0/6] dt: build overlays
 2021-02-19  5:28 UTC  (5+ messages)
` [PATCH V7 5/6] of: unittest: Create overlay_common.dtsi and testcases_common.dtsi

[PATCH] rtlwifi: 8821ae: upgrade PHY and RF parameters
 2021-02-19  5:26 UTC 

[PATCH] ASoC: Intel: Skylake: Fix missing check in skl_pcm_trigger
 2021-02-19  5:18 UTC  (4+ messages)
  `  "

ERROR: failed to read block groups: Input/output error
 2021-02-19  5:16 UTC  (4+ messages)

[PATCH V3 XRT Alveo 00/18] XRT Alveo driver overview
 2021-02-19  5:15 UTC  (3+ messages)

[PATCH] [v2] wireless: Initial driver submission for pureLiFi devices
 2021-02-19  5:15 UTC  (4+ messages)
` [PATCH] [v13] wireless: Initial driver submission for pureLiFi STA devices

[dpdk-dev] [PATCH] net/ice: fix VLAN filter with PF
 2021-02-19  5:13 UTC  (2+ messages)

[PATCH v2 1/4] hmm: Device exclusive memory access
 2021-02-19  5:09 UTC  (16+ messages)
  ` [Nouveau] "

[PATCH v2 1/6] ceph: disable old fscache readpage handling
 2021-02-19  5:09 UTC  (2+ messages)

[PATCH 1/1] test: missing dependency for test/cmd/setexpr.c
 2021-02-19  5:08 UTC  (3+ messages)

corrupt leaf, unexpected item end, unmountable
 2021-02-19  5:03 UTC  (4+ messages)

[LTP] [PATCH] openposix/fork/11-1.c: Clean up temporary file
 2021-02-19  5:04 UTC 

stable-rc/queue/4.19 baseline: 94 runs, 2 regressions (v4.19.176-38-gb9ca1d941eac)
 2021-02-19  5:01 UTC 

[linux-next:master 11003/11791] include/linux/dsa/ocelot.h:180: undefined reference to `packing'
 2021-02-19  5:00 UTC  (2+ messages)

[PATCH V3 0/2] cpufreq: cppc: Add support for frequency invariance
 2021-02-19  4:58 UTC  (9+ messages)
` [PATCH V3 1/2] topology: Allow multiple entities to provide sched_freq_tick() callback

[PATCH] xfs: don't call into blockgc scan with freeze protection
 2021-02-19  4:56 UTC  (3+ messages)

Kernel Doc on Navigating I2C Sysfs for I2C Topology
 2021-02-19  4:56 UTC  (2+ messages)

Does 'make oldconfig' work across different architectures?
 2021-02-19  4:53 UTC 

[PATCH] fdt/sunxi: Remove OF_STDOUT_PATH
 2021-02-19  4:52 UTC  (4+ messages)

[PATCH 1/1] doc: booti man-page
 2021-02-19  4:52 UTC  (2+ messages)

[PATCH 1/1] lib: rsa: struct udevice build warning
 2021-02-19  4:52 UTC  (2+ messages)

[PATCH v2 1/4] test: Include /sbin to the PATH when creating ext4 disk image
 2021-02-19  4:52 UTC  (5+ messages)
` [PATCH v2 4/4] test: Don't unmount not (yet) mounted system

[PATCH 1/1] sandbox: enable cros-ec-keyb in test.dtb
 2021-02-19  4:52 UTC  (2+ messages)

[PATCH RESEND] hw/net: fsl_etsec: Do not reject short frames
 2021-02-19  4:46 UTC  (4+ messages)

[PATCH v8 2/6] arm64: hyperv: Add Hyper-V clocksource/clockevent support
 2021-02-19  4:40 UTC  (4+ messages)

[PATCH] xfs: don't nest transactions when scanning for eofblocks
 2021-02-19  4:29 UTC 

[PATCH 1/1] kexec-tools: fix build on pre 4.4 kernels
 2021-02-19  4:29 UTC  (3+ messages)

stable-rc/queue/4.14 baseline: 79 runs, 3 regressions (v4.14.221-44-g58879fce08ef)
 2021-02-19  4:27 UTC 

amdgpu, 5.11.0, suicide when input of monitor is switched
 2021-02-19  3:49 UTC 

[PATCH] drm/ttm: Fix a memory leak
 2021-02-19  4:25 UTC 

[PATCH] fs: export kern_path_locked
 2021-02-19  4:23 UTC  (14+ messages)
                  ` [PATCH 1/8] af_unix: take address assignment/hash insertion into a new helper
                  ` [PATCH 2/8] unix_bind(): allocate addr earlier
                  ` [PATCH 3/8] unix_bind(): separate BSD and abstract cases
                  ` [PATCH 4/8] unix_bind(): take BSD and abstract address cases into new helpers
                  ` [PATCH 5/8] fold unix_mknod() into unix_bind_bsd()
                  ` [PATCH 6/8] unix_bind_bsd(): move done_path_create() call after dealing with ->bindlock
                  ` [PATCH 7/8] unix_bind_bsd(): unlink if we fail after successful mknod
                  ` [PATCH 8/8] __unix_find_socket_byname(): don't pass hash and type separately

[PATCH v8 0/3] CPUFreq: Add support for opp-sharing cpus
 2021-02-19  4:19 UTC  (3+ messages)

stable-rc/queue/5.4 baseline: 113 runs, 3 regressions (v5.4.99-1-ga268543f1a3af)
 2021-02-19  4:18 UTC 

[PATCH] scsi: arcmsr: catch bounds error earlier and dont panic
 2021-02-19  4:14 UTC 

[PATCH v2 bpf-next 4/6] bpf: Add BTF_KIND_FLOAT support
 2021-02-19  4:13 UTC  (5+ messages)

[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
 2021-02-19  4:13 UTC 

[GIT PULL] xfs: new code for 5.12
 2021-02-19  4:12 UTC 

[zen-kernel-zen-kernel:5.10/muqss 14/22] kernel/sched/MuQSS.c:141:36: error: 'CONFIG_SHARERQ' undeclared here (not in a function); did you mean
 2021-02-19  4:12 UTC 

[PATCH] cpufreq: schedutil: Don't consider freq reduction to busy CPU if need_freq_update is set
 2021-02-19  4:09 UTC  (3+ messages)

[PATCH v12 00/14] huge vmalloc mappings
 2021-02-19  3:45 UTC  (4+ messages)
` [PATCH v12 13/14] mm/vmalloc: Hugepage "

[PATCH v8 0/9] add ECDH and CURVE25519 algorithms support for Kunpeng 930
 2021-02-19  4:01 UTC  (7+ messages)
` [PATCH v8 7/9] crypto: hisilicon/hpre - add 'ECDH' algorithm

[zen-kernel-zen-kernel:5.11/bbr2 14/30] net/ipv4/tcp_bbr.c:313: undefined reference to `__udivdi3'
 2021-02-19  4:01 UTC 

[PATCH 0/5] Initial trace-cmd perf support
 2021-02-19  3:53 UTC  (4+ messages)
` [PATCH 5/5] [WIP] trace-cmd: Add new subcomand "trace-cmd perf"

[PATCH] drm/amdgpu: fix shutdown with s0ix
 2021-02-19  3:53 UTC  (3+ messages)

[OE-core] [PATCH] wordsize.h: This file should be the same under arm and aarch64, othersise the following error happens:
 2021-02-19  3:44 UTC  (4+ messages)

[PATCH] Input: zinitix - fix return type of zinitix_init_touch()
 2021-02-19  3:43 UTC 

stable-rc/queue/5.10 baseline: 126 runs, 1 regressions (v5.10.17-6-g4794fa0c53317)
 2021-02-19  3:43 UTC 

[ext4:dev 6/8] fs/ext4/extents.c:4456 ext4_alloc_file_blocks() error: uninitialized symbol 'ret'
 2021-02-19  3:43 UTC 

[linux-5.4 bisection] complete test-armhf-armhf-libvirt
 2021-02-19  3:41 UTC 

drivers/input/touchscreen/zinitix.c:250:8-9: WARNING: return of 0/1 in function 'zinitix_init_touch' with return type bool
 2021-02-19  3:35 UTC  (4+ messages)
` [PATCH] Input: fix boolreturn.cocci warnings

[PATCH] Input: Use true and false for bool variable
 2021-02-19  3:34 UTC  (2+ messages)

[GIT PULL] iomap: new code for 5.12-rc1
 2021-02-19  3:33 UTC 

[PATCH 0/5] docs/zh_CN: Improve language in zh_CN/process/
 2021-02-19  3:23 UTC  (2+ messages)

[linux-next:master 6371/11791] drivers/hwmon/pmbus/max16601.c:279:14: warning: Redundant condition: If 'ret < 0', the comparison 'ret < 11' is always true
 2021-02-19  3:21 UTC 

[PATCHSET v2 0/4] xfs_repair: set needsrepair when dirtying filesystems
 2021-02-19  3:18 UTC  (2+ messages)
` [PATCH 4/4] xfs_repair: add post-phase error injection points


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.