All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-05 22:52:23 to 2018-12-05 23:41:14 UTC [more...]

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2018-12-05 23:41 UTC 

[RFC PATCH 0/4] x86: Add vDSO exception fixup for SGX
 2018-12-05 23:40 UTC  (6+ messages)
` [RFC PATCH 1/4] x86/vdso: Add support for exception fixup in vDSO functions
` [RFC PATCH 2/4] x86/fault: Attempt to fixup unhandled #PF in vDSO before signaling
` [RFC PATCH 3/4] x86/traps: Attempt to fixup exceptions "
` [RFC PATCH 4/4] x86/vdso: Add __vdso_sgx_eenter() to wrap SGX enclave transitions

[PATCH] block/025: test discard sector alignement and sector size overflow
 2018-12-05 23:39 UTC  (2+ messages)

[RFC/RFT PATCH v2] ARM: smp: add support for per-task stack canaries
 2018-12-05 23:38 UTC  (9+ messages)

[PATCH v4 0/2] bpf: permit JIT allocations to be served outside the module region
 2018-12-05 23:37 UTC  (5+ messages)
` [PATCH v4 1/2] bpf: add __weak hook for allocating executable memory

[LKP] [mm] ac5b2c1891: vm-scalability.throughput -61.3% regression
 2018-12-05 23:36 UTC  (12+ messages)
                    `  "

[PATCH v2 0/4] Static calls
 2018-12-05 23:36 UTC  (5+ messages)

[RFC v2 00/13] Multi-Key Total Memory Encryption API (MKTME)
 2018-12-05 23:35 UTC  (6+ messages)
` [RFC v2 01/13] x86/mktme: Document the MKTME APIs

[Bug] net/ipv6: skb_over_panic in mld_newpack
 2018-12-05 23:34 UTC  (6+ messages)
  `  "

[PATCH net-next RFC 0/7] Add configuration parameters support for devlink_port
 2018-12-05 23:33 UTC  (3+ messages)
` [PATCH net-next RFC 7/7] bnxt_en: Add bnxt_en initial port params table and register it

[PATCH net-next 0/7] neighbor: cleanups plus extack for add and delete
 2018-12-05 23:34 UTC  (8+ messages)
` [PATCH net-next 1/7] neighbor: Remove open coding of key and hash functions
` [PATCH net-next 2/7] neighbor: Fold ___neigh_lookup_noref into __neigh_lookup_noref
` [PATCH net-next 3/7] net/ipv4: Move arp_hashfn into arp_hash
` [PATCH net-next 4/7] net/ipv6: Move ndisc_hashfn to ndisc_hash
` [PATCH net-next 5/7] neighbor: Create a neigh_hash helper
` [PATCH net-next 6/7] neighbor: Skip the duplicate lookup in neigh_add
` [PATCH net-next 7/7] neighbor: Add extack messages for add and delete commands

[PATCH] sdhci: fix the fake timeout bug
 2018-12-05 23:33 UTC  (11+ messages)
        ` [PATCH V2] sdhci: fix the timeout check window for clock and reset
            ` [PATCH V3] "
                ` [PATCH V3 rebase] mmc: "

[PATCH] proc/sysctl: fix return error for proc_doulongvec_minmax
 2018-12-05 23:30 UTC  (3+ messages)
  `  "

[Cocci] Can the current function name be passed to a Python snippet?
 2018-12-05 23:27 UTC  (9+ messages)

[PATCH 01/10] drm/amdgpu: send IVs to the KFD only after processing them v3
 2018-12-05 23:28 UTC  (6+ messages)
` [PATCH 08/10] drm/amdgpu: add support for processing IH ring 1 & 2
` [PATCH 09/10] drm/amdgpu: add support for self irq on Vega10

[Qemu-devel] [PATCH for-4.0 v4 0/2] virtio: Provide version-specific variants of virtio PCI devices
 2018-12-05 21:42 UTC  (2+ messages)
` [Qemu-devel] [libvirt] "

Add links to feature docs
 2018-12-05 23:31 UTC 

[RFC PATCH 02/14] mm/hms: heterogenenous memory system (HMS) documentation
 2018-12-05 23:27 UTC  (17+ messages)

[Qemu-devel] [PATCH v6 00/37] ppc: support for the XIVE interrupt controller (POWER9)
 2018-12-05 23:22 UTC  (38+ messages)
` [Qemu-devel] [PATCH v6 01/37] ppc/xive: introduce a XIVE interrupt source model
` [Qemu-devel] [PATCH v6 02/37] ppc/xive: add support for the LSI interrupt sources
` [Qemu-devel] [PATCH v6 03/37] ppc/xive: introduce the XiveNotifier interface
` [Qemu-devel] [PATCH v6 04/37] ppc/xive: introduce the XiveRouter model
` [Qemu-devel] [PATCH v6 05/37] ppc/xive: introduce the XIVE Event Notification Descriptors
` [Qemu-devel] [PATCH v6 06/37] ppc/xive: add support for the END Event State buffers
` [Qemu-devel] [PATCH v6 07/37] ppc/xive: introduce the XIVE interrupt thread context
` [Qemu-devel] [PATCH v6 08/37] ppc/xive: introduce a simplified XIVE presenter
` [Qemu-devel] [PATCH v6 09/37] ppc/xive: notify the CPU when the interrupt priority is more privileged
` [Qemu-devel] [PATCH v6 10/37] spapr/xive: introduce a XIVE interrupt controller
` [Qemu-devel] [PATCH v6 11/37] spapr/xive: use the VCPU id as a NVT identifier
` [Qemu-devel] [PATCH v6 12/37] spapr: initialize VSMT before initializing the IRQ backend
` [Qemu-devel] [PATCH v6 13/37] spapr: introduce a spapr_irq_init() routine
` [Qemu-devel] [PATCH v6 14/37] spapr: modify the irq backend 'init' method
` [Qemu-devel] [PATCH v6 15/37] spapr: export and rename the xics_max_server_number() routine
` [Qemu-devel] [PATCH v6 16/37] spapr: introdude a new machine IRQ backend for XIVE
` [Qemu-devel] [PATCH v6 17/37] spapr: add hcalls support for the XIVE exploitation interrupt mode
` [Qemu-devel] [PATCH v6 18/37] spapr: add device tree support for the XIVE exploitation mode
` [Qemu-devel] [PATCH v6 19/37] spapr: allocate the interrupt thread context under the CPU core
` [Qemu-devel] [PATCH v6 20/37] spapr: extend the sPAPR IRQ backend for XICS migration
` [Qemu-devel] [PATCH v6 21/37] spapr: add a 'reset' method to the sPAPR IRQ backend
` [Qemu-devel] [PATCH v6 22/37] spapr: add a 'pseries-3.1-xive' machine type
` [Qemu-devel] [PATCH v6 23/37] linux-headers: update to 4.20-rc5
` [Qemu-devel] [PATCH v6 24/37] spapr/xive: add KVM support
` [Qemu-devel] [PATCH v6 25/37] spapr/xive: add state synchronization with KVM
` [Qemu-devel] [PATCH v6 26/37] spapr/xive: introduce a VM state change handler
` [Qemu-devel] [PATCH v6 27/37] spapr/xive: add migration support for KVM
` [Qemu-devel] [PATCH v6 28/37] spapr/xive: fix migration of the XiveTCTX under TCG
` [Qemu-devel] [PATCH v6 29/37] spapr: set the interrupt presenter at reset
` [Qemu-devel] [PATCH v6 30/37] spapr/xive: enable XIVE MMIOs "
` [Qemu-devel] [PATCH v6 31/37] spapr: add a 'pseries-3.1-dual' machine type
` [Qemu-devel] [PATCH v6 32/37] ppc/xics: introduce a icp_kvm_connect() routine
` [Qemu-devel] [PATCH v6 33/37] spapr/rtas: modify spapr_rtas_register() to remove RTAS handlers
` [Qemu-devel] [PATCH v6 34/37] sysbus: add a sysbus_mmio_unmap() helper
` [Qemu-devel] [PATCH v6 35/37] spapr: introduce routines to delete the KVM IRQ device
` [Qemu-devel] [PATCH v6 36/37] spapr: check for KVM IRQ device activation
` [Qemu-devel] [PATCH v6 37/37] spapr: add KVM support to the 'dual' machine

[PATCH v5] drm/i915/dsc: Add Per connector debugfs node for DSC support/enable
 2018-12-05 23:25 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsc: Add Per connector debugfs node for DSC support/enable (rev3)

[PATCH v3] signal: add procfd_send_signal() syscall
 2018-12-05 23:24 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/mips/linux
 2018-12-05 23:22 UTC 

[RFC] new repository for obmcutil chassiskill functionality
 2018-12-05 23:22 UTC 

[PATCH] selftests: gpio: Find libmount with pkg-config if available
 2018-12-05 23:21 UTC  (8+ messages)

[PATCH v6] drm/i915/dsc: Add Per connector debugfs node for DSC support/enable
 2018-12-05 23:23 UTC  (4+ messages)
` [PATCH v7] "

[PATCH 1/2] ARM: Remove '-p' from LDFLAGS
 2018-12-05 23:19 UTC  (12+ messages)
` [PATCH 2/2] ARM: Wrap '--pic-veneer' with ld-option

[PATCH v2 1/3] binder: fix sparse warnings on locking context
 2018-12-05 23:19 UTC  (3+ messages)
` [PATCH 2/3] binder: fix kerneldoc header for struct binder_buffer
` [PATCH 3/3] binder: filter out nodes when showing binder procs

[Patch net-next] call sk_dst_reset when set SO_DONTROUTE
 2018-12-05 23:17 UTC  (2+ messages)

[PATCH 0/2] Don’t leave executable TLB entries to freed pages
 2018-12-05 23:16 UTC  (9+ messages)
` [PATCH 1/2] vmalloc: New flag for flush before releasing pages

[xen-unstable-smoke test] 131068: tolerable all pass - PUSHED
 2018-12-05 23:16 UTC 

[PATCH on sb/more-repo-in-api] revision: use commit graph in get_reference()
 2018-12-05 23:15 UTC  (2+ messages)

[PATCH v2 0/3] mmu notifier contextual informations
 2018-12-05 23:15 UTC  (6+ messages)
` [PATCH v2 1/3] mm/mmu_notifier: use structure for invalidate_range_start/end callback

[RFC v1 PATCH 0/6] hardening: statically allocated protected memory
 2018-12-05 23:13 UTC  (3+ messages)
` [PATCH 2/6] __wr_after_init: write rare for static allocation

[PATCH v5] media: imx: add mem2mem device
 2018-12-05 23:13 UTC  (5+ messages)

[PATCH] ARM: dts: Add support for Liebherr's BK4 device (vf610 based)
 2018-12-05 23:12 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 1/3] mm/memcg: Fix min/low usage in propagate_protected_usage()
 2018-12-05 23:11 UTC  (4+ messages)

[U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver
 2018-12-05 23:11 UTC  (7+ messages)
` [U-Boot] [PATCH 05/19] riscv: Add a SYSCON driver for Core Local Interruptor

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-12-05 23:10 UTC  (8+ messages)

[U-Boot] [PATCH v3 7/7] x86: acpi: Generate SPCR table
 2018-12-05 23:11 UTC  (19+ messages)
` [U-Boot] [PATCH v3 0/7] ACPI: "
  ` [U-Boot] [PATCH v3 1/7] dm: serial: Add ->getconfig() callback
  ` [U-Boot] [PATCH v3 2/7] dm: serial: Introduce ->getinfo() callback
  ` [U-Boot] [PATCH v3 3/7] serial: ns16550: Group reg_* members of ns16550_platdata
  ` [U-Boot] [PATCH v3 4/7] serial: ns16550: Read reg-io-width from device tree
  ` [U-Boot] [PATCH v3 5/7] serial: ns16550: Provide ->getinfo() implementation
  ` [U-Boot] [PATCH v3 6/7] x86: acpi: Add SPCR table description

[U-Boot] [PATCH 3/3] buildman/toolchain.py: handle inconsistent tarball names
 2018-12-05 23:11 UTC  (7+ messages)
` [U-Boot] [PATCH 0/3] buildman updates

[U-Boot] [PATCH 19/21] Add UINT32_MAX and UINT64_MAX
 2018-12-05 23:11 UTC  (21+ messages)
` [U-Boot] [PATCH 00/21] Various patches for verified boot support
  ` [U-Boot] [PATCH 16/21] video: backlight: Fix log message in enable_sequence()
  ` [U-Boot] [PATCH 20/21] Add inttypes.h
  ` [U-Boot] [PATCH 17/21] time: Update mdelay() to delay in one large chunk
  ` [U-Boot] [PATCH 14/21] cros_ec: Adjust to use v1 vboot context only
  ` [U-Boot] [PATCH 15/21] input: i8042: Use remove() instead of exported functions
  ` [U-Boot] [PATCH 13/21] cros: Correct a printf() string and comment
  ` [U-Boot] [PATCH 12/21] tpm: Fix a logging warning in unpack_byte_string()
  ` [U-Boot] [PATCH 11/21] tpm: Add non-volatile index attributes needed for v2
  ` [U-Boot] [PATCH 10/21] tpm: Export tpm_clear_and_reenable()
  ` [U-Boot] [PATCH 09/21] tpm: Remove use of build-time TPM versions
  ` [U-Boot] [PATCH 07/21] sandbox: Use 'extras' to specify 'head' files
  ` [U-Boot] [PATCH 05/21] sandbox: sysreset: Update to support power-on reset
  ` [U-Boot] [PATCH 06/21] sandbox: Zero the ram buffer on startup
  ` [U-Boot] [PATCH 04/21] sandbox: net: Correct name copy in eth_raw_bus_post_bind()
  ` [U-Boot] [PATCH 03/21] sandbox: physmem: Use mapping to support sandbox
  ` [U-Boot] [PATCH 01/21] sandbox: Fix up the debug message for the image filename
  ` [U-Boot] [PATCH 02/21] sandbox: Check the filename in jump_to_image_no_args()

Yocto Cmake Build (Toolchain)
 2018-12-05 23:10 UTC 

[U-Boot] [PATCH] dm: rtc: Fix function name in comment
 2018-12-05 23:10 UTC  (3+ messages)

[U-Boot] [PATCH] dm: (re)sort uclass ids alphabetically
 2018-12-05 23:10 UTC  (2+ messages)

[U-Boot] [PATCH] binman: Add myself as maintainer
 2018-12-05 23:10 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/1] dm: core: add functions to get/remap I/O addresses by name
 2018-12-05 23:10 UTC  (4+ messages)
` [U-Boot] [PATCH v2 "

[PATCH v4 00/14] KVM/X86: Introduce a new guest mapping interface
 2018-12-05 23:10 UTC  (3+ messages)
` [PATCH v4 02/14] X86/nVMX: handle_vmptrld: Copy the VMCS12 directly from guest memory

Add TARGET_MACHINE to /etc/os-release
 2018-12-05 23:13 UTC  (4+ messages)

[PATCH 1/4] power: supply: sc2731_charger: Add one work to charge/discharge
 2018-12-05 23:08 UTC  (2+ messages)

[PATCH V2 mlx5-next 0/4] mlx5 core CQE API and misc updates
 2018-12-05 23:08 UTC  (5+ messages)
` [PATCH V2 mlx5-next 1/4] net/mlx5: When fetching CQEs return CQE instead of void pointer
` [PATCH V2 mlx5-next 2/4] net/mlx5: Use helper to get CQE opcode
` [PATCH V2 mlx5-next 3/4] IB/mlx5: "
` [PATCH V2 mlx5-next 4/4] net/mlx5: Move flow counters data structures from flow steering header

post-receive: pub/scm/linux/kernel/git/sre/linux-power-supply
 2018-12-05 23:08 UTC 

[PATCH] cpuidle: Add 'high' and 'low' idle state metrics
 2018-12-05 23:07 UTC 

[PATCH] ARM: dts: Fix hsi gdd range for omap4
 2018-12-05 23:05 UTC  (2+ messages)

[RFC/RFT][PATCH v6] cpuidle: New timer events oriented governor for tickless systems
 2018-12-05 23:06 UTC  (3+ messages)

stable/linux-4.19.y boot: 125 boots: 0 failed, 122 passed with 2 offline, 1 conflict (v4.19.7)
 2018-12-05 23:04 UTC 

[PATCH] ARM: dts: Add am335x mcasp with l3 data port ranges
 2018-12-05 23:03 UTC 

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2018-12-05 23:04 UTC 

[PATCH v2 0/3] Enable SD card slot on msm8998 MTP
 2018-12-05 23:04 UTC  (11+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: msm8998: correct xo clock name

[PATCH] Input: restore EV_ABS ABS_RESERVED
 2018-12-05 23:03 UTC 

[PATCH 0/4] Update am437x and am335x dts to probe with ti-sysc
 2018-12-05 23:02 UTC  (9+ messages)
` [PATCH 2/4] ARM: dts: am437x: Move l4 child devices to probe them "

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2018-12-05 23:01 UTC 

dynamically allocating memory in the kernel
 2018-12-05 23:00 UTC  (2+ messages)

linux-next: build failure after merge of the rdma tree
 2018-12-05 22:58 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 001/123] ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeup
 2018-12-05 22:57 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 104/123] pstore/ram: Correctly calculate usable PRZ bytes

FW: edac driver initialization, interrupt, & debug
 2018-12-05 22:57 UTC  (17+ messages)
`  "
        ` edac driver injection of uncorrected errors & utils
                        ` Patrol scrub questions
                            ` Layerscape behavior when a UE is detected

[Qemu-devel] [RFCv2 for-4.0 0/5] Improve balloon handling of pagesizes other than 4kiB
 2018-12-05 22:56 UTC  (4+ messages)
` [Qemu-devel] [RFCv2 for-4.0 4/5] virtio-balloon: Use ram_block_discard_range() instead of raw madvise()

[PATCH] dt-bindings: remoteproc: qcom: Add power-domain bindings for Q6V5
 2018-12-05 22:55 UTC  (4+ messages)

[Buildroot] Docker client does not function correctly in 2018.11
 2018-12-05 22:55 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: remoteproc: qcom: Add shutdown-ack irq for Q6v5
 2018-12-05 22:54 UTC  (4+ messages)

[PATCH RFC 0/2] virtio-net: interrupt related improvements
 2018-12-05 22:54 UTC  (5+ messages)
` [PATCH RFC 1/2] virtio-net: bql support
` [PATCH RFC 2/2] virtio_net: bulk free tx skbs

[PATCH RFC 0/2] virtio-net: interrupt related improvements
 2018-12-05 22:54 UTC 

[RFC PATCH v4 0/2] Fix ENOMEM errors during policy reload
 2018-12-05 22:52 UTC  (3+ messages)
` [RFC PATCH v4 2/2] selinux: overhaul sidtab to fix bug and improve performance

post-receive: pub/scm/linux/kernel/git/pcmoore/selinux
 2018-12-05 22:53 UTC 

[PATCH v11 0/9] implement packed virtqueues
 2018-12-05 22:52 UTC  (4+ messages)
` [PATCH v11 6/9] net/virtio: implement receive path for packed queues

[PATCH 0/3] ACPI-PMIC + i915: Add support for PMIC MIPI sequences
 2018-12-05 22:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC v2 00/16] Hash Equivalency Server
 2018-12-05 22:52 UTC  (4+ messages)
` [PATCH v3 00/17] "
  ` [PATCH v3 13/17] bitbake: runqueue: Pass dependency ID to hash validate
    ` [OE-core][PATCH "

[U-Boot] [PATCH v3 1/7] dm: serial: Add ->getconfig() callback
 2018-12-05 15:58 UTC 

[U-Boot] [PATCH v3 5/7] serial: ns16550: Provide ->getinfo() implementation
 2018-12-05 12:55 UTC 

[U-Boot] [PATCH v3 4/7] serial: ns16550: Read reg-io-width from device tree
 2018-12-05 12:55 UTC 

[U-Boot] [PATCH v3 3/7] serial: ns16550: Group reg_* members of ns16550_platdata
 2018-12-05 12:55 UTC 

[U-Boot] [PATCH v3 2/7] dm: serial: Introduce ->getinfo() callback
 2018-12-05 12:55 UTC 

[U-Boot] [PATCH 16/21] video: backlight: Fix log message in enable_sequence()
 2018-11-24 10:24 UTC 

[U-Boot] [PATCH 20/21] Add inttypes.h
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 17/21] time: Update mdelay() to delay in one large chunk
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 15/21] input: i8042: Use remove() instead of exported functions
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 14/21] cros_ec: Adjust to use v1 vboot context only
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 13/21] cros: Correct a printf() string and comment
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 12/21] tpm: Fix a logging warning in unpack_byte_string()
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 11/21] tpm: Add non-volatile index attributes needed for v2
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 10/21] tpm: Export tpm_clear_and_reenable()
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 09/21] tpm: Remove use of build-time TPM versions
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 07/21] sandbox: Use 'extras' to specify 'head' files
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 06/21] sandbox: Zero the ram buffer on startup
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 05/21] sandbox: sysreset: Update to support power-on reset
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 04/21] sandbox: net: Correct name copy in eth_raw_bus_post_bind()
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 03/21] sandbox: physmem: Use mapping to support sandbox
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 02/21] sandbox: Check the filename in jump_to_image_no_args()
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH 01/21] sandbox: Fix up the debug message for the image filename
 2018-11-24  4:29 UTC 

[U-Boot] [PATCH v3 6/7] x86: acpi: Add SPCR table description
 2018-11-20 21:52 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.