linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-21 20:38:41 to 2017-03-22 03:09:18 UTC [more...]

[PATCH] Documentation: Input: Add uinput documentation
 2017-03-22  3:01 UTC  (2+ messages)
  ` [PATCH] Docs: Input: initial "

[PATCH v3 1/3] kexec: Move vmcoreinfo out of the kernel's .bss section
 2017-03-22  2:55 UTC  (3+ messages)

[PATCH V13 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-22  3:05 UTC  (13+ messages)
` [PATCH V13 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V13 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V13 03/10] efi: parse ARM processor error
` [PATCH V13 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V13 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V13 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V13 07/10] efi: print unrecognized CPER section
` [PATCH V13 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V13 09/10] trace, ras: add ARM processor error trace event
` [PATCH V13 10/10] arm/arm64: KVM: add guest SEA support

[PATCH 1/1] crypto: If two strings are exact match, they must have same length
 2017-03-22  3:00 UTC  (2+ messages)

staging: iio: Replace a bit shift by a use of BIT
 2017-03-22  2:49 UTC 

[PATCH v2] sched/deadline: Make find_later_rq() choose a closer cpu in topology
 2017-03-22  2:46 UTC  (3+ messages)

[PATCH V11 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-22  2:46 UTC  (5+ messages)
` [PATCH V11 10/10] arm/arm64: KVM: add guest SEA support

[PATCH] staging: rtl8712: Replace a bit shift by a use of BIT
 2017-03-22  2:44 UTC 

linux-next: manual merge of the char-misc tree with the tpmdd tree
 2017-03-22  2:43 UTC  (2+ messages)

[PATCH 1/2] f2fs: introduce __drop_inmem_page
 2017-03-22  2:41 UTC  (2+ messages)

[PATCH v2] staging: radio-bcm2048: fixed bare use of unsigned int
 2017-03-22  2:33 UTC 

linux-next: manual merge of the livepatching tree with the tip tree
 2017-03-22  2:41 UTC 

[PATCH] staging: sm750fb: Replace a bit shift by a use of BIT
 2017-03-22  2:41 UTC 

[PATCH] block: trace completion of all bios
 2017-03-22  2:38 UTC 

[PATCH] staging: fbtft: Replace a bit shift by a use of BIT
 2017-03-22  2:37 UTC 

[PATCH] staging: rts5208: Replace a bit shift by a use of BIT
 2017-03-22  2:34 UTC 

[PATCH v1] mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
 2017-03-22  2:31 UTC 

[PATCH 0/4] Regmap IRQ fix and related changes CPCAP
 2017-03-22  2:22 UTC  (2+ messages)

[PATCH v8 0/5] usb: early: add support for early printk through USB3 debug port
 2017-03-22  2:23 UTC  (3+ messages)

[PATCH 1/2] resource: Copy the whole res in resource_list_create_entry
 2017-03-22  2:25 UTC  (2+ messages)
` [PATCH 2/2] of/pci: Fix memory leak in of_pci_get_host_bridge_resources

[PATCH] scsi: lpfc: fix linking against modular NVMe support
 2017-03-22  2:25 UTC  (3+ messages)

[PATCH] phy: cpcap-usb: Add CPCAP PMIC USB support
 2017-03-22  2:18 UTC  (2+ messages)

[PATCH] blk-mq: don't complete un-started request in timeout handler
 2017-03-22  2:14 UTC 

[BUG] 4.11.0-rc1 panic on shutdown X61s
 2017-03-22  2:13 UTC  (11+ messages)
              ` [Intel-wired-lan] "

[PATCH] percpu-refcount: support synchronous switch to atomic mode
 2017-03-22  1:50 UTC 

[PATCH 07/17] net: convert sock.sk_refcnt from atomic_t to refcount_t
 2017-03-22  2:03 UTC  (13+ messages)

Linux 3.2: FPU Issue in execve with Intel E5-2620v3 and E7-4880v2
 2017-03-22  1:58 UTC 

[PATCH v4 0/4] RK3399 dw-mipi-dsi patches
 2017-03-22  1:54 UTC  (5+ messages)
` [PATCH v4 1/4] drm/rockchip/dsi: check phy_cfg_clk only for RK3399
` [PATCH v4 2/4] dt-bindings: add the grf clock for dw-mipi-dsi
` [PATCH v4 3/4] drm/rockchip/dsi: enable the grf clk before writing grf registers
` [PATCH v4 4/4] drm/rockchip/dsi: correct the grf_switch_reg name

[PATCH v3 1/2] dt-bindings: Add INNOLUX P079ZCA panel bindings
 2017-03-22  1:53 UTC  (2+ messages)
` [PATCH v3 2/2] drm/panel: add innolux,p079zca panel driver

[PATCH 0/6] [GIT PULL] ftrace/x86: Ftrace cleanup and add support for -mfentry on x86_32
 2017-03-22  1:51 UTC  (8+ messages)
` [PATCH 1/6] ftrace/x86_64: Rename mcount_64.S to ftrace_64.S
` [PATCH 2/6] ftrace/x86_32: Move the ftrace specific code out of entry_32.S
` [PATCH 3/6] ftrace/x86_32: Add stack frame pointer to ftrace_caller
` [PATCH 4/6] ftrace/x86_32: Clean up ftrace_regs_caller
` [PATCH 5/6] ftrace/x86_32: Add -mfentry support to x86_32 with DYNAMIC_FTRACE set
` [PATCH 6/6] ftrace/x86: Use Makefile logic instead of #ifdef for compiling ftrace_*.o
` [PATCH 0/6 v4] [GIT PULL] ftrace/x86: Ftrace cleanup and add support for -mfentry on x86_32

[PATCH v5 0/5] Fix the parse_dt of exynos dsi and remove the OF graph
 2017-03-22  1:36 UTC  (3+ messages)
  ` [PATCH v5 3/5] drm/exynos: dsi: Fix the parse_dt function

[PATCH v3] KVM: VMX: Fix enable VPID even if INVVPID is not exposed in vmx capability
 2017-03-22  1:19 UTC 

[PATCH v1] Revert "extcon: usb-gpio: add support for ACPI gpio interface"
 2017-03-22  1:14 UTC  (2+ messages)

[PATCHv2 00/11] Nokia H4+ support
 2017-03-22  0:58 UTC  (13+ messages)
` [PATCHv2 01/11] Bluetooth: hci_uart: add support for word alignment
` [PATCHv2 02/11] Bluetooth: hci_uart: add serdev driver support library
` [PATCHv2 03/11] Bluetooth: hci_serdev: do not open device in hci open
` [PATCHv2 04/11] tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init
` [PATCHv2 05/11] serdev: add serdev_device_wait_until_sent
` [PATCHv2 06/11] serdev: implement get/set tiocm
  ` [PATCHv2.1] "
` [PATCHv2 07/11] serdev: add helpers for cts and rts handling
` [PATCHv2 08/11] dt-bindings: net: bluetooth: Add nokia-bluetooth
` [PATCHv2 09/11] Bluetooth: add nokia driver
` [PATCHv2 10/11] ARM: dts: N900: Add bluetooth
` [PATCHv2 11/11] ARM: dts: N9/N950: add bluetooth

[PATCH] acpi: check the online state of all children in container
 2017-03-22  1:01 UTC  (2+ messages)

[PATCH] cpufreq: schedutil: Always trace frequency if it does not change
 2017-03-22  0:56 UTC 

[PATCH 0/6 v3] [GIT PULL] ftrace/x86: Ftrace cleanup and add support for -mfentry on x86_32
 2017-03-22  0:56 UTC  (4+ messages)
` [PATCH 6/6 v3] ftrace/x86: Use Makefile logic instead of #ifdef of compling ftrace_*.o

[PATCH v2 0/3] Add Intel Cherry Trail Whiskey Cove PMIC support
 2017-03-22  0:45 UTC  (3+ messages)
  ` [PATCH v2 3/3] extcon: cht-wc: Add Intel Cherry Trail Whiskey Cove PMIC extcon driver

[PATCH] mm: workingset: fix premature shadow node shrinking with cgroups
 2017-03-22  0:53 UTC 

[PATCH] rhashtable: Add rhashtable_lookup_get_insert_fast
 2017-03-22  0:52 UTC  (2+ messages)

[PATCH] mm: rmap: fix huge file mmap accounting in the memcg stats
 2017-03-22  0:51 UTC 

[lkp-robot] [x86] 69218e4799: BUG:kernel_hang_in_boot_stage
 2017-03-22  0:41 UTC  (9+ messages)

[GIT PULL] ARM: at91: fixes for 4.11
 2017-03-22  0:33 UTC  (2+ messages)

[PATCH 0/2 v2] xen/acpi: upload PM state from init-domain to Xen
 2017-03-21 22:43 UTC  (3+ messages)
` [PATCH 1/2 v2] xen/acpi: Replace hard coded "ACPI0007"
` [PATCH 2/2 v2] xen/acpi: upload PM state from init-domain to Xen

[PATCHv2 1/2] mfd: cpcap: Add missing include dependencies
 2017-03-22  0:09 UTC  (2+ messages)
` [PATCHv2 2/2] leds: cpcap: new driver

[PATCH net-next] r8152: check hw version first
 2017-03-22  0:13 UTC  (2+ messages)

[patch 0/7] staging: speakup: introduce tty-based comms
 2017-03-22  0:05 UTC  (7+ messages)

[PATCH] acpi: fix incompatibility with mcount-based function graph tracing
 2017-03-22  0:04 UTC  (3+ messages)

linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2017-03-22  0:00 UTC 

[PATCH v5 untested] kvm: better MWAIT emulation for guests
 2017-03-22  0:02 UTC  (3+ messages)

[PATCH 0/4] zram: implement deduplication in zram
 2017-03-22  0:00 UTC  (5+ messages)
` [PATCH 3/4] "
` [PATCH 4/4] zram: make deduplication feature optional

[GIT PULL] (REPOST) arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.12
 2017-03-21 23:59 UTC 

[PATCH v2 0/9] fixup usage of non-raw spinlocks in irqchips
 2017-03-21 22:43 UTC  (10+ messages)
` [PATCH v2 1/9] Coccinelle: locks: identify callers of spin_lock{,_irq,_irqsave}() in irqchip implementations
` [PATCH v2 2/9] alpha: marvel: make use of raw_spinlock variants
` [PATCH v2 3/9] powerpc: mpc52xx_gpt: "
` [PATCH v2 4/9] mfd: asic3: "
` [PATCH v2 5/9] mfd: t7l66xb: "
` [PATCH v2 6/9] mfd: tc6393xb: "
` [PATCH v2 7/9] gpio: 104-idi-48: "
` [PATCH v2 8/9] gpio: 104-idio-16: "
` [PATCH v2 9/9] gpio: pci-idio-16: "

linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2017-03-21 23:57 UTC 

[PATCH v5 00/39] i.MX Media Driver
 2017-03-21 23:56 UTC  (12+ messages)
` [PATCH v5 38/39] media: imx: csi: fix crop rectangle reset in sink set_fmt

arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.12
 2017-03-21 23:56 UTC 

[PATCHv2] x86/mm: set x32 syscall bit in SET_PERSONALITY()
 2017-03-21 23:54 UTC  (10+ messages)
    ` [Q] Figuring out task mode

[V1,1/1] pci/sriov: Add an option to probe VFs or not before enabling SR-IOV
 2017-03-21 23:54 UTC  (2+ messages)

[PATCH] ASoC: jack - check status of GPIO-based pins on resume
 2017-03-21 23:50 UTC 

[PATCH 0/5] clk: meson: Fix GXBB and GXL/GXM GP0 PLL
 2017-03-21 23:49 UTC  (5+ messages)
` [PATCH 1/5] clk: meson: Add support for parameters for specific PLLs
` [PATCH 3/5] clk: meson-gxbb: Add GXL/GXM GP0 Variant

[PATCH] pci/sriov: Add an option to probe VFs or not before enabling SR-IOV
 2017-03-21 23:48 UTC  (11+ messages)

[GIT PULL] ARM: dts: uniphier: UniPhier DT updates for v4.12
 2017-03-21 23:46 UTC 

[PATCH v5 00/39] i.MX Media Driver
 2017-03-21 23:46 UTC  (3+ messages)
` [PATCH 3/4] media: imx-csi: add frame size/interval enumeration

[PATCH] arm64: dts: uniphier: add pinctrl property to eMMC node for LD11/LD20
 2017-03-21 23:42 UTC  (2+ messages)

[PATCH] ARM: dts: uniphier: fix pin groups of eMMC pin-mux node
 2017-03-21 23:42 UTC  (2+ messages)

[PATCH] Staging: ks7010 - fixed style block comments
 2017-03-21 23:34 UTC  (4+ messages)

[PATCH v3 0/3] meson-gx: Add mali-450 support
 2017-03-21 23:31 UTC  (5+ messages)
` [PATCH v3 1/3] clk: meson-gxbb: Add MALI clock IDS
` [PATCH v3 2/3] clk: meson-gxbb: Add MALI clocks

[PATCH v2 0/9] clk: meson: update clock controller for audio support
 2017-03-21 23:21 UTC  (11+ messages)
` [PATCH v2 3/9] clk: meson8b: put dividers and muxes in tables
` [PATCH v2 4/9] clk: gxbb: "
` [PATCH v2 5/9] clk: meson: mpll: add rw operation
` [PATCH v2 6/9] clk: meson: gxbb: mpll: use "
` [PATCH v2 7/9] clk: meson8b: add the mplls clocks 0, 1 and 2

[PATCH v2] bridge: ebtables: fix reception of frames DNAT-ed to bridge device
 2017-03-21 23:32 UTC  (2+ messages)

[PATCH 1/1] x86/platform/uv: Fix calculation of Global Physical Address
 2017-03-21 23:16 UTC 

[PATCH 0/2] cpufreq: schedutil: Fix and optimization
 2017-03-21 23:08 UTC  (4+ messages)
` [RFC][PATCH 2/2] cpufreq: schedutil: Force max frequency on busy CPUs
  ` [RFC][PATCH v2 2/2] cpufreq: schedutil: Avoid decreasing frequency of "
    ` [RFC][PATCH v3 2/2] cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely

[PATCH 00/11] net: usbnet: move to new api ethtool_{get|set}_link_ksettings
 2017-03-21 23:04 UTC  (5+ messages)
` [PATCH 01/11] net: usb: usbnet: add "

[PATCH v5 0/2] perf probe: add sdt probes arguments into the uprobe cmd string
 2017-03-21 23:00 UTC  (7+ messages)
` [PATCH 0/5] perf/sdt: Argument support for x86 and powepc
  ` [PATCH 3/5] perf/sdt/x86: Move OP parser to tools/perf/arch/x86/

Dell Inspiron 5558/0VNM2T hangs at resume from suspend when USB 3 is enabled
 2017-03-21 22:52 UTC  (13+ messages)

[PATCHv3 1/2] mfd: cpcap: implement irq sense helper
 2017-03-21 22:50 UTC  (2+ messages)
` [PATCHv3 2/2] input: cpcap-pwrbutton: new driver

[blk-stat] 34dbad5d26: BUG: KASAN: null-ptr-deref on address 0000000000000030
 2017-03-21 22:41 UTC 

[PATCH net] net: bcmgenet: remove bcmgenet_internal_phy_setup()
 2017-03-21 22:40 UTC  (2+ messages)

[PATCH] net: unix: properly re-increment inflight counter of GC discarded candidates
 2017-03-21 22:27 UTC  (2+ messages)

[PATCHv3] x86/mm: set x32 syscall bit in SET_PERSONALITY()
 2017-03-21 22:34 UTC  (7+ messages)

[PATCH 2] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
 2017-03-21 22:24 UTC 

[PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-03-21 22:10 UTC  (10+ messages)

[PATCH 1/1] mmc: core: export emmc revision via sysfs
 2017-03-21 22:17 UTC  (2+ messages)

perf: Improve support for uncore JSON event lists
 2017-03-21 22:08 UTC  (5+ messages)
` [PATCH 07/13] perf, tools: Add a simple expression parser for JSON
      ` Build errors, was "

[PATCH] tpm/tpm_crb: fix unused warnings on suspend/resume functions
 2017-03-21 22:05 UTC  (2+ messages)
  ` [tpmdd-devel] "

linux-next: something wrong with 5-level paging
 2017-03-21 22:03 UTC  (2+ messages)

[PATCH] net: virtio_net: use new api ethtool_{get|set}_link_ksettings
 2017-03-21 22:02 UTC 

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-03-21 21:54 UTC  (12+ messages)

[PATCH v2 0/4] Call memory_failure() on Deferred errors
 2017-03-21 21:47 UTC  (3+ messages)
` [PATCH v2 4/4] x86/mce: Add AMD SMCA support to SRAO notifier

[PATCH net] r8152: fix the list rx_done may be used without initialization
 2017-03-21 21:37 UTC  (2+ messages)

run_timer_softirq gpf. tracing?
 2017-03-21 21:45 UTC  (4+ messages)
  ` run_timer_softirq gpf. [smc]

[PATCH] staging: wilc1000: use kernel define byte order macros
 2017-03-21 21:40 UTC  (3+ messages)

[PATCH v2 1/2] Documentation: dt-bindings: Document bindings for Aspeed AST2400/AST2500 ADC
 2017-03-21 21:14 UTC  (3+ messages)
` [PATCH v2 2/2] iio: "

[PATCH 0/3] x86, kasan: add KASAN checks to atomic operations
 2017-03-21 21:20 UTC  (7+ messages)
` [PATCH 2/3] asm-generic, x86: wrap "

[PATCH v5 0/4] Altera Partial Reconfiguration IP
 2017-03-21 21:04 UTC  (3+ messages)
` [PATCH v5 2/4] fpga pr ip: Core driver support for "

Eric Anholt offically announces support of VC4 without access to expander on the RPI 3
 2017-03-21 21:12 UTC  (4+ messages)

[PATCH v2 1/2] dt-bindings: Add INNOLUX P079ZCA panel bindings
 2017-03-21 21:12 UTC  (5+ messages)
` [PATCH v2 2/2] drm/panel: add innolux,p079zca panel driver

[PATCH v6 0/4] Altera Partial Reconfiguration IP
 2017-03-21 21:02 UTC  (5+ messages)
` [PATCH v6 1/4] fpga: add config complete timeout
` [PATCH v6 2/4] fpga pr ip: Core driver support for Altera Partial Reconfiguration IP
` [PATCH v6 3/4] fpga dt: bindings "
` [PATCH v6 4/4] fpga pr ip: Platform driver "

iov_iter_pipe warning
 2017-03-21 20:59 UTC 

[PATCH] ARM: gemini: don't select SERIAL_OF_PLATFORM
 2017-03-21 20:52 UTC 

[PATCH] arm64: dts: NS2: Add dma-coherent to relevant DT entries
 2017-03-21 20:51 UTC 

[PATCH v2 0/7] Hi,
 2017-03-21 20:50 UTC  (2+ messages)
` [PATCH v2 0/7] Add support for pinctrl/gpio on Armada 37xx Was "

[PATCHv2 0/2] mdadm: setting device role of raid1 disk with failfast
 2017-03-21 19:55 UTC  (3+ messages)
` [PATCHv2 2/2] super1: check and output faulty dev role

[PATCH] mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()
 2017-03-21 20:42 UTC  (2+ messages)

Hello
 2017-03-21 15:24 UTC 

32-bit x86 system reboots automatically on resume from hibernate (ASLR issue?)
 2017-03-21 20:40 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).