public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-02 08:00:40 to 2017-11-02 11:09:41 UTC [more...]

[PATCH] ASoC: Intel: fix Kconfig dependencies
 2017-11-02 11:07 UTC 

[RFC PATCH v2 0/7] Fix year 2038 issue for sound subsystem
 2017-11-02 11:06 UTC  (8+ messages)
` [RFC PATCH v2 1/7] sound: Replace timespec with timespec64
` [RFC PATCH v2 2/7] sound: core: Avoid using timespec for struct snd_pcm_status
` [RFC PATCH v2 3/7] sound: core: Avoid using timespec for struct snd_rawmidi_status
` [RFC PATCH v2 4/7] sound: core: Avoid using timespec for struct snd_timer_status
` [RFC PATCH v2 5/7] uapi: sound: Avoid using timespec for struct snd_ctl_elem_value
` [RFC PATCH v2 6/7] sound: core: Avoid using timespec for struct snd_pcm_sync_ptr
` [RFC PATCH v2 7/7] sound: core: Avoid using timespec for struct snd_timer_tread

[PATCH 1/1] ASoC: stm32: sai: fix warning in stm32_sai_set_config()
 2017-11-02 11:05 UTC  (2+ messages)
` Applied "ASoC: stm32: sai: fix warning in stm32_sai_set_config()" to the asoc tree

[PATCH 1/2] [net-next] bpf: fix link error without CONFIG_NET
 2017-11-02 11:05 UTC  (2+ messages)
` [PATCH 2/2] [net-next] bpf: fix out-of-bounds access warning in bpf_check

[PATCH] ASoC: fix build warning in soc-core.c
 2017-11-02 11:06 UTC  (2+ messages)
` Applied "ASoC: fix build warning in soc-core.c" to the asoc tree

[PATCH] refcount: provide same memory ordering guarantees as in atomic_t
 2017-11-02 11:04 UTC  (5+ messages)

[PATCH 0/1] userns: Fix/clarify memory ordering
 2017-11-02 11:03 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 00/20] Pile o' entry/exit/sp0 changes
 2017-11-02 10:56 UTC  (26+ messages)
` [PATCH v2 02/20] x86/asm/64: Split the iret-to-user and iret-to-kernel paths
  ` [tip:x86/asm] x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths
` [PATCH v2 05/20] x86/asm/64: Shrink paranoid_exit_restore and make labels local
  ` [tip:x86/asm] x86/entry/64: "
` [PATCH v2 13/20] x86/asm/64: Pass sp0 directly to load_sp0()
  ` [tip:x86/asm] x86/entry/64: Pass SP0 "
` [PATCH v2 14/20] x86/asm: Add task_top_of_stack() to find the top of a task's stack
  ` [tip:x86/asm] x86/entry: "
` [PATCH v2 15/20] x86/xen/64: Clean up SP code in cpu_initialize_context()
  ` [tip:x86/asm] x86/xen/64, x86/entry/64: "
` [PATCH v2 16/20] x86/boot/64: Stop initializing TSS.sp0 at boot
  ` [tip:x86/asm] x86/entry/64: "
` [PATCH v2 17/20] x86/asm/64: Remove all remaining direct thread_struct::sp0 reads
  ` [tip:x86/asm] x86/entry/64: "
` [PATCH v2 18/20] x86/boot/32: Fix cpu_current_top_of_stack initialization at boot
  ` [tip:x86/asm] x86/entry/32: "
` [PATCH v2 19/20] x86/asm/64: Remove thread_struct::sp0
  ` [tip:x86/asm] x86/entry/64: "
` [PATCH v2 20/20] x86/traps: Use a new on_thread_stack() helper to clean up an assertion
  ` [tip:x86/asm] "

[PATCH 1/2 v3] typec: tcpm: Validate source and sink caps
 2017-11-02 11:00 UTC  (3+ messages)
` [PATCH 2/2] typec: tcpm: Only request matching pdos

[PATCH v2 11/20] x86/asm/64: De-Xen-ify our NMI code
 2017-11-02 10:53 UTC  (2+ messages)
` [tip:x86/asm] x86/entry/64: "

[PATCH v2 12/20] x86/asm/32: Pull MSR_IA32_SYSENTER_CS update code out of native_load_sp0()
 2017-11-02 10:53 UTC  (2+ messages)
` [tip:x86/asm] x86/entry/32: Pull the "

[PATCH v2 10/20] xen: add xen nmi trap entry
 2017-11-02 10:52 UTC  (2+ messages)
` [tip:x86/asm] xen, x86/entry/64: Add xen NMI "

[PATCH v2 04/20] x86/asm/64: Simplify reg restore code in the standard IRET paths
 2017-11-02 10:50 UTC  (2+ messages)
` [tip:x86/asm] x86/entry/64: "

[PATCH v2 09/20] x86/entry/64: Remove the RESTORE_..._REGS infrastructure
 2017-11-02 10:52 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH] cpufreq: schedutil: Examine the correct CPU when we update util
 2017-11-02 10:54 UTC 

[PATCH v2 08/20] x86/entry/64: Use POP instead of MOV to restore regs on NMI return
 2017-11-02 10:51 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v2 07/20] x86/asm/64: Merge the fast and slow SYSRET paths
 2017-11-02 10:51 UTC  (2+ messages)
` [tip:x86/asm] x86/entry/64: "

[PATCH v2 06/20] x86/asm/64: Use pop instead of movq in syscall_return_via_sysret
 2017-11-02 10:51 UTC  (2+ messages)
` [tip:x86/asm] x86/entry/64: "

[PATCH v2 03/20] x86/asm/64: Move SWAPGS into the common iret-to-usermode path
 2017-11-02 10:49 UTC  (2+ messages)
` [tip:x86/asm] x86/entry/64: Move SWAPGS into the common IRET-to-usermode path

[PATCH v2 01/20] x86/asm/64: Remove the restore_c_regs_and_iret label
 2017-11-02 10:49 UTC  (2+ messages)
` [tip:x86/asm] x86/entry/64: "

[PATCH] mailbox: add support for doorbell/signal mode controllers
 2017-11-02 10:51 UTC  (7+ messages)

[PATCH v3 0/7] Support PPTT for ARM64
 2017-11-02 10:48 UTC  (7+ messages)
` [PATCH v3 6/7] arm64: topology: Enable ACPI/PPTT based CPU topology

[PATCH] Fix writing mtdoops to nand flash
 2017-11-02 10:48 UTC  (3+ messages)
` [PATCH v2] mtd: nand: "

[PATCH 2/8] irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQs
 2017-11-02 10:44 UTC  (6+ messages)
` [PATCH v2 0/8] irqchip: mips-gic: Cleanups, fixes, prep for multi-cluster

[PATCH v6 0/2] staging: ion: get one device per heap
 2017-11-02 10:44 UTC  (5+ messages)
` [PATCH v6 2/2] staging: ion: create one device entry "

[PATCH 0/2] Add support for Hi6220 coresight
 2017-11-02 10:41 UTC  (6+ messages)

[PATCH v3 0/3] usb: xhci: Add debug capability support in xhci
 2017-11-02 10:38 UTC  (7+ messages)
` [PATCH v3 2/3] usb: xhci: Add DbC support in xHCI driver

[PATCH v3 0/2] livepatch: Introduce signal and force sysfs attributes
 2017-11-02 10:36 UTC  (5+ messages)
` [PATCH v3 1/2] livepatch: send a fake signal to all blocking tasks

[PATCH net-next v2 0/2] hv_netvsc: fix a hang on channel/mtu changes
 2017-11-02 10:35 UTC  (3+ messages)
` [PATCH net-next v2 1/2] hv_netvsc: netvsc_teardown_gpadl() split
` [PATCH net-next v2 2/2] hv_netvsc: hide warnings about uninitialized/missing rndis device

KASAN: stack-out-of-bounds Read in xfrm_state_find (2)
 2017-11-02 10:32 UTC  (2+ messages)

[PATCH] Input: ar1021_i2c - set INPUT_PROP_DIRECT
 2017-11-02 10:30 UTC 

Checking the description for aac_comm_init()
 2017-11-02 10:30 UTC 

[PATCH net-next 0/4] hv_netvsc: fix some crashes and hangs on channel/mtu changes
 2017-11-02 10:27 UTC  (5+ messages)
` [PATCH net-next 2/4] hv_netvsc: protect nvdev->extension with RCU

[GIT PULL] sound fixes for 4.14-rc8
 2017-11-02 10:24 UTC 

4.14.0-rc7: cpufreq interface in sysfs removed ?
 2017-11-02 10:24 UTC  (4+ messages)

[GIT PULL] Keys fixes for v4.15
 2017-11-02 10:21 UTC 

[RFC/RFT PATCH 0/6] Switch GHES ioremap_page_range() to use fixmap
 2017-11-02 10:19 UTC  (2+ messages)

[PATCH v3 0/5] Introduce the Atmel PTC subsystem
 2017-11-02 10:19 UTC  (7+ messages)
` [PATCH v3 1/5] dt-bindings: input: Add Atmel PTC subsystem bindings
` [PATCH v3 2/5] input: misc: introduce Atmel PTC driver

[PATCH] scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"
 2017-11-02 10:18 UTC 

[PATCH V8 0/2] printk: hash addresses printed with %p
 2017-11-02 10:14 UTC  (5+ messages)

[PATCH 1/7] au0828: fix spelling mistake: "synchronuously" -> "synchronously"
 2017-11-02 10:11 UTC  (7+ messages)
` [PATCH 2/7] cx231xx: "
` [PATCH 3/7] em28xx: "
` [PATCH 4/7] msi2500: "
` [PATCH 5/7] pwc: "
` [PATCH 6/7] stk1160: "
` [PATCH 7/7] tm6000: "

[PATCH v10 0/4] this patchset is to remove PPCisms for QEIC
 2017-11-02 10:12 UTC  (7+ messages)

[PATCH] arm64: write_sysreg asm illegal for aarch32
 2017-11-02 10:08 UTC  (8+ messages)

[PATCH v3 00/22] firmware: ARM System Control and Management Interface(SCMI) support
 2017-11-02 10:04 UTC  (4+ messages)
` [PATCH v3 18/22] clk: add support for clocks provided by SCMI

KASAN: use-after-free Read in __do_page_fault
 2017-11-02 10:00 UTC  (7+ messages)

[PATCH RESEND1 00/12] ALSA: vsnd: Add Xen para-virtualized frontend driver
 2017-11-02  9:55 UTC  (20+ messages)
  ` [Xen-devel] "
                    ` [alsa-devel] "
                                ` [RFC] "

[PATCH v2 0/5] PM / Domains: Remove gpd_dev_ops.active_wakeup() callback
 2017-11-02  9:51 UTC  (7+ messages)
` [PATCH v2 2/5] [RFC] ARM: shmobile: pm-rmobile: Use GENPD_FLAG_ACTIVE_WAKEUP
` [PATCH v2 4/5] [RFC] soc: rockchip: power-domain: "

[PATCH] rtc-ds1302: Use common error handling code in ds1302_probe()
 2017-11-02  9:50 UTC 

[PATCH] sh: remove pointless select of KBUILD_DEFCONFIG
 2017-11-02  9:45 UTC  (4+ messages)

[PATCH] dma-buf: Cleanup comments on dma_buf_map_attachment()
 2017-11-02  9:45 UTC  (2+ messages)

[PATCH v10 01/13] x86/insn-eval: Extend get_seg_base_addr() to also obtain segment limit
 2017-11-02  9:37 UTC  (2+ messages)
` [tip:x86/mpx] "

[PATCH 3.10 000/139] 3.10.108-stable review
 2017-11-02  9:44 UTC  (5+ messages)
` [PATCH 3.10 100/139] usb: r8a66597-hcd: decrease timeout
  ` [PATCH 3.10 112/139] mm: fix overflow check in expand_upwards()

KAISER memory layout (Re: [PATCH 06/23] x86, kaiser: introduce user-mapped percpu areas)
 2017-11-02  9:41 UTC 

[PATCH] driver core: Fix device link deferred probe
 2017-11-02  9:33 UTC  (3+ messages)

[PATCH net-next] net: Define eth_stp_addr in linux/etherdevice.h
 2017-11-02  9:36 UTC 

[RFC 0/2] do not depend on cpuhotplug logs in lru_add_drain_all
 2017-11-02  9:36 UTC  (3+ messages)
` [PATCH 1/2] shmem: drop lru_add_drain_all from shmem_wait_for_pins
` [PATCH 2/2] mm: drop hotplug lock from lru_add_drain_all

Linux 4.13.11
 2017-11-02  9:35 UTC  (2+ messages)

Linux 4.9.60
 2017-11-02  9:35 UTC  (2+ messages)

Linux 4.4.96
 2017-11-02  9:35 UTC  (2+ messages)

Linux 3.18.79
 2017-11-02  9:34 UTC  (2+ messages)

[PATCH] drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"
 2017-11-02  9:33 UTC 

[PATCH 0/3] dts: Add the property of IB and OB
 2017-11-02  9:31 UTC  (7+ messages)
` [PATCH 1/3] ARMv8: dts: ls1046a: add "
` [PATCH 2/3] ARMv8: layerscape: add the pcie ep function support
` [PATCH 3/3] ARMv8: pcie: make the DWC EP driver support for layerscape

[PATCH v2] xen: support priv-mapping in an HVM tools domain
 2017-11-02  9:30 UTC  (6+ messages)

[PATCH] pinctrl: qcom: spmi-gpio: Add pmi8994 gpio support
 2017-11-02  9:29 UTC 

[PATCH] ARM: meson: fix spelling mistake: "Couln't" -> "Couldn't"
 2017-11-02  9:27 UTC 

[PATCH] ARM: NOMMU: work around maybe-uninitialized warning
 2017-11-02  9:21 UTC 

[PATCH net-next] net: dsa: lan9303: Added Documentation/networking/dsa/lan9303.txt
 2017-11-02  9:20 UTC 

[PATCH v2 0/2] KVM: MMU: fix kvm_is_mmio_pfn()
 2017-11-02  9:20 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: MMU: consider host cache mode in MMIO page check

[PATCH v2 0/5] xen: grant table interface v2 support
 2017-11-02  9:19 UTC  (6+ messages)
` [PATCH v2 1/5] xen: re-introduce support for grant v2 interface
` [PATCH v2 2/5] xen: limit grant v2 interface to the v1 functionality
` [PATCH v2 3/5] xen: add grant interface version dependent constants to gnttab_ops
` [PATCH v2 4/5] xen: update arch/x86/include/asm/xen/cpuid.h
` [PATCH v2 5/5] xen: select grant interface version

[PATCH v2 0/3] mailbox: Add support for Hi3660 mailbox
 2017-11-02  9:15 UTC  (4+ messages)
` [PATCH v2 2/3] "

[PATCH] rtc-da9063: Use common error handling code in da9063_rtc_probe()
 2017-11-02  9:16 UTC 

[PATCH v2 0/3] arm64: defconfig: remove some Qualcomm USB options
 2017-11-02  9:15 UTC  (2+ messages)

[PATCH] mm: don't warn about allocations which stall for too long
 2017-11-02  9:14 UTC  (4+ messages)

[PATCH v3 00/17] dwc MSI fixes, ARTPEC-6 EP mode support, ARTPEC-7 SoC support
 2017-11-02  9:13 UTC  (3+ messages)
` [PATCH v3 14/17] PCI: dwc: artpec6: Add support for endpoint mode

BUG: soft lockup
 2017-11-02  9:09 UTC  (3+ messages)
  ` [alsa-devel] "

[PATCH] USB: dummy-hcd: Adapt dummy_udc_set_speed()
 2017-11-02  9:09 UTC 

[PATCH] ARM: sun8i: h2+: add support for Banana Pi M2 Zero board
 2017-11-02  9:07 UTC  (3+ messages)
  ` [linux-sunxi] "

[PATCH net-next 0/3] net: dsa: lan9303: Fix STP and flooding issues
 2017-11-02  9:06 UTC  (3+ messages)

[PATCH 2/3] iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm
 2017-11-02  9:04 UTC  (4+ messages)
  ` [2/3] "

linux-next: Tree for Nov 2
 2017-11-02  9:02 UTC 

[PATCH] MAINTAINERS: new maintainer for AT24 driver
 2017-11-02  9:01 UTC  (2+ messages)

[RFC V7 0/2] OPP: Allow OPP table to be used for power-domains
 2017-11-02  9:00 UTC  (9+ messages)
` [RFC V7 2/2] OPP: Allow "opp-hz" and "opp-microvolt" to contain magic values

[PATCH v1 0/3] manually add Error Synchronization Barrier at exception handler entry and exit
 2017-11-02  8:52 UTC  (6+ messages)
` [PATCH v1 1/3] arm64: add a macro for SError synchronization

BUG: unable to handle kernel paging request in snd_seq_oss_readq_puts
 2017-11-02  8:58 UTC  (4+ messages)

MAINTAINERS has a AS3645A LED FLASH duplicated section in -next
 2017-11-02  8:54 UTC  (3+ messages)

[lkp-robot] [android/ion] 5fb70554d6: kernel_selftests.android.make_fail
 2017-11-02  8:53 UTC  (11+ messages)

[PATCH v2][RESEND] usb: gadget: core: Fix ->udc_set_speed() speed handling
 2017-11-02  8:53 UTC  (2+ messages)

[PATCH v2 00/10] Allwinner H3/H5/A64(DE2) SimpleFB support
 2017-11-02  8:51 UTC  (2+ messages)

[PATCH v10 00/13] x86: Enable User-Mode Instruction Prevention
 2017-11-02  8:51 UTC  (3+ messages)
` [PATCH v10 02/13] x86/insn-eval: Compute linear address in several utility functions

[PATCH] powerpc/perf: Fix core-imc hotplug callback failure during imc initialization
 2017-11-02  8:48 UTC  (3+ messages)

[PATCH] selftests: remove obsolete kconfig fragment for cpu-hotplug
 2017-11-02  8:46 UTC  (3+ messages)

linux-next: build warnings after merge of the usb tree
 2017-11-02  8:45 UTC  (2+ messages)

linux-next: manual merge of the spi-nor tree with the imx-mxs tree
 2017-11-02  8:38 UTC  (5+ messages)

linux-next: manual merge of the gpio tree with the tip tree
 2017-11-02  8:38 UTC  (4+ messages)

[GIT PULL 1/2] bcm2835-dt-fixes-2017-10-06
 2017-11-02  8:33 UTC  (8+ messages)

[PATCH v3 1/3] KVM: X86: Fix operand size during instruction decoding
 2017-11-02  8:31 UTC  (3+ messages)
` [PATCH v3 2/3] KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry
` [PATCH v3 3/3] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure

[PATCH 0/2] Fix s5p-mfc lock contention in request firmware paths
 2017-11-02  8:31 UTC  (5+ messages)
  ` [PATCH 1/2] media: s5p-mfc: check for firmware allocation before requesting firmware
  ` [PATCH 2/2] media: s5p-mfc: fix lock confection - request_firmware() once and keep state

[PATCH] can: Use common error handling code in vxcan_newlink()
 2017-11-02  8:22 UTC  (8+ messages)
      ` [PATCH v2] "
          ` [v2] "

[PATCH] clk/tegra: Delete an error message for a failed memory allocation in three functions
 2017-11-02  8:19 UTC  (2+ messages)

[PATCH v1] MAINTAINERS: Step down from a co-maintaner of DW DMAC driver
 2017-11-02  8:21 UTC  (2+ messages)

[PATCH 010/102] clk: tegra: explicitly request exclusive reset control
 2017-11-02  8:15 UTC  (2+ messages)

[PATCH] PCI: rcar: Use common error handling code in rcar_pcie_enable_msi()
 2017-11-02  8:12 UTC  (4+ messages)
  `  "

[PATCH v2 1/4] dt-bindings: clock: mediatek: document clk bindings for MediaTek MT7622 SoC
 2017-11-02  8:12 UTC  (8+ messages)
` [PATCH v2 2/4] clk: mediatek: add the option for determining PLL source clock
` [PATCH v2 3/4] clk: mediatek: add clock support for MT7622 SoC
` [PATCH v2 4/4] clk: mediatek: add clocks dt-bindings required header "

[PATCH v2 0/3] staging: ccree: Fixes and cleanups
 2017-11-02  8:10 UTC  (4+ messages)
` [PATCH v2 1/3] staging: ccree: copy IV to DMAable memory
` [PATCH v2 2/3] staging: ccree: handle limiting of DMA masks
` [PATCH v2 3/3] staging: ccree: remove dead code

[PATCH v2 0/8] ARM: sun8i: a83t: Enable AXP813/AXP818 regulators
 2017-11-02  8:10 UTC  (2+ messages)

linux-next: manual merge of the akpm-current tree with Linus' tree
 2017-11-02  8:10 UTC 

You have a tax refund
 2017-11-02  7:59 UTC 

[PATCH] clk: mediatek: mark mtk_infrasys_init_early __init
 2017-11-02  8:06 UTC  (2+ messages)

[PATCH 0/3] regulator-core: Fine-tuning for nine function implementations
 2017-11-02  8:01 UTC  (3+ messages)
` [PATCH 2/3] regulator/core: Improve a size determination in four functions
` [PATCH 3/3] regulator/core: Adjust 18 checks for null pointers

linux-next: manual merge of the akpm-current tree with the kspp tree
 2017-11-02  8:05 UTC 

[PATCH v6 0/9] Mediatek MT2712 clock and scpsys support
 2017-11-02  8:03 UTC  (7+ messages)
` [PATCH v6 1/9] dt-bindings: ARM: Mediatek: Document bindings for MT2712
` [PATCH v6 2/9] clk: mediatek: Add dt-bindings for MT2712 clocks
` [PATCH v6 3/9] clk: mediatek: Add MT2712 clock support

[PATCH 00/23] KAISER: unmap most of the kernel from userspace page tables
 2017-11-02  8:03 UTC  (4+ messages)

[PATCH 0/1] ARM: dts: sunxi: sun8i-h3-nanopi-m1-plus: fix build failure
 2017-11-02  8:03 UTC  (3+ messages)
` [PATCH 1/1] ARM: dts: sunxi: sun8i-h3-nanopi-m1-plus: Add missing regulator

[PATCH] mm: page_ext: allocate page extension though first PFN is invalid
 2017-11-02  8:02 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