linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-08 12:54:54 to 2017-06-08 14:34:49 UTC [more...]

[GIT PULL 0/7] perf/urgent callchain fixes
 2017-06-08 14:34 UTC  (4+ messages)

[PATCH] perf, tools, script: Allow adding and removing fields
 2017-06-08 14:34 UTC  (3+ messages)

[PATCH] arm: aspeed: Add clock-names property to timer node
 2017-06-08 14:34 UTC  (7+ messages)

[PATCH 00/23] KEYS: Fixes
 2017-06-08 14:33 UTC  (25+ messages)
` [PATCH 01/23] security/keys: add CONFIG_KEYS_COMPAT to Kconfig
` [PATCH 02/23] security: use READ_ONCE instead of deprecated ACCESS_ONCE
` [PATCH 03/23] KEYS: fix refcount_inc() on zero
` [PATCH 04/23] X.509: Fix error code in x509_cert_parse()
` [PATCH 05/23] KEYS: Delete an error message for a failed memory allocation in get_derived_key()
` [PATCH 06/23] KEYS: put keyring if install_session_keyring_to_cred() fails
` [PATCH 07/23] KEYS: encrypted: avoid encrypting/decrypting stack buffers
` [PATCH 08/23] KEYS: encrypted: fix buffer overread in valid_master_desc()
` [PATCH 09/23] KEYS: encrypted: fix race causing incorrect HMAC calculations
` [PATCH 10/23] KEYS: encrypted: use constant-time HMAC comparison
` [PATCH 11/23] KEYS: fix dereferencing NULL payload with nonzero length
` [PATCH 12/23] KEYS: fix freeing uninitialized memory in key_update()
` [PATCH 13/23] KEYS: sanitize add_key() and keyctl() key payloads
` [PATCH 14/23] KEYS: user_defined: sanitize "
` [PATCH 15/23] KEYS: encrypted: sanitize all key material
` [PATCH 16/23] KEYS: trusted: "
` [PATCH 17/23] KEYS: sanitize key structs before freeing
` [PATCH 18/23] KEYS: DH: forbid using digest_null as the KDF hash
` [PATCH 19/23] KEYS: DH: don't feed uninitialized "otherinfo" into KDF
` [PATCH 20/23] KEYS: DH: ensure the KDF counter is properly aligned
` [PATCH 21/23] KEYS: DH: add __user annotations to keyctl_kdf_params
` [PATCH 22/23] crypto : asymmetric_keys : verify_pefile:zero memory content before freeing
` [PATCH 23/23] KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP API

[PATCH v7 00/10] staging: fsl-mc: move bus driver out of staging
 2017-06-08 14:28 UTC  (11+ messages)
` [PATCH v7 01/10] staging: fsl-mc: enclose macro params in parens
` [PATCH v7 02/10] staging: fsl-mc: fix macros with possible side effects
` [PATCH v7 03/10] staging: fsl-mc: simplify couple of deallocations
` [PATCH v7 04/10] staging: fsl-mc: drop a few useless #includes
` [PATCH v7 05/10] staging: fsl-mc: remove extra blank line
` [PATCH v7 06/10] staging: fsl-mc: drop unused forward declaration
` [PATCH v7 07/10] staging: fsl-mc: add binding path to MAINTAINERS
` [PATCH v7 08/10] staging: fsl-mc: drop reference to restool
` [PATCH v7 09/10] staging: fsl-mc: add reference to mc-bus DT binding
` [PATCH v7 10/10] staging: fsl-mc: move bus driver out of staging

(no subject)
 2017-06-08 14:28 UTC  (6+ messages)
` [PATCH 05/20] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 13/20] arm64: ilp32: share aarch32 syscall handlers

[PATCH] x86/efi: fix boot panic because of invalid bgrt image address
 2017-06-08 14:27 UTC  (5+ messages)

[PATCH] HID: Replace semaphore driver_lock with mutex
 2017-06-08 14:27 UTC  (2+ messages)

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-08 14:26 UTC  (7+ messages)
` [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption

clean up and modularize arch dma_mapping interface
 2017-06-08 14:24 UTC  (53+ messages)
` [PATCH 01/44] firmware/ivc: use dma_mapping_error
` [PATCH 02/44] ibmveth: properly unwind on init errors
` [PATCH 03/44] dmaengine: ioat: don't use DMA_ERROR_CODE
` [PATCH 04/44] drm/exynos: "
` [PATCH 05/44] drm/armada: don't abuse DMA_ERROR_CODE
` [PATCH 06/44] iommu/dma: don't rely on DMA_ERROR_CODE
` [PATCH 07/44] xen-swiotlb: consolidate xen_swiotlb_dma_ops
` [PATCH 08/44] xen-swiotlb: implement ->mapping_error
` [PATCH 09/44] c6x: remove DMA_ERROR_CODE
` [PATCH 10/44] ia64: "
` [PATCH 11/44] m32r: "
` [PATCH 12/44] microblaze: "
` [PATCH 13/44] openrisc: "
` [PATCH 14/44] sh: "
` [PATCH 15/44] xtensa: "
` [PATCH 16/44] arm64: "
` [PATCH 17/44] hexagon: switch to use ->mapping_error for error reporting
` [PATCH 18/44] iommu/amd: implement ->mapping_error
` [PATCH 19/44] s390: "
` [PATCH 20/44] sparc: "
` [PATCH 21/44] powerpc: "
` [PATCH 22/44] x86/pci-nommu: "
` [PATCH 23/44] x86/calgary: "
` [PATCH 24/44] x86: remove DMA_ERROR_CODE
` [PATCH 25/44] arm: implement ->mapping_error
` [PATCH 26/44] dma-mapping: remove DMA_ERROR_CODE
` [PATCH 27/44] sparc: remove leon_dma_ops
` [PATCH 28/44] sparc: remove arch specific dma_supported implementations
` [PATCH 29/44] dma-noop: remove dma_supported and mapping_error methods
` [PATCH 30/44] dma-virt: "
` [PATCH 31/44] hexagon: remove arch-specific dma_supported implementation
` [PATCH 32/44] hexagon: remove the unused dma_is_consistent prototype
` [PATCH 33/44] openrisc: remove arch-specific dma_supported implementation
` [PATCH 34/44] arm: remove arch specific "
` [PATCH 35/44] x86: "
` [PATCH 36/44] dma-mapping: remove HAVE_ARCH_DMA_SUPPORTED
` [PATCH 37/44] mips/loongson64: implement ->dma_supported instead of ->set_dma_mask
` [PATCH 38/44] arm: "
` [PATCH 39/44] xen-swiotlb: remove xen_swiotlb_set_dma_mask
` [PATCH 40/44] tile: remove dma_supported and mapping_error methods
` [PATCH 41/44] powerpc/cell: clean up fixed mapping dma_ops initialization
` [PATCH 42/44] powerpc/cell: use the dma_supported method for ops switching
` [PATCH 43/44] dma-mapping: remove the set_dma_mask method
` [PATCH 44/44] powerpc: merge __dma_set_mask into dma_set_mask

[PATCHv7 00/14] x86: 5-level paging enabling for v4.13, Part 4
 2017-06-08 14:18 UTC  (7+ messages)
` [PATCHv7 03/14] x86/boot/efi: Cleanup initialization of GDT entries
` [PATCHv7 04/14] x86/boot/efi: Fix __KERNEL_CS definition of GDT entry on 64-bit configuration
` [PATCHv7 05/14] x86/boot/efi: Define __KERNEL32_CS GDT on 64-bit configurations

[PATCHv2] clk: socfpga: Fix the smplsel on Arria10 and Stratix10
 2017-06-08 14:18 UTC 

[PATCH v2 00/11] Add support for the pin and gpio controllers on the Marvell Armada 7K/8K
 2017-06-08 14:18 UTC  (3+ messages)
` [PATCH v2 09/11] gpio: dt-bindings: Add documentation for gpio controllers on "

Circular debugging using ptrace results in deadlock due to race condition?
 2017-06-08 14:08 UTC 

[PATCH v5] fpga manager: Add Altera CvP driver
 2017-06-08 14:15 UTC  (5+ messages)

mm, something wring in page_lock_anon_vma_read()?
 2017-06-08 14:11 UTC  (15+ messages)

[Question or BUG] [NUMA]: I feel puzzled at the function cpumask_of_node
 2017-06-08 14:12 UTC  (2+ messages)

[PATCH v10 1/3] DT add arctic to vendor prefix for ArcticSand
 2017-06-08 14:12 UTC 

[PATCH v2] mfd: tps65217: Introduce dependency on CONFIG_OF
 2017-06-08 14:11 UTC  (3+ messages)

[PATCH] IB/core: fix semicolon.cocci warnings
 2017-06-08 14:10 UTC  (2+ messages)

[PATCH v5 0/6] kernel.h: container_of() pointer checking
 2017-06-08 14:07 UTC  (3+ messages)
` [PATCH v5 1/6] asm-generic/bug.h: declare struct pt_regs; before function prototype

[PATCH 0/7] Driver core: remove class_attrs from struct class
 2017-06-08 14:05 UTC  (3+ messages)
` [PATCH 6/7] pktcdvd: use class_groups instead of class_attrs

[PATCH] xen: avoid deadlock in xenbus driver
 2017-06-08 14:06 UTC  (3+ messages)

[PATCH] pinctrl: meson-gxl: add tsin_a pins
 2017-06-08 14:05 UTC  (5+ messages)

Crypto Fixes for 4.11
 2017-06-08 14:05 UTC  (4+ messages)
` Crypto Fixes for 4.12

[PATCH] Fix loop device flush before configure v3
 2017-06-08 14:04 UTC  (2+ messages)

[PATCH v2] xen: avoid deadlock in xenbus driver
 2017-06-08 14:03 UTC 

[PATCH 1/2] sched/deadline: Add cpudl_maximum_dl()
 2017-06-08 14:02 UTC  (6+ messages)
` [PATCH 2/2] sched/deadline: Don't return invalid cpu in cpudl_maximum_cpu()

CPU_BIG_ENDIAN in generic code (was: Re: [PATCH v3 3/7] arch/sparc: Define config parameter CPU_BIG_ENDIAN)
 2017-06-08 14:02 UTC  (4+ messages)
    ` CPU_BIG_ENDIAN in generic code

[PATCH v1 00/25] lib, rtc: Print rtc_time via %pt[dt][rv]
 2017-06-08 14:00 UTC  (28+ messages)
` [PATCH v1 01/25] lib/vsprintf: Remove useless NULL checks
` [PATCH v1 02/25] lib/vsprintf: Make decspec global
` [PATCH v1 03/25] lib/vsprintf: Make strspec global
` [PATCH v1 04/25] lib/vsprintf: Print time and date in human readable format via %pt
` [PATCH v1 05/25] ds1302: Switch to use %pt
` [PATCH v1 06/25] rtc: "
` [PATCH v1 07/25] rtc: at91rm9200: "
` [PATCH v1 08/25] rtc: at91sam9: "
` [PATCH v1 09/25] rtc: m41t80: "
` [PATCH v1 10/25] rtc: m48t59: "
` [PATCH v1 11/25] rtc: mcp795: "
` [PATCH v1 12/25] rtc: pcf50633: "
` [PATCH v1 13/25] rtc: pic32: "
` [PATCH v1 14/25] rtc: pm8xxx: "
` [PATCH v1 15/25] rtc: puv3: "
` [PATCH v1 16/25] rtc: rk808: "
` [PATCH v1 17/25] rtc: rx6110: "
` [PATCH v1 18/25] rtc: rx8025: "
` [PATCH v1 19/25] rtc: s3c: "
` [PATCH v1 20/25] rtc: s5m: "
` [PATCH v1 21/25] rtc: tegra: "
` [PATCH v1 22/25] mk68/mac: "
` [PATCH v1 23/25] Input: hp_sdc_rtc - "
` [PATCH v1 24/25] kdb: "
` [PATCH v1 25/25] PM: "

[PATCH 0/7] tree-wide: use proper 'R-Car' product name
 2017-06-08 13:57 UTC  (6+ messages)
` [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC

[PATCH] clk: meson: gxbb: add all clk81 parents
 2017-06-08 13:55 UTC 

[PATCH v3 0/4] Add Basic SoC support for MT7622
 2017-06-08 13:52 UTC  (3+ messages)
` [PATCH v3 2/3] arm64: dts: mt7622: add basic nodes to the mt7622.dtsi file

[PATCH] cpsw: cpts: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filter
 2017-06-08 13:52 UTC  (2+ messages)

[PATCH v2] kbuild: switch to thin archives
 2017-06-08 13:50 UTC  (2+ messages)

[RFC][PATCH 0/5] Getting rid of smp_mb__before_spinlock
 2017-06-08 13:47 UTC  (11+ messages)
` [RFC][PATCH 5/5] powerpc: Remove SYNC from _switch

[PATCH 00/10] CPU reclaiming for SCHED_DEADLINE
 2017-06-08 13:47 UTC  (7+ messages)
` [PATCH 01/10] sched/deadline: track the active utilization

kernel BUG at kernel/locking/rtmutex.c:1027
 2017-06-08 13:45 UTC  (2+ messages)

[intel_pstate] 2c4dc794f6: WARNING:at_kernel/smp.c:#smp_call_function_single
 2017-06-08 13:44 UTC 

[PATCH 0/3] Bitmap optimisations
 2017-06-08 13:43 UTC  (6+ messages)
` [PATCH 3/3] bitmap: Use memcmp optimisation in more situations

[rfc PATCH -next 0/5] rbtree: Cache leftmost node internally
 2017-06-08 13:42 UTC  (4+ messages)
` [PATCH 1/5] "

[ANNOUNCE] 3.12.74-rt99
 2017-06-08 13:42 UTC 

[PATCH RFC 1/2] thermal/cpu idle cooling: Introduce cpu idle cooling driver
 2017-06-08 13:42 UTC  (3+ messages)

[ANNOUNCE] 3.18.55-rt61
 2017-06-08 13:42 UTC 

[ANNOUNCE] 4.4.70-rt83
 2017-06-08 13:42 UTC 

[PATCH 00/16] Driver core: remove bus_type.dev_attrs
 2017-06-08 13:39 UTC  (4+ messages)
` [PATCH 11/16] powerpc: vio_cmo: use dev_groups and not dev_attrs for bus_type

[PATCH] mfd: Add driver for RAVE Supervisory Processor
 2017-06-08 13:38 UTC  (2+ messages)

[PATCH v2 1/2] KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
 2017-06-08 13:38 UTC  (2+ messages)

[PATCH] irqchip/mips-gic: mark count and compare accessors notrace
 2017-06-08 13:34 UTC  (3+ messages)

[PATCH v2] ASoC: sgtl5000: add avc enable control
 2017-06-08 13:27 UTC  (2+ messages)

[PATCH] macintosh: move mac_hid driver to input/mouse
 2017-06-08 13:18 UTC  (9+ messages)

[PATCH RFC 0/2] KVM: s390: avoid having to enable vm.alloc_pgste
 2017-06-08 13:17 UTC  (11+ messages)

[PATCH] clk: meson-gxbb: Add const to some parent name arrays
 2017-06-08 13:17 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: tps65217: Update binding documentation
 2017-06-08 13:16 UTC  (4+ messages)
` [PATCH 4/4] mfd: tps65217: Instantiate sub-devices from device tree

[PATCH] IB/qib: remove duplicate code
 2017-06-08 13:14 UTC  (2+ messages)

[PATCH 0/3] Battery monitor MAX1721x with w1-regmap and w1-slave (resend)
 2017-06-08 13:13 UTC  (5+ messages)
` [PATCH 1/3] regmap: Add 1-Wire bus support

[PATCH] include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR_EEH
 2017-06-08 13:10 UTC  (5+ messages)

[PATCH] vfio/pci: Add Intel XXV710 to hidden INTx devices
 2017-06-08 13:06 UTC  (3+ messages)

uuid-types branch now stable
 2017-06-08 13:02 UTC  (3+ messages)

[PATCH v5 00/23] mtd: nand: denali: Denali NAND IP patch bomb
 2017-06-08 12:58 UTC  (8+ messages)
` [PATCH v5 10/23] mtd: nand: denali: rework interrupt handling

[PATCH 2/7] scsi/scsi_transport_iscsi: Update ep_connect to include iface
 2017-06-08 12:53 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).