linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-31 04:30:29 to 2015-12-31 19:23:28 UTC [more...]

[RFD] CAT user space interface revisited
 2015-12-31 19:22 UTC  (5+ messages)

[PATCH v2 00/34] arch: barrier cleanup + barriers for virt
 2015-12-31 19:10 UTC  (34+ messages)
` [PATCH v2 01/32] lcoking/barriers, arch: Use smp barriers in smp_store_release()
` [PATCH v2 02/32] asm-generic: guard smp_store_release/load_acquire
` [PATCH v2 03/32] ia64: rename nop->iosapic_nop
` [PATCH v2 04/32] ia64: reuse asm-generic/barrier.h
` [PATCH v2 05/32] powerpc: "
` [PATCH v2 06/32] s390: "
` [PATCH v2 07/32] sparc: "
` [PATCH v2 08/32] arm: "
` [PATCH v2 09/32] arm64: "
` [PATCH v2 10/32] metag: "
` [PATCH v2 11/32] mips: "
` [PATCH v2 12/32] x86/um: "
` [PATCH v2 13/32] x86: "
` [PATCH v2 14/32] asm-generic: add __smp_xxx wrappers
` [PATCH v2 15/32] powerpc: define __smp_xxx
` [PATCH v2 16/32] arm64: "
` [PATCH v2 17/32] arm: "
` [PATCH v2 18/32] blackfin: "
` [PATCH v2 19/32] ia64: "
` [PATCH v2 20/32] metag: "
` [PATCH v2 21/32] mips: "
` [PATCH v2 22/32] s390: "
` [PATCH v2 23/32] sh: define __smp_xxx, fix smp_store_mb for !SMP
` [PATCH v2 24/32] sparc: define __smp_xxx
` [PATCH v2 25/32] tile: "
` [PATCH v2 26/32] xtensa: "
` [PATCH v2 27/32] x86: "
` [PATCH v2 28/32] asm-generic: implement virt_xxx memory barriers
` [PATCH v2 29/32] Revert "virtio_ring: Update weak barriers to use dma_wmb/rmb"
` [PATCH v2 31/32] sh: support a 2-byte smp_store_mb
` [PATCH v2 32/32] virtio_ring: use virt_store_mb
` [PATCH v2 33/34] xenbus: use virt_xxx barriers
` [PATCH v2 34/34] xen/io: "

linux-next: Tree for Dec 31
 2015-12-31 19:05 UTC  (2+ messages)
` linux-next: Tree for Dec 31 (net/xfrm/xfrm_input.c)

[PATCH 0/3][v3] Fix thermal problems during suspend/bootup
 2015-12-31 19:03 UTC  (7+ messages)
` [PATCH 1/3][v3] Thermal: initialize thermal zone device correctly
` [PATCH 2/3][v3] Thermal: handle thermal zone device properly during system sleep
` [PATCH 3/3][v3] Thermal: do thermal zone update after a cooling device registered

[PATCH] MAINTAINERS: Add myself as a reviewer for the bq27xxx driver
 2015-12-31 18:40 UTC  (2+ messages)

[PATCH v2 RESEND] dts: vt8500: Add SDHC node to DTS file for WM8650
 2015-12-31 18:19 UTC  (6+ messages)
` [PATCH v3 0/2] WM8505/WM8650 DT fixes for SD card controller

[GIT] Networking
 2015-12-31 18:19 UTC 

[PATCH v2 RESEND 0/3] clocksource/vt8500: Fix hangs in small delays
 2015-12-31 18:02 UTC  (4+ messages)
` [PATCH v2 RESEND 1/3] clocksource/vt8500: Use MIN_OSCR_DELTA from PXA
` [PATCH v2 RESEND 2/3] clocksource/vt8500: Remove the 'loops' variable
` [PATCH v2 RESEND 3/3] clocksource/vt8500: Add register R/W functions

[GIT PULL] Thermal-SoC management updates for v4.4-rc8
 2015-12-31 18:07 UTC 

linux-next: manual merge of the akpm-current tree with the jc_docs tree
 2015-12-31 17:47 UTC  (2+ messages)

[PATCH v3 RESEND 0/2] WM8505/WM8650 DT fixes for SD card controller
 2015-12-31 17:41 UTC  (3+ messages)
` [PATCH v3 RESEND 1/2] dts: vt8500: Add SDHC node to DTS file for WM8650
` [PATCH v3 RESEND 2/2] dts: vt8500: Fix errors in SDHC node for WM8505

[PATCH] ARM: dts: omap3: Include missing bandgap data for ti-soc-thermal driver
 2015-12-31 17:38 UTC  (2+ messages)

[PATCH v2] thermal: re-calculate k_po/k_pu when update sustainable power
 2015-12-31 17:21 UTC  (2+ messages)

use-after-free in __perf_install_in_context
 2015-12-31 17:15 UTC  (12+ messages)

[Question about DMA] Consistent memory?
 2015-12-31 17:12 UTC  (5+ messages)

linux-next: build failure after merge of the thermal-soc tree
 2015-12-31 17:01 UTC  (2+ messages)

[PATCH] um: link with -lpthread
 2015-12-31 16:41 UTC  (3+ messages)
` [uml-devel] "

[patch 00/14] x86/irq: Plug various vector cleanup races
 2015-12-31 16:30 UTC  (15+ messages)
` [patch 01/14] x86/irq: Fix a race in x86_vector_free_irqs()
` [patch 02/14] x86/irq: Validate that irq descriptor is still active
` [patch 04/14] x86/irq: Reorganize the return path in assign_irq_vector
` [patch 03/14] x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
` [patch 05/14] x86/irq: Reorganize the search in assign_irq_vector
` [patch 06/14] x86/irq: Check vector allocation early
` [patch 08/14] x86/irq: Get rid of code duplication
` [patch 07/14] x86/irq: Copy vectormask instead of an AND operation
` [patch 09/14] x86/irq: Remove offline cpus from vector cleanup
` [patch 10/14] x86/irq: Clear move_in_progress before sending cleanup IPI
` [patch 12/14] x86/irq: Remove outgoing CPU from vector cleanup mask
` [patch 11/14] x86/irq: Remove the cpumask allocation from send_cleanup_vector()
` [patch 13/14] x86/irq: Call irq_force_move_complete with irq descriptor
` [patch 14/14] x86/irq: Plug vector cleanup race

[GIT PULL 7/9] ARM: EXYNOS: dts: DeviceTree for v4.5
 2015-12-31 16:33 UTC  (3+ messages)
` [GIT PULL] ARM: EXYNOS: dts: DeviceTree for v4.5, 2nd try

[PATCH] ARM: dts: uniphier: fix a typo in comment block
 2015-12-31 16:28 UTC  (2+ messages)

[ANNOUNCE] 4.4-rc6-rt1
 2015-12-31 16:24 UTC  (2+ messages)

[GIT PULL] BCM2835/6 changes for 4.5 (I hope)
 2015-12-31 16:21 UTC  (3+ messages)

[PATCH 0/1 for 4.4-rc8] ARM: Fix broken USB support in sunxi_defconfig
 2015-12-31 16:15 UTC  (5+ messages)

[PATCH] drivers/char/mem.c: Add /dev/ioports, supporting 16-bit and 32-bit ports
 2015-12-31 15:41 UTC  (8+ messages)

[PATCH] mtd: tests: consolidate kmalloc/memset 0 call to kzalloc
 2015-12-31 15:21 UTC 

[PATCH] ubsan-run-time-undefined-behavior-sanity-checker-fix-5
 2015-12-31 15:20 UTC 

[RFC PATCH] ARM: pxa: add defconfig covering all the boards
 2015-12-31 15:06 UTC  (2+ messages)

[PATCH 0/4] Mediatek MT2701 SCPSYS power domain support
 2015-12-31 14:45 UTC  (7+ messages)
` [PATCH 2/4] soc: mediatek: Init MT8173 scpsys driver earlier

[PATCH v1 0/3] ARM64 LPC: legacy ISA I/O support
 2015-12-31 14:40 UTC  (5+ messages)
` [PATCH v1 3/3] ARM64 LPC: update binding doc

[PATCH] soc: mediatek: PMIC wrap: Enable STAUPD_PRD before WDT_SRC_EN enabled
 2015-12-31 14:19 UTC  (2+ messages)

[PATCH v2 0/2] Convert ppdev to y2038 safe
 2015-12-31 14:12 UTC  (7+ messages)
` [PATCH v2 2/2] ppdev: add support for compat ioctl
    ` [Y2038] "

[PATCH v3 0/2] Convert ppdev to y2038 safe
 2015-12-31 14:06 UTC  (3+ messages)
` [PATCH v3 1/2] ppdev: convert "
` [PATCH v3 2/2] ppdev: add support for compat ioctl

[PATCH] pinctrl: mediatek: convert to arch_initcall
 2015-12-31 13:45 UTC  (4+ messages)

CGroup Namespaces (v8)
 2015-12-31 13:38 UTC  (3+ messages)
` [PATCH 6/8] cgroup: mount cgroupns-root when inside non-init cgroupns

net/netlink: memory leak in netlink_sendmsg
 2015-12-31 13:26 UTC  (2+ messages)
` [PATCH] connector: bump skb->users before callback invocation

[PATCH] net/mlx4_core: fix handling return value of mlx4_slave_convert_port
 2015-12-31 13:12 UTC  (3+ messages)
` [PATCH] ath9k_htc: fix handling return value of ath9k_hw_calibrate

[PATCH] staging: rtl8723au: use %pM and %ph formatting
 2015-12-31 12:36 UTC 

linux-next: build failure after merge of the akpm tree
 2015-12-31 12:22 UTC 

[RFC 00/31] Current state of MARS
 2015-12-31 11:36 UTC  (32+ messages)
` [RFC 01/31] mars: add new module lamport
` [RFC 02/31] mars: add new module brick_say
` [RFC 03/31] mars: add new module brick_mem
` [RFC 04/31] mars: add new module brick_checking
` [RFC 05/31] mars: add new module meta
` [RFC 06/31] mars: add new module brick
` [RFC 07/31] mars: add new module lib_pairing_heap
` [RFC 08/31] mars: add new module lib_queue
` [RFC 09/31] mars: add new module lib_rank
` [RFC 10/31] mars: add new module lib_limiter
` [RFC 11/31] mars: add new module lib_timing
` [RFC 12/31] mars: add new module vfs_compat
` [RFC 13/31] mars: add new module xio
` [RFC 14/31] mars: add new module xio_net
` [RFC 15/31] mars: add new module lib_mapfree
` [RFC 16/31] mars: add new module lib_log
` [RFC 17/31] mars: add new module xio_bio
` [RFC 18/31] mars: add new module xio_sio
` [RFC 19/31] mars: add new module xio_client
` [RFC 20/31] mars: add new module xio_if
` [RFC 21/31] mars: add new module xio_copy
` [RFC 22/31] mars: add new module xio_trans_logger
` [RFC 23/31] mars: add new module xio_server
` [RFC 24/31] mars: add new module light_strategy
` [RFC 25/31] mars: add new module light_net
` [RFC 26/31] mars: add new module light_server_strategy
` [RFC 27/31] mars: add new module mars_proc
` [RFC 28/31] mars: add new module mars_light
` [RFC 29/31] mars: add new module Makefile
` [RFC 30/31] mars: add new module Kconfig
` [RFC 31/31] mars: activate build

[PATCH] staging: lusture: obdclass: Remove return statement in void function
 2015-12-31 11:44 UTC 

[PATCH v3 0/5] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt2701
 2015-12-31 11:23 UTC  (5+ messages)
` [PATCH v3 2/5] dt-bindings: mediatek: Modify pinctrl bindings "
` [PATCH v3 5/5] arm: dts: Add pinctrl/GPIO/EINT node "

[PATCH RFC] vhost: basic device IOTLB support
 2015-12-31 11:17 UTC  (2+ messages)

linux-next: build failure after merge of the akpm-current tree
 2015-12-31 11:15 UTC 

linux-next: manual merge of the akpm-current tree with the jc_docs tree
 2015-12-31 10:58 UTC 

[PATCH] net, socket, socket_wq: fix missing initialization of flags
 2015-12-31 10:53 UTC  (5+ messages)
  ` [PATCH v2] "

linux-next: manual merge of the akpm-current tree with the nvdimm tree
 2015-12-31 10:51 UTC 

linux-next: manual merge of the security tree with the vfs tree
 2015-12-31 10:45 UTC  (3+ messages)

net/tipc: memory leak in tipc_release
 2015-12-31 10:35 UTC 

[PATCH] unix: properly account for FDs passed over unix sockets
 2015-12-31 10:27 UTC  (8+ messages)

linux-next: build failure after merge of the drm tree
 2015-12-31 10:31 UTC 

linux-next: manual merge of the vhost tree with the tip tree
 2015-12-31 10:25 UTC  (2+ messages)

[PATCH] f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink
 2015-12-31 10:20 UTC 

[lkp] [f2fs] 75cd4e098d: xfstests.generic.042.fail
 2015-12-31 10:16 UTC  (2+ messages)

[PATCH] arm64: fix add kasan bug
 2015-12-31 10:09 UTC 

use-after-free in tty_check_change
 2015-12-31 10:01 UTC  (7+ messages)

[PATCH 0/5] Add clock support for Mediatek MT2701
 2015-12-31  9:59 UTC  (6+ messages)
` [PATCH 1/5] clk: mediatek: Refine the makefile to support multiple clock drivers
` [PATCH 3/5] clk: mediatek: Add MT2701 clock support

[PATCH 2/2] f2fs: support revoking atomic written pages
 2015-12-31  9:16 UTC  (5+ messages)

[PATCH] dtc: create tool to diff device trees
 2015-12-31  9:12 UTC 

[PATCH] arm64: fix add kasan bug
 2015-12-31  8:51 UTC 

[RFC PATCH v2 0/3] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table on PPC64 platform
 2015-12-31  8:50 UTC  (4+ messages)
` [RFC PATCH v2 1/3] PCI: Add support for enforcing all MMIO BARs to be page aligned
` [RFC PATCH v2 2/3] vfio-pci: Allow to mmap sub-page MMIO BARs if all MMIO BARs are "
` [RFC PATCH v2 3/3] vfio-pci: Allow to mmap MSI-X table if EEH is supported

[PATCH 0/4] SPI: support mt2701 IC
 2015-12-31  8:32 UTC  (3+ messages)
` [PATCH 1/4] spi: mediatek: merge all identical compat to mtk_common_compat

[PATCH 1/9] atm: solos-pci: use to_pci_dev()
 2015-12-31  8:30 UTC  (3+ messages)
` [PATCH 5/9] ipw2x00: sdhci-pci: "

linux-next: manual merge of the target-updates tree with the nfsd tree
 2015-12-31  8:28 UTC 

[PATCH] soc: mediatek: PMIC wrap: Clear the vldclr if state machine is stay on FSM_VLDCLR state
 2015-12-31  8:26 UTC  (4+ messages)

[PATCH] prism54: fix checks for dma mapping errors
 2015-12-31  8:24 UTC  (2+ messages)
`  "

linux-next: manual merge of the cgroup tree with the net-next tree
 2015-12-31  8:10 UTC 

[RFC PATCH] alispinlock: acceleration from lock integration on multi-core platform
 2015-12-31  8:09 UTC 

BCACHE stability patches
 2015-12-31  7:23 UTC  (7+ messages)
` [PULL] Re: bcache "

[PATCH] Staging: vt6656: Fixed multiple commenting codig style issues
 2015-12-31  7:20 UTC 

Good Day
 2015-12-30 13:50 UTC 

[PATCH] f2fs: introduce max_file_blocks in sbi
 2015-12-31  6:35 UTC 

[RESEND PATCH] rtc: rk808: rename rtc-rk808.c to rtc-rk8xx.c
 2015-12-31 14:14 UTC 

[PATCH] BTRFS: Runs the xor function if a Block has failed
 2015-12-31  2:15 UTC  (3+ messages)

DT config of io resource
 2015-12-31  5:46 UTC 

[PATCH] dt: bindings: add bindings for ipq4019 wifi block
 2015-12-31  5:41 UTC  (3+ messages)

ath9k
 2015-12-31  5:41 UTC 

[PATCH v3] ocfs2: add feature document for online file check
 2015-12-31  5:36 UTC 

[PATCH v5 00/20] Adding plat-eznps to ARC
 2015-12-31  5:21 UTC  (7+ messages)
` [PATCH v5 10/20] ARC: IRQ: do not use hwirq directly at arch_do_IRQ()
` [PATCH v5 11/20] ARC: IPI: do not use generic IRQ domain

linux-next: build failure after merge of the drm tree
 2015-12-31  5:14 UTC  (2+ messages)

[PATCH] trace: correct start_index in find_next
 2015-12-31  5:11 UTC 

[PATCH 1/7] printk: Hand over printing to console if printing too long
 2015-12-31  4:58 UTC  (5+ messages)

[PATCH v2] lightnvm: fix rrpc_lun_gc
 2015-12-31  4:40 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).