linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-31 07:51:32 to 2016-05-31 10:41:27 UTC [more...]

[PATCH 00/17] pinctrl: uniphier: many clean-ups and support new pinctrl drivers
 2016-05-31 10:41 UTC  (24+ messages)
` [PATCH 01/17] pinctrl: copy per-pin driver private data to struct pin_desc
` [PATCH 02/17] pinctrl: uniphier: rename function and variable names
` [PATCH 03/17] pinctrl: uniphier: fix register offsets for drive strength control
` [PATCH 04/17] pinctrl: uniphier: set pinctrl_desc owner in common probe function
` [PATCH 05/17] pinctrl: uniphier: set pinctrl_desc name "
` [PATCH 06/17] pinctrl: uniphier: allocate struct pinctrl_desc in "
` [PATCH 07/17] pinctrl: uniphier: rename macros for drive strength control
` [PATCH 08/17] pinctrl: uniphier: support 3-bit "
` [PATCH 09/17] pinctrl: uniphier: support pin configuration in sparse pin space
` [PATCH 10/17] pinctrl: uniphier: introduce capability flag
` [PATCH 11/17] pinctrl: uniphier: support per-pin input enable for new SoCs
` [PATCH 12/17] pinctrl: uniphier: support pin configuration for dedicated pins
` [PATCH 13/17] pinctrl: uniphier: add dedicated pins to pin tables of PH1-LD4/sLD8
` [PATCH 14/17] pinctrl: uniphier: add System Bus pin-mux settings
` [PATCH 15/17] pinctrl: uniphier: allow to have pinctrl node under syscon node
` [PATCH 16/17] pinctrl: uniphier: add UniPhier PH1-LD11 pinctrl driver
` [PATCH 17/17] pinctrl: uniphier: add UniPhier PH1-LD20 "

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

[BUG] Page allocation failures with newest kernels
 2016-05-31 10:29 UTC  (3+ messages)

kvm: GPF in kvm_lapic_latched_init
 2016-05-31 10:35 UTC  (2+ messages)

[PATCH v2 1/4] staging : comedi : fix type issues in s626.c
 2016-05-31 10:31 UTC  (8+ messages)
` [PATCH v2 2/4] Staging: comedi: Fix WARNING issue "
` [PATCH v2 3/4] Staging: comedi:Fix unsigned int to bare use of unsigned "
` [PATCH v2 4/4] Staging: comedi: fix line over 80 characters "

[PATCH 00/10] Documentation/Sphinx
 2016-05-31 10:30 UTC  (13+ messages)

[GIT PULL 0/2] EFI urgent fixes
 2016-05-31 10:23 UTC  (3+ messages)
` [PATCH 1/2] efi: Fix for_each_efi_memory_desc_in_map() for empty memmaps
` [PATCH 2/2] efi/arm: Fix the format of debug message from efi

[PATCH v2 0/4] hw rng support for NSP SoC
 2016-05-31 10:19 UTC  (2+ messages)

[PATCH] crypto: s5p-sss - Use consistent indentation for variables and members
 2016-05-31 10:19 UTC  (2+ messages)

[PATCH 0/5] refactor mpi_read_from_buffer()
 2016-05-31 10:19 UTC  (2+ messages)

[PATCH 1/2] lib/mpi: mpi_read_raw_data(): purge redundant clearing of nbits
 2016-05-31 10:18 UTC  (2+ messages)

[PATCH] lib/mpi: purge mpi_set_buffer()
 2016-05-31 10:18 UTC  (2+ messages)

[PATCH] hwrng: stm32: fix maybe uninitialized variable warning
 2016-05-31 10:18 UTC  (2+ messages)

[PATCH 00/18] Add support for FDMA DMA controller and xp70 rproc found on STi chipsets
 2016-05-31 10:16 UTC  (11+ messages)
` [PATCH v4 11/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers
` [PATCH v4 15/18] ARM: STi: DT: STiH407: Add sti-sasg-codec dt node
` [PATCH v4 16/18] ARM: STi: DT: STiH407: Add uniperif player dt nodes
` [PATCH v4 17/18] ARM: STi: DT: STiH407: Add uniperif reader "
` [PATCH v4 18/18] ARM: DT: STi: stihxxx-b2120: Add DT nodes for STi audio card

[PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings
 2016-05-31 10:16 UTC  (7+ messages)
` [PATCH 03/54] MAINTAINERS: Add file patterns for mediatek "
` [PATCH 14/54] MAINTAINERS: Add file patterns for crypto "
` [PATCH 19/54] MAINTAINERS: Add file patterns for rng "

[PATCH v3 0/8] crypto: caam - add support for LS1043A SoC
 2016-05-31 10:15 UTC  (2+ messages)

BUG: scheduling while atomic: cron/668/0x10c9a0c0 (was: Re: mm, page_alloc: avoid looking up the first zone in a zonelist twice)
 2016-05-31 10:13 UTC  (6+ messages)

[Revert "ppdev] 1701f68040: genirq: Flags mismatch irq 4. 00000000 (serial) vs. 00000080 (goldfish_pdev_bus)
 2016-05-31 10:11 UTC  (2+ messages)

[PATCH] xen: xen-pciback: Remove create_workqueue
 2016-05-31 10:11 UTC  (5+ messages)

[PATCH 0/2] Add Rockchip PCIe RC controller support
 2016-05-31 10:09 UTC  (4+ messages)
` [PATCH 1/2] Documentation: add binding description of Rockchip PCIe controller

[PATCH] mm, page_alloc: Reset zonelist iterator after resetting fair zone allocation policy
 2016-05-31 10:08 UTC 

fou: dead build rule for fou6.o
 2016-05-31 10:08 UTC  (2+ messages)

[PATCH] powerpc: inline current_stack_pointer()
 2016-05-31 10:05 UTC  (2+ messages)

issue when applying ICC profile to display after drm/i915 change
 2016-05-31 10:04 UTC  (2+ messages)

[PATCH v7 0/4] i2c-smbus: add support for HOST NOTIFY
 2016-05-31 10:03 UTC  (5+ messages)
` [PATCH v7 1/4] i2c: add a protocol parameter to the alert callback
` [PATCH v7 2/4] i2c-smbus: add SMBus Host Notify support
` [PATCH v7 3/4] i2c: i801: add support of Host Notify
` [PATCH v7 4/4] Input: synaptics-rmi4 - add SMBus support

[PATCH] ACPI: Execute the _PTS method when system reboot
 2016-05-31  9:59 UTC  (5+ messages)

[PATCH 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver
 2016-05-31  9:57 UTC  (4+ messages)
` [PATCH 1/3] watchdog: Add Meson GXBB Watchdog Driver

kvm: GPF in kvm_irq_map_gsi
 2016-05-31  9:56 UTC  (2+ messages)

[PATCH -v3 0/8] spin_unlock_wait borkage and assorted bits
 2016-05-31  9:41 UTC  (9+ messages)
` [PATCH -v3 1/8] locking: Replace smp_cond_acquire with smp_cond_load_acquire
` [PATCH -v3 2/8] locking: Introduce cmpwait()
` [PATCH -v3 3/8] locking: Introduce smp_acquire__after_ctrl_dep
` [PATCH -v3 4/8] locking, arch: Update spin_unlock_wait()
` [PATCH -v3 5/8] locking: Update spin_unlock_wait users
` [PATCH -v3 6/8] locking,netfilter: Fix nf_conntrack_lock()
` [PATCH -v3 7/8] locking: Move smp_cond_load_acquire() and friends into asm-generic/barrier.h
` [PATCH -v3 8/8] locking, tile: Provide TILE specific smp_acquire__after_ctrl_dep

shrink_active_list/try_to_release_page bug? (was Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage)
 2016-05-31  9:50 UTC  (9+ messages)

[PATCH 0/2] clocksource: Add support for Oxford Semiconductor RPS Dual Timer
 2016-05-31  9:49 UTC  (3+ messages)
` [PATCH 1/2] clocksource: Add "
` [PATCH 2/2] dt-bindings: clocksource: Add Add Oxford Semiconductor RPS Timer bindings

[PATCH] hash: fix gcc-4 build warnings in test_hash.c
 2016-05-31  9:46 UTC  (2+ messages)

[PATCH 0/6] crypto: talitos - implementation of AEAD for SEC1
 2016-05-31  9:46 UTC  (3+ messages)
` [PATCH 2/6] crypto: talitos - making mapping helpers more generic

[PATCH 0/4] Support hisilicon 64bit mode timer
 2016-05-31  9:44 UTC  (7+ messages)
` [PATCH 2/4] clocksource: sp804: introduce helper sp804_load_mode_set()
` [PATCH 3/4] clocksource: sp804: use sp804_timer_disable() where possible
` [PATCH 4/4] clocksource: sp804: support 64bit mode for hisilicon timer64

[PATCHv4 00/48] thermal: reorganizing thermal core
 2016-05-31  9:42 UTC  (2+ messages)

[PATCH] mmc: sdhci: use udelay instead of mdelay
 2016-05-31  9:38 UTC  (5+ messages)

[PATCH] pinctrl: oxnas: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_map
 2016-05-31  9:36 UTC 

[PATCH v3 0/2] extcon: Remove the deprecated extcon functions
 2016-05-31  9:34 UTC  (3+ messages)
` [PATCH v3 1/2] power: axp288_charger: Replace deprecatd API of extcon
` [PATCH v3 2/2] extcon: Remove the deprecated extcon functions

[RFC PATCH 0/2] Remove and replace SD_WAKE_AFFINE with SD_BALANCE_WAKE
 2016-05-31  9:23 UTC  (7+ messages)
` [RFC PATCH 1/2] sched: Clean up SD_BALANCE_WAKE flags in sched domain build-up
` [RFC PATCH 2/2] sched: Remove SD_WAKE_AFFINE flag and replace it with SD_BALANCE_WAKE

[PATCH 0/3] mmc: sunxi: Fix MMC DDR modes for Allwinner A80
 2016-05-31  9:30 UTC  (3+ messages)
` [PATCH 1/3] mmc: fix mmc mode selection for HS-DDR and higher

[PATCH] perf/x86/intel/rapl: add skylake server
 2016-05-31  9:29 UTC  (2+ messages)

[PATCH RFT] regulator: tps51632: Fix setting ramp delay
 2016-05-31  9:26 UTC 

[PATCH] ARM: uniphier: drop code for old DT binding
 2016-05-31  9:21 UTC  (2+ messages)

[PATCH v6 0/4] i2c-smbus: add support for HOST NOTIFY
 2016-05-31  9:17 UTC  (2+ messages)

[PATCH v2 0/3] sched/fair: Skip attach and detach for new group task in task_move_group_fair()
 2016-05-31  9:14 UTC  (5+ messages)
` [PATCH v2 1/3] sched/fair: Clean up attach_entity_load_avg()

lock-free data structure library ported to Linux kernel
 2016-05-31  9:07 UTC 

[PATCH v5 00/22] ARM: dts: exynos: Add initial support for Odroid XU
 2016-05-31  9:12 UTC  (3+ messages)

[PATCH 1/1] net: ethernet: Add SGMII support to dwmac-socfpga
 2016-05-31  9:10 UTC  (3+ messages)

[PATCH 0/4] RCar r8a7795 FCPF support
 2016-05-31  9:10 UTC  (2+ messages)

[PATCH v2 0/5] fix some type infos and bugs for arm64/of numa
 2016-05-31  9:07 UTC  (3+ messages)
` [PATCH v2 5/5] arm64/numa: avoid inconsistent information to be printed

[PATCH v2 0/3] cpufreq: avoid redundant driver calls in schedutil
 2016-05-31  9:02 UTC  (8+ messages)
` [PATCH v2 3/3] cpufreq: schedutil: map raw required frequency to driver frequency

[PATCH 0/2] Add a new Rockchip usb2 phy driver
 2016-05-31  9:02 UTC  (3+ messages)
` [PATCH 1/2] Documentation: bindings: add DT documentation for Rockchip USB2PHY

[PATCH perf/core v9 00/16] perf-probe --cache and SDT support
 2016-05-31  9:01 UTC  (7+ messages)

[PATCH 1/2] xen-blkfront: don't call talk_to_blkback when already connected to blkback
 2016-05-31  8:59 UTC  (2+ messages)
` [PATCH 2/2] xen-blkfront: fix resume issues

[PATCH v2] sunxi factors clock predivider handling
 2016-05-31  8:59 UTC  (6+ messages)
` [PATCH v2] clk: sunxi: predivider handling for factors clock

[PATCH v2 0/7] iio: inv_mpu6050: Support i2c master and external readings
 2016-05-31  8:56 UTC  (6+ messages)
` [PATCH v2 6/7] iio: inv_mpu6050: Reformat sample for active scan mask

[PATCH] pinctrl: uniphier: fix .pin_dbg_show() callback
 2016-05-31  8:56 UTC  (2+ messages)

[PATCH] pinctrl: imx: fix initialization of imx_pinctrl_desc
 2016-05-31  8:55 UTC  (2+ messages)

[RFC v2 0/3] ASoC: Add support to Qualcomm msm8916-wcd codec
 2016-05-31  8:52 UTC  (7+ messages)
` [RFC v2 1/3] ASoC: msm8916: Add codec Device Tree bindings
` [RFC v2 3/3] ASoC: msm8916: Add msm8916-wcd codec driver

[RFC PATCHv2] usb: USB Type-C Connector Class
 2016-05-31  8:48 UTC  (5+ messages)

Re: [RESEND][PATCH] drivers: of: of_reserved_mem: fixup the CMA alignment not to affect dma-coherent
 2016-05-31  8:45 UTC 

[PATCH v5 0/4] Allow ISA-style drivers on modern systems
 2016-05-31  8:41 UTC  (3+ messages)
` [PATCH v5 2/4] gpio: Allow PC/104 devices on X86_64

[PATCH v2] sched: fix first task of a task group is attached twice
 2016-05-31  7:28 UTC  (5+ messages)
` [PATCH v3] "

[RESEND PATCH] gpio: pcf857x: restore the initial line state of all pcf lines
 2016-05-31  8:40 UTC  (2+ messages)

[PATCH v8 0/3] Mediatek MT8173 CMDQ support
 2016-05-31  8:36 UTC  (4+ messages)
` [PATCH v8 2/3] CMDQ: Mediatek CMDQ driver

[lkp] [sched/fair] 53d3bc773e: hackbench.throughput -32.9% regression
 2016-05-31  8:34 UTC  (2+ messages)
` [LKP] "

[PATCH] pinctrl: return -ENOMEM instead of -EINVAL for kasprintf() failure
 2016-05-31  8:33 UTC  (2+ messages)

[PATCH] pinctrl: digicolor: add missing platform_set_drvdata() call
 2016-05-31  8:31 UTC  (2+ messages)

[PATCH] pinctrl: pinconf: separate config parameters with commas for debugfs
 2016-05-31  8:29 UTC  (2+ messages)

[PATCH] pinctrl: copy per-pin driver private data to struct pin_desc
 2016-05-31  8:28 UTC  (2+ messages)

[PATCH] attribute_container: Fix typo
 2016-05-31  8:17 UTC 

Add support for regulator operation mode of mt6397
 2016-05-31  8:20 UTC  (5+ messages)
` [PATCH v2 1/3] regulator: DT: Add DT property for operation mode configuration

[PATCH] pinctrl: do not care about blank pin name
 2016-05-31  8:20 UTC  (2+ messages)

[lkp] [dcache_{readdir,dir_lseek}() users] 4e82901cd6: reaim.jobs_per_min -49.1% regression
 2016-05-31  8:15 UTC 

Vulnerability [CVE-2014-4608] recurs in Linux 3.17.2-4.5
 2016-05-31  8:16 UTC 

PROBLEM: Kernel Bug on USB unplugging (Elo TouchSystems CarrollTouch 4500U)
 2016-05-31  8:13 UTC  (2+ messages)

linux-next: build warnings after merge of the sound-asoc tree
 2016-05-31  8:16 UTC  (2+ messages)

[PATCH] pinctrl: mediatek: fix dual-edge code defect
 2016-05-31  8:13 UTC 

[PATCH 1/7] crypto : stylistic cleanup in sha1-mb
 2016-05-31  8:13 UTC  (2+ messages)

[lkp] [thermal] 1c3ceab5a8: WARNING: CPU: 0 PID: 1 at fs/sysfs/group.c:61 internal_create_group+0x1e4/0x420
 2016-05-31  8:10 UTC 

[PATCH] gpio: remove redundant owner assignments of drivers
 2016-05-31  8:11 UTC  (2+ messages)

[lkp] [thermal] d56e262ce9: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
 2016-05-31  8:07 UTC 

[PATCH v2] pinctrl: stm32: .pin_config_dbg_show fixes
 2016-05-31  8:06 UTC  (3+ messages)
` [PATCH v2] pinctrl: stm32: factorize stm32_pconf_input/output_get()

[gpio] 86ea8a95a4: kernel BUG at drivers/base/driver.c:153!
 2016-05-31  8:03 UTC  (3+ messages)

[PATCH] gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range()
 2016-05-31  8:05 UTC  (2+ messages)

[RFC 00/13] make direct compaction more deterministic
 2016-05-31  7:59 UTC  (6+ messages)
` [RFC 02/13] mm, page_alloc: set alloc_flags only once in slowpath

[mm, oom_adj] 9954f89181: INFO: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected ]
 2016-05-31  7:55 UTC  (2+ messages)

[PATCH] KVM: Handle MSR_IA32_PERF_CTL
 2016-05-31  7:53 UTC  (6+ messages)

[PATCH v6 00/12] Support non-lru page migration
 2016-05-31  7:52 UTC  (8+ messages)
` [PATCH v6 02/12] mm: migrate: support non-lru movable "
  ` PATCH v6v2 "
    ` [PATCH v6v3 "

Bad flicker on skylake HQD due to code in the 4.7 merge window
 2016-05-31  7:51 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).