All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-28 16:17:35 to 2020-04-28 16:53:26 UTC [more...]

[PATCH 1/1] drm/mm: optimize rb_hole_addr rbtree search in high addr mode
 2020-04-28 16:18 UTC  (2+ messages)

[PATCH V2] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-04-28 16:33 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/regulator
 2020-04-28 16:53 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-04-28 16:53 UTC 

[PATCH] spi: spi-amd: fix warning
 2020-04-28 16:52 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/spi
 2020-04-28 16:52 UTC 

[dpdk-dev] [PATCH] PPC64: fix boolean type conflict
 2020-04-28 16:52 UTC 

[PATCH 00/17] qom: Spring cleaning
 2020-04-28 16:34 UTC  (15+ messages)
` [PATCH 01/17] qom: Clearer reference counting in object_initialize_childv()
` [PATCH 02/17] qom: Clean up inconsistent use of gchar * vs. char *
` [PATCH 03/17] qom: Drop object_property_del_child()'s unused parameter @errp
` [PATCH 04/17] qom: Change object_property_get_uint16List() to match its doc
` [PATCH 05/17] qom: Make all the object_property_add_FOO() return the property
` [PATCH 06/17] qom: Drop object_property_set_description() parameter @errp
` [PATCH 07/17] tests/check-qom-proplist: Improve iterator coverage
` [PATCH 08/17] s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes, eaes}-256
` [PATCH 09/17] hw/isa/superio: Make the components QOM children
` [PATCH 10/17] e1000: Don't run e1000_instance_init() twice
` [PATCH 11/17] hw/arm/bcm2835: Drop futile attempts at QOM-adopting memory
` [PATCH 12/17] qdev: Clean up qdev_connect_gpio_out_named()
` [PATCH 13/17] qom: Drop parameter @errp of object_property_add() & friends
` [PATCH 15/17] qdev: Unrealize must not fail

[PATCH] nfs-utils: add new tool nfsd4-show to parse output from proc files
 2020-04-28 16:51 UTC 

[xen-4.12-testing test] 149845: tolerable FAIL - PUSHED
 2020-04-28 16:50 UTC 

[PATCH 1/1] dma: actions: Fix lockdep splat for owl-dma
 2020-04-28 16:49 UTC  (3+ messages)

[PATCH RFC v2] net: xdp: allow for layer 3 packets in generic skb handler
 2020-04-28 16:51 UTC  (8+ messages)
` [PATCH net v3] net: xdp: account "

[PATCH bpf-next v1 00/19] bpf: implement bpf iterator for kernel data
 2020-04-28 16:50 UTC  (4+ messages)
` [PATCH bpf-next v1 02/19] bpf: implement an interface to register bpf_iter targets

[PATCHv2 0/4] arm64: vdso: cleanups
 2020-04-28 16:49 UTC  (5+ messages)
` [PATCHv2 1/4] arm64: vdso: remove aarch32_vdso_pages[]
` [PATCHv2 2/4] arm64: vdso: simplify arch_vdso_type ifdeffery
` [PATCHv2 3/4] arm64: vdso: use consistent 'abi' nomenclature
` [PATCHv2 4/4] arm64: vdso: use consistent 'map' nomenclature

[RFT PATCH 0/7] Add Allwinner H3/H5/A64 HDMI audio
 2020-04-28 16:49 UTC  (8+ messages)
` [PATCH 4/7] arm64: dts: allwinner: a64: Add "
        ` Audio sound card name [was [PATCH 4/7] arm64: dts: allwinner: a64: Add HDMI audio]

[RFC PATCH v2 0/7] consolidate PowerPC instruction encoding macros
 2020-04-28 16:19 UTC  (6+ messages)
` [RFC PATCH v2 4/7] powerpc/ppc-opcode: consolidate powerpc instructions from bpf_jit.h
` [RFC PATCH v2 7/7] powerpc/selftest: reuse ppc-opcode macros to avoid redundancy

[PATCH 0/3] commit-graph: write non-split graphs as read-only
 2020-04-28 16:50 UTC  (7+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] commit-graph.c: "

Notes on ext4 mount API parsing stuff
 2020-04-28 16:49 UTC  (4+ messages)

Error with QEMU
 2020-04-28 16:48 UTC  (3+ messages)

ext4 and project quotas bugs
 2020-04-28 16:48 UTC  (3+ messages)

[PATCH iproute2-next 0/4] iproute: mptcp support
 2020-04-28 16:47 UTC  (2+ messages)

[PATCH v2 00/17] ext4: new mount API conversion
 2020-04-28 16:48 UTC  (19+ messages)
` [PATCH v2 01/17] fs_parse: allow parameter value to be empty
` [PATCH v2 02/17] ext4: Add fs parameter specifications for mount options
` [PATCH v2 03/17] ext4: move option validation to a separate function
` [PATCH v2 04/17] ext4: Change handle_mount_opt() to use fs_parameter
` [PATCH v2 05/17] ext4: Allow sb to be NULL in ext4_msg()
` [PATCH v2 06/17] ext4: move quota configuration out of handle_mount_opt()
` [PATCH v2 07/17] ext4: check ext2/3 compatibility outside handle_mount_opt()
` [PATCH v2 08/17] ext4: get rid of super block and sbi from handle_mount_ops()
` [PATCH v2 09/17] ext4: parse Opt_sb in handle_mount_opt()
` [PATCH v2 10/17] ext4: clean up return values "
` [PATCH v2 11/17] ext4: add ext4_get_tree for the new mount API
` [PATCH v2 12/17] ext4: refactor ext4_remount()
` [PATCH v2 13/17] ext4: add ext4_reconfigure for the new mount API
` [PATCH v2 14/17] ext4: add ext4_fc_free "
` [PATCH v2 15/17] ext4: change token2str() to use ext4_param_specs
` [PATCH v2 16/17] ext4: switch to the new mount API
` [PATCH v2 17/17] ext4: Remove unused code from old mount api

post-receive: pub/scm/linux/kernel/git/broonie/misc
 2020-04-28 16:47 UTC 

[PATCH 0/2] arm64: Finish up assembler annotation modernisation
 2020-04-28 16:43 UTC  (3+ messages)
` [PATCH 1/2] arm64: kernel: Convert to modern annotations for assembly functions
` [PATCH 2/2] arm64: Disable old style assembly annotations

[PATCH V6 00/15] perf/x86: Add perf text poke events
 2020-04-28 16:47 UTC  (8+ messages)
` [PATCH V6 08/15] ftrace: Add perf text poke events for ftrace trampolines

[PATCH 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-04-28 16:40 UTC  (9+ messages)
` [PATCH 2/5] coredump: Fix handling of partial writes in dump_emit()

[android-common:android-5.4 16/36] include/vdso/clocksource.h:9:10: fatal error: 'asm/vdso/clocksource.h' file not found
 2020-04-28 16:46 UTC  (4+ messages)

[PATCH v2] arm64: dts: allwinner: h6: Use dummy regulator for Tanix TX6
 2020-04-28 16:45 UTC  (6+ messages)
  ` [linux-sunxi] "

[PATCH] ARM: rmobile: List all renesas defconfig in MAINTAINERS file
 2020-04-28 16:45 UTC 

Against removing aarch32 kvm host support
 2020-04-28 16:39 UTC  (7+ messages)

x86 entry perf unwinding failure (missing IRET_REGS annotation on stack switch?)
 2020-04-28 16:44 UTC  (13+ messages)

[PATCH 0/3] block: drive-by cleanups for block cgroup
 2020-04-28 16:44 UTC  (4+ messages)
` [PATCH 1/3] block: remove blk_queue_root_blkg
` [PATCH 2/3] block: move blkcg_bio_issue_check out of line
` [PATCH 3/3] block: open-code blkg_path in it's sole caller

post-receive: pub/scm/linux/kernel/git/jpoimboe/linux
 2020-04-28 16:44 UTC 

[PATCH bpf-next 0/6] Add ASAN to selftest and fix found problems
 2020-04-28 16:44 UTC  (3+ messages)
` [PATCH bpf-next 2/6] selftests/bpf: add test_progs-asan flavor with AddressSantizer

[PATCH 00/11] target: add sysfs support
 2020-04-28 16:43 UTC  (12+ messages)
` [PATCH 06/11] target: drop sess_get_initiator_sid
` [PATCH 07/11] target: add sysfs support
` [PATCH 08/11] target: add sysfs session helper functions

[PATCH] soc: imx8m: Make imx8m_dsp_ops static
 2020-04-28 16:42 UTC  (2+ messages)

[PATCH v3 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-04-28 16:33 UTC  (5+ messages)
` [PATCH v3 1/4] hw/net/can: "
` [PATCH v3 2/4] xlnx-zynqmp: Connect "

[PATCH v4 0/4] credential-store: prevent fatal errors
 2020-04-28 16:42 UTC  (5+ messages)
` [PATCH v4 1/4] credential-store: document the file format a bit more
  ` [PATCH v4 2/4] git-credential-store: skip empty lines and comments from store

[PATCH v3 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-04-28 16:41 UTC  (2+ messages)
` [PATCH v3 2/2] Documentation/sysctl: Document uclamp sysctl knobs

[PATCH v2] pwm: sun4i: direct clock output support for Allwinner A64
 2020-04-28 16:41 UTC  (2+ messages)

[PATCH v3 00/10] livepatch,module: Remove .klp.arch and module_disable_ro()
 2020-04-28 16:41 UTC  (5+ messages)
` [PATCH v3 09/10] module: Remove module_disable_ro()

[PATCH v3 1/3] net: phy: mdio: add IPQ40xx MDIO driver
 2020-04-28 16:40 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: add Qualcomm IPQ4019 MDIO bindings

[dpdk-dev] [PATCH v4] eal/cpuflags: add x86 based cpu flags
 2020-04-28 16:39 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5] "

[PATCH] arm64: drop duplicate definitions of ID_AA64MMFR0_TGRAN constants
 2020-04-28 16:39 UTC  (2+ messages)

[PATCH V1 0/4] Tegra XUDC support on Tegra194 Soc
 2020-04-28 16:39 UTC  (4+ messages)
` [PATCH V1 1/4] dt-bindings: usb: tegra-xudc: Add Tegra194 XUSB controller support

[rcu:dev.2020.04.27a] BUILD SUCCESS 57e72e53ca32c848c780be651122976394030b37
 2020-04-28 16:38 UTC 

[PATCH v3 00/14] remoteproc: Add support for synchronisaton with rproc
 2020-04-28 16:38 UTC  (5+ messages)
` [PATCH v3 01/14] remoteproc: Make core operations optional
` [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation

post-receive: pub/scm/linux/kernel/git/arm64/linux
 2020-04-28 16:38 UTC 

[PATCH] drm/mediatek: stop iterating dma addresses when sg_dma_len() == 0
 2020-04-28 16:37 UTC  (6+ messages)

[tpm2] Re: Usage of openssl command line API as library function
 2020-04-28 16:38 UTC 

[Intel-wired-lan] [PATCH net-next 00/33] XDP extend with knowledge of frame size
 2020-04-28 16:37 UTC  (4+ messages)
` [PATCH net-next 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size

[PATCH RESEND v6 00/36] Initial support for multi-process qemu
 2020-04-28 16:29 UTC  (5+ messages)
` [PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process

[PSIGN X/2] arm64: Finish up assembler annotation modernisation
 2020-04-28 16:36 UTC 

[PATCH] ath10k: Restart xmit queues below low-water mark
 2020-04-28 16:35 UTC  (4+ messages)

[PATCH bpf-next v1 12/19] bpf: add bpf_seq_printf and bpf_seq_write helpers
 2020-04-28 16:35 UTC  (4+ messages)

[PATCH] ASoC: core: Make sure component driver names are unique
 2020-04-28 16:34 UTC  (6+ messages)

[PATCH v7 00/10] block: Fix resize (extending) of short overlays
 2020-04-28 16:28 UTC  (3+ messages)
` [PATCH v7 04/10] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate

[PATCH] Allow RDTSC and RDTSCP from userspace
 2020-04-28 16:34 UTC  (7+ messages)
      ` Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)

RTDM SPI Driver fails to initialize
 2020-04-28 16:34 UTC  (2+ messages)

[Intel-gfx] [CI 1/6] drm/i915/gt: Always enable busy-stats for execlists
 2020-04-28 16:33 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [CI,1/6] "

[PATCH 2/4] sched: set new prio after checking schedule policy
 2020-04-28 16:32 UTC 

[PATCH v3 00/17] DVFS for IO devices on sdm845 and sc7180
 2020-04-28 16:32 UTC  (4+ messages)
` [PATCH v3 05/17] drm/msm/dpu: Use OPP API to set clk/perf state

[PATCH 1/1] kthread: break dependency between worker->lock and task_struct->pi_lock
 2020-04-28 16:31 UTC  (2+ messages)

[PATCH v2 0/3] fetch the alignment of device dax
 2020-04-28 16:23 UTC  (7+ messages)
` [PATCH v2 1/3] exec: fetch the alignment of Linux devdax pmem character device nodes
` [PATCH v2 2/3] docs/nvdimm: add description of alignment requirement of device dax
` [PATCH v2 3/3] configure: add libdaxctl support

[xen-unstable test] 149842: tolerable FAIL - PUSHED
 2020-04-28 16:30 UTC 

[PATCH v2 00/14] LUKS: encryption slot management using amend interface
 2020-04-28 16:25 UTC  (13+ messages)
` [PATCH v2 07/14] block/crypto: implement the encryption key management
` [PATCH v2 08/14] block/qcow2: extend qemu-img amend interface with crypto options
` [PATCH v2 09/14] iotests: filter few more luks specific create options
` [PATCH v2 10/14] iotests: qemu-img tests for luks key management
` [PATCH v2 11/14] block/core: add generic infrastructure for x-blockdev-amend qmp command
` [PATCH v2 14/14] iotests: add tests for blockdev-amend

[PATCH v2] ARM: dts: stm32: add cortex-M4 pdds management in Cortex-M4 node
 2020-04-28 16:30 UTC  (3+ messages)

[PATCH] pwm: sun4i: direct clock output support for Allwinner A64
 2020-04-28 16:31 UTC  (3+ messages)

[PATCH 0/5] i2c: i2c-stm32f7: enhance FastModePlus support
 2020-04-28 16:29 UTC  (3+ messages)

[renesas-drivers:clk-renesas] BUILD SUCCESS 98b66db2df9f32a7adff50585eb4860ff53ef589
 2020-04-28 16:29 UTC 

[joe-lawrence:jp-v3-klp-convert 2/46] ld.lld: error: section .text at 0xFFFFFFFF80200000 of size 0xBFCE0C exceeds available address space
 2020-04-28 16:29 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/atorgue/stm32
 2020-04-28 16:28 UTC 

[PATCH -next] PCI: dwc: pci-dra7xx: Fix potential NULL dereference in dra7xx_pcie_probe()
 2020-04-28 16:27 UTC  (4+ messages)

[PATCH v2 bpf-next 00/10] bpf_link observability APIs
 2020-04-28 16:27 UTC  (4+ messages)
` [PATCH v2 bpf-next 04/10] bpf: add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link

[PATCH] arm64: vdso: Fix ldflags for -Bsymbolic
 2020-04-28 16:25 UTC  (2+ messages)

[PATCH 00/11] refactor git switch completion
 2020-04-28 16:24 UTC  (5+ messages)
` [PATCH 05/11] completion: add test showing subpar completion for git switch --orphan

[PATCH] printk: Add loglevel for "do not print to consoles"
 2020-04-28 16:23 UTC  (9+ messages)

[PATCH v3 03/12] PCI: of: Return -ENOENT if max-link-speed property is not found
 2020-04-28 16:23 UTC  (2+ messages)

[tip:master] BUILD SUCCESS cf14a924b8f60e0a60f404dc3a0f023ee5f9e64c
 2020-04-28 16:22 UTC 

[PATCH] serial: earlycon: Allow earlier DT scan is acpi=off
 2020-04-28 16:22 UTC 

backing chain & block status & filters
 2020-04-28 16:18 UTC  (5+ messages)

Xen network domain performance for 10Gb NIC
 2020-04-28 16:21 UTC  (6+ messages)

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipeline
 2020-04-28 16:21 UTC  (10+ messages)
` [PATCH v2 79/91] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipelin

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-04-28 16:05 UTC  (3+ messages)
` [PATCH v8 8/8] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32

Questions on liburing usage
 2020-04-28 16:21 UTC 

[PATCH v7 0/7] Introduce OPP bandwidth bindings
 2020-04-28 16:21 UTC  (4+ messages)
` [PATCH v7 4/7] OPP: Add support for parsing interconnect bandwidth

[PATCH] dt-bindings: thermal: Convert UniPhier thermal monitor to json-schema
 2020-04-28 16:20 UTC  (3+ messages)

Functionality of pcm_notify in snd-aloop?
 2020-04-28 16:19 UTC  (7+ messages)

[PATCH] ARM: dts: imxrt1050: indent lcdif node correctly
 2020-04-28 16:20 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/misc
 2020-04-28 16:19 UTC 

Problem with 9ba09998baa9 ("selinux: Implement the watch_key security hook") in linux-next
 2020-04-28 16:19 UTC  (6+ messages)
` [PATCH] selinux: Fix use of KEY_NEED_* instead of KEY__* perms [v2]

[PATCH v3] checkpatch: add dedicated checker for 'Fixes:' tag
 2020-04-28 16:18 UTC  (3+ messages)

[PATCH 0/5] virtio on Type-1 hypervisor
 2020-04-28 16:17 UTC  (5+ messages)
` [PATCH 5/5] virtio: Add bounce DMA ops
    ` [virtio-dev] "

Question about mkimage
 2020-04-28 16:17 UTC 

[PATCH] KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure
 2020-04-28 16:17 UTC  (3+ messages)

[PATCH v9 00/15] Introduce Data Access MONitor (DAMON)
 2020-04-28 16:17 UTC  (3+ messages)
`  "


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.