linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-24 17:39:23 to 2017-07-24 21:00:56 UTC [more...]

[PATCH 00/37] fine-grained locking in binder driver
 2017-07-24 21:00 UTC  (3+ messages)
` [PATCH 02/37] binder: use group leader instead of open thread

[PATCH v4 00/12] AC97 device/driver model revamp
 2017-07-24 20:49 UTC  (13+ messages)
` [PATCH v4 01/12] ALSA: ac97: split out the generic ac97 registers
` [PATCH v4 02/12] ALSA: ac97: add an ac97 bus
` [PATCH v4 03/12] ASoC: add new ac97 bus support
` [PATCH v4 04/12] ASoC: arm: make pxa2xx-ac97-lib ac97 codec agnostic
` [PATCH v4 05/12] Input: wm97xx: split out touchscreen registering
` [PATCH v4 06/12] mfd: wm97xx-core: core support for wm97xx Codec
` [PATCH v4 07/12] Input: wm97xx: add new AC97 bus support
` [PATCH v4 08/12] ASoC: wm9713: add ac97 new "
` [PATCH v4 09/12] ASoC: wm9712: "
` [PATCH v4 10/12] ASoC: wm9705: add private structure
` [PATCH v4 11/12] ASoC: wm9705: add ac97 new bus support
` [PATCH v4 12/12] ASoC: pxa: switch to new ac97 "

[PATCH v2 net] net: ethernet: mediatek: avoid potential invalid memory access
 2017-07-24 20:44 UTC  (2+ messages)

[PATCH] net: Convert to using %pOF instead of full_name
 2017-07-24 20:41 UTC  (4+ messages)

[PATCH] mailbox: pcc: Fix crash when request PCC channel 0
 2017-07-24 20:32 UTC  (2+ messages)

[PATCH net-next V2 0/5] Refine virtio-net XDP
 2017-07-24 20:38 UTC  (2+ messages)

[PATCH 1/2] acpi: add missing include in acpi_numa.h
 2017-07-24 20:29 UTC  (3+ messages)
` [PATCH 2/2] acpi: Fix typo in SRAT table name

[Kein Betreff]
 2017-07-24 20:34 UTC 

[PATCH V4 net-next 0/8] Hisilicon Network Subsystem 3 Ethernet Driver
 2017-07-24 20:32 UTC  (4+ messages)
` [PATCH V4 net-next 7/8] net: hns3: Add Ethtool support to HNS3 driver

[PATCH 00/13] net: dsa: lan9303: unicast offload, fdb,mdb,STP
 2017-07-24 20:32 UTC  (2+ messages)

v4.13-rc2: usb mouse stopped working?
 2017-07-24 20:29 UTC  (3+ messages)

[PATCH] ARM: dts: imx: add CX9020 Embedded PC device tree
 2017-07-24 20:28 UTC  (3+ messages)
  ` [PATCH v4 1/2] dt-bindings: arm: Add entry for Beckhoff CX9020

[PATCH 0/3] add support of SCPSYS power domain for MediaTek MT7622
 2017-07-24 20:27 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: soc: update the binding document for SCPSYS on MediaTek MT7622 SoC

[PATCH 0/5] PCI: MediaTek: Add support for new generation host controller
 2017-07-24 20:26 UTC  (3+ messages)
` [PATCH 5/5] dt-bindings: PCI: add support for new generation controller

[PATCH] tracing: Fix trace_pipe_raw read panic
 2017-07-24 20:24 UTC  (2+ messages)

[PATCH v1 00/13] introduce the Xen PV Calls frontend
 2017-07-24 20:17 UTC  (27+ messages)
` [PATCH v1 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
  ` [PATCH v1 02/13] xen/pvcalls: connect to the backend
  ` [PATCH v1 03/13] xen/pvcalls: implement socket command and handle events
  ` [PATCH v1 04/13] xen/pvcalls: implement connect command
  ` [PATCH v1 05/13] xen/pvcalls: implement bind command
  ` [PATCH v1 06/13] xen/pvcalls: implement listen command
  ` [PATCH v1 07/13] xen/pvcalls: implement accept command
  ` [PATCH v1 08/13] xen/pvcalls: implement sendmsg
  ` [PATCH v1 09/13] xen/pvcalls: implement recvmsg
  ` [PATCH v1 10/13] xen/pvcalls: implement poll command
  ` [PATCH v1 11/13] xen/pvcalls: implement release command
  ` [PATCH v1 12/13] xen/pvcalls: implement frontend disconnect
  ` [PATCH v1 13/13] xen: introduce a Kconfig option to enable the pvcalls frontend

[PATCH 00/10] percpu: replace percpu area map allocator with bitmap allocator
 2017-07-24 20:13 UTC  (10+ messages)
` [PATCH 05/10] percpu: change reserved_size to end page aligned
` [PATCH 07/10] percpu: fix misnomer in schunk/dchunk variable names
` [PATCH 08/10] percpu: change the number of pages marked in the first_chunk bitmaps

[PATCH] ext4: backward compatibility support for Lustre ea_inode implementation
 2017-07-24 20:13 UTC 

[RFC Part2 PATCH v3 00/26] x86: Secure Encrypted Virtualization (AMD)
 2017-07-24 20:03 UTC  (27+ messages)
` [RFC Part2 PATCH v3 01/26] Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV)
` [RFC Part2 PATCH v3 02/26] crypto: ccp: Add Platform Security Processor (PSP) device support
` [RFC Part2 PATCH v3 03/26] crypto: ccp: Add Secure Encrypted Virtualization (SEV) "
` [RFC Part2 PATCH v3 04/26] KVM: SVM: Prepare to reserve asid for SEV guest
` [RFC Part2 PATCH v3 05/26] KVM: SVM: Reserve ASID range "
` [RFC Part2 PATCH v3 06/26] KVM: SVM: Prepare for new bit definition in nested_ctl
` [RFC Part2 PATCH v3 07/26] KVM: SVM: Add SEV feature definitions to KVM
` [RFC Part2 PATCH v3 08/26] KVM: X86: Extend CPUID range to include new leaf
` [RFC Part2 PATCH v3 09/26] KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctl
` [RFC Part2 PATCH v3 10/26] KVM: Introduce KVM_MEMORY_ENCRYPT_REGISTER/UNREGISTER_RAM ioctl
` [RFC Part2 PATCH v3 11/26] KVM: X86: Extend struct kvm_arch to include SEV information
` [RFC Part2 PATCH v3 12/26] KVM: Define SEV key management command id
` [RFC Part2 PATCH v3 13/26] KVM: SVM: Add KVM_SEV_INIT command
` [RFC Part2 PATCH v3 14/26] KVM: SVM: VMRUN should use assosiated ASID when SEV is enabled
` [RFC Part2 PATCH v3 15/26] KVM: SVM: Add support for SEV LAUNCH_START command
` [RFC Part2 PATCH v3 16/26] KVM: SVM: Add support for SEV LAUNCH_UPDATE_DATA command
` [RFC Part2 PATCH v3 17/26] KVM: SVM: Add support for SEV LAUNCH_MEASURE command
` [RFC Part2 PATCH v3 18/26] KVM: SVM: Add support for SEV LAUNCH_FINISH command
` [RFC Part2 PATCH v3 19/26] KVM: svm: Add support for SEV GUEST_STATUS command
` [RFC Part2 PATCH v3 20/26] KVM: SVM: Add support for SEV DEBUG_DECRYPT command
` [RFC Part2 PATCH v3 21/26] KVM: SVM: Add support for SEV DEBUG_ENCRYPT command
` [RFC Part2 PATCH v3 22/26] KVM: SVM: Pin guest memory when SEV is active
` [RFC Part2 PATCH v3 23/26] KVM: X86: Add memory encryption enabled ops
` [RFC Part2 PATCH v3 24/26] KVM: SVM: Clear C-bit from the page fault address
` [RFC Part2 PATCH v3 25/26] KVM: SVM: Do not install #UD intercept when SEV is enabled
` [RFC Part2 PATCH v3 26/26] KVM: X86: Restart the guest when insn_len is zero and "

bcache with existing ext4 filesystem
 2017-07-24 20:04 UTC  (5+ messages)

[PATCH] kthread: Fix documentation build warning
 2017-07-24 19:59 UTC 

[PATCH] sched/wait: Clean up some documentation warnings
 2017-07-24 19:58 UTC 

[PATCH 1/4] ARM: mediatek: dts: Cleanup bindings documentation
 2017-07-24 19:57 UTC  (4+ messages)
` [PATCH 2/4] ARM: mediatek: dts: Add mt6796 binding

[PATCH] sched/core: Fix some documentation build warnings
 2017-07-24 19:56 UTC 

[PATCH] mod_devicetable.h: Fix docs build warnings
 2017-07-24 19:54 UTC 

[PATCH v5 0/7] drm/rockchip: add all full framework vop support
 2017-07-24 19:53 UTC  (3+ messages)
` [PATCH v5 6/7] dt-bindings: display: rockchip: fill Documents for vop series

[PATCH v3 0/2] ZII RAVE platform driver
 2017-07-24 19:53 UTC  (7+ messages)
` [PATCH v3 1/2] platform: Add driver for RAVE Supervisory Processor
` [PATCH v3 2/2] dt-bindings: mfd: Add bindings for ZII RAVE devices

[PATCH 0/4] can: Add new binding to limit bit rate used
 2017-07-24 19:50 UTC  (3+ messages)
` [PATCH 3/4] can: m_can: Update documentation to mention new fixed transceiver binding

[RFC 0/5] Open source FPGA image header
 2017-07-24 19:49 UTC  (6+ messages)
` [RFC 1/5] doc: fpga: add document for the fdt FPGA header
` [RFC 2/5] doc: fpga: add sysfs document for fpga region
` [RFC 3/5] fpga: add dev to fpga_image_info
` [RFC 4/5] fpga-region: new function fpga_region_free
` [RFC 5/5] fpga-region support for fdt headers on fpga images

[PATCH] HID: rmi: Make sure the HID device is opened on resume
 2017-07-24 19:46 UTC  (7+ messages)

[PATCH v2] hwmon: (it87) Reapply probe path chip registers settings after resume
 2017-07-24 19:37 UTC 

[PATCH 0/7] memory: atmel-ebi: Add PM ops
 2017-07-24 19:21 UTC  (5+ messages)
` [PATCH 2/7] memory: atmel-ebi: Simplify SMC config code

[PATCH 0/3] can: m_can: Add PM Runtime Support
 2017-07-24 19:20 UTC  (3+ messages)
` [PATCH 2/3] can: m_can: Update documentation to indicate that hclk may be optional

[PATCHv4 0/3] PWM Vibrator driver
 2017-07-24 19:20 UTC  (3+ messages)
` [PATCHv4 1/3] dt-bindings: input: add pwm-vibrator

[PATCH 00/11] Drop unnecessary static
 2017-07-24 19:20 UTC  (5+ messages)
` [PATCH 07/11] mfd: "

[PATCH 0/3] Motorola Droid 4 Audio Support
 2017-07-24 19:19 UTC  (4+ messages)
` [PATCH 3/3] ARM: dts: omap4-droid4: add soundcard

[GIT PULL] MFD for v4.13
 2017-07-24 19:20 UTC  (5+ messages)

[PATCH v4 1/5] pwm-backlight: enable/disable the PWM before/after LCD enable toggle
 2017-07-24 19:19 UTC  (4+ messages)
` [PATCH v4 2/5] dt-bindings: pwm-backlight: add PWM delay proprieties

[PATCH V2 0/9] Bug fixes and improvements to Broadcom BDC driver
 2017-07-24 19:19 UTC  (3+ messages)
` [PATCH V2 2/9] dt-bindings: usb: bdc: Add Device Tree binding for Broadcom UDC driver

[PATCH v2 00/25] Add QCOM QPIC NAND support
 2017-07-24 19:17 UTC  (7+ messages)
` [PATCH v2 04/25] dt-bindings: qcom_nandc: change compatible string for EBI2 NANDC
` [PATCH v2 06/25] dt-bindings: qcom_nandc: remove chip select compatible string
` [PATCH v2 12/25] dt-bindings: qcom_nandc: QPIC NAND documentation

[PATCH v2 0/4] cgroup: Introducing bypass mode
 2017-07-24 19:14 UTC  (9+ messages)
` [PATCH v2 1/4] cgroup: Child cgroup creation not allowed on invalid domain
    ` [PATCH] cgroup: remove unnecessary empty check when enabling threaded mode
` [PATCH v2 2/4] cgroup: Allow bypass mode in subtree_control

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-07-24 19:07 UTC  (18+ messages)
` [RFC Part1 PATCH v3 01/17] Documentation/x86: Add AMD Secure Encrypted Virtualization (SEV) descrption
` [RFC Part1 PATCH v3 02/17] x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU feature
` [RFC Part1 PATCH v3 03/17] x86/mm: Secure Encrypted Virtualization (SEV) support
` [RFC Part1 PATCH v3 04/17] x86/mm: Don't attempt to encrypt initrd under SEV
` [RFC Part1 PATCH v3 05/17] x86, realmode: Don't decrypt trampoline area "
` [RFC Part1 PATCH v3 06/17] x86/mm: Use encrypted access of boot related data with SEV
` [RFC Part1 PATCH v3 07/17] x86/mm: Include SEV for encryption memory attribute changes
` [RFC Part1 PATCH v3 08/17] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC Part1 PATCH v3 09/17] resource: Consolidate resource walking code
` [RFC Part1 PATCH v3 10/17] resource: Provide resource struct in resource walk callback
` [RFC Part1 PATCH v3 11/17] x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages
` [RFC Part1 PATCH v3 12/17] x86/mm: DMA support for SEV memory encryption
` [RFC Part1 PATCH v3 13/17] x86/io: Unroll string I/O when SEV is active
` [RFC Part1 PATCH v3 14/17] x86/boot: Add early boot support when running with SEV active
` [RFC Part1 PATCH v3 15/17] x86: Add support for changing memory encryption attribute in early boot
` [RFC Part1 PATCH v3 16/17] X86/KVM: Provide support to create Guest and HV shared per-CPU variables
` [RFC Part1 PATCH v3 17/17] X86/KVM: Clear encryption attribute when SEV is active

[GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14
 2017-07-24 19:08 UTC  (5+ messages)
` [GIT PULL 2/5] ARM: dts: exynos: Updates "
` [GIT PULL 3/5] arm64: "
` [GIT PULL 4/5] ARM: defconfig: Exynos updates "
` [GIT PULL 5/5] ARM: defconfig: Cleanups "

[PATCH V1] pinctrl: qcom: spmi-gpio: Add support for qcom,gpios-disallowed property
 2017-07-24 19:09 UTC  (2+ messages)

[PATCH v2 0/7] signal: Fix sending signals with siginfo
 2017-07-24 19:01 UTC  (7+ messages)
` [PATCH 7/7] signal: Remove kernel interal si_code magic
      ` Simplfying copy_siginfo_to_user

[PATCH] perf, tools: Make build fail on JSON parse error
 2017-07-24 19:07 UTC  (6+ messages)

[PATCH V2 0/2] Add LV/MV subtypes support for QCOM PMIC GPIOs
 2017-07-24 19:07 UTC  (3+ messages)
` [PATCH V2 1/2] pinctrl: qcom: spmi-gpio: Add support for GPIO LV/MV subtype

[PATCH 0/5] FlexRM support in VFIO platform
 2017-07-24 19:06 UTC  (15+ messages)
` [PATCH 3/5] iommu/arm-smmu-v3: add IOMMU_CAP_BYPASS to the ARM SMMUv3 driver

[PATCH v2] gpio-exar: Use correct property prefix and document bindings
 2017-07-24 19:06 UTC  (2+ messages)

[PATCH v3 0/2] Add support for TI TAS6424 digital amplifier
 2017-07-24 18:58 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: sound: add bindings for TAS6424

[PATCH] power: power_supply: Add support for MAX1721x standalone fuel gauge
 2017-07-24 18:56 UTC  (2+ messages)

[PATCH] power: supply: constify attribute_group structures
 2017-07-24 18:54 UTC  (2+ messages)

[PATCH] power/reset: Convert to using %pOF instead of full_name
 2017-07-24 18:52 UTC  (2+ messages)

[PATCH] power: supply: cpcap-charger: add OMAP_USB2 dependency
 2017-07-24 18:51 UTC  (2+ messages)

[PATCH V2] pci: quirk: Apply APM ACS quirk to XGene devices
 2017-07-24 18:48 UTC  (6+ messages)

[PATCH] powerpc/pseries: Fix of_node_put() underflow during pseries remove
 2017-07-24 18:42 UTC  (3+ messages)

[PATCH 0/4] ACPI: DMA ranges management
 2017-07-24 18:42 UTC  (5+ messages)
` [PATCH 3/4] ACPI: Introduce DMA ranges parsing

[PATCH v2 1/5] arm64: tegra: Add BPMP thermal sensor to Tegra186
 2017-07-24 16:29 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: Add bindings for nvidia,tegra186-bpmp-thermal
` [PATCH v2 3/5] firmware: tegra: Expose tegra_bpmp_mrq_return
` [PATCH v2 4/5] firmware: tegra: Add stubs when BPMP not enabled
` [PATCH v2 5/5] thermal: Add Tegra BPMP thermal sensor driver

[PATCH v7 1/2] cpufreq: schedutil: Make iowait boost more energy efficient
 2017-07-24 18:37 UTC  (3+ messages)

[PATCH v8 0/3] x86: Implement fast refcount overflow protection
 2017-07-24 18:35 UTC  (4+ messages)
` [PATCH v8 1/3] x86/asm: Add suffix macro for GEN_*_RMWcc()
` [PATCH v8 2/3] x86/asm: add ASM_UNREACHABLE
` [PATCH v8 3/3] x86/refcount: Implement fast refcount overflow protection

linux-next: build failure after merge of the drm-misc tree
 2017-07-24 18:33 UTC  (6+ messages)

[PATCH 0/7] Enable iSCSI offload drivers to use information from iface
 2017-07-24 18:32 UTC  (7+ messages)

[PATCH] ARM64: meson-gxl: disable broken eee
 2017-07-24 18:32 UTC  (8+ messages)

[PATCH 3/3] ghes_edac: add platform check to enable ghes_edac
 2017-07-24 18:30 UTC  (23+ messages)

[PATCH] Documentation/devicetree: Update links to PCI DT bindings
 2017-07-24 18:30 UTC  (2+ messages)

[PATCH 0/3] kselftest build errors
 2017-07-24 18:28 UTC  (7+ messages)

[PATCH] KVM: x86: do mask out upper bits of PAE CR3
 2017-07-24 18:28 UTC  (2+ messages)

[PATCH v7 0/3] x86: Implement fast refcount overflow protection
 2017-07-24 18:25 UTC  (4+ messages)
` [PATCH v7 3/3] x86/refcount: "

[PATCH 0/4] gpio: davinci: Add keystone-k2g support and few clean ups
 2017-07-24 18:24 UTC  (3+ messages)
` [PATCH 3/4] gpio: davinci: Add a separate compatible for keystone-k2g soc

[PATCH v2 0/9] Add PMIC support to MediaTek MT7622 SoC
 2017-07-24 18:22 UTC  (3+ messages)
` [PATCH v2 2/9] dt-bindings: regulator: Add document for MediaTek MT6380 regulator

[PATCH] alarmtimer: don't rate limit one-shot timers
 2017-07-24 18:21 UTC  (2+ messages)

[zram] ltp inspired explosion - master v4.13-rc1-3-g87b2c3fc6317
 2017-07-24 18:17 UTC  (2+ messages)

[PATCH] mm, oom: allow oom reaper to race with exit_mmap
 2017-07-24 18:12 UTC  (3+ messages)

[PATCH v3 3/9] perf annotate: Fix wrong --show-total-period option showing number of samples
 2017-07-24 18:07 UTC  (7+ messages)

[PATCH v2 1/1] KVM: make pid available for uevents without debugfs
 2017-07-24 18:03 UTC  (2+ messages)

[PATCH] dt-bindings: add compatible string of Allwinner H5 Mali-450 MP4 GPU
 2017-07-24 17:56 UTC  (2+ messages)

[PATCH 0/8] mailbox: arm/arm64: introduce smc triggered mailbox
 2017-07-24 17:52 UTC  (7+ messages)
` [PATCH 1/8] mailbox: introduce ARM SMC based mailbox

[PATCH 1/2] dt-bindings: dma: Add Spreadtrum SC9860 DMA controller
 2017-07-24 17:52 UTC  (2+ messages)

[PATCH] dt-bindings: add device tree binding for Allwinner XR819 SDIO Wi-Fi
 2017-07-24 17:54 UTC  (2+ messages)

[PATCH] x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=y
 2017-07-24 17:54 UTC  (4+ messages)

[PATCH v2 0/6] Add support for BCM7271 style interrupt controller
 2017-07-24 17:54 UTC  (4+ messages)
` [PATCH v2 2/6] irqchip/tango: Use irq_gc_mask_disable_and_ack_set

[PATCH v5 0/2] Add ASPEED watchdog device tree properties
 2017-07-24 17:49 UTC  (3+ messages)
` [PATCH v5 1/2] drivers/watchdog: Add optional ASPEED "

[PATCH v2 RESEND] dt-bindings: chosen: document kaslr-seed property
 2017-07-24 17:50 UTC  (2+ messages)

[PATCH] qtfnmac: Tidy up DMA mask setting
 2017-07-24 17:41 UTC 

[PATCH v2] perf report: Make --branch-history work without callgraphs(-g) option in perf record
 2017-07-24 17:41 UTC  (3+ messages)

[PATCH] perf report: Tag branch type/flag on "to" and tag cycles on "from"
 2017-07-24 17:39 UTC  (2+ messages)

[PATCH] ARM: dts: BCM53573: Add Broadcom BCM947189ACDBMR board support
 2017-07-24 17:39 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).