linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-03 14:50:33 to 2017-02-03 18:04:34 UTC [more...]

[PATCH-tip v5 00/21] futex: Introducing throughput-optimized (TP) futexes
 2017-02-03 18:03 UTC  (8+ messages)
` [PATCH-tip v5 02/21] perf bench: New microbenchmark for userspace rwlock performance
` [PATCH-tip v5 03/21] futex: Consolidate duplicated timer setup code
` [PATCH-tip v5 07/21] futex: Add a new futex type field into futex_state
` [PATCH-tip v5 08/21] futex: Allow direct attachment of futex_state objects to hash bucket
` [PATCH-tip v5 09/21] futex: Introduce throughput-optimized (TP) futexes
` [PATCH-tip v5 16/21] TP-futex: Enable kernel reader lock stealing
` [PATCH-tip v5 17/21] TP-futex: Group readers together in wait queue

[PATCH net-next 0/9] sunvnet driver updates
 2017-02-03 17:59 UTC  (12+ messages)
` [PATCH net-next 1/9] sunvnet: make sunvnet common code dynamically loadable
` [PATCH net-next 2/9] sunvnet: remove unused variable in maybe_tx_wakeup
` [PATCH net-next 3/9] sunvnet: update version and version printing
` [PATCH net-next 4/9] sunvnet: add driver stats for ethtool support
` [PATCH net-next 5/9] sunvnet: add memory barrier before check for tx enable
` [PATCH net-next 6/9] sunvnet: straighten up message event handling logic
` [PATCH net-next 7/9] sunvnet: remove extra rcu_read_unlocks
` [PATCH net-next 8/9] ldmvsw: update and simplify version string
` [PATCH net-next 9/9] ldmvsw: disable tso and gso for bridge operations

[PATCH v4 0/3] Add Broadcom SPU Crypto Driver
 2017-02-03 17:55 UTC  (4+ messages)
` [PATCH v4 1/3] crypto: brcm: DT documentation for Broadcom SPU hardware
` [PATCH v4 2/3] crypto: brcm: Add Broadcom SPU driver
` [PATCH v4 3/3] arm64: dts: ns2: Add Broadcom SPU driver DT entry

[PATCH v3 00/24] i.MX Media Driver
 2017-02-03 17:56 UTC  (5+ messages)

[PATCH] net: phy: dp83867: Fix for automatically detected PHYs
 2017-02-03 17:54 UTC  (4+ messages)

[PATCH 1/3] fork: dynamically allocate cache array for vmapped stacks using cpuhp
 2017-02-03 17:52 UTC  (6+ messages)

[PATCHv2 0/2] Hardening configs refactor/rename
 2017-02-03 17:52 UTC  (3+ messages)
` [PATCHv2 1/2] arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common
` [PATCHv2 2/2] arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX

[PATCH 00/12] Cqm2: Intel Cache quality monitoring fixes
 2017-02-03 17:52 UTC  (11+ messages)

[PATCHSET v3] slab: make memcg slab destruction scalable
 2017-02-03 17:43 UTC  (2+ messages)

[patch 0/3] KVM CPU frequency change hypercalls
 2017-02-03 17:40 UTC  (6+ messages)
` [patch 2/3] KVM: x86: introduce ioctl to allow frequency hypercalls
` [patch 3/3] KVM: x86: frequency change hypercalls

[PATCH v5 0/3] Add Support for Cavium Cryptographic Acceleration Unit
 2017-02-03 17:32 UTC  (2+ messages)

[PATCH v2 0/8] mmc: bcm2835: Add new driver for the sdhost controller
 2017-02-03 17:31 UTC  (5+ messages)
` [PATCH v2 3/8] mmc: bcm2835: add sdhost controller to devicetree
` [PATCH v2 4/8] arm: set CONFIG_MMC_BCM2835=y in bcm2835_defconfig

[PATCH] staging: bcm2835-audio: fix spacing of macro
 2017-02-03 17:27 UTC  (2+ messages)

linux-next 20170130 - BUG mmc driver 'sleeping function called from invalid context'
 2017-02-03 17:27 UTC 

[PATCH 1/2] ARM: dts: i.MX25: add AIPS control registers
 2017-02-03 17:27 UTC  (3+ messages)
` [PATCH v3] "

[RFC PATCH 1/2] mm, vmscan: account the number of isolated pages per zone
 2017-02-03 17:24 UTC  (9+ messages)

[tip:WIP.sched/core 125/133] arch/s390/appldata/appldata_base.c:572:1: note: in expansion of macro 'EXPORT_SYMBOL_GPL'
 2017-02-03 17:22 UTC 

[PATCH v3] initramfs: finish fput() before accessing any binary from initramfs
 2017-02-03 17:19 UTC  (3+ messages)

[PATCH 0/7] efi: Pass secure boot mode to kernel [ver #7]
 2017-02-03 17:19 UTC  (10+ messages)
` [PATCH 7/7] efi: Print the secure boot status in x86 setup_arch() "

[PATCH v8 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
 2017-02-03 17:07 UTC  (4+ messages)
` [PATCH v8 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family

[PATCH 3/6] genirq/affinity: update CPU affinity for CPU hotplug events
 2017-02-03 17:13 UTC  (3+ messages)

[PATCH v2 RESEND] xen/manage: correct return value check on xenbus_scanf()
 2017-02-03 17:04 UTC  (2+ messages)

[PATCH 1/2] DTS: dra7: Replace obsolete "operating-points" property with "operating-points-v2"
 2017-02-03 16:56 UTC  (5+ messages)
` [PATCH 2/2] DTS: dra7: Add "opp_high" opp node to support 1.5 GHz SoC operation

[RFC v4 00/10] Provide the EL1 physical timer to the VM
 2017-02-03 16:54 UTC  (14+ messages)
` [RFC v4 01/10] KVM: arm/arm64: Abstract virtual timer context into separate structure
` [RFC v4 02/10] KVM: arm/arm64: Move cntvoff to each timer context
` [RFC v4 03/10] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC v4 04/10] KVM: arm/arm64: Add the EL1 physical timer context
` [RFC v4 05/10] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC v4 06/10] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC v4 07/10] KVM: arm/arm64: Set a background timer to the earliest timer expiration
` [RFC v4 08/10] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC v4 09/10] KVM: arm64: Add the EL1 physical timer access handler
` [RFC v4 10/10] KVM: arm/arm64: Emulate the EL1 phys timer registers

[PATCH v2 0/5] userfaultfd: non-cooperative: better tracking for mapping changes
 2017-02-03 16:52 UTC  (4+ messages)
` [PATCH v2 4/5] userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA found

[PATCH v8 00/15] ACPI platform MSI support and its example mbigen
 2017-02-03 16:52 UTC  (8+ messages)

[PATCH] fixup! userfaultfd: non-cooperative: add event for memory unmaps
 2017-02-03 16:50 UTC 

[RFC v2] timers: Don't wake ktimersoftd on every tick
 2017-02-03 16:51 UTC  (2+ messages)

[PATCH] pciehp: Fix race condition handling surprise link-down
 2017-02-03 16:51 UTC  (4+ messages)

[PATCH RT] Align rt_mutex inlining with upstream behavior
 2017-02-03 16:49 UTC  (5+ messages)

[PATCH v4 00/15] livepatch: hybrid consistency model
 2017-02-03 16:48 UTC  (7+ messages)
` [PATCH v4 13/15] livepatch: change to a per-task "
` [PATCH v4 15/15] livepatch: allow removal of a disabled patch

[PATCH] drm/amdgpu: fix warning on older gcc releases
 2017-02-03 16:47 UTC 

[PATCH] ARM: defconfigs: make NF_CT_PROTO_SCTP and NF_CT_PROTO_UDPLITE built-in
 2017-02-03 16:46 UTC 

[PATCH v8 3/3] console: Add persistent scrollback buffers for all VGA consoles
 2017-02-03 16:45 UTC  (6+ messages)
` [PATCH v9 0/4] "
  ` [PATCH v9 4/4] console: Make persistent scrollback a boot parameter

[PATCH] MIPS: ip27: disable qlge driver in defconfig
 2017-02-03 16:43 UTC 

Issues with FW with Intel 720 wifi card
 2017-02-03 16:43 UTC  (2+ messages)

[PATCH] media: uvcvideo: Add support for changing UVC_URBS/UVC_MAX_PACKETS from sysfs
 2017-02-03 16:40 UTC 

[PATCH v2 0/9] PVH v2 support (domU)
 2017-02-03 16:40 UTC  (5+ messages)
` [PATCH v2 4/9] xen/pvh: Bootstrap PVH guest

[PATCH] [net-next] net/mlx5e: fix another maybe-uninitialized false-positive
 2017-02-03 16:37 UTC 

[PATCH] [net-next?] hns: avoid stack overflow with CONFIG_KASAN
 2017-02-03 16:35 UTC 

[PATCH v7 1/3] dt: bindings: add documentation for zx2967 family thermal sensor
 2017-02-03 16:36 UTC  (3+ messages)
` [PATCH v7 3/3] thermal: zx2967: add thermal driver for ZTE's zx2967 family

[REGRESSION][v4.9.y][v4.10.y] x86/efi: Only map RAM into EFI page tables if in mixed-mode
 2017-02-03 16:35 UTC  (4+ messages)

v4.9 to v4.10 regression: oops when USB cable is plugged in
 2017-02-03 16:30 UTC  (9+ messages)

[PATCH v5 0/3] modversions: redefine kcrctab entries as 32-bit values
 2017-02-03 16:30 UTC  (2+ messages)

[PATCH] arm64: kconfig: allow support for memory failure handling
 2017-02-03 16:27 UTC  (2+ messages)

two small PCI MSI cleanups
 2017-02-03 16:27 UTC  (3+ messages)
` [PATCH 1/2] PCI/msi: remove unused function pci_msi_create_default_irq_domain
` [PATCH 2/2] PCI/msi: remove pci_msi_domain_{alloc,free}_irqs

[tip:WIP.sched/core 133/133] include/linux/wait.h:41:2: error: unknown type name 'spinlock_t'
 2017-02-03 16:20 UTC 

[PATCH] arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handling
 2017-02-03 16:17 UTC  (2+ messages)

[PATCH] [net-next] hns_enet: use cpumask_var_t for on-stack mask
 2017-02-03 16:15 UTC  (2+ messages)

[PATCH 00/10] Let IOMMU core know about individual IOMMUs
 2017-02-03 16:08 UTC  (12+ messages)
` [PATCH 01/10] iommu: Rename iommu_get_instance()
` [PATCH 02/10] iommu: Rename struct iommu_device
` [PATCH 03/10] iommu: Introduce new 'struct iommu_device'
` [PATCH 04/10] iommu: Add sysfs bindings for struct iommu_device
` [PATCH 05/10] iommu: Make iommu_device_link/unlink take a "
` [PATCH 06/10] iommu/arm-smmu: Make use of the iommu_register interface
` [PATCH 07/10] iommu/msm: Make use of iommu_device_register interface
` [PATCH 08/10] iommu/mediatek: "
` [PATCH 09/10] iommu/exynos: "
` [PATCH 10/10] iommu: Remove iommu_register_instance interface

[PATCH v2 3/4] phy: Add USB3 PHY support for Broadcom NSP SoC
 2017-02-03 16:05 UTC  (3+ messages)

[PATCH V8 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-03 16:00 UTC  (5+ messages)
` [PATCH V8 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V8 05/10] acpi: apei: handle SEA notification type for ARMv8

Fail git pull --rebase when local merges present? (was: [ANNOUNCE] Git v2.11.1)
 2017-02-03 16:01 UTC 

[PATCH 13/17] net: stmmac: Implement NAPI for TX
 2017-02-03 15:58 UTC  (5+ messages)

[PATCH] shm: Fix unlikely() test of info->seals to test only for WRITE and GROW
 2017-02-03 15:56 UTC 

[PATCH 0/6] Add board support for TS-4600
 2017-02-03 15:56 UTC  (6+ messages)
` [PATCH 4/6] bus: add driver for the Technologic Systems NBUS

[PATCH v2 00/23] OpenRISC patches from backlog for 4.11
 2017-02-03 15:48 UTC  (24+ messages)
` [PATCH v2 01/23] openrisc: use SPARSE_IRQ
` [PATCH v2 02/23] openrisc: add cache way information to cpuinfo
` [PATCH v2 03/23] openrisc: tlb miss handler optimizations
` [PATCH v2 04/23] openrisc: head: use THREAD_SIZE instead of magic constant
` [PATCH v2 05/23] openrisc: head: refactor out tlb flush into it's own function
` [PATCH v2 06/23] openrisc: add l.lwa/l.swa emulation
` [PATCH v2 07/23] openrisc: add atomic bitops
` [PATCH v2 08/23] openrisc: add cmpxchg and xchg implementations
` [PATCH v2 09/23] openrisc: add optimized atomic operations
` [PATCH v2 10/23] openrisc: add spinlock implementation
` [PATCH v2 11/23] openrisc: add futex_atomic_* implementations
` [PATCH v2 12/23] openrisc: remove unnecessary stddef.h include
` [PATCH v2 13/23] openrisc: Fix the bitmask for the unit present register
` [PATCH v2 14/23] openrisc: Initial support for the idle state
` [PATCH v2 15/23] openrisc: Add optimized memset
` [PATCH v2 16/23] openrisc: Add optimized memcpy routine
` [PATCH v2 17/23] openrisc: Add .gitignore
` [PATCH v2 18/23] MAINTAINERS: Add the openrisc official repository
` [PATCH v2 19/23] scripts/checkstack.pl: Add openrisc support
` [PATCH v2 20/23] openrisc: entry: Whitespace and comment cleanups
` [PATCH v2 21/23] openrisc: entry: Fix delay slot detection
` [PATCH v2 22/23] openrisc: head: Move init strings to rodata section
` [PATCH v2 23/23] arch/openrisc/lib/memcpy.c: use correct OR1200 option

[tip:sched/core] sched/core: Add debugging code to catch missing update_rq_clock() calls
 2017-02-03 15:54 UTC  (11+ messages)

[GIT PULL 0/3] perf/urgent fixes
 2017-02-03 15:49 UTC  (4+ messages)
` [PATCH 1/3] perf diff: Fix segfault on 'perf diff -o N' option
` [PATCH 2/3] perf diff: Fix -o/--order option behavior (again)
` [PATCH 3/3] perf callchain: Reference count maps

[GIT PULL] VFIO fixes for v4.10-rc7
 2017-02-03 15:54 UTC 

[PATCH 3/9] staging: fsl-mc: add device release callback
 2017-02-03 15:53 UTC  (2+ messages)

[PATCH] mm: extend zero pages to same element pages for zram
 2017-02-03 15:33 UTC  (3+ messages)

[PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
 2017-02-03 15:32 UTC  (11+ messages)

[PATCH] MAINTAINERS: update my email address
 2017-02-03 15:34 UTC  (3+ messages)

[PATCH 2/3] fork: make number of cached stacks (vmapped) configurable using Kbuild
 2017-02-03 15:32 UTC 

[PATCH 3/3] fork: allocate vmapped kernel stacks for cache when a cpu is up
 2017-02-03 15:33 UTC 

[tip:WIP.sched/core 133/133] arch/sh/kernel/cpu/fpu.c:70:4: error: implicit declaration of function 'do_group_exit'
 2017-02-03 15:30 UTC 

[PATCH 1/3 linux-next] udf: fix ioctl errors
 2017-02-03 15:25 UTC  (4+ messages)
` [PATCH 2/3 linux-next] udf: simplify udf_ioctl()

regression for m68k/coldfire
 2017-02-03 15:22 UTC  (6+ messages)

[PATCH 1/5] perf/sdt: Show proper hint
 2017-02-03 15:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5 0/4] Export APIs to copy device properties & more
 2017-02-03 15:15 UTC  (10+ messages)
` [PATCH v5 1/4] device property: allow to constify properties
` [PATCH v5 2/4] device property: constify property arrays values
` [PATCH v5 3/4] device property: export code duplicating array of property entries

[PATCH 0/7] mm: vmscan: fix kswapd writeback regression v2
 2017-02-03 15:15 UTC  (4+ messages)
` [PATCH 6/7] mm: vmscan: move dirty pages out of the way until they're flushed

[for-next][PATCH 0/8] tracing: Clean up hash logic for set_graph_function
 2017-02-03 15:14 UTC  (8+ messages)
` [for-next][PATCH 2/8] ftrace: Create a slight optimization on searching the ftrace_hash
` [for-next][PATCH 4/8] ftrace: Reset fgd->hash in ftrace_graph_write()

[PATCH v3] arm64: mm: Fix NOMAP page initialization
 2017-02-03 15:14 UTC  (11+ messages)

pciehp is broken from 4.10-rc1
 2017-02-03 15:09 UTC 

[PATCH v2 00/15] Report power supply from hid-logitech-hidpp
 2017-02-03 15:08 UTC  (3+ messages)
` [PATCH v2 05/15] HID: logitech-hidpp: forward device info in power_supply

[PATCH 1/2 v2] mm: vmscan: do not pass reclaimed slab to vmpressure
 2017-02-03 14:59 UTC  (10+ messages)
` [PATCH 1/2 v3] "

[PATCH] staging:most/hdm-i2c: Replace symbolic permissions with octal permissions
 2017-02-03 14:54 UTC 


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).