All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-16 10:15:38 to 2017-03-16 11:14:04 UTC [more...]

[PATCH v9 00/25] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-03-16 11:08 UTC  (11+ messages)
` [PATCH v9 01/25] docs: create Cache Allocation Technology (CAT) and Code and Data Prioritization (CDP) feature document
` [PATCH v9 02/25] x86: refactor psr: remove L3 CAT/CDP codes
` [PATCH v9 03/25] x86: refactor psr: implement main data structures
` [PATCH v9 04/25] x86: move cpuid_count_leaf from cpuid.c to processor.h
` [PATCH v9 05/25] x86: refactor psr: L3 CAT: implement CPU init and free flow
` [PATCH v9 06/25] x86: refactor psr: L3 CAT: implement Domain init/free and schedule flows
` [PATCH v9 07/25] x86: refactor psr: L3 CAT: implement get hw info flow
` [PATCH v9 08/25] x86: refactor psr: L3 CAT: implement get value flow
` [PATCH v9 09/25] x86: refactor psr: L3 CAT: set value: implement framework
` [PATCH v9 10/25] x86: refactor psr: L3 CAT: set value: assemble features value array

[PATCH 1/4] crypto: powerpc - Factor out the core CRC vpmsum algorithm
 2017-03-16 11:13 UTC  (7+ messages)
` [PATCH 2/4] crypto: powerpc - Re-enable non-REFLECTed CRCs

[Qemu-devel] [PATCH v2] puv3: always compile-check debug printf
 2017-03-16  5:41 UTC 

[PATCH] Staging: goldfish: use __func__ instead of embedded function names
 2017-03-16 11:10 UTC  (2+ messages)

[PULL REQUEST] renesas/topic/sdhi-dma-sync-v3 for renesas drivers
 2017-03-16 11:05 UTC  (2+ messages)

[PATCH v15 0/9] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-03-16 11:09 UTC  (5+ messages)
` [PATCH v15 6/9] x86/arch_prctl: Add ARCH_[GET|SET]_CPUID

[PATCH] LSM: Revive security_task_alloc() hook and per "struct task_struct" security blob
 2017-03-16 11:09 UTC  (3+ messages)

System/uncore PMUs and unit aggregation
 2017-03-16 11:08 UTC  (2+ messages)

[Qemu-devel] [PULL for-2.9 0/7] cirrus: more blitter security fixes
 2017-03-16 11:07 UTC  (4+ messages)
` [Qemu-devel] [PULL for-2.9 4/7] cirrus: add option to disable blitter

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-16 11:06 UTC  (43+ messages)
` [RFC PATCH v2 12/32] x86: Add early boot support when running with SEV active
` [RFC PATCH v2 16/32] x86: kvm: Provide support to create Guest and HV shared per-CPU variables
` [RFC PATCH v2 23/32] kvm: introduce KVM_MEMORY_ENCRYPT_OP ioctl
` [RFC PATCH v2 24/32] kvm: x86: prepare for SEV guest management API support
` [RFC PATCH v2 26/32] kvm: svm: Add support for SEV LAUNCH_UPDATE_DATA command
` [RFC PATCH v2 29/32] kvm: svm: Add support for SEV DEBUG_DECRYPT command
` [RFC PATCH v2 30/32] kvm: svm: Add support for SEV DEBUG_ENCRYPT command
` [RFC PATCH v2 32/32] x86: kvm: Pin the guest memory when SEV is active

[PATCH] drm/i915/guc: Document that the ads blob entries only lie within the first page
 2017-03-16 11:06 UTC  (3+ messages)

[Qemu-devel] [PULL for-rc1 0/3] Ide patches
 2017-03-16 11:05 UTC  (2+ messages)

[PATCH 1/3] drm/etnaviv: submit support for in-fences
 2017-03-16 11:05 UTC  (5+ messages)

[PATCH 1/1] net/mlx4: add port parameter
 2017-03-16 11:04 UTC  (2+ messages)

[PATCH v4 0/2] Xilinx Slave Serial FPGA Manager
 2017-03-16 11:01 UTC  (7+ messages)
` [PATCH v4 1/2] dt: bindings: fpga: add xilinx slave-serial binding description
` [PATCH v4 2/2] fpga manager: Add Xilinx slave serial SPI driver

[PATCH 1/2] net/sfc/base: add advanced function to extract FW version
 2017-03-16 11:01 UTC  (2+ messages)
` [PATCH 2/2] net/sfc: add callback to retrieve "

[PATCH] spi: spidev: Add sx1301 to device tree compatibility list
 2017-03-16 11:00 UTC 

[PATCH 0/3] mm: page_alloc: Object code reductions and logging fix
 2017-03-16 10:58 UTC  (10+ messages)
` [PATCH 1/3] mm: page_alloc: Reduce object size by neatening printks
` [PATCH 2/3] mm: page_alloc: Fix misordered logging output, reduce code size
` [PATCH 3/3] mm: page_alloc: Break up a long single-line printk

[PATCH V4 00/14] powerpc/mm/ppc64: Add 128TB support
 2017-03-16 10:58 UTC  (16+ messages)
` [PATCH V4 01/14] powerpc/mm/slice: Convert slice_mask high slice to a bitmap
` [PATCH V4 02/14] powerpc/mm/slice: Update the function prototype
` [PATCH V4 03/14] powerpc/mm: Move copy_mm_to_paca to paca.c
` [PATCH V4 04/14] powerpc/mm: Remove redundant TASK_SIZE_USER64 checks
` [PATCH V4 05/14] powerpc/mm/slice: Move slice_mask struct definition to slice.c
` [PATCH V4 06/14] powerpc/mm/slice: Update slice mask printing to use bitmap printing
` [PATCH V4 07/14] powerpc/mm/hash: Move kernel context to the starting of context range
` [PATCH V4 08/14] powerpc/mm/hash: Support 68 bit VA
` [PATCH V4 09/14] powerpc/mm/hash: VSID 0 is no more an invalid VSID
` [PATCH V4 10/14] powerpc/mm/hash: Convert mask to unsigned long
` [PATCH V4 11/14] powerpc/mm/hash: Increase VA range to 128TB
` [PATCH V4 12/14] powerpc/mm/slice: Use mm task_size as max value of slice index
` [PATCH V4 13/14] powerpc/mm/hash64: Store task size in PACA
` [PATCH V4 14/14] powerpc/mm/hash: Skip using reserved virtual address range
  ` [PATCH updated] "

any YP machines or functionality that still require uImage creation?
 2017-03-16 10:58 UTC 

conntrack (possibly) hangs on our ARM CPU in case we delete 5k+ connections as fast as possible
 2017-03-16 10:58 UTC  (5+ messages)

[PATCH 00/10] Netfilter fixes for net
 2017-03-16 10:58 UTC  (3+ messages)
` [PATCH 05/10] netfilter: nf_tables: fix mismatch in big-endian system

[PATCH net-next 0/3] net: stmmac: adding multiple buffers and routing
 2017-03-16 10:56 UTC  (4+ messages)
` [PATCH net-next 1/3] net: stmmac: enable multiple buffers
` [PATCH net-next 2/3] net: stmmac: TX and RX queue priority configuration
` [PATCH net-next 3/3] net: stmmac: RX queue routing configuration

NVMe RDMA driver: CX4 send queue fills up when nvme queue depth is low
 2017-03-16 10:57 UTC 

[PATCH] efi/arm32-stub: allow boottime allocations in the vmlinux region
 2017-03-16 10:56 UTC 

[RFC] mmc: tmio: always unmap DMA before waiting for interrupt
 2017-03-16 10:56 UTC 

[U-Boot] dt overlays
 2017-03-16 10:56 UTC 

[PATCH v9 1/4] platform/x86/dell-*: Add a generic dell-laptop notifier chain
 2017-03-16 10:55 UTC  (4+ messages)
` [PATCH v9 2/4] platform/x86/dell-laptop: Refactor kbd_led_triggers_store()
` [PATCH v9 3/4] platform/x86/dell-laptop: Protect kbd_state against races
` [PATCH v9 4/4] platform/x86/dell-*: Call led_classdev_notify_brightness_hw_changed on kbd brightness change

[PATCH v2 0/4] RK3399 dw-mipi-dsi patches
 2017-03-16 10:55 UTC  (5+ messages)
` [PATCH v2 1/4] drm/rockchip/dsi: check phy_cfg_clk only for RK3399

[PATCH] drm/i915/guc: Use formalized struct definition for ads object
 2017-03-16 10:53 UTC  (3+ messages)

[PATCH 1/6] drm/i915: Move residency calculation into intel_pm.c
 2017-03-16 10:52 UTC  (3+ messages)

[PATCH] aubinator: Define DRM_IOCTL_I915_GEM_EXECBUFFER2_WR if unavailable
 2017-03-16 10:51 UTC  (2+ messages)

[PATCH] vfio: add hotplug support
 2017-03-16 10:51 UTC 

[RESEND PATCH v2 0/2] Add STM32 SAI support
 2017-03-16 10:50 UTC  (5+ messages)
` [RESEND PATCH v2 1/2] ASoC: stm32: add bindings for SAI

ioctl structs differ from x86_64?
 2017-03-16 10:49 UTC  (2+ messages)

[PATCH 0/3] drm/i915: Convert tv/dp_mst and crt connector properties to atomic
 2017-03-16 10:48 UTC  (11+ messages)
` [PATCH 1/3] drm/i915: Convert intel_tv "
            ` [PATCH 1/3] drm/i915: Convert intel_tv connector properties to atomic, v2
                ` [PATCH 1/3] drm/i915: Convert intel_tv connector properties to atomic, v3

[U-Boot] [PATCH] PMIC: TI: TPS65903X errata (SLIA087) code
 2017-03-16 10:47 UTC  (4+ messages)

[PATCH] maintainers: resign from eal maintenance
 2017-03-16 10:47 UTC 

master - spec: lvmchange is built-in command
 2017-03-16 10:47 UTC 

[PATCH] mwifiex: send fewer channels to scan while connected
 2017-03-16 10:46 UTC 

[PATCH] [PATCH net] net: Do not hold the reference for the same sk_rx_dst
 2017-03-16 10:45 UTC  (4+ messages)

[PATCH v9 01/18] lib: rename legacy distributor lib files
 2017-03-16 10:43 UTC  (5+ messages)
` [PATCH v10 0/18] distributor library performance enhancements
  ` [PATCH v10 02/18] lib: create private header file

[PATCH net-next 0/2] small set of sched cleanups
 2017-03-16 10:10 UTC  (3+ messages)
` [PATCH net-next 2/2] net/sched: fq_codel: Avoid set-but-unused variable

[RFC arm64] samples/bpf: explicitly exclude sysreg sections with asm macros
 2017-03-16 10:42 UTC  (8+ messages)

[PATCH] x86/time: Don't use virtual TSC if host and guest frequencies are equal
 2017-03-16 10:40 UTC  (2+ messages)

[PATCH] mount.cifs: Remove data_blob.h include
 2017-03-16 10:40 UTC  (2+ messages)

[Qemu-devel] [PATCH] Dead Code Removal: removing support for DEPTH != 32
 2017-03-16 10:39 UTC  (3+ messages)

[RFC 1/2] fanotify: new event FAN_MODIFY_DIR
 2017-03-16 10:38 UTC  (5+ messages)

[PATCH v2] mac80211: Jitter HWMP MPATH reply frames to reduce collision on dense networks
 2017-03-16 10:18 UTC  (3+ messages)

[PATCH 1/2] mmc: sdhci: Add support for setting parent clock
 2017-03-16 10:32 UTC  (4+ messages)
` [PATCH 2/2] mmc: tegra: Fix setting of Tegra SDHCI module clock

[Qemu-devel] [PATCH] puv3: always compile-check debug printf
 2017-03-16 10:37 UTC  (2+ messages)

Proposal: dealing with language-specific build tools/dependency management tools
 2017-03-16 10:35 UTC  (11+ messages)
` [Openembedded-architecture] "
` [Openembedded-architecture] Sum up - "

[PATCH v5 0/3] printk: fix double printing with earlycon
 2017-03-16 10:36 UTC  (4+ messages)
` [PATCH v5 3/3] "

master - man: Handle empty MAN8GENERATED
 2017-03-16 10:36 UTC 

[PATCH 0/7] memory: atmel-ebi: Add PM ops
 2017-03-16 10:34 UTC  (6+ messages)
` [PATCH v2 1/7] mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation
` [PATCH v2 4/7] mfd: syscon: atmel-smc: Remove unused helpers/macros

[U-Boot] [PATCH] ARM: am43xx: fix SOC revision print outs
 2017-03-16 10:34 UTC  (2+ messages)

[PATCH V2 00/11] powerpc/mm/hash: Cleanup and fixes
 2017-03-16 10:32 UTC  (12+ messages)
` [PATCH V2 01/11] powerpc/mm/nohash: MM_SLICE is only used by book3s 64
` [PATCH V2 02/11] powerpc/mm/slice: when computing slice mask limit lowe slice max addr correctly
` [PATCH V2 03/11] powerpc/mm: Cleanup bits definition between hash and radix
` [PATCH V2 04/11] powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGE
` [PATCH V2 05/11] powerpc/mm: Add translation mode information in /proc/cpuinfo
` [PATCH V2 06/11] powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layout
` [PATCH V2 07/11] powerpc/mm: Conditional defines of pte bits are messy
` [PATCH V2 08/11] powerpc/mm: Express everything based on Radix page table defines
` [PATCH V2 09/11] powerpc/mm: Lower the max real address to 51 bits
` [PATCH V2 10/11] powerpc/mm/radix: Make max pfn bits a variable
` [PATCH V2 11/11] powerpc/mm: Move hash specific pte bits to be top bits of RPN

[PATCH 00/15] mm: page_alloc: style neatenings
 2017-03-16 10:33 UTC  (7+ messages)
` [PATCH 02/15] mm: page_alloc: align arguments to parenthesis

lttng-consumerd crash when lttng-relayd is killed
 2017-03-16 10:32 UTC 

[PATCH net-next] bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
 2017-03-16 10:32 UTC  (3+ messages)

[PATCH v3 00/16] Wind River Systems AVP PMD
 2017-03-16 10:32 UTC  (7+ messages)
` [PATCH v4 00/17] Wind River Systems AVP PMD vs virtio?

[PATCH] common/dmthin: Fix grep command for finding exact value
 2017-03-16 10:31 UTC 

[U-Boot] [PATCH] da850: Add instructions to copy AIS image to NAND
 2017-03-16 10:32 UTC 

port mirror on dsa switches?
 2017-03-16 10:32 UTC 

[PATCH] drm/i915/glk: CDCLK calculation changes for glk
 2017-03-16 10:31 UTC  (3+ messages)

[PATCH] powerpc/pasemi, cbe: Do not process decremeter or external wakeup from powersave
 2017-03-16 10:31 UTC  (2+ messages)

[PATCH 00/11] pl011 emulation support in Xen
 2017-03-16 10:31 UTC  (6+ messages)
` [PATCH 05/11] xen/arm: vpl011: Initialize nr_spis in vgic_init in Xen to atleast 1

Your message to kexec awaits moderator approval
 2017-03-16 10:29 UTC 

[PATCH v33 00/14] add kdump support
 2017-03-16 10:29 UTC  (5+ messages)

[PATCH v10 0/6] VMX: Properly handle pi descriptor and per-cpu blocking list
 2017-03-16 10:29 UTC  (9+ messages)
` [PATCH v10 1/6] VT-d: Introduce new fields in msi_desc to track binding with guest interrupt
` [PATCH v10 4/6] VT-d: introduce update_irte to update irte safely

[PATCH v2] mwifiex: fix kernel crash after shutdown command timeout
 2017-03-16 10:28 UTC 

[PATCH] eventdev: Add rte_errno return values to the enqueue and dequeue functions
 2017-03-16 10:28 UTC  (3+ messages)
` [PATCH v2] "

6703 linux-kernel
 2017-03-16 10:28 UTC 

[Buildroot] [PATCH 1/1] package/nodejs: bump version to 7.7.3
 2017-03-16 10:28 UTC 

[RFD PATCH 3/3] name-rev: Allow lightweight tags and branch refs
 2017-03-16 10:28 UTC  (3+ messages)
` [PATCH 0/2] Teach name-rev to pay more attention to lightweight tags

[Qemu-devel] [Bug 1217339] [PATCH] Unix signal to send ACPI-shutdown to Guest
 2017-03-16 10:26 UTC  (8+ messages)

[PATCH] common/dmthin: Fix grep command for finding exact value
 2017-03-16 10:23 UTC  (3+ messages)

[XArray] b6081675fb: WARNING:at_mm/slab_common.c:#kmem_cache_create
 2017-03-16 10:21 UTC 

[RFC PATCH] net: phy: Don't miss phy_suspend() on PHY_HALTED for PHYs with interrupts
 2017-03-16  7:46 UTC  (5+ messages)

[PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline
 2017-03-16 10:19 UTC  (13+ messages)
    ` media / v4l2-mc: wishlist for complex cameras (was Re: [PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline)

[PATCH] iio: hid: hid-sensor-accel-3d: Add second ACC sensor support
 2017-03-16 10:20 UTC 

PV performance degraded after live migration
 2017-03-16 10:20 UTC  (10+ messages)

[PATCH v5 0/2] crypto: AF_ALG memory management fix
 2017-03-16 10:18 UTC  (4+ messages)
` [PATCH v5 1/2] crypto: skcipher AF_ALG - overhaul memory management

at91 driver lost CAN messages
 2017-03-16 10:18 UTC  (5+ messages)

[dpdk-dev 1/4] examples: enable HW CRC strip by default
 2017-03-16 10:20 UTC  (4+ messages)
` [dpdk-dev 2/4] app: "
` [dpdk-dev 3/4] test: "
` [dpdk-dev 4/4] net/i40evf: add notify to correct CRC strip config

[Bug 194899] New: triple fault while loading amdgpu on Cape Verde
 2017-03-16 10:18 UTC  (2+ messages)
` [Bug 194899] "

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-16 10:18 UTC  (4+ messages)
` [RFC PATCH] mm: retry writepages() on ENOMEM when doing an data integrity writeback

Finding a tag that introduced a submodule change
 2017-03-16 10:17 UTC  (3+ messages)

AW: Bug#854854: qcontrol: reboot/poweroff
 2017-03-16  9:54 UTC 

[PATCH v2] iio: hid: Add humidity sensor support
 2017-03-16 10:17 UTC 

[PATCH v12 00/10] Make keyring link restrictions accessible from userspace
 2017-03-16 10:17 UTC  (3+ messages)
` [PATCH v12 06/10] KEYS: Consistent ordering for __key_link_begin and restrict check


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.