messages from 2017-06-07 19:13:41 to 2017-06-07 19:32:57 UTC [more...]
[PATCH V6 5/7] regulator: da9061: BUCK and LDO regulator driver
2017-06-07 19:32 UTC (3+ messages)
` Applied "regulator: da9061: BUCK and LDO regulator driver" to the regulator tree
(no subject)
2017-06-07 19:32 UTC
[PATCH v3 3/6] regulator: hi6421v530: add driver for hi6421v530 voltage regulator
2017-06-07 19:32 UTC (4+ messages)
` Applied "regulator: hi6421v530: add driver for hi6421v530 voltage regulator" to the regulator tree
[PATCH v2 4/6] regulator: hi6421: Describe consumed platform device
2017-06-07 19:32 UTC (4+ messages)
` Applied "regulator: hi6421: Describe consumed platform device" to the regulator tree
[PATCH] regulator: lp87565: Fix the GPL header
2017-06-07 19:32 UTC (3+ messages)
` Applied "regulator: lp87565: Fix the GPL header" to the regulator tree
[PATCH net-next] net: dsa: mv88e6xxx: Have 6161/6123 use EDSA tags
2017-06-07 19:32 UTC (2+ messages)
[PATCH] ASoC: topology: rephrase deferred binding warning
2017-06-07 19:31 UTC (2+ messages)
` Applied "ASoC: topology: rephrase deferred binding warning." to the asoc tree
[PATCH] ASoC: topology: Allow bespoke configuration post widget creation
2017-06-07 19:31 UTC (2+ messages)
` Applied "ASoC: topology: Allow bespoke configuration post widget creation" to the asoc tree
[PATCH net-next 0/5] net: dsa: add cross-chip VLAN support
2017-06-07 19:31 UTC (3+ messages)
` [PATCH net-next 1/5] net: dsa: mv88e6xxx: define membership on VLAN add
[PATCH] ASoC: topology: Dont free template strings whilst they are in use
2017-06-07 19:31 UTC (2+ messages)
` Applied "ASoC: topology: Dont free template strings whilst they are in use." to the asoc tree
[PATCH] ASoC: simple-card: remove duplicate parameter from asoc_simple_card_parse_of()
2017-06-07 19:31 UTC (3+ messages)
` Applied "ASoC: simple-card: remove duplicate parameter from asoc_simple_card_parse_of()" to the asoc tree
[PATCH v2] ASoC: topology: Fix build by declaring snd_kcontrol_new and soc_dai_link
2017-06-07 19:31 UTC (2+ messages)
` Applied "ASoC: topology: Fix potential build issues with undeclared structs" to the asoc tree
[PATCH] ASoC: hdmi-codec: remove unused ratec
2017-06-07 19:31 UTC (3+ messages)
` Applied "ASoC: hdmi-codec: remove unused ratec" to the asoc tree
[PATCH] ASoC: ak4613: Improve counting DAI number
2017-06-07 19:31 UTC (2+ messages)
` Applied "ASoC: ak4613: Improve counting DAI number" to the asoc tree
[PATCH 2/2] ASoC: simple-scu-card: remove duplicate paramera from asoc_simple_card_parse_of
2017-06-07 19:31 UTC (3+ messages)
` Applied "ASoC: simple-scu-card: remove duplicate paramera from asoc_simple_card_parse_of" to the asoc tree
[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
2017-06-07 19:19 UTC (117+ messages)
` [PATCH v6 01/34] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v6 02/34] x86/mm/pat: Set write-protect cache mode for full PAT support
` [PATCH v6 03/34] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
` [PATCH v6 04/34] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v6 05/34] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v6 06/34] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v6 07/34] x86/mm: Don't use phys_to_virt in ioremap() if SME is active
` [PATCH v6 08/34] x86/mm: Add support to enable SME in early boot processing
` [PATCH v6 09/34] x86/mm: Simplify p[gum]d_page() macros
` [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3
` [PATCH v6 11/34] x86/mm: Provide general kernel support for memory encryption
` [PATCH v6 12/34] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v6 13/34] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v6 14/34] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v6 15/34] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v6 16/34] efi: Add an EFI table address match function
` [PATCH v6 17/34] efi: Update efi_mem_type() to return an error rather than 0
` [PATCH v6 18/34] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v6 19/34] x86/mm: Add support to access boot related data in the clear
` [PATCH v6 20/34] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v6 21/34] x86/mm: Add support to access persistent memory in the clear
` [PATCH v6 22/34] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v6 23/34] x86, realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v6 24/34] x86, swiotlb: Add memory encryption support
` [PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v6 27/34] x86, realmode: Check for memory encryption on the APs
` [PATCH v6 28/34] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v6 29/34] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v6 30/34] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v6 31/34] x86/mm: Use proper encryption attributes with /dev/mem
` [PATCH v6 32/34] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v6 33/34] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v6 34/34] x86/mm: Add support to make use of Secure Memory Encryption
[PATCH 1/3] drm/amdgpu: fix mec queue policy on single MEC asics
2017-06-07 19:31 UTC (6+ messages)
` [PATCH 2/3] drm/amdgpu: move gfx_v*_0_compute_queue_acquire to common code
` [PATCH 3/3] drm/amdgpu/gfx9: Raven has two MECs
[PATCH 1/2] ASoC: rsnd: update pointer more accurate
2017-06-07 19:31 UTC (3+ messages)
` Applied "ASoC: rsnd: update pointer more accurate" to the asoc tree
[PATCH 2/2] ASoC: rsnd: cleanup pointer related code
2017-06-07 19:31 UTC (3+ messages)
` Applied "ASoC: rsnd: cleanup pointer related code" to the asoc tree
send-email: Net::SMTP::SSL failure
2017-06-07 19:30 UTC (5+ messages)
[PATCH net-next v2 0/5] net: dsa: Multi-CPU ground work (v2)
2017-06-07 19:27 UTC (7+ messages)
` [PATCH net-next v2 5/5] net: dsa: Stop accessing ds->dst->cpu_dp in drivers
[PATCH 5/7] sh: Use lib/ashldi3,ashrdi3,lshrdi3}.c
2017-06-07 19:27 UTC (6+ messages)
[PATCH 0/9] net: mvmdio: add xSMI support
2017-06-07 19:28 UTC (16+ messages)
` [PATCH 1/9] net: mvmdio: reorder headers alphabetically
` [PATCH 2/9] net: mvmdio: use tabs for defines
` [PATCH 3/9] net: mvmdio: use GENMASK for masks
` [PATCH 5/9] net: mvmdio: introduce an ops structure
` [PATCH 6/9] net: mvmdio: put the poll intervals in the private structure
[PATCH 0/2] fix vhost enqueue offload
2017-06-07 19:28 UTC (5+ messages)
` [PATCH 1/2] vhost: fix TCP csum not set
` [PATCH 2/2] vhost: fix IP csum not calculated
[PATCH net] bpf, arm64: use separate register for state in stxr
2017-06-07 19:27 UTC (3+ messages)
iSER Connection via LIO not working
2017-06-07 19:27 UTC (5+ messages)
[net-next] vxlan: use a more suitable function when assigning NULL
2017-06-07 19:26 UTC (2+ messages)
[Qemu-devel] [PATCH] target/xtensa: handle unknown registers in gdbstub
2017-06-07 19:26 UTC (3+ messages)
[Buildroot] [PATCH] libupnpp: needs gcc >= 4.9
2017-06-07 19:25 UTC
[PATCH v5 0/8] MFD: add driver for HiSilicon Hi6421v530 PMIC
2017-06-07 19:25 UTC (4+ messages)
` [PATCH v5 6/8] regulator: hi6421: Describe consumed platform device
Containing unrecoverable AER errors
2017-06-07 19:24 UTC
[PATCH] parser: Remove escape from the state transitions
2017-06-07 19:23 UTC (4+ messages)
[v4.12-rc1 regression] nfs server crashed in fstests run
2017-06-07 19:23 UTC (2+ messages)
[PATCH] ASoC: dapm: Add new widget type for constructing DAPM graphs on DSPs
2017-06-07 19:23 UTC (2+ messages)
[Qemu-devel] [Bug 1696180] [NEW] Issues with qemu-img, libgfapi, and encryption at rest
2017-06-07 19:07 UTC (2+ messages)
` [Qemu-devel] [Bug 1696180] "
[for-next 4/6] net/mlx5: FPGA, Add basic support for Innova
2017-06-07 19:21 UTC (13+ messages)
[RFC PATCH 0/8] firmware: ARM System Control and Management Interface(SCMI) support
2017-06-07 19:19 UTC (11+ messages)
` [RFC PATCH 2/8] firmware: arm_scmi: add basic driver infrastructure for SCMI
` [RFC PATCH 3/8] firmware: arm_scmi: add common infrastructure and support for base protocol
` [RFC PATCH 5/8] firmware: arm_scmi: add initial support for clock protocol
` [RFC PATCH 7/8] firmware: arm_scmi: add initial support for sensor protocol
[PATCH V5 0/2] load_balance() fixes for affinity
2017-06-07 19:18 UTC (3+ messages)
` [PATCH V5 1/2] sched/fair: Fix load_balance() affinity redo path
` [PATCH V5 2/2] sched/fair: Remove group imbalance from calculate_imbalance()
[PATCH 0/7] Add block read/write to en50221 CAM functions
2017-06-07 19:18 UTC (3+ messages)
New Platform Guide
2017-06-07 19:18 UTC (2+ messages)
[PATCH] macintosh: move mac_hid driver to input/mouse
2017-06-07 19:17 UTC (8+ messages)
[Qemu-devel] [PATCH] monitor: Add -a (all) option to info registers
2017-06-07 19:16 UTC (2+ messages)
[Qemu-devel] [PATCH 0/4] ui/opengl: add and use helper functions to handle framebuffers
2017-06-07 19:16 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/4] egl-helpers: add helpers to handle opengl framebuffers
[PATCH v8 00/24] FSI device driver implementation
2017-06-07 19:16 UTC (4+ messages)
` [PATCH v8 16/24] drivers/fsi: Add tracepoints for low-level operations
[PATCH 0/2] PM / Domains: Expand generic power domain debugfs
2017-06-07 19:15 UTC (4+ messages)
` [PATCH 2/2] PM / Domains: Extend "
[PATCH] checkpatch: Fix stepping through statements with $stat and ctx_statement_block
2017-06-07 19:15 UTC
[PATCH net-next] cxgb4: Fix tids count for ipv6 offload connection
2017-06-07 19:15 UTC (2+ messages)
[PATCH 0/3] arm64: hi6220-hikey: Fix Bluetooth support
2017-06-07 19:14 UTC (4+ messages)
[PATCH 2/2(net.git)] stmmac: fix for hw timestamp of GMAC3 unit
2017-06-07 19:13 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.