linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-22 08:23:43 to 2016-04-22 11:05:54 UTC [more...]

[PATCH v3 0/5] arm64: Fix behavior of maxcpus=n
 2016-04-22 11:05 UTC  (3+ messages)
` [PATCH v3 1/5] arm64: cpufeature: Add scope for capability check

[PATCH 3.12 00/78] 3.12.59-stable review
 2016-04-22 11:05 UTC 

[PATCH v1 00/23] ata: sata_dwc_460ex: make it working again
 2016-04-22 10:50 UTC  (3+ messages)

[PATCH v7 0/8] KVM PCIe/MSI passthrough on ARM/ARM64: kernel part 2/3: msi changes
 2016-04-22 11:02 UTC  (3+ messages)
` [PATCH v7 1/8] genirq/msi: Add a new MSI_FLAG_IRQ_REMAPPING flag

[PATCH 00/11] arm64: tegra: Add Tegra DFLL for Tegra210 Jetson TX1
 2016-04-22 11:00 UTC  (13+ messages)
` [PATCH 01/11] clk: tegra: dfll: Fix voltage comparison
` [PATCH 02/11] clk: tegra: dfll: Move SoC specific data into of_device_id
` [PATCH 03/11] clk: tegra: Add DFLL DVCO reset control for Tegra210
` [PATCH 04/11] clk: tegra: Add Tegra210 support in DFLL driver
` [PATCH 05/11] pwm: tegra-dfll: Add driver for Tegra DFLL PWM controller
` [PATCH 06/11] clk: tegra: dfll: Add PWM inferface
` [PATCH 07/11] cpufreq: tegra124: Add Tegra210 support
` [PATCH 08/11] arm64: tegra: Add PWM regulator for CPU rail on Jetson TX1
` [PATCH 09/11] arm64: tegra: Add DFLL clock node "
` [PATCH 10/11] arm64: tegra: Add clock properties on cpu0 for Tegra210
` [PATCH 11/11] arm64: config: Enable CPUFreq-DT, Tegra DFLL PWM, and PWM regulator

[RFC PATCH 00/11] ACPI IORT ARM SMMU support
 2016-04-22 10:57 UTC  (4+ messages)
` [RFC PATCH 09/11] drivers: acpi: implement acpi_dma_configure

[RFC][PATCH 00/31] implement atomic_fetch_$op
 2016-04-22 10:54 UTC  (35+ messages)
` [RFC][PATCH 01/31] locking: Flip arguments to atomic_fetch_or
` [RFC][PATCH 02/31] locking,alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}()
` [RFC][PATCH 03/31] locking,arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}()
` [RFC][PATCH 04/31] locking,arm: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()
` [RFC][PATCH 05/31] locking,arm64: "
` [RFC][PATCH 06/31] locking,avr32: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 07/31] locking,blackfin: "
` [RFC][PATCH 08/31] locking,frv: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 09/31] locking,h8300: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 10/31] locking,hexagon: "
` [RFC][PATCH 11/31] locking,ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 12/31] locking,m32r: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 13/31] locking,m68k: "
` [RFC][PATCH 14/31] locking,metag: "
` [RFC][PATCH 15/31] locking,mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 16/31] locking,mn10300: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 17/31] locking,parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 18/31] locking,powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}{,_relaxed,_acquire,_release}()
` [RFC][PATCH 19/31] locking,s390: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 20/31] locking,sh: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 21/31] locking,sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 22/31] locking,tile: "
` [RFC][PATCH 23/31] locking,x86: "
` [RFC][PATCH 24/31] locking,xtensa: Implement atomic_fetch_{add,sub,and,or,xor}()
` [RFC][PATCH 25/31] locking: Fix atomic64_relaxed bits
` [RFC][PATCH 26/31] locking: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()
` [RFC][PATCH 27/31] locking: Remove linux/atomic.h:atomic_fetch_or
` [RFC][PATCH 28/31] locking: Remove the deprecated atomic_{set,clear}_mask() functions
` [RFC][PATCH 29/31] locking,alpha: Convert to _relaxed atomics
` [RFC][PATCH 30/31] locking,mips: "
` [RFC][PATCH 31/31] locking,qrwlock: Employ atomic_fetch_add_acquire()

[PATCH v11 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-04-22 10:54 UTC  (9+ messages)
` [PATCH v11 11/17] ARM: XEN: Move xen_early_init() before efi_init()
` [PATCH v11 12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
` [PATCH v11 15/17] ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services

[PATCH v3] regulator: core: Add debugfs to show constraint flags
 2016-04-22 10:49 UTC  (2+ messages)
` Applied "regulator: core: Add debugfs to show constraint flags" to the regulator tree

[PATCH 1/5] regulator: core: Don't terminate supply resolution early
 2016-04-22 10:49 UTC  (2+ messages)
` Applied "regulator: core: Don't terminate supply resolution early" to the regulator tree

[PATCH 2/5] regulator: core: Clear the supply pointer if enabling fails
 2016-04-22 10:49 UTC  (2+ messages)
` Applied "regulator: core: Clear the supply pointer if enabling fails" to the regulator tree

[PATCH 3/5] regulator: core: Move registration of regulator device
 2016-04-22 10:49 UTC  (2+ messages)
` Applied "regulator: core: Move registration of regulator device" to the regulator tree

[PATCH 3/5] regulator: helpers: Ensure bypass register field matches ON value
 2016-04-22 10:49 UTC  (2+ messages)
` Applied "regulator: helpers: Ensure bypass register field matches ON value" to the regulator tree

[PATCH 0/5] regulator: A few fixes for supply resolution
 2016-04-22 10:48 UTC  (3+ messages)
` [PATCH 4/5] regulator: core: Add early supply resolution for a bypassed regulator

[PATCH] usb: gadget: f_fs: Fix kernel panic for SuperSpeed
 2016-04-22 10:43 UTC 

[patch] Bluetooth: ath3k: Silence uninitialized variable warning
 2016-04-22 10:42 UTC  (2+ messages)

[PATCH] documentation: ACQUIRE applies to loads, RELEASE applies to stores
 2016-04-22 10:41 UTC 

[PATCH] clockevents: Retry programming min delta up to 10 times
 2016-04-22 10:40 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-4.6-3 tag
 2016-04-22 10:38 UTC 

[PATCH] mm: Fix incorrect pfn passed to untrack_pfn in remap_pfn_range
 2016-04-22 10:31 UTC 

[PATCH v6 0/7] perf tools: Use SIGUSR2 control data dumpping
 2016-04-22 10:30 UTC  (2+ messages)

[PATCH V4 1/4] gpio: tegra: Don't open code of_device_get_match_data()
 2016-04-22 10:09 UTC  (4+ messages)
` [PATCH V4 2/4] gpio: tegra: Make of_device_id compatible data to constant
` [PATCH V4 3/4] gpio: tegra: Get rid of all file scoped global variables
` [PATCH V4 4/4] gpio: tegra: Add support for gpio debounce

[RFC][PATCH v10 0/2] Infrastructure code for perf-config
 2016-04-22 10:21 UTC  (3+ messages)
` [PATCH v10 1/2] perf config: Prepare all default configs
` [PATCH v10 2/2] perf config: Initialize perf_config_set with "

[PATCH v4 0/2] let archs decide for vcpu ids
 2016-04-22 10:22 UTC  (9+ messages)
` [PATCH v4 2/2] KVM: move vcpu id checking to archs

[PATCH V2 00/14] Add support for Tegra210 AGIC
 2016-04-22 10:21 UTC  (16+ messages)
` [PATCH V2 02/14] irqchip/gic: WARN if setting the interrupt type for a PPI fails
` [PATCH V2 03/14] irqchip: Mask the non-type/sense bits when translating an IRQ
` [PATCH V2 06/14] irqdomain: Don't set type when mapping "
` [PATCH V2 13/14] dt-bindings: arm-gic: Add documentation for Tegra210 AGIC
` [PATCH V2 14/14] irqchip/gic: Add support for tegra AGIC interrupt controller

[PATCH v2 00/11] pwm: Add support for PWM Capture
 2016-04-22 10:18 UTC  (12+ messages)
` [[PATCH v2] 01/11] pwm: Add PWM Capture support
` [[PATCH v2] 02/11] pwm: sti: Rename channel => device
` [[PATCH v2] 03/11] pwm: sysfs: Add PWM Capture support
` [[PATCH v2] 04/11] pwm: sti: Reorganise register names in preparation for new functionality
` [[PATCH v2] 05/11] pwm: sti: Only request clock rate when you need to
` [[PATCH v2] 06/11] pwm: sti: Supply PWM Capture register addresses and bit locations
` [[PATCH v2] 07/11] pwm: sti: Supply PWM Capture clock handling
` [[PATCH v2] 08/11] pwm: sti: Initialise PWM Capture device data
` [[PATCH v2] 09/11] pwm: sti: Add support for PWM Capture IRQs
` [[PATCH v2] 10/11] pwm: sti: Add PWM Capture call-back
` [[PATCH v2] 11/11] pwm: sti: Take the opportunity to conduct a little house keeping

[PATCH 0/9] thermal: rockchip: Support rk3366/rk3399 SoCS and fixes the driver
 2016-04-22 10:17 UTC  (7+ messages)
` [PATCH 7/9] thermal: of: Add support for hardware-tracked trip points

[regression] linux318, linux41 - kernel stack is corrupted
 2016-04-22 10:16 UTC  (7+ messages)

[PATCH] iio: inv_mpu6050: Add support for auxiliary I2C master
 2016-04-22 10:15 UTC  (2+ messages)

[PATCH] mtd, ubi: set free_count to zero before walking through erase list
 2016-04-22 10:06 UTC 

[patch] spi: pic32-sqi: silence array overflow warning
 2016-04-22  9:58 UTC  (2+ messages)

[patch] iio: light: apds9960: silence uninitialized variable warning
 2016-04-22 10:04 UTC 

oferta personal y préstamo de negocios
 2016-04-22  9:49 UTC 

[patch] [media] cx231xx: silence uninitialized variable warning
 2016-04-22 10:03 UTC 

[RESEND PATCH 0/8] thermal: rockchip: Support rk3366/rk3399 SoCS and fixes the driver
 2016-04-22 10:02 UTC  (9+ messages)
` [RESEND PATCH 1/8] thermal: rockchip: disable thermal->clk in err case
` [RESEND PATCH 2/8] thermal: rockchip: fixes the code_to_temp for tsadc driver
` [RESEND PATCH 3/8] thermal: rockchip: update the tsadc table for rk3399
` [RESEND PATCH 4/8] thermal: rockchip: handle the power sequence for tsadc controller
` [RESEND PATCH 5/8] thermal: rockchip: Support RK3366 SoCs in the thermal driver
` [RESEND PATCH 6/8] thermal: rockchip: add the notes for better reading
` [RESEND PATCH 7/8] ARM: dts: rockchip: move the rk3288 thermal data into rk3288.dtsi
` [RESEND PATCH 8/8] arm64: dts: rockchip: move the rk3368 thermal data into rk3368.dtsi

[patch 2/2] crypto: mxc-scc - fix unwinding in mxc_scc_crypto_register()
 2016-04-22 10:01 UTC 

[PATCH] driver: input :touchscreen : add Raydium I2C touch driver
 2016-04-22 10:01 UTC 

[git pull] IOMMU Fixes for Linux v4.6-rc3
 2016-04-22  9:56 UTC 

[PATCH v6 14/16] x86/paravirt: remove paravirt_enabled()
 2016-04-22  9:54 UTC  (2+ messages)
` [tip:x86/boot] x86/paravirt: Remove paravirt_enabled()

[PATCH v6 16/16] x86/init: disable pnpbios and rtc for X86_SUBARCH_CE4100
 2016-04-22  9:54 UTC  (2+ messages)
` [tip:x86/boot] x86/init: Disable "

[GIT PULL] sound fixes for 4.6-rc5
 2016-04-22  9:55 UTC 

[PATCH v6 15/16] x86/init: disable pnpbios for X86_SUBARCH_INTEL_MID
 2016-04-22  9:54 UTC  (2+ messages)
` [tip:x86/boot] x86/init: Disable "

[PATCH v6 13/16] x86/init: rename ebda code file
 2016-04-22  9:53 UTC  (2+ messages)
` [tip:x86/boot] x86/init: Rename EBDA "

[PATCH v6 12/16] x86, ACPI: parse ACPI_FADT_LEGACY_DEVICES
 2016-04-22  9:53 UTC  (2+ messages)
` [tip:x86/boot] x86/ACPI: Parse ACPI_FADT_LEGACY_DEVICES

[PATCH v6 11/16] pnpbios: replace paravirt_enabled() check with legacy device check
 2016-04-22  9:53 UTC  (2+ messages)
` [tip:x86/boot] x86, drivers/pnpbios: Replace "

[PATCH v6 10/16] x86/cpu/intel: remove not needed paravirt_enabled() for f00f work around
 2016-04-22  9:52 UTC  (2+ messages)
` [tip:x86/boot] x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F "

[PATCH v6 09/16] x86/tboot: remove paravirt_enabled()
 2016-04-22  9:52 UTC  (2+ messages)
` [tip:x86/boot] x86/tboot: Remove paravirt_enabled() use

[PATCH v6 08/16] apm32: remove paravirt_enabled() use
 2016-04-22  9:51 UTC  (2+ messages)
` [tip:x86/boot] x86/apm32: Remove "

[PATCH v6 07/16] tools/lguest: force disable tboot and apm
 2016-04-22  9:51 UTC  (2+ messages)
` [tip:x86/boot] tools/lguest: Force disable tboot and APM

[PATCH v6 06/16] x86/init: use a platform legacy quirk for ebda
 2016-04-22  9:51 UTC  (2+ messages)
` [tip:x86/boot] x86/init: Use a platform legacy quirk for EBDA

[PATCH v6 05/16] x86, ACPI: move ACPI_FADT_NO_CMOS_RTC check to ACPI boot code
 2016-04-22  9:50 UTC  (2+ messages)
` [tip:x86/boot] x86/ACPI: Move "

[PATCH v6 04/16] x86/rtc: replace paravirt rtc check with platform legacy quirk
 2016-04-22  9:50 UTC  (2+ messages)
` [tip:x86/boot] x86/rtc: Replace "

[PATCH] x86/xen: suppress hugetlbfs in PV guests
 2016-04-22  9:47 UTC  (2+ messages)
` [tip:x86/asm] x86/mm/xen: Suppress "

[PATCH v6 03/16] tools/lguest: make lguest launcher use X86_SUBARCH_LGUEST explicitly
 2016-04-22  9:49 UTC  (2+ messages)
` [tip:x86/boot] tools/lguest: Make "

[PATCH v6 02/16] x86/xen: use X86_SUBARCH_XEN for PV guest boots
 2016-04-22  9:49 UTC  (2+ messages)
` [tip:x86/boot] x86/xen: Use "

[PATCH v6 01/16] x86/boot: enumerate documentation for the x86 hardware_subarch
 2016-04-22  9:49 UTC  (2+ messages)
` [tip:x86/boot] x86/boot: Enumerate "

[PATCH] media: vb2: Fix regression on poll() for RW mode
 2016-04-22  9:49 UTC  (3+ messages)

[PATCH] mm: move huge_pmd_set_accessed out of huge_memory.c
 2016-04-22  9:48 UTC  (5+ messages)

[PATCH] doc: correct Documentation/x86/x86_64/mm.txt
 2016-04-22  9:47 UTC  (2+ messages)
` [tip:x86/asm] x86/doc: Correct limits in Documentation/x86/x86_64/mm.txt

[PATCH kernel 0/2] speed up live migration by skipping free pages
 2016-04-22  9:48 UTC  (6+ messages)
` [PATCH kernel 1/2] mm: add the related functions to build the free page bitmap

[PATCH 4/5] x86, boot: Make memcpy handle overlaps
 2016-04-22  9:46 UTC  (2+ messages)
` [tip:x86/boot] x86/boot: Make memcpy() "

[PATCH 5/5] x86, KASLR: Warn when KASLR is disabled
 2016-04-22  9:47 UTC  (2+ messages)
` [tip:x86/boot] x86/KASLR: "

[PATCH 3/5] x86, boot: Clean up things used by decompressors
 2016-04-22  9:46 UTC  (2+ messages)
` [tip:x86/boot] x86/boot: "

[PATCH 0/5] x86, boot: clean up KASLR code (step 2)
 2016-04-22  9:45 UTC  (7+ messages)
` [PATCH 2/5] x86, KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET
  ` [tip:x86/boot] x86/KASLR: "

[PATCH 1/5] x86, KASLR: Update description for decompressor worst case size
 2016-04-22  9:45 UTC  (2+ messages)
` [tip:x86/boot] x86/KASLR: "

[PATCH] objtool: Fix Makefile to properly see if libelf is supported
 2016-04-22  9:45 UTC  (2+ messages)
` [tip:core/urgent] "

[PATCH 10/11] x86, rwsem: provide __down_write_killable
 2016-04-22  9:43 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem, x86: Provide __down_write_killable()

[PATCH] x86: add frame annotation for call_rwsem_down_write_failed_killable
 2016-04-22  9:44 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem, x86: Add frame annotation for call_rwsem_down_write_failed_killable()

[PATCH 11/11] locking, rwsem: provide down_write_killable
 2016-04-22  9:44 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem: Provide down_write_killable()

[PATCH] mm: make fault_around_bytes configurable
 2016-04-22  9:44 UTC  (4+ messages)

[PATCH 09/11] s390, rwsem: provide __down_write_killable
 2016-04-22  9:43 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem, s390: Provide __down_write_killable()

[PATCH 08/11] ia64, rwsem: provide __down_write_killable
 2016-04-22  9:43 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem, ia64: Provide __down_write_killable()

[PATCH 07/11] alpha, rwsem: provide __down_write_killable
 2016-04-22  9:42 UTC  (2+ messages)
` [tip:locking/rwsem] locking/rwsem, alpha: Provide __down_write_killable()

[PATCH v2 0/5] Add support for rk818
 2016-04-22  9:41 UTC  (5+ messages)
` [PATCH v2 3/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code

[PATCH v7 4/8] dt-bindings: Add a binding for Mediatek Video Encoder
 2016-04-22  9:38 UTC  (2+ messages)

[PATCH v1 0/5] perf: Introduce address range filtering
 2016-04-22  9:34 UTC  (7+ messages)
` [PATCH v1 2/5] perf/x86/intel/pt: IP filtering register/cpuid bits

[PATCH V2 RFC] fixup! virtio: convert to use DMA api
 2016-04-22  9:33 UTC  (4+ messages)

[PATCH 0/3] Add support simple-card parse jack detection via external codec
 2016-04-22  9:22 UTC  (5+ messages)
` [PATCH 2/3] ASoC: simple-card: Add support jack detection via codec

linux-next: build failure after merge of the sound-asoc tree
 2016-04-22  9:21 UTC  (4+ messages)

linux-next: build failure after merge of the net-next tree
 2016-04-22  9:20 UTC  (3+ messages)

[PATCH 0/7] Make debugobjects fixup functions return bool type
 2016-04-22  9:16 UTC  (7+ messages)
` [PATCH 1/7] debugobjects: make fixup functions return bool instead of int
` [PATCH 2/7] debugobjects: correct the usage of fixup call results

[PATCH 00/12] mtd: get rid of of_mtd.{c,h} and of_get_nand_xx()
 2016-04-22  9:14 UTC  (2+ messages)

[PATCH 0/4] add __init attribute
 2016-04-22  9:13 UTC  (3+ messages)
` [PATCH 4/4] mtd: nandsim: "

[PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch
 2016-04-22  9:12 UTC  (2+ messages)

[PATCH v2 00/13] ARM: dts: Add DB600c support
 2016-04-22  9:11 UTC  (4+ messages)
` [PATCH v2 05/13] ARM: dts: db600c: add pmic regulator supplies

[PATCH v3] sched/cpufreq: optimize cpufreq update kicker to avoid update multiple times
 2016-04-22  9:07 UTC 

[PATCH resend 0/3] mm: allow arch to override lowmem_page_address
 2016-04-22  9:07 UTC  (3+ messages)

[PATCH v7 0/9] Add clock support for Mediatek MT2701
 2016-04-22  9:06 UTC  (5+ messages)
` [PATCH v7 1/9] clk: mediatek: Refine the makefile to support multiple clock drivers
` [PATCH v7 3/9] clk: mediatek: Add dt-bindings for MT2701 clocks

[PATCH 0/7] mfd: Use devm_mfd_add_devices and devm_regmap_add_irq_chip
 2016-04-22  8:50 UTC  (4+ messages)
` [PATCH 2/7] mfd: lp8788: "

[PATCH v5] irqchip, gicv3-its, numa: Enable workaround for Cavium thunderx erratum 23144
 2016-04-22  9:00 UTC  (4+ messages)

mipsel-linux-gnu-gcc: error: unrecognized command line option '-mcompact-branches=optimal'
 2016-04-22  8:54 UTC  (7+ messages)
  ` [kbuild-all] "

[PATCH v4] i2c: designware-platdrv: fix unbalanced clk enable and prepare
 2016-04-22  8:49 UTC 

[PATCH net-next] hv_netvsc: Fix the list processing for network change event
 2016-04-22  8:49 UTC  (2+ messages)

[PATCH] MIPS: Allow R6 compact branch policy to be left unspecified
 2016-04-22  8:43 UTC 

[PATCH v11 0/3] printk: Make printk() completely async
 2016-04-22  8:41 UTC  (7+ messages)
` [PATCH v11 3/3] printk: make printk.synchronous param rw

[PATCHv5 1/3] x86: rename is_{ia32,x32}_task to in_{ia32,x32}_syscall
 2016-04-22  8:36 UTC  (5+ messages)
` [tip:x86/asm] x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()

[PATCH 1/4] ARM: cpuidle: add const qualifier to cpuidle_ops member in structures
 2016-04-22  8:31 UTC  (4+ messages)
  ` [PATCH 2/4] ARM: cpuidle: constify return value of arm_cpuidle_get_ops()
  ` [PATCH 3/4] soc: qcom: spm: Use const and __initconst for qcom_cpuidle_ops
  ` [PATCH 4/4] drivers: firmware: psci: use const and __initconst for psci_cpuidle_ops

[PATCH v12 0/2] staging/android: Sync ABI rework
 2016-04-22  8:31 UTC  (3+ messages)
` [PATCH v12 1/2] kernel.h: add u64_to_user_ptr()

[PATCH 0/8] drm: Add fbdev deferred io support to helpers
 2016-04-22  8:27 UTC  (10+ messages)
` [PATCH 2/8] drm/udl: Change drm_fb_helper_sys_*() calls to sys_*()
` [PATCH 4/8] drm/fb-helper: Add fb_deferred_io support

[PATCH 0/8] Input: atmel_mxt_ts - output raw touch diagnostic data via V4L
 2016-04-22  8:26 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).