All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-26 19:45:32 to 2020-03-26 20:27:30 UTC [more...]

[PATCH v15 00/10] Landlock LSM
 2020-03-26 20:27 UTC  (7+ messages)
  ` [PATCH v15 02/10] landlock: Add ruleset and domain management
` [PATCH v15 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v15 04/10] landlock: Add ptrace restrictions
` [PATCH v15 07/10] arch: Wire up landlock() syscall
` [PATCH v15 08/10] selftests/landlock: Add initial tests
` [PATCH v15 09/10] samples/landlock: Add a sandbox manager example

[PATCH] pulseaudio: fix for ARM thumb + frame pointers compilation error
 2020-03-26 20:26 UTC  (4+ messages)
` [OE-core] "

[PATCH] qemu/atomic.h: add #ifdef guards for stdatomic.h
 2020-03-26 20:19 UTC  (6+ messages)

[Bug 1869006] [NEW] PCIe cards passthrough to TCG guest works on 2GB of guest memory but fails on 4GB (vfio_dma_map invalid arg)
 2020-03-26 20:16 UTC  (2+ messages)
` [Bug 1869006] "

[PATCH v2 00/16] x86, crypto: remove always-defined CONFIG_AS_* and cosolidate Kconfig/Makefiles
 2020-03-26 20:26 UTC  (10+ messages)
` [PATCH v2 10/16] x86: probe assembler capabilities via kconfig instead of makefile
` [PATCH v2 15/16] x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
        ` [PATCH] "

[Bug 1869073] [NEW] qemu-arm-static crashes "segmentation fault" when running "git clone -s"
 2020-03-26 20:09 UTC  (2+ messages)
` [Bug 1869073] "

[Intel-gfx] [PATCH] drm/i915/execlists: Explicitly reset both reg and context runtime
 2020-03-26 20:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Buildroot] [PATCH 1/1] package/rtty: fix static build with openssl
 2020-03-26 20:24 UTC 

[RFC v3 1/2] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-26 20:24 UTC  (2+ messages)

[PATCH RFC] cpuset: Make cpusets get restored on hotplug
 2020-03-26 20:23 UTC  (12+ messages)

[PATCH] gdbstub: fix compiler complaining
 2020-03-26 19:50 UTC  (2+ messages)

[PATCH] Bluetooth: Add BT_MODE socket option
 2020-03-26 20:22 UTC 

[PATCH v2] rpmsg: core: Add wildcard match for name service
 2020-03-26 20:21 UTC  (3+ messages)

[PATCH v8 00/74] per-CPU locks
 2020-03-26 19:31 UTC  (59+ messages)
` [PATCH v8 14/74] microblaze: convert to helper_cpu_halted_set
` [PATCH v8 15/74] cpu: define cpu_halted helpers
` [PATCH v8 16/74] tcg-runtime: convert to cpu_halted_set
` [PATCH v8 17/74] hw/semihosting: "
` [PATCH v8 18/74] arm: convert to cpu_halted
` [PATCH v8 20/74] sh4: "
` [PATCH v8 21/74] i386: "
` [PATCH v8 23/74] m68k: "
` [PATCH v8 24/74] mips: "
` [PATCH v8 25/74] riscv: "
` [PATCH v8 26/74] s390x: "
` [PATCH v8 27/74] sparc: "
` [PATCH v8 28/74] xtensa: "
` [PATCH v8 29/74] gdbstub: "
` [PATCH v8 30/74] openrisc: "
` [PATCH v8 31/74] cpu-exec: "
` [PATCH v8 32/74] cpu: "
` [PATCH v8 33/74] cpu: define cpu_interrupt_request helpers
` [PATCH v8 34/74] ppc: use cpu_reset_interrupt
` [PATCH v8 35/74] exec: "
` [PATCH v8 36/74] i386: "
` [PATCH v8 37/74] s390x: "
` [PATCH v8 38/74] openrisc: "
` [PATCH v8 39/74] arm: convert to cpu_interrupt_request
` [PATCH v8 41/74] i386/kvm: "
` [PATCH v8 42/74] i386/hax-all: "
` [PATCH v8 43/74] i386/whpx-all: "
` [PATCH v8 44/74] i386/hvf: convert to cpu_request_interrupt
` [PATCH v8 45/74] ppc: convert to cpu_interrupt_request
` [PATCH v8 46/74] sh4: "
` [PATCH v8 47/74] cris: "
` [PATCH v8 48/74] hppa: "
` [PATCH v8 49/74] lm32: "
` [PATCH v8 50/74] m68k: "
` [PATCH v8 51/74] mips: "
` [PATCH v8 52/74] nios: "
` [PATCH v8 53/74] s390x: "
` [PATCH v8 54/74] alpha: "
` [PATCH v8 55/74] moxie: "
` [PATCH v8 56/74] sparc: "
` [PATCH v8 57/74] openrisc: "
` [PATCH v8 58/74] unicore32: "
` [PATCH v8 59/74] microblaze: "
` [PATCH v8 60/74] accel/tcg: "
` [PATCH v8 61/74] cpu: convert to interrupt_request
` [PATCH v8 62/74] cpu: call .cpu_has_work with the CPU lock held
` [PATCH v8 63/74] cpu: introduce cpu_has_work_with_iothread_lock
` [PATCH v8 64/74] ppc: convert to cpu_has_work_with_iothread_lock
` [PATCH v8 65/74] mips: "
` [PATCH v8 66/74] s390x: "
` [PATCH v8 67/74] riscv: "
` [PATCH v8 68/74] sparc: "
` [PATCH v8 69/74] xtensa: "
` [PATCH v8 70/74] cpu: rename all_cpu_threads_idle to qemu_tcg_rr_all_cpu_threads_idle
` [PATCH v8 71/74] cpu: protect CPU state with cpu->lock instead of the BQL
` [PATCH v8 72/74] cpus-common: release BQL earlier in run_on_cpu
` [PATCH v8 73/74] cpu: add async_run_on_cpu_no_bql
` [PATCH v8 74/74] cputlb: queue async flush jobs without the BQL

[PATCH] parisc: Regenerate parisc defconfigs
 2020-03-26 20:20 UTC 

[RFC PATCH 00/12] x86: Trenchboot secure late launch Linux kernel support
 2020-03-26 20:19 UTC  (4+ messages)

[PATCH] tools/testing/selftests/vm/mlock2-tests: fix mlock2 false-negative errors
 2020-03-26 20:19 UTC  (14+ messages)

[zeus/master][PATCH v3] wayland-ivi-extension: Update to 2.2.0 version
 2020-03-26 20:17 UTC 

[Intel-gfx] [PATCH 01/12] drm/i915/selftests: Add request throughput measurement to perf
 2020-03-26 20:19 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [01/12] "

b4 v0.3.4 released
 2020-03-26 20:18 UTC  (5+ messages)
` [kernel.org users] "

[PATCH] kernel/taskstats: fix wrong nla type for {cgroup,task}stats policy
 2020-03-26 20:18 UTC  (2+ messages)

[PATCH net-next v3 00/11] net: ethernet: ti: cpts: add irq and HW_TS_PUSH events
 2020-03-26 20:18 UTC  (10+ messages)
` [PATCH net-next v3 02/11] net: ethernet: ti: cpts: separate hw counter read from timecounter
` [PATCH net-next v3 03/11] net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()
` [PATCH net-next v3 06/11] net: ethernet: ti: cpts: move tx timestamp processing to ptp worker only

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2020-03-26 20:18 UTC 

[Buildroot] [git commit] package/connman: add option to enable wireguard support
 2020-03-26 20:17 UTC 

[PATCH v2] kunit: tool: add missing test data file content
 2020-03-26 20:17 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2020-03-26 20:16 UTC 

[PATCH v3 0/8] Add support for ZSTD-compressed kernel and initramfs
 2020-03-26 20:16 UTC  (5+ messages)
` [PATCH v3 3/8] lib: add zstd support to decompress

[PATCH 0/4] media: staging: rkisp1: cap: various fixes for capture formats
 2020-03-26 20:16 UTC  (5+ messages)
` [PATCH 1/4] media: staging: rkisp1: cap: fix issues when writing to uv swap register
` [PATCH 2/4] media: staging: rkisp1: cap: support uv swap only for semiplanar formats
` [PATCH 3/4] media: staging: rkisp1: cap: support uv swapped plane formats
` [PATCH 4/4] media: staging: rkisp1: cap: remove unsupported formats

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2020-03-26 20:16 UTC 

[meta-oe][PATCH] gd: uprev from 2.2.5 to 2.3.0
 2020-03-26 20:15 UTC 

proposing 7df003c85218b5f for v5.5.y, v5.4.y, 4.19.y, v4.14.y, v4.9.y
 2020-03-26 20:15 UTC  (4+ messages)

[LTP] [PATCH 0/2] xinetd rewrite
 2020-03-26 20:15 UTC  (3+ messages)

[GIT PULL] Ceph fixes for 5.6-rc8
 2020-03-26 20:14 UTC 

[PATCH v8 kunit-next 0/4] kunit: add debugfs representation to show results
 2020-03-26 20:14 UTC  (2+ messages)

[Outreachy kernel] [Outreachy][PATCH] staging: vt6655: Replace camel case variable names
 2020-03-26 20:14 UTC  (3+ messages)
` [PATCH v2] "

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2020-03-26 20:14 UTC 

[PATCH linux dev-5.4 0/4] Aspeed: xdma: Switch to reserved memory node
 2020-03-26 20:14 UTC  (5+ messages)
` [PATCH linux dev-5.4 1/4] soc: aspeed: xdma: Switch to reserved memory
` [PATCH linux dev-5.4 2/4] dt-bindings: soc: xdma: Switch to reserved memory node
` [PATCH linux dev-5.4 3/4] ARM: dts: Aspeed: Tacoma: Add reserved memory for XDMA
` [PATCH linux dev-5.4 4/4] ARM: dts: Aspeed: Witherspoon: "

[PATCH] apr: add option for disabling time dependant tests
 2020-03-26 20:14 UTC 

[PATCH net-next 0/9] net: ethernet backplane support
 2020-03-26 20:13 UTC  (4+ messages)
` [PATCH net-next 7/9] net: phy: enable qoriq "

post-receive: pub/scm/linux/kernel/git/shuah/linux-kselftest
 2020-03-26 20:13 UTC 

[PATCH] vfio/migration: fix dirty pages lost bug for ram beyond 3G
 2020-03-26 20:11 UTC  (3+ messages)

[PATCH] drm/i915: Cast remain to unsigned long in eb_relocate_vma
 2020-03-26 20:11 UTC  (8+ messages)
            ` [Intel-gfx] "

[PATCH 00/18] Add support for Kontron sl28cpld
 2020-03-26 20:05 UTC  (8+ messages)
` [PATCH 12/18] gpio: add support for the sl28cpld GPIO controller

[PATCH 1/2] Add RUNTIME_DISCARD_EXIT to generic DISCARDS
 2020-03-26 20:11 UTC  (2+ messages)

+ mm-remove-dummy-struct-bootmem_data-bootmem_data_t.patch added to -mm tree
 2020-03-26 20:10 UTC 

[PATCHv2] utils: fix gcc 10 version detection
 2020-03-26 20:09 UTC 

[meta-qt5] qtwebkit 5.15 update failure
 2020-03-26 20:09 UTC  (6+ messages)
` [oe] "

Best way to mask bbappends based on Poky version to have a layer support multiple versions of Poky?
 2020-03-26 20:09 UTC  (4+ messages)
` [yocto] "

[PATCH v3 0/3] SELinux support for anonymous inodes and UFFD
 2020-03-26 20:06 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] Add a new LSM-supporting anonymous inode interface
  ` [PATCH v4 2/3] Teach SELinux about anonymous inodes
  ` [PATCH v4 3/3] Wire UFFD up to SELinux

[linux-next:pending-fixes] BUILD SUCCESS 9a2ad1626af61c3d68f80b6a7301a94bd6ed0028
 2020-03-26 20:05 UTC 

[PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP
 2020-03-26 20:05 UTC  (16+ messages)

New repos request
 2020-03-26 20:05 UTC 

monotonic raw setup seems buggy
 2020-03-26 20:04 UTC  (5+ messages)
` sw_params for a direct-ed(dmix) hw pcm

[PATCH v9 00/11] Inline Encryption Support
 2020-03-26 20:05 UTC  (4+ messages)
` [PATCH v9 02/11] block: Inline encryption support for blk-mq
    ` [f2fs-dev] "

+ kernel-taskstats-fix-wrong-nla-type-for-cgrouptaskstats-policy.patch added to -mm tree
 2020-03-26 20:05 UTC 

[PATCH] staging: rtl8712: fix checkpatch warnings
 2020-03-26  5:56 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 5.6 final (or -rc8)
 2020-03-26 20:03 UTC 

Question : remote "ILO" setup - keyboard and mouse enumeration
 2020-03-26 20:03 UTC 

[PATCH v2 0/4] Invalidate and flush caches at the beginning of every gfx IB
 2020-03-26 20:02 UTC  (5+ messages)
` [PATCH v2 1/4] drm/amdgpu: Add new ring callback to insert memory sync
` [PATCH v2 2/4] drm/amdgpu: Add AQUIRE_MEM PACKET3 fields defintion
` [PATCH v2 3/4] drm/amdgpu: Add mem_sync implementation for all the ASICs
` [PATCH v2 4/4] drm/amdgpu: Add a UAPI flag for user to call mem_sync

[Ocfs2-devel] [PATCH] ocfs2: Use memalloc_nofs_save instead of memalloc_noio_save
 2020-03-26 20:02 UTC 

[PATCH v16 QEMU 00/16] Add migration support for VFIO devices
 2020-03-26 19:46 UTC  (3+ messages)
` [PATCH v16 QEMU 14/16] vfio: Add vfio_listener_log_sync to mark dirty pages

[PATCH] usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_complete
 2020-03-26 19:58 UTC  (4+ messages)

[PATCH 0/5] Fix up some stupid delayed ref flushing behaviors
 2020-03-26 19:58 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/riscv/linux
 2020-03-26 19:57 UTC 

[PATCH v4 00/13] objtool: vmlinux.o and moinstr validation
 2020-03-26 19:57 UTC  (6+ messages)
` [PATCH v4 01/13] objtool: Remove CFI save/restore special case

[PATCH v3] driver core: Break infinite loop when deferred probe can't be satisfied
 2020-03-26 19:55 UTC  (6+ messages)

[PATCH v2 for-next 00/10] RDMA/hns: Various cleanups
 2020-03-26 19:55 UTC  (4+ messages)
` [PATCH v2 for-next 04/10] RDMA/hns: Optimize hns_roce_alloc_vf_resource()

[Bug 206987] New: [drm] [amdgpu] Whole system crashes when the driver is in mode_support_and_system_configuration
 2020-03-26 19:54 UTC  (2+ messages)
` [Bug 206987] "

[PATCH v2 1/1] A compact idiom to add code examples in kerneldoc comments
 2020-03-26 19:54 UTC  (4+ messages)
` [PATCH v3 0/1] Compactly make code examples into literal blocks
  ` [PATCH v3 1/1] A compact idiom to add code examples in kerneldoc comments

[PATCH 0/8] media: imx: Miscalleanous format-related cleanups
 2020-03-26 19:53 UTC  (7+ messages)

[RFC 00/11] perf: Enhancing perf to export processor hazard information
 2020-03-26 19:48 UTC  (13+ messages)

[PATCH 0/7] TI K3 R5F remoteproc support
 2020-03-26 19:51 UTC  (5+ messages)
` [PATCH 1/7] remoteproc: add prepare and unprepare ops

[RFC PATCH] fetch-pack: lazy fetch using tree:0
 2020-03-26 19:50 UTC  (3+ messages)

[PATCH 1/2] ext4: return lblk from ext4_find_entry
 2020-03-26 19:49 UTC  (4+ messages)
` [PATCH 2/2] ext4: shrink directories on dentry delete

[PATCH] binutils: Drop patching configure files
 2020-03-26 19:49 UTC 

[PATCH 1/3] PCI: iproc: fix out of bound array access
 2020-03-26 19:48 UTC  (3+ messages)

[PATCH] powercap/drivers/idle_inject: Specify idle state max latency
 2020-03-26 19:47 UTC  (5+ messages)

[PATCH v2] tracing: Use address-of operator on section symbols
 2020-03-26 19:46 UTC  (4+ messages)

post-receive: pub/scm/virt/kvm/kvm
 2020-03-26 19:46 UTC 

[PATCH] mm: clear 1G pages with streaming stores on x86
 2020-03-26 19:46 UTC  (10+ messages)

[PATCH 0/3] KVM: x86: sync SPTEs on page/EPT fault injection
 2020-03-26 19:45 UTC  (4+ messages)
` [PATCH 2/3] KVM: x86: cleanup kvm_inject_emulated_page_fault

[PATCH v13 0/8] iio: adi-axi-adc,ad9647: Add support for AD9467 ADC
 2020-03-26 19:45 UTC  (4+ messages)
` [PATCH v13 8/8] dt-bindings: iio: adc: add bindings doc "

post-receive: pub/scm/virt/kvm/kvm
 2020-03-26 19:45 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.