public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-24 06:08:09 to 2015-09-24 11:39:25 UTC [more...]

[PATCH v2 0/5] ARM: multi_v7_defconfig: Improve rockchip support
 2015-09-24 11:39 UTC  (2+ messages)
` [PATCH v2 3/5] ARM: multi_v7_defconfig: Enable Rockchip display support

[PATCH] omapdss: acx565akm: Fix module autoload for OF platform driver
 2015-09-24 11:37 UTC  (3+ messages)

[PATCH 1/3] Make /dev/urandom scalable
 2015-09-24 11:37 UTC  (4+ messages)

[PATCH v3 0/4] iio: bmc150 regmap and SPI
 2015-09-24 11:30 UTC  (4+ messages)

[PATCH] perf/probe: Search both .eh_frame and .debug_frame sections for probe location
 2015-09-24 11:23 UTC  (4+ messages)

[PATCH] Staging: rtl8712: rtl871x_mp.h: Coding style warnings fix for block comment
 2015-09-24 11:22 UTC  (4+ messages)

Linux 4.3-rc1 build error on CentOS 5.11 "scripts/sign-file.c:23:25: fatal error: openssl/cms.h: No such file or directory"
 2015-09-24 11:21 UTC  (8+ messages)

[PATCH 0/2] SSD1307fb updates
 2015-09-24 11:11 UTC  (2+ messages)

[PATCH 1/4] [resend #2] tridentfb: fix hang on Blade3D with CONFIG_CC_OPTIMIZE_FOR_SIZE
 2015-09-24 11:07 UTC  (12+ messages)
` [PATCH 2/4] [resend #2] tridentfb: Fix set_lwidth on TGUI9440 and CYBER9320
` [PATCH 3/4] [resend #2] fb_ddc: Allow I2C adapters without SCL read capability
` [PATCH 4/4] [resend #2] tridentfb: Add DDC support

[PATCH 3/3] power: reset: at91-shdwc: add new shutdown controller driver
 2015-09-24 11:06 UTC  (3+ messages)
` [PATCH v2] "

[Linux 4.2-rc8+...v4.3-rc2] REGRESSION: ppp: circular locking dependency detected: [pppd] ppp_dev_uninit() | rtnl_lock()
 2015-09-24 11:03 UTC  (5+ messages)

[PATCH 0/4] Add basic support for Allwinner A83T SOC
 2015-09-24 10:55 UTC  (9+ messages)
` [PATCH 1/4] ARM: sunxi: Introduce Allwinner for A83T support
` [PATCH 2/4] pinctrl: sunxi: add allwinner A83T PIO controller support

[PATCH 0/3] ALSA: hda - Avoid potential deadlock
 2015-09-24 10:50 UTC  (4+ messages)

[PATCH 28/38] video/omap: remove invalid check
 2015-09-24 10:48 UTC  (2+ messages)

[PATCH 3/5] drm: omapdrm: tiler: Fix module autoload for OF platform driver
 2015-09-24 10:41 UTC  (2+ messages)

[PATCH] UBI: Validate data_size
 2015-09-24 10:37 UTC  (2+ messages)

[PATCH 0/4] ACPI / core : few cleanups and updates for LPI
 2015-09-24 10:31 UTC  (4+ messages)
` [PATCH v2 0/5] ACPI / processor_idle: Add ACPIv6.0 LPI support
  ` [PATCH v2 4/5] ACPI / processor_idle : introduce ARCH_SUPPORTS_ACPI_PROCESSOR_CSTATE

[PATCH 0/3] fix allmodconfig failure of avr32
 2015-09-24 10:23 UTC  (9+ messages)
` [PATCH 1/3] avr32: fix build failure

[PATCH] perf probe: Fix module probing with shortname
 2015-09-24 10:18 UTC  (10+ messages)

[PATCH] video: fbdev: mb862xx: Fix module autoload for OF platform driver
 2015-09-24 10:18 UTC  (2+ messages)

[PATCH] net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selected
 2015-09-24 10:16 UTC 

[PATCH v4 00/25] dmaengine/ARM: Merge the edma drivers into one
 2015-09-24 10:02 UTC  (26+ messages)
` [PATCH v4 01/25] ARM: common: edma: Fix channel parameter for irq callbacks
` [PATCH v4 02/25] ARM: common: edma: Remove unused functions
` [PATCH v4 03/25] dmaengine: edma: Simplify and optimize the edma_execute path
` [PATCH v4 04/25] ARM: davinci/common: Convert edma driver to handle one eDMA instance per driver
` [PATCH v4 05/25] ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver
` [PATCH v4 06/25] ARM: common: edma: Internal API to use pointer to 'struct edma'
` [PATCH v4 07/25] ARM/dmaengine: edma: Public API to use private struct pointer
` [PATCH v4 08/25] ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers
` [PATCH v4 09/25] ARM: davinci: Use platform_device_register_full() to create pdev for eDMA
` [PATCH v4 10/25] ARM: davinci: Add dma_mask to eDMA devices
` [PATCH v4 11/25] ARM/dmaengine: edma: Merge the two drivers under drivers/dma/
` [PATCH v4 12/25] dmaengine: edma: Allocate memory dynamically for bitmaps and structures
` [PATCH v4 13/25] dmaengine: edma: Parameter alignment and long line fixes
` [PATCH v4 14/25] dmaengine: edma: Use devm_kcalloc when possible
` [PATCH v4 15/25] dmaengine: edma: Cleanup regarding the use of dev around the code
` [PATCH v4 16/25] dmaengine: edma: Use dev_dbg instead pr_debug
` [PATCH v4 17/25] dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio
` [PATCH v4 18/25] dmaengine: edma: Print warning when linking slots from different eDMA
` [PATCH v4 19/25] dmaengine: edma: Consolidate the comments for functions
` [PATCH v4 20/25] dmaengine: edma: Simplify the interrupt handling
` [PATCH v4 21/25] dmaengine: edma: Move the pending error check into helper function
` [PATCH v4 22/25] dmaengine: edma: Simplify and optimize ccerr interrupt handler
` [PATCH v4 23/25] dmaengine: edma: Read channel mapping support only once from HW
` [PATCH v4 24/25] dmaengine: edma: Rename bitfields for slot and channel usage tracking
` [PATCH v4 25/25] dmaengine: edma: Dynamic paRAM slot handling if HW supports it

[PATCH] HID: multitouch: Do not fetch initial feature reports for Win8 devices
 2015-09-24 10:12 UTC 

[PATCH] fbdev: broadsheetfb: fix memory leak
 2015-09-24 10:12 UTC  (2+ messages)

[PATCH] KVM: x86: fix bogus warning about reserved bits
 2015-09-24 10:12 UTC  (7+ messages)

[PATCH 0/2] perf tools: Urgent fixes
 2015-09-24 10:05 UTC  (3+ messages)
` [PATCH 1/2] perf intel-pt: Remove no_force_psb from documentation
` [PATCH 2/2] perf tools: Fix copying of /proc/kcore

[PATCH] Fix AF_PACKET ABI breakage in 4.2
 2015-09-24 10:08 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH] drm: drm_atomic_crtc_get_property should be static
 2015-09-24 10:01 UTC 

[PATCH] powercap / RAPL : remove dependency on iosf_mbi
 2015-09-24 10:03 UTC  (8+ messages)

[PATCHv2] zram: update documentation
 2015-09-24  9:56 UTC 

[PATCH v3 00/24] dmaengine/ARM: Merge the edma drivers into one
 2015-09-24  9:56 UTC  (4+ messages)
` [PATCH v3 10/24] ARM: davinci: Add set dma_mask to eDMA devices

[PATCH] zram: update documentation
 2015-09-24  9:55 UTC  (2+ messages)

[PATCH] zram: keep the exact overcommited value in mem_used_max
 2015-09-24  9:51 UTC 

[PATCH 00/26] [RFCv2] x86: Memory Protection Keys
 2015-09-24  9:49 UTC  (8+ messages)
` [PATCH 10/26] x86, pkeys: notify userspace about protection key faults
` [PATCH 26/26] x86, pkeys: Documentation

[PATCH net-next] net: Fix Hisilicon Network Subsystem Support Compilation
 2015-09-24  9:54 UTC 

[RFC PATCH 2/2] usb: phy: Add platform driver support for ULPI PHYs
 2015-09-24  9:43 UTC  (4+ messages)

[PATCH 1/3][v4] Documentation: dt: dwc3: Add snps,quirk-frame-length-adjustment property
 2015-09-24  9:42 UTC  (2+ messages)

[RFC PATCH 1/2] usb: doc: Add bindings for ULPI platform driver
 2015-09-24  9:26 UTC  (3+ messages)

[RFC PATCH v6 0/3] arm/arm64: fix a migrating irq bug when hotplug cpu
 2015-09-24  9:32 UTC  (4+ messages)
` [RFC PATCH v6 1/3] genirq: introduce CONFIG_GENERIC_IRQ_MIGRATION and kernel/irq/cpuhotplug.c
` [RFC PATCH v6 2/3] arm64: fix a migrating irq bug when hotplug cpu
` [RFC PATCH v6 3/3] arm: "

[PATCH linux-next v10 0/3] mfd: flexcom: add a driver for Flexcom
 2015-09-24  9:35 UTC  (4+ messages)
` [PATCH linux-next v10 1/3] mfd: atmel-flexcom: create include file with macros used by DT bindings
` [PATCH linux-next v10 2/3] mfd: devicetree: add bindings for Atmel Flexcom
` [PATCH linux-next v10 3/3] mfd: atmel-flexcom: add a driver for Atmel Flexible Serial Communication Unit

[PATCH 0/3] Updates to amd64_edac and ghes_edac
 2015-09-24  9:24 UTC  (5+ messages)
` [PATCH 1/3] EDAC, ghes_edac: Remove redundant memory_type array
` [PATCH 2/3] EDAC, amd64_edac: Extend scrub rate programmability feature for F15hM60h

[PATCH 00/31] use kmemdup rather than duplicating its implementation
 2015-09-24  9:22 UTC  (6+ messages)
` [PATCH 22/31] fs/ntfs: "

[Linux-v4.2-10463-g9a9952bbd76a] i915: WARNING: intel_display.c:1377 assert_planes_disabled
 2015-09-24  9:18 UTC  (6+ messages)
    ` [regression] "

[PATCH 1/2] device property: Add fwnode_property_match_string()
 2015-09-24  9:12 UTC  (4+ messages)
` [PATCH 2/2] acpi-dma: Add support for "dma-names" device property

[PATCH] i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348
 2015-09-24  9:06 UTC 

[PATCH] dmaengine: fix balance of privatecnt
 2015-09-24  9:03 UTC 

[PATCH] dax: fix deadlock in __dax_fault
 2015-09-24  9:03 UTC  (3+ messages)

[PATCH v2] media: vb2: Fix vb2_dc_prepare do not correct sync data to device
 2015-09-24  9:02 UTC  (2+ messages)

perf, tools: Refactor and support interval and CSV metrics v4
 2015-09-24  9:01 UTC  (3+ messages)
` [PATCH 5/9] perf, tools, stat: Move noise/running printing into printout

[PATCH 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc
 2015-09-24  8:59 UTC  (3+ messages)

[PATCH net-next] net: remove unused argument of __netdev_find_adj()
 2015-09-24  8:59 UTC 

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2015-09-24  8:57 UTC  (2+ messages)

[PATCH] Documentation: Update the default value of crashkernel low
 2015-09-24  8:51 UTC 

[PATCH v2] dax: fix NULL pointer in __dax_pmd_fault()
 2015-09-24  8:50 UTC  (7+ messages)

gpios search behaviour for gpio from _DSD
 2015-09-24  8:43 UTC  (2+ messages)

[PATCHSET v2 block/for-4.2/writeback] ext4: implement cgroup writeback support
 2015-09-24  8:40 UTC  (15+ messages)
` [PATCH 2/2] "
          ` [PATCH cgroup/for-4.3-fixes] cgroup, writeback: don't enable cgroup writeback on traditional hierarchies

[PATCH 0/6] Implement generic IPI support mechanism
 2015-09-24  8:39 UTC  (9+ messages)
` [PATCH 2/6] irqdomain: add a new send_ipi() to irq_domain_ops
` [PATCH 4/6] irq: add a new generic IPI handling code to irq core

[PATCH] Add FS_CLOSE_READ and FS_CLOSE_NOREAD flag to fsnotify
 2015-09-24  8:00 UTC  (4+ messages)

[PATCH 0/1] add devm_of_clk_get() and devm_of_clk_get_by_name() functions
 2015-09-24  8:03 UTC  (2+ messages)
` [PATCH 1/1] clk: "

[PATCH 0/2] MAAR SMP fix
 2015-09-24  8:23 UTC  (3+ messages)
` [PATCH 2/2] MIPS: initialise MAARs on secondary CPUs

[PATCH v4 0/5] ARM: sunxi: Add Reduced Serial Bus support
 2015-09-24  8:23 UTC  (6+ messages)
` [PATCH v4 1/5] soc: sunxi: Add Allwinner Reduced Serial Bus (RSB) controller bindings
` [PATCH v4 2/5] soc: sunxi: Add driver for Allwinner Reduced Serial Bus
    ` [linux-sunxi] "

[Linux v4.2] workqueue: llvmlinux: acpid: BUG: sleeping function called from invalid context at kernel/workqueue.c:2680
 2015-09-24  8:21 UTC  (8+ messages)

[PATCH v2] lib: Documentation: Synchronize %p formatting documentation
 2015-09-24  8:20 UTC  (3+ messages)

[PATCH 0/3] GIC fixes for 4.3-rc2
 2015-09-24  8:19 UTC  (3+ messages)
` [PATCH 3/3] irqchip/GICv2m: Fix GICv2m build warning on 32 bits

[PATCH RFC 00/10] counter read during perf sampling
 2015-09-24  8:19 UTC  (2+ messages)

[PATCH 5/6] sched/fair: Get rid of scaling utilization by capacity_orig
 2015-09-24  0:22 UTC  (11+ messages)

[alsa-devel] [PATCH] mfd: arizona: Call the runtime PM function if the state is runtime resumed
 2015-09-24  7:41 UTC  (11+ messages)

[RFC][PATCH] Add spurious wakeup quirk for Lynxpoint controllers
 2015-09-24  8:03 UTC  (5+ messages)

[PATCH v4] ARM: configs: Add Freescale LS1021A defconfig
 2015-09-24  7:34 UTC  (6+ messages)

[PATCH v11 0/4] FPGA Manager Framework
 2015-09-24  7:49 UTC  (7+ messages)
` [PATCH v11 3/4] add FPGA manager core

[PATCH] scsi_dh: avoid allowing dh_state to pass format specs when requesting a module
 2015-09-24  7:49 UTC  (2+ messages)

[PATCH 1/1] gpio: gpiolib: fix identation
 2015-09-24  7:39 UTC  (3+ messages)

[RESEND PATCH v4 0/8] i2c: Relax mandatory I2C ID table passing
 2015-09-24  7:38 UTC  (4+ messages)

ext4: performance regression introduced by the cgroup writeback support
 2015-09-24  7:26 UTC  (4+ messages)

[tip:x86/fpu] x86/fpu: Rename XSAVE macros
 2015-09-24  7:24 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Fixup uninitialized feature_name warning

[PATCHv2 0/2] Add support for tps65217 charger
 2015-09-24  7:23 UTC  (3+ messages)
` [PATCHv2 1/2] devicetree: Add TPS65217 charger binding
` [PATCHv2 2/2] power_supply: Add support for tps65217-charger

linux-next: Tree for Sep 23
 2015-09-24  7:20 UTC  (5+ messages)

[PATCH] i2c/designware: enable i2c controller to suspend/resume asynchronously
 2015-09-24  7:12 UTC  (3+ messages)

[PATCH] staging: rtl8723au: Mark type casts to __le32 as intentional
 2015-09-24  7:11 UTC  (2+ messages)
` [PATCH V2] staging: rtl8723au: Remove unneeded endianness conversions

WARNING: static_key_slow_dec used before call to jump_label_init
 2015-09-24  7:10 UTC  (2+ messages)

[PATCH v2] i2c/designware: enable i2c controller to suspend/resume asynchronously
 2015-09-24  7:10 UTC 

[PATCH] KVM: nVMX: expose VPID capability to L1
 2015-09-24  6:51 UTC 

[PATCH 0/3] drivers/misc/sgi-gru: unapplied patches and a new one
 2015-09-24  7:01 UTC  (3+ messages)

[PATCH 0/3] ACPI / EC: Fix several code coverity issues
 2015-09-24  6:54 UTC  (4+ messages)
` [PATCH 1/3] ACPI / EC: Fix a memory leak issue in acpi_ec_query()
` [PATCH 2/3] ACPI / EC: Fix query handler related issues
` [PATCH 3/3] ACPI / EC: Fix a race issue in acpi_ec_guard_event()

[PATCH net-next] BNX2: fix a Null Pointer for stats_blk
 2015-09-24  6:53 UTC  (5+ messages)

[PATCH] i2c: enable i2c adapter to suspend/resume asynchronously
 2015-09-24  6:51 UTC  (3+ messages)

[PATCH v2] i2c: enable i2c adapter to suspend/resume asynchronously
 2015-09-24  6:50 UTC 

[PATCH v2] zsmalloc: add comments for ->inuse to zspage
 2015-09-24  6:46 UTC  (2+ messages)

[PATCH v2 2/3] usb: gadget: f_midi: free usb request when done
 2015-09-24  6:44 UTC  (3+ messages)

[PATCH 00/10] Fix AMD IOMMU faults in kdump kernel
 2015-09-24  6:37 UTC  (11+ messages)
` [PATCH 01/10] iommu/amd: Use standard bitmap operation to set bitmap
` [PATCH 02/10] iommu/amd: Adjust functons which get first/last devid by reading pci config
` [PATCH 03/10] iommu/amd: Get the first/last device of iommu earlier
` [PATCH 04/10] iommu/amd: Detect pre enabled translation
` [PATCH 05/10] iommu/amd: Add function copy_dev_tables
` [PATCH 06/10] iommu/amd: Add functions copy_command_buffer/copy_event_buffer
` [PATCH 07/10] iommu/amd: copy old dev tables and do not touch dev tables
` [PATCH 08/10] iommu/amd: Do not update the information of domain to devtables before device driver init
` [PATCH 09/10] iommu/amd: Clear the iommu pre enabled setting
` [PATCH 10/10] iommu/amd: Copy the old ir table

fuse scalability part 1
 2015-09-24  6:30 UTC  (2+ messages)
  ` [fuse-devel] "

[PATCH] i2c: enable i2c device to suspend/resume asynchronously
 2015-09-24  6:27 UTC  (3+ messages)

[PATCH v2] i2c: enable i2c device to suspend/resume asynchronously
 2015-09-24  6:26 UTC 

[PATCH 3.10 00/20] 3.10.89-stable review
 2015-09-24  6:22 UTC  (4+ messages)
` [PATCH 3.10 02/20] iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required

[PATCH 3/6] Staging: rtl8192u: move open braces to previous lines
 2015-09-24  6:15 UTC 

[PATCH 6/6] Staging: rtl819u: Fix brace styling issues
 2015-09-24  6:15 UTC 

[PATCH 5/6] Staging: rtl8192u: spaces required around = operator
 2015-09-24  6:15 UTC 

[PATCH 4/6] Staging: rtl8192u: add spaces around == and || operators
 2015-09-24  6:15 UTC 

[PATCH 1/6] Staging: rtl8192u: space required after ','
 2015-09-24  6:15 UTC 

[PATCH 2/6] Staging: rtl8192u: add missing blank lines after declarations
 2015-09-24  6:15 UTC 

[PATCH 0/6] Staging: rtl8192u: checkpatch.pl fixes
 2015-09-24  6:15 UTC 

NBD: Disconnect connection/kill NBD server cause kernel bug even kernel hang
 2015-09-24  6:15 UTC  (3+ messages)
  ` [Nbd] "

[PATCH] Staging: rtl8712: rtl871x_sta_mgt.c: Coding style warning fix for block comment
 2015-09-24  6:11 UTC  (2+ messages)

[PATCH] hid: enable hid device to suspend/resume asynchronously
 2015-09-24  6:07 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox