linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-05 14:52:00 to 2015-10-05 18:07:20 UTC [more...]

[PATCH 0/9] perf tools: Various fixes
 2015-10-05 18:06 UTC  (9+ messages)
` [PATCH 1/9] tools lib api fs: Do not use PATH_MAX + 1
` [PATCH 2/9] perf evlist: Display DATA_SRC sample type bit
` [PATCH 3/9] perf annotate: Fix sizeof_sym_hist overflow issue
` [PATCH 4/9] perf tools: Make perf_event_attr__set_max_precise_ip global
` [PATCH 6/9] perf tests: Add parsing test for 'P' modifier
` [PATCH 7/9] perf tools: Add support for sorting on the iaddr
` [PATCH 8/9] perf tools: Setup proper width for symbol_iaddr field
` [PATCH 9/9] perf tools: Handle -h and -v options

[REGRESSION] 998ef75ddb and aio-dio-invalidate-failure w/ data=journal
 2015-10-05 18:04 UTC  (5+ messages)

[RFC PATCHv2] x86/pci: Initial commit for new VMD device driver
 2015-10-05 18:03 UTC  (5+ messages)

[PATCH v3 00/14] RDS: connection scalability and performance improvements
 2015-10-05 17:56 UTC  (15+ messages)
` [PATCH v3 01/14] RDS: use kfree_rcu in rds_ib_remove_ipaddr
` [PATCH v3 02/14] RDS: make socket bind/release locking scheme simple and more efficient
` [PATCH v3 03/14] RDS: fix rds_sock reference bug while doing bind
` [PATCH v3 04/14] RDS: Use per-bucket rw lock for bind hash-table
` [PATCH v3 05/14] RDS: defer the over_batch work to send worker
` [PATCH v3 06/14] RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULL
` [PATCH v3 07/14] RDS: IB: ack more receive completions to improve performance
` [PATCH v3 08/14] RDS: IB: split send completion handling and do batch ack
` [PATCH v3 09/14] RDS: IB: handle rds_ibdev release case instead of crashing the kernel
` [PATCH v3 10/14] RDS: IB: fix the rds_ib_fmr_wq kick call
` [PATCH v3 11/14] RDS: IB: use already available pool handle from ibmr
` [PATCH v3 12/14] RDS: IB: mark rds_ib_fmr_wq static
` [PATCH v3 13/14] RDS: IB: use max_mr from HCA caps than max_fmr
` [PATCH v3 14/14] RDS: IB: split mr pool to improve 8K messages performance

[PATCH v2 0/3] af_unix: fix use-after-free
 2015-10-05 17:55 UTC  (9+ messages)
` [PATCH v2 1/3] unix: fix use-after-free in unix_dgram_poll()
` [PATCH v2 3/3] af_unix: optimize the unix_dgram_recvmsg()

[RFC/PATCH 00/11] arm: omap: counter32k rework
 2015-10-05 17:52 UTC  (11+ messages)
` [RFC/PATCH 03/11] arm: omap2: timer: remove __omap_gptimer_init()
` [RFC/PATCH 11/11] arm: boot: dts: omap: add missing default status for 32k counter

[PATCH 0/5] Modify ida_* users to use ida_simple_*
 2015-10-05 17:52 UTC  (3+ messages)

[PATCH char-misc-next v2 00/22] misc: mic: Enable COSM and remaining SCIF functionality
 2015-10-05 17:38 UTC  (4+ messages)
` [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT

[PATCH v2] ARM: dts: sunxi: Add regulators for LeMaker BananaPi
 2015-10-05 17:39 UTC  (4+ messages)

[PATCH -mm] mm/oom_kill: change oom_kill_process() to bump ->mm_count rather than ->mm_users
 2015-10-05 17:36 UTC  (2+ messages)

[PATCH char-misc-testing 1/1] Revert "iommu: Allow iova to be used without requiring IOMMU_SUPPORT"
 2015-10-05 17:37 UTC 

[PATCH] regulator: max77802: Separate sections for nodes and properties
 2015-10-05 17:35 UTC 

[PATCH] regulator: max77802: Add input supply properties to DT binding doc
 2015-10-05 17:33 UTC  (3+ messages)

[PATCH -tip v3 0/5] locking: Use acquire/release semantics
 2015-10-05 17:32 UTC  (4+ messages)
` [PATCH 1/5] asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec atomics

[PATCH v3] arm64: Introduce IRQ stack
 2015-10-05 17:24 UTC  (5+ messages)

[PATCH] tty: serial: men_z135_uart.c: use mcb memory region size instead of hardcoded one
 2015-10-05 17:23 UTC 

[PATCH v5 0/5] Provide better MADT subtable sanity checks
 2015-10-05 17:12 UTC  (5+ messages)

[PATCH v2 00/22] arm64: Consolidate CPU feature handling
 2015-10-05 17:02 UTC  (23+ messages)
` [PATCH v2 01/22] arm64: Make the CPU information more clear
` [PATCH v2 02/22] arm64: Delay ELF HWCAP initialisation until all CPUs are up
` [PATCH v2 03/22] arm64: Move cpu feature detection code
` [PATCH v2 04/22] arm64: Move mixed endian support detection
` [PATCH v2 05/22] arm64: Move /proc/cpuinfo handling code
` [PATCH v2 06/22] arm64: sys_reg: Define System register encoding
` [PATCH v2 07/22] arm64: Keep track of CPU feature registers
` [PATCH v2 08/22] arm64: Consolidate CPU Sanity check to CPU Feature infrastructure
` [PATCH v2 09/22] arm64: Read system wide CPUID value
` [PATCH v2 10/22] arm64: Cleanup mixed endian support detection
` [PATCH v2 11/22] arm64: Populate cpuinfo after notify_cpu_starting
` [PATCH v2 12/22] arm64: Delay cpu feature checks
` [PATCH v2 13/22] arm64: Make use of system wide capability checks
` [PATCH v2 14/22] arm64: Cleanup HWCAP handling
` [PATCH v2 15/22] arm64: Move FP/ASIMD hwcap handling to common code
` [PATCH v2 16/22] arm64/debug: Make use of the system wide safe value
` [PATCH v2 17/22] arm64/kvm: Make use of the system wide safe values
` [PATCH v2 18/22] arm64: Add helper to decode register from instruction
` [PATCH v2 19/22] arm64: cpufeature: Track the user visible fields
` [PATCH v2 20/22] arm64: Expose feature registers by emulating MRS
` [PATCH v2 21/22] arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs
` [PATCH v2 22/22] arm64: feature registers: Documentation

[RFC] asm-generic/pci_iomap.h: make custom PCI BAR requirements explicit
 2015-10-05 17:09 UTC  (9+ messages)

[PATCH v3 0/7] Early ACPI probing infrastructure
 2015-10-05 17:07 UTC  (5+ messages)
` [PATCH v3 1/7] acpi: Add early device "

[PATCH v7 00/11] support "task_isolated" mode for nohz_full
 2015-10-05 17:07 UTC  (3+ messages)
` [PATCH v7 05/11] task_isolation: add debug boot flag

[PATCH 0/2] block/xen-blkfront: Support non-indirect with 64KB page granularity
 2015-10-05 17:05 UTC  (6+ messages)
` [PATCH 1/2] block/xen-blkfront: Introduce blkif_ring_get_request
` [PATCH 2/2] block/xen-blkfront: Handle non-indirect grant with 64KB pages
    ` [Xen-devel] "

Wiki for automatic reports / fixes
 2015-10-05 17:03 UTC  (3+ messages)

ver_linux: proposed implementation feedback request
 2015-10-05 17:00 UTC 

[PATCH] serial: atmel: fix compiler warning on address cast
 2015-10-05 17:00 UTC 

[PATCH] x86/process: Silence KASAN warnings in get_wchan()
 2015-10-05 16:59 UTC  (6+ messages)

[PATCH v4 0/4] ARM: at91: Properly handle slow clock
 2015-10-05 16:58 UTC  (4+ messages)
` [PATCH v4 4/4] misc: atmel_tclib: get and use "

[PATCH v3] x86/mm: warn on W+x mappings
 2015-10-05 16:55 UTC 

[PATCH v4 0/5] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-10-05 16:49 UTC  (3+ messages)

[PATCH v2 0/2] irqchip: sunxi-nmi: misc. / aesthetic improvements
 2015-10-05 16:42 UTC  (3+ messages)
` [PATCH v2 1/2] irqchip: sunxi-nmi: Use driver name instead of DT node name for identification
` [PATCH v2 2/2] irqchip: sunxi-nmi: switch to of_io_request_and_map() from of_iomap()

[PATCH] Add quirk for Lenovo Yoga 2 with ITE Chips
 2015-10-05 16:42 UTC  (2+ messages)

[PATCH linux-next v3 1/1] ASoC: ad193x: add support to ad1934
 2015-10-05 16:40 UTC  (2+ messages)
` [alsa-devel] "

[PATCH] string: Improve the generic strlcpy() implementation
 2015-10-05 16:36 UTC  (6+ messages)
      ` [PATCH] string: Fix strscpy() uninitialized data copy bug

[PATCH] mm/mmap.c: Do not initialize retval in mmap_pgoff()
 2015-10-05 16:30 UTC  (2+ messages)

[PATCH v5 0/5] ARM: sunxi: Add Reduced Serial Bus support
 2015-10-05 16:29 UTC  (5+ messages)
` [PATCH v5 2/5] soc: sunxi: Add driver for Allwinner Reduced Serial Bus

[PATCH] ath3k: Add new AR3012 0930:021c id
 2015-10-05 16:29 UTC 

[PATCH v4 0/5] Introduce usb charger framework to deal with the usb gadget power negotation
 2015-10-05 16:29 UTC  (13+ messages)
` [PATCH v4 1/5] gadget: Introduce the notifier functions

[PATCH] mm/mmap.c: Remove redundant statement "error = -ENOMEM"
 2015-10-05 16:24 UTC  (2+ messages)

[PATCH 0/2] coredump: make SIGNAL_GROUP_COREDUMP more friendly to oom-killer
 2015-10-05 16:25 UTC  (3+ messages)
` [PATCH 1/2] coredump: ensure all coredumping tasks have

[PATCH] Add quirk for Lenovo Yoga 2 with ITE Chips
 2015-10-05 16:12 UTC  (4+ messages)

[PATCH v6 0/6] Add support for DA9150 Fuel-Gauge
 2015-10-05 16:10 UTC  (8+ messages)
` [PATCH v6 1/6] mfd: da9150: Add support for Fuel-Gauge
` [PATCH v6 2/6] mfd: da9150: Update DT bindings for Fuel-Gauge support
` [PATCH v6 3/6] power: Add support for DA9150 Fuel-Gauge
` [PATCH v6 4/6] power: da9150: Add DT bindings documentation for Fuel-Gauge
` [PATCH v6 5/6] mfd: da9150: Use relative paths in DT bindings document
` [PATCH v6 6/6] mfd: da9150: Use DEFINE_RES_IRQ_NAMED() help macro for IRQ resource

[PATCH v6 2/2] efi: a misc char interface for user to update efi firmware
 2015-10-05 16:07 UTC 

Which PCI development git repo to use?
 2015-10-05 16:04 UTC  (2+ messages)

[GIT PULL] strscpy string copy function
 2015-10-05 16:03 UTC  (8+ messages)
  ` [PATCH] string: Improve the generic strlcpy() implementation

[PATCH v4 0/5] mfd: tps65912: Driver rewrite with DT support
 2015-10-05 16:01 UTC  (5+ messages)
` [PATCH v4 2/5] mfd: tps65912: Remove old driver in preparation for new driver

Re: [PATCH v2] arm: Adding support for atomic half word exchange
 2015-10-05 16:00 UTC  (2+ messages)

[Dell XPS 13 9343] Random kernel Oops at boot with "acpi=ht", disappearing with "acpi=off"
 2015-10-05 15:59 UTC  (7+ messages)

[PATCH v7 0/3] Add MediaTek display PWM driver
 2015-10-05 15:59 UTC  (5+ messages)
` [PATCH v7 1/3] dt-bindings: pwm: add MediaTek display PWM bindings
` [PATCH v7 2/3] pwm: add MediaTek display PWM driver support

[PATCH v5 00/23] ILP32 for ARM64
 2015-10-05 15:58 UTC  (8+ messages)

[PATCH 0/2] ASoC: da7213: Add DT support for codec
 2015-10-05 15:55 UTC  (4+ messages)
` [PATCH 1/2] ASoC: da7213: Add DT support to codec driver
` [PATCH 2/2] ASoC: da7213: Add bindings documentation for "

[PATCH v6.1 1/1] Input: Add userio module
 2015-10-05 15:55 UTC  (2+ messages)
` [PATCH v7] "

Regression: at24 eeprom writing
 2015-10-05 15:54 UTC  (6+ messages)

[PATCH v9] dmaengine: Add Xilinx AXI Direct Memory Access Engine driver support
 2015-10-05 15:48 UTC  (3+ messages)

[PATCHv2 00/15] arm64: 16K translation granule support
 2015-10-05 15:43 UTC  (6+ messages)
` [PATCH 09/15] arm64: Add page size to the kernel image header

[PATCH 1/2] regmap: only call custom reg_update_bits() if reg is marked volatile
 2015-10-05 14:57 UTC  (2+ messages)

[PATCH v5 0/10] Fix broken DMAFLUSHP on Rockchips platform
 2015-10-05 15:37 UTC  (3+ messages)
` [PATCH v5 06/10] dmaengine: add API for getting dma controller's quirk

Applied "regulator: max77802: Add input supply properties to DT binding doc" to the regulator tree
 2015-10-05 15:37 UTC 

[PATCH 0/3] hwrng: stm32 - add support for STM32 HW RNG
 2015-10-05 15:34 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: Document the STM32 HW RNG bindings

[PATCH v6 0/2] Enable capsule loader interface for efi firmware updating
 2015-10-05 15:33 UTC  (5+ messages)

[PATCH] dmaengine: omap-dma: Enable packed accesses for cyclic transfers
 2015-10-05 15:32 UTC  (2+ messages)

SWIOTLB on 32-bit PAE
 2015-10-05 15:31 UTC  (3+ messages)
  ` Fwd: "

[PATCH v2 00/14] RDS: connection scalability and performance improvements
 2015-10-05 15:31 UTC  (4+ messages)
` [PATCH v2 05/14] RDS: defer the over_batch work to send worker

[char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output
 2015-10-05 15:30 UTC  (4+ messages)

[PATCH 0/5] various hyperv fixes
 2015-10-05 15:27 UTC  (6+ messages)
` [PATCH 1/5] Drivers: hv: utils: run polling callback always in interrupt context
` [PATCH 2/5] tools: hv: report ENOSPC errors in hv_fcopy_daemon
` [PATCH 3/5] tools: hv: remove repeated HV_FCOPY string
` [PATCH 4/5] Drivers: hv: util: catch allocation errors
` [PATCH 5/5] Drivers: hv: utils: use memdup_user in hvt_op_write

[RFC]: Possible race condition in kernel futex code
 2015-10-05 15:11 UTC 

[PATCH][RESEND] drm: panel-simple: add URT UMSH-8596MD-xT panel support
 2015-10-05 15:25 UTC  (4+ messages)

[PATCH] Revert "backlight: pwm: Handle EPROBE_DEFER while requesting the PWM"
 2015-10-05 15:25 UTC  (9+ messages)

[PATCH v3 13/13] scsi: ufs: Add exynos ufs platform data
 2015-10-05 15:20 UTC  (6+ messages)

[tpmdd-devel] [PATCH 4/4] keys, trusted: seal/unseal with TPM 2.0 chips
 2015-10-05 15:20 UTC  (12+ messages)

[PATCH v7 0/2] Enable capsule loader interface for efi firmware updating
 2015-10-05 20:15 UTC  (4+ messages)
` [PATCH v7 1/2] efi: export efi_capsule_supported() function symbol

[PATCH 0/3] drivers/misc/sgi-gru: unapplied patches and a new one
 2015-10-05 15:18 UTC  (5+ messages)

[PATCH v6 2/2] dmaengine: Add Xilinx AXI Central Direct Memory Access Engine driver support
 2015-10-05 15:18 UTC  (6+ messages)

[PATCH v3 0/9] xen-block: support multi hardware-queues/rings
 2015-10-05 15:17 UTC  (12+ messages)
` [PATCH v3 3/9] xen/blkfront: separate per ring information out of device info
` [PATCH v3 7/9] xen/blkback: separate ring information out of struct xen_blkif
` [PATCH v3 8/9] xen/blkback: pseudo support for multi hardware queues/rings
` [PATCH v3 9/9] xen/blkback: get number of hardware queues/rings from blkfront

[PATCH 1/5] ftrace: remove redundant strsep in mod_callback
 2015-10-05 15:16 UTC  (3+ messages)

[PATCH] pwm: atmel-hlcdc: add sama5d2 SoC support
 2015-10-05 15:16 UTC  (2+ messages)

remove dma_supported and pci_dma_supported as public APIs
 2015-10-05 15:08 UTC  (3+ messages)
` [PATCH 11/15] sfc: don't call dma_supported

[PATCH v4 0/2] pwm: Broadcom BCM7038 PWM controller (v4)
 2015-10-05 15:14 UTC  (2+ messages)

Applied "regulator: axp20x: Drop AXP221 DC1SW and DC5LDO regulator supplies from bindings" to the regulator tree
 2015-10-05 15:11 UTC 

Applied "regulator: axp20x: set supply names for AXP22X DC1SW/DC5LDO internally" to the regulator tree
 2015-10-05 15:11 UTC 

[PATCH] hwrng: st: dt: Fix trivial typo in node address
 2015-10-05 15:10 UTC 

[PATCH 1/2] time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()
 2015-10-05 15:10 UTC  (3+ messages)
` [tip:timers/urgent] time: Fix timekeeping_freqadjust()' s "

[PATCH v2 0/2] Inode security label invalidation
 2015-10-05 15:08 UTC  (3+ messages)
` [PATCH v2 1/2] security: Add hook to invalidate inode security labels

[PATCH] sparc/crypto: initialize blkcipher.ivsize
 2015-10-05 15:08 UTC 

[PATCH 3/3] falloc: expose ioctl numbers into uapi
 2015-10-05 15:06 UTC  (2+ messages)

[PATCH] timerfd: expose uapi header
 2015-10-05 15:02 UTC  (4+ messages)

[PATCH] IB/iser: fix a comment typo
 2015-10-05 14:59 UTC  (2+ messages)

[PATCH 0/3] Small changes in headers
 2015-10-05 14:53 UTC  (4+ messages)
` [PATCH 1/3] mce: change asm/ioctls.h for linux/ioctl.h
` [PATCH 2/3] msm: remove unused header

[PATCH v2 0/7] hwrng: Add support for STMicroelectronics' RNG IP
 2015-10-05 14:52 UTC  (6+ messages)
` [PATCH v2 5/7] hwrng: st: Add support for ST's HW Random Number Generator

[PATCH v9 0/4] Allow USB devices to remain runtime-suspended when sleeping
 2015-10-05 14:45 UTC  (2+ messages)
` [PATCH v9 1/4] device core: add device_is_bound()


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