linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-03 05:29:23 to 2016-06-03 09:57:54 UTC [more...]

[PATCH 0/6] x86: 32-bit compatible C/R on x86_64
 2016-06-03  9:57 UTC  (7+ messages)
` [PATCH 2/6] x86/vdso: introduce do_map_vdso() and vdso_type enum
` [PATCH 4/6] x86/coredump: use core regs, rather that TIF_IA32 flag
` [PATCH 5/6] x86/ptrace: down with test_thread_flag(TIF_IA32)

[PATCH 0/5] net-next: ethernet: add sun8i-emac driver
 2016-06-03  9:56 UTC  (6+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] MAINTAINERS: Add myself as maintainers of sun8i-emac
` [PATCH 3/5] ARM: sun8i: dt: Add DT bindings documentation for Allwinner sun8i-emac
` [PATCH 4/5] ARM: dts: sun8i-h3: add sun8i-emac ethernet driver
` [PATCH 5/5] ARM: dts: sun8i: Enable sun8i-emac on the Orange PI PC

[RFC PATCH v1 0/6] rk3399 support ddr frequency scaling
 2016-06-03  9:55 UTC  (7+ messages)
` [RFC PATCH v1 1/6] rockchip: rockchip: add new clock-type for the ddrclk
` [RFC PATCH v1 2/6] clk: rockchip: rk3399: add SCLK_DDRCLK ID for ddrc
` [RFC PATCH v1 3/6] clk: rockchip: rk3399: add ddrc clock support
` [RFC PATCH v1 4/6] PM / devfreq: event: support rockchip dfi controller
` [RFC PATCH v1 5/6] PM / devfreq: rockchip: add devfreq driver for rk3399 dmc
` [RFC PATCH v1 6/6] drm/rockchip: Add dmc notifier in vop driver

linux-next: Tree for Jun 1
 2016-06-03  9:55 UTC  (7+ messages)
` [linux-next: Tree for Jun 1] __khugepaged_exit rwsem_down_write_failed lockup

[PATCH] drm/nouveau/iccsense: fix memory leak on default sensor->type case
 2016-06-03  9:55 UTC  (2+ messages)
` [Nouveau] "

[PATCH v3 0/5] fix some type infos and bugs for arm64/of numa
 2016-06-03  9:55 UTC  (5+ messages)
` [PATCH v3 3/5] arm64/numa: add nid check for memory block
` [PATCH v3 5/5] arm64/numa: avoid inconsistent information to be printed

[PATCH v2 1/9] pinctrl: walk into bcm subdir unconditionally
 2016-06-03  9:53 UTC  (17+ messages)
` [PATCH v2 2/9] irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
` [PATCH v2 3/9] arm64: Allow for different DMA and CPU bus offsets
` [PATCH v2 4/9] arm64: Add platform selection for BCM2835
` [PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig
` [PATCH v2 6/9] dt-bindings: Add root properties for Raspberry Pi 3
` [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the "
` [PATCH v2 8/9] ARM: bcm2835: dt: Add the ethernet to the device trees
` [PATCH v2 9/9] ARM: bcm2837: "

[BUG] Page allocation failures with newest kernels
 2016-06-03  9:53 UTC  (9+ messages)

[PATCH v2 0/5] fix some type infos and bugs for arm64/of numa
 2016-06-03  9:50 UTC  (6+ messages)
` [PATCH v2 2/5] of/numa: fix a memory@ node can only contains one memory block

[PATCH] locking/qspinlock: Use this_cpu_ptr instead of this_cpu_dec
 2016-06-03  9:48 UTC 

[PATCH v2] r8152: Add support for setting MAC to system's Auxiliary MAC address
 2016-06-03  9:43 UTC  (3+ messages)

[PATCH 2/2] HID: multitouch: enable the Surface 3 Type Cover to report multitouch data
 2016-06-03  9:38 UTC  (11+ messages)

[RFC][PATCH 0/3] spin_unlock_wait and assorted borkage
 2016-06-03  9:38 UTC  (7+ messages)
` [RFC][PATCH 1/3] locking: Introduce smp_acquire__after_ctrl_dep

[PATCH v10 0/7] usb: add support for Intel dual role port mux
 2016-06-03  9:20 UTC  (5+ messages)
` [PATCH v10 2/7] usb: mux: add generic code for "

[PATCH] devfreq_cooling: pass a pointer to devfreq in the power model callbacks
 2016-06-03  9:25 UTC 

[RFC v2 0/3] Introduce the bulk mode method when sending request to crypto layer
 2016-06-03  9:23 UTC  (10+ messages)
` [RFC v2 2/3] crypto: Introduce CRYPTO_ALG_BULK flag

[PATCH] r8152: Add support for setting MAC to system's Auxiliary MAC address
 2016-06-03  9:23 UTC  (8+ messages)

[PATCH v2 0/2] ARM: ohci-at91: Add support to forcibly suspend ports while sleep
 2016-06-03  9:22 UTC  (4+ messages)
` [PATCH v2 1/2] usb: ohci-at91: Forcibly suspend ports while USB suspend

[PATCH 0/3] fix MSR_LAST_BRANCH_FROM Haswell support
 2016-06-03  9:21 UTC  (4+ messages)
` [PATCH 2/3] perf/x86/intel: fix for MSR_LAST_BRANCH_FROM_x quirk when no TSX

[PATCH 0/10 -v3] Handle oom bypass more gracefully
 2016-06-03  9:16 UTC  (11+ messages)
` [PATCH 01/10] proc, oom: drop bogus task_lock and mm check
` [PATCH 02/10] proc, oom: drop bogus sighand lock
` [PATCH 03/10] proc, oom_adj: extract oom_score_adj setting into a helper
` [PATCH 04/10] mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj
` [PATCH 05/10] mm, oom: skip vforked tasks from being selected
` [PATCH 06/10] mm, oom: kill all tasks sharing the mm
` [PATCH 07/10] mm, oom: fortify task_will_free_mem
` [PATCH 08/10] mm, oom: task_will_free_mem should skip oom_reaped tasks
` [RFC PATCH 09/10] mm, oom_reaper: do not attempt to reap a task more than twice
` [RFC PATCH 10/10] mm, oom: hide mm which is shared with kthread or global init

kernel BUG at linux-3.16.7-ckt25/fs/dcache.c:2373!
 2016-06-03  9:17 UTC  (3+ messages)

[PATCH 1/3] iio: adc: ina3221: Add DT binding details
 2016-06-03  9:02 UTC  (3+ messages)

[PATCH V5 0/6] Introduce framework for SLIMbus device drivers
 2016-06-03  9:14 UTC  (4+ messages)
` [PATCH V5 1/6] SLIMbus: Device management on SLIMbus

[PATCH 0/3] hw_random: Add Amlogic Meson SoCs Random Genenerator driver
 2016-06-03  9:07 UTC  (5+ messages)
` [PATCH 1/3] char: hw_random: Add Amlogic Meson Hardware Random Generator
` [PATCH 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings
` [PATCH 3/3] ARM64: dts: meson-gxbb: Add Hardware Random Generator node

[PATCH 1/1] net: ethernet: Add TSE PCS support to dwmac-socfpga
 2016-06-03  9:07 UTC 

[PATCH v3 00/06] iommu/ipmmu-vmsa: IPMMU multi-arch update V3
 2016-06-03  9:04 UTC  (2+ messages)

[PATCH 0/2] Add Rockchip PCIe RC controller support
 2016-06-03  9:01 UTC  (5+ messages)
` [PATCH 2/2] pci: Add PCIe driver for Rockchip Soc

[lkp] [mm] 795ae7a0de: pixz.throughput -9.1% regression
 2016-06-03  9:00 UTC  (3+ messages)

BUG: scheduling while atomic: cron/668/0x10c9a0c0 (was: Re: mm, page_alloc: avoid looking up the first zone in a zonelist twice)
 2016-06-03  9:00 UTC  (12+ messages)
      ` BUG: scheduling while atomic: cron/668/0x10c9a0c0

[PATCH] tracing: expose current->comm to kprobe events
 2016-06-03  8:59 UTC  (3+ messages)

[RESEND PATCH v4 1/5] thermal: Add support for hardware-tracked trip points
 2016-06-03  8:54 UTC  (3+ messages)

[PATCH v3] sched/cputime: add steal time support to full dynticks CPU time accounting
 2016-06-03  8:49 UTC  (3+ messages)

[lockdep] chain_key collision check triggers
 2016-06-03  8:48 UTC 

[PATCH 21/32] mmc: bcm2835-sdhost: Add new driver for the internal SD controller
 2016-06-03  8:42 UTC  (3+ messages)

[PATCH] Dyna-Image AL3320A update, add AL3010 driver
 2016-06-03  8:40 UTC  (6+ messages)

[PATCH] locking/qspinlock: Use atomic_sub_return_release in queued_spin_unlock
 2016-06-03  8:38 UTC 

[PATCH] perf script: Fix display inconsitency when call-graph config is used
 2016-06-03  8:38 UTC  (2+ messages)

[PATCH v2 0/3] watchdog: Add Amlogic Meson GXBB Watchdog Timer driver
 2016-06-03  8:36 UTC  (4+ messages)
` [PATCH v2 1/3] watchdog: Add Meson GXBB Watchdog Driver
` [PATCH v2 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings
` [PATCH v2 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node

[PATCH] MIPS: pistachio: Remove plat_setup_iocoherency
 2016-06-03  8:35 UTC 

[PATCH v6 0/5] Add enhanced strobe support for emmc version 5.1 or later
 2016-06-03  8:34 UTC  (2+ messages)

[PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings
 2016-06-03  8:33 UTC  (3+ messages)
` [PATCH 31/54] MAINTAINERS: Add file patterns for mmc "

[PATCH v2] mmc: sdhci: fix wakeup configuration
 2016-06-03  8:33 UTC  (6+ messages)

[PATCH] usb: usbip: fix null pointer dereference
 2016-06-03  8:29 UTC  (2+ messages)

[PATCH 00/14] regulator: pwm: various improvements
 2016-06-03  8:23 UTC  (15+ messages)
` [PATCH 01/14] pwm: Add new helpers to create/manipulate PWM states
` [PATCH 02/14] regulator: pwm: Drop unneeded pwm_enable() call
` [PATCH 03/14] pwm: rockchip: Fix period and duty_cycle approximation
` [PATCH 04/14] pwm: rockchip: Add support for hardware readout
` [PATCH 05/14] pwm: rockchip: Avoid glitches on already running PWMs
` [PATCH 06/14] pwm: rockchip: Add support for atomic update
` [PATCH 07/14] pwm: sti: Add support for hardware readout
` [PATCH 08/14] pwm: sti: Avoid glitches on already running PWMs
` [PATCH 09/14] regulator: pwm: Adjust PWM config at probe time
` [PATCH 10/14] regulator: pwm: Switch to the atomic PWM API
` [PATCH 11/14] regulator: pwm: properly initialize the ->state field
` [PATCH 12/14] regulator: pwm: Retrieve correct voltage
` [PATCH 13/14] regulator: pwm: Support extra continuous mode cases
` [PATCH 14/14] regulator: pwm: Document pwm-dutycycle-unit and pwm-dutycycle-range

[PATCH 1/4] drm/panel: simple: Add support for LG LP097QX1-SPA1 2048x1536 panel
 2016-06-03  8:24 UTC  (8+ messages)
` [PATCH 2/4] dt-bindings: add LG LP097QX1-SPA1 panle binding
` [PATCH 4/4] dt-bindings: add Samsung LSN122DL01-C01 panel binding

[PATCH v2] i2c: Add generic support passing secondary devices addresses
 2016-06-03  8:24 UTC  (12+ messages)

[PATCH] mm: add NR_ZSMALLOC to vmstat
 2016-06-03  8:23 UTC  (3+ messages)

[PATCH] x86/mce: Do not use bank 1 for APEI generated error logs
 2016-06-03  8:20 UTC  (6+ messages)

[PATCH V4 0/4] net-next: mediatek: improve phy support
 2016-06-03  8:17 UTC  (5+ messages)
` [PATCH V4 1/4] net-next: mediatek: use mdiobus_free() in favour of kfree()
` [PATCH V4 2/4] net-next: mediatek: fix gigabit and flow control advertisement
` [PATCH V4 3/4] net-next: mediatek: add fixed-phy support
` [PATCH V4 4/4] net-next: mediatek: properly handle RGMII modes

[PATCH 1/3] MIPS: BMIPS: Add device tree example for BCM63268
 2016-06-03  8:12 UTC  (3+ messages)
` [PATCH 2/3] MIPS: BMIPS: Add BCM6345 support
` [PATCH 3/3] MIPS: BMIPS: Add device tree example for BCM6345

[RFC][PATCH 0/7] locking/rwsem: Convert rwsem count to atomic_long_t
 2016-06-03  8:04 UTC  (4+ messages)

Builtin microcode does nothing
 2016-06-03  8:02 UTC  (11+ messages)

[PATCH v2 0/5] Add support for the STM32F4 I2C
 2016-06-03  7:57 UTC  (4+ messages)
` [PATCH v2 3/5] ARM: dts: Add I2C1 support for STM32F429 SoC

[PATCH] of: use pr_fmt prefix for all console printing
 2016-06-03  7:54 UTC  (2+ messages)

[PATCH] i2c_hid: enable i2c-hid devices to suspend/resume asynchronously
 2016-06-03  7:56 UTC  (2+ messages)

[PATCH 0/5] Add support for the STM32F4 I2C
 2016-06-03  7:44 UTC  (9+ messages)
` [PATCH 2/5] i2c: Add STM32F4 I2C driver

[PATCH 01/20] x86, intel: Introduce macros for Intel family numbers
 2016-06-03  7:42 UTC  (3+ messages)
` [PATCH 17/20] x86, mmc: use Intel family name macros for mmc driver

[PATCH 1/7] dt-bindings: Update QorIQ TMU thermal bindings
 2016-06-03  6:57 UTC  (7+ messages)
` [PATCH 2/7] powerpc/mpc85xx: Update TMU device tree node for T1040/T1042
` [PATCH 3/7] powerpc/mpc85xx: Update TMU device tree node for T1023/T1024
` [PATCH 4/7] arm:dt:ls1021a: Add TMU device tree support for LS1021A
` [PATCH 5/7] arm64:dt:ls1043a: Add TMU device tree support for LS1043A
` [PATCH 6/7] arm64:dt:ls2080a: Add TMU device tree support for LS2080A
` [PATCH 7/7] thermal: qoriq: Add thermal management support

[GIT PULL] MMC fixes for v.4.7 rc2
 2016-06-03  7:40 UTC 

[PATCH 1/3] pci: introduce read_bridge/write_bridge pci ops
 2016-06-02 15:06 UTC  (4+ messages)

[PATCH 2/2] clk: rockchip: remove ROCKCHIP_SOFTRST_HIWORD_MASK for rockchip platform
 2016-06-03  7:38 UTC  (5+ messages)

[PATCH 00/20] drm/atomic: Provide default ->best_encoder() behavior
 2016-06-03  7:38 UTC  (9+ messages)
` [PATCH 01/20] drm/atomic: Fix remaining places where !funcs->best_encoder is valid
` [PATCH 09/20] drm: rcar-du: Rely on the default ->best_encoder() behavior

[PATCH] locking/qrwlock: fix write unlock issue in big endian
 2016-06-03  7:20 UTC  (7+ messages)

[PATCH 00/34] Convert clk providers to clk_hw based APIs (part 1)
 2016-06-03  7:18 UTC  (3+ messages)
` [PATCH 25/34] clk: s2mps11: Migrate to clk_hw based OF and registration APIs

[lockdep] chain_key collision check triggers
 2016-06-03  7:15 UTC 

[PATCH] libnvdimm, nfit: treat volatile virtual CD region as read-only pmem
 2016-06-03  7:13 UTC 

[PATCH v9 00/14] Add support for remote unwind
 2016-06-03  7:06 UTC  (2+ messages)

Anyone have a clone of wireless-legacy.git?
 2016-06-03  7:06 UTC  (3+ messages)

[PATCH v5 0/6] powerPC/pSeries use pv-qpsinlock as the default spinlock implemention
 2016-06-03  7:02 UTC  (7+ messages)
` [PATCH v5 1/6] qspinlock: powerpc support qspinlock

[RESEND v2] power: reset: keystone: Enable COMPILE_TEST
 2016-06-03  6:59 UTC  (5+ messages)

USB broken on Banana Pi in Linux 4.6
 2016-06-03  6:53 UTC  (3+ messages)

[PATCH v3 0/2] ARM: dts: sun9i: drop sunxi-common-regulators.dtsi
 2016-06-03  6:50 UTC  (3+ messages)
` [PATCH v3 1/2] ARM: dts: sun9i: a80-optimus: Drop sunxi-common-regulators.dtsi
` [PATCH v3 2/2] ARM: dts: sun9i: cubieboard4: "

[PATCH RESEND 0/3] Support Mediatek Soc MT2701 disp pwm
 2016-06-03  6:45 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: pwm: Add MediaTek display PWM bindings

authenc methods vs FIPS in light of unencrypted associated data
 2016-06-03  6:42 UTC  (2+ messages)

linux-next memleak after IO on dax mountpoint
 2016-06-03  6:35 UTC  (4+ messages)
    ` linux-next/linux "

[PATCHv4] support for AD5820 camera auto-focus coil
 2016-06-03  6:19 UTC  (11+ messages)
  ` [PATCHv5] "
              ` [PATCH] device tree description "

[PATCH v3 1/2] ARM: at91/dt: at91sam9260: Remove leading zeros in OHCI node
 2016-06-03  6:15 UTC  (2+ messages)
` [PATCH v3 2/2] ARM: at91: Add DT support for Olimex SAM9-L9260 board

[PATCH v8 0/3] Mediatek MT8173 CMDQ support
 2016-06-03  6:12 UTC  (8+ messages)
` [PATCH v8 2/3] CMDQ: Mediatek CMDQ driver

[PATCH v1] Add KVM support for Intel local MCE
 2016-06-03  6:08 UTC  (2+ messages)
` [PATCH v1] KVM: VMX: enable guest access to LMCE related MSRs

[linux-sunxi] [PATCH] [V2] ARM: dts: sun7i: Add dts file for Bananapi M1 Plus board
 2016-06-03  6:13 UTC  (2+ messages)

[PATCH] f2fs: fix to redirty page if fail to gc data page
 2016-06-03  5:59 UTC  (7+ messages)

[GIT PULL] Keys keyctl placeholder
 2016-06-03  5:57 UTC 

NFS/d_splice_alias breakage
 2016-06-03  5:56 UTC  (6+ messages)

linux-next: Tree for May 30
 2016-06-03  5:49 UTC  (11+ messages)
  ` ath9k gpio request

[PATCH] ARM: dts: am335x-boneblack: add i2c1 DT entry
 2016-06-03  5:46 UTC  (5+ messages)

Add support for regulator operation mode of mt6397
 2016-06-03  5:42 UTC  (7+ messages)
` [PATCH v2 1/3] regulator: DT: Add DT property for operation mode configuration

Linux 4.7-rc1
 2016-06-03  5:34 UTC  (2+ messages)
` Let me know about regressions in 4.7 (was: Re: Linux 4.7-rc1)

[PATCH] sched/cputime: add steal clock warps handling during cpu hotplug
 2016-06-03  5:34 UTC  (4+ messages)

[PATCH V3 0/8] cpufreq: cleanups and reorganization
 2016-06-03  5:28 UTC  (6+ messages)
` [PATCH V3 4/8] cpufreq: ondemand: Don't keep a copy of freq_table pointer
` [PATCH V3 5/8] cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
` [PATCH V3 6/8] cpufreq: Drop 'freq_table' argument of __target_index()
` [PATCH V3 7/8] cpufreq: Return index from cpufreq_frequency_table_target()
` [PATCH V3 8/8] cpufreq: davinci: Reuse cpufreq_generic_frequency_table_verify()


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