linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-07 08:39:18 to 2016-06-07 11:50:54 UTC [more...]

[PATCH v2 00/20] drm/atomic: Provide default ->best_encoder() behavior
 2016-06-07 11:48 UTC  (9+ messages)
` [PATCH v2 04/20] drm: exynos: Rely on the "
` [PATCH v2 09/20] drm: rcar-du: "
` [PATCH v2 10/20] drm: rockchip: "
` [PATCH v2 13/20] drm: tegra: "
` [PATCH v2 14/20] drm: vc4: "
` [PATCH v2 18/20] drm/bridge: ptn3460: "
` [PATCH v2 19/20] drm/bridge: ps8622: "
` [PATCH v2 20/20] drm/bridge: dw-hdmi: Use drm_atomic_helper_best_encoder()

[PATCH 1/2] IB/sysfs: fix NULL dereference
 2016-06-07 11:50 UTC  (4+ messages)
` [PATCH 2/2] IB/sysfs: fix memory leak

[PATCH v4 2/3] sched/cputime: Fix prev steal time accouting during cpu hotplug
 2016-06-07 11:50 UTC  (4+ messages)
      ` Fw: "
  ` [PATCH v4 3/3] sched/cputime: Add steal time support to full dynticks CPU time accounting

[PATCH] ARM64: boot: dts: Add regulators for Tegra210 Smaug
 2016-06-07 11:35 UTC  (4+ messages)

linux-next: Tree for May 30
 2016-06-07 11:43 UTC  (14+ messages)
  ` ath9k gpio request

[PATCH -v4 0/7] spin_unlock_wait borkage and assorted bits
 2016-06-07 11:43 UTC  (8+ messages)
` [PATCH -v4 5/7] locking, arch: Update spin_unlock_wait()

[PATCH 0/6] x86: 32-bit compatible C/R on x86_64
 2016-06-07 11:38 UTC  (4+ messages)
` [PATCH 5/6] x86/ptrace: down with test_thread_flag(TIF_IA32)

powerpc/nvram: Fix an incorrect partition merge
 2016-06-07 11:39 UTC  (3+ messages)

[PATCH v3] ASoC: rockchip: Add machine driver for MAX98357A/RT5514/DA7219
 2016-06-07 11:38 UTC  (7+ messages)

[PATCH 0/9] clocksource/drivers/clksrc-of: Improve error handling
 2016-06-07 11:35 UTC  (3+ messages)

[PATCH v2 0/3] Write dump into container's filesystem for pipe_type core_pattern
 2016-06-07 11:29 UTC  (4+ messages)
` [PATCH v2 1/3] Save dump_root into pid_namespace
` [PATCH v2 2/3] Make dump_pipe thread possilbe to select the rootfs
` [PATCH v2 3/3] Write dump into container's filesystem for pipe_type core_pattern

Regression in "kbuild: fix if_change and friends to consider argument order"
 2016-06-07 11:29 UTC  (6+ messages)

[PATCH 0/6] clk: sti: Add support for critical clocks
 2016-06-07 11:19 UTC  (7+ messages)
` [PATCH 1/6] clk: st: clk-flexgen: Detect "
` [PATCH 2/6] clk: st: clkgen-fsyn: "
` [PATCH 3/6] clk: st: clkgen-pll: "
` [PATCH 4/6] ARM: sti: stih407-family: Supply defines for CLOCKGEN A0
` [PATCH 5/6] ARM: sti: stih410-clocks: Identify critical clocks
` [PATCH 6/6] spi: st-ssc4: Remove 'no clocking' hack

[patch] futex: Fix v4.6+ ltp futex_wait04 regression
 2016-06-07 11:20 UTC  (3+ messages)

mm: pages are not freed from lru_add_pvecs after process termination
 2016-06-07 11:19 UTC  (12+ messages)

about definition of iowait
 2016-06-07 11:24 UTC 

[PATCH v4 1/3] KVM: fix steal clock warp during guest cpu hotplug
 2016-06-07 11:16 UTC  (2+ messages)

[PATCHv9 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-07 11:00 UTC  (34+ messages)
` [PATCHv9-rebased "
  ` [PATCHv9-rebased 01/32] thp, mlock: update unevictable-lru.txt
  ` [PATCHv9-rebased 02/32] mm: do not pass mm_struct into handle_mm_fault
  ` [PATCHv9-rebased 03/32] mm: introduce fault_env
  ` [PATCHv9-rebased 04/32] mm: postpone page table allocation until we have page to map
  ` [PATCHv9-rebased 05/32] rmap: support file thp
  ` [PATCHv9-rebased 06/32] mm: introduce do_set_pmd()
  ` [PATCHv9-rebased 07/32] thp, vmstats: add counters for huge file pages
  ` [PATCHv9-rebased 08/32] thp: support file pages in zap_huge_pmd()
  ` [PATCHv9-rebased 09/32] thp: handle file pages in split_huge_pmd()
  ` [PATCHv9-rebased 10/32] thp: handle file COW faults
  ` [PATCHv9-rebased 11/32] thp: skip file huge pmd on copy_huge_pmd()
  ` [PATCHv9-rebased 12/32] thp: prepare change_huge_pmd() for file thp
  ` [PATCHv9-rebased 13/32] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
  ` [PATCHv9-rebased 14/32] thp: file pages support for split_huge_page()
  ` [PATCHv9-rebased 15/32] thp, mlock: do not mlock PTE-mapped file huge pages
  ` [PATCHv9-rebased 16/32] vmscan: split file huge pages before paging them out
  ` [PATCHv9-rebased 17/32] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
  ` [PATCHv9-rebased 18/32] radix-tree: implement radix_tree_maybe_preload_order()
  ` [PATCHv9-rebased 19/32] filemap: prepare find and delete operations for huge pages
  ` [PATCHv9-rebased 20/32] truncate: handle file thp
  ` [PATCHv9-rebased 21/32] mm, rmap: account shmem thp pages
  ` [PATCHv9-rebased 22/32] shmem: prepare huge= mount option and sysfs knob
  ` [PATCHv9-rebased 23/32] shmem: get_unmapped_area align huge page
  ` [PATCHv9-rebased 24/32] shmem: add huge pages support
  ` [PATCHv9-rebased 25/32] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
  ` [PATCHv9-rebased 26/32] thp: extract khugepaged from mm/huge_memory.c
  ` [PATCHv9-rebased 27/32] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
  ` [PATCHv9-rebased 28/32] shmem: make shmem_inode_info::lock irq-safe
  ` [PATCHv9-rebased 29/32] khugepaged: add support of collapse for tmpfs/shmem pages
  ` [PATCHv9-rebased 30/32] thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
  ` [PATCHv9-rebased 31/32] shmem: split huge pages beyond i_size under memory pressure
  ` [PATCHv9-rebased 32/32] thp: update Documentation/{vm/transhuge,filesystems/proc}.txt

[PATCH 0/7] add reST/sphinx-doc to linux documentation
 2016-06-07 11:09 UTC  (6+ messages)

[PATCH v3 01/10] pinctrl: walk into bcm subdir unconditionally
 2016-06-07 11:05 UTC  (10+ messages)
` [PATCH v3 02/10] irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
` [PATCH v3 03/10] arm64: Allow for different DMA and CPU bus offsets
` [PATCH v3 04/10] arm64: Add platform selection for BCM2835
` [PATCH v3 05/10] arm64: Add BCM2835 support to the defconfig
` [PATCH v3 06/10] dt-bindings: Add root properties for Raspberry Pi 3
` [PATCH v3 07/10] ARM: bcm2835: Add devicetree for the "
` [PATCH v3 08/10] ARM: bcm2835: Add devicetree for the Raspberry Pi 3, for arm (32)
` [PATCH v3 09/10] ARM: bcm2835: dt: Add the ethernet to the device trees
` [PATCH v3 10/10] ARM: bcm2837: "

[PATCH 01/14] drm/nouveau: use drm_crtc_send_vblank_event() v2
 2016-06-07 11:08 UTC  (7+ messages)
` [PATCH RESEND 03/14] drm/atmel: use drm_crtc_send_vblank_event()
` [PATCH RESEND 06/14] drm/virtio: "
` [PATCH 10/14] drm/atmel: use drm_crtc_vblank_{get,put}()

[PATCH V4 1/2] thermal: max77620: Add DT binding doc for thermal driver
 2016-06-07 10:52 UTC  (2+ messages)
` [PATCH V4 2/2] thermal: max77620: Add thermal driver for reporting junction temp

[PATCH 0/1] shiftfs: uid/gid shifting filesystem
 2016-06-07 11:04 UTC  (6+ messages)

[PATCH 0/3] iommu/ipmmu-vmsa: Initial r8a7796 support
 2016-06-07 10:59 UTC  (3+ messages)
` [PATCH 2/3] iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48

NVMe over Fabrics target implementation
 2016-06-07 10:55 UTC  (3+ messages)

[PATCH] crypto: skcipher - remove unused header cpumask.h
 2016-06-07 10:51 UTC  (2+ messages)

generic NVMe over Fabrics library support
 2016-06-07 10:51 UTC  (4+ messages)
` [PATCH 4/8] nvme: add fabrics sysfs attributes

[RFC PATCH 0/4] Integration of function trace with System Trace IP blocks
 2016-06-07 10:50 UTC  (8+ messages)
` [RFC PATCH 1/4] STM Ftrace: Adding generic buffer interface driver
` [RFC PATCH 2/4] trace: Introduce an output interface from ftrace to STM
` [RFC PATCH 3/4] trace: Duplicate the output of the function trace logs "

[PATCH v10 0/4] generic TEE subsystem
 2016-06-07 10:50 UTC  (4+ messages)
` [PATCH v10 2/4] tee: "

[PATCH v3 0/8] crypto: caam - add support for LS1043A SoC
 2016-06-07 10:48 UTC  (3+ messages)
` [PATCH v3 8/8] arm64: dts: ls1043a: add crypto node

[PATCH 0/6] ASoC: sgtl5000: fix use of regulators and internal LDO
 2016-06-07 10:49 UTC  (2+ messages)

general preparation for NVMe over Fabrics support
 2016-06-07 10:49 UTC  (4+ messages)
` [PATCH 01/10] nvme.h: add RTD3R, RTD3E and OAES fields

[PATCH v2 00/11] pwm: Add support for PWM Capture
 2016-06-07 10:47 UTC  (8+ messages)
` [[PATCH v2] 08/11] pwm: sti: Initialise PWM Capture device data
  ` [STLinux Kernel] "
` [[PATCH v2] 09/11] pwm: sti: Add support for PWM Capture IRQs
  ` [STLinux Kernel] "

[PATCH V2 0/2] Implementation of an async interface for sha1-mb
 2016-06-07 10:44 UTC  (5+ messages)
` [PATCH V2 1/2] crypto: sha1-mb - stylistic cleanup
` [PATCH V2 2/2] crypto : async implementation for sha1-mb

[PATCH v13 00/10] arm64: Add kernel probes (kprobes) support
 2016-06-07 10:38 UTC  (7+ messages)
` [PATCH v13 08/10] arm64: Add trampoline code for kretprobes
` [PATCH v13 09/10] arm64: Add kernel return probes support (kretprobes)
` [PATCH v13 10/10] kprobes: Add arm64 case in kprobe example module

[ldv-project] [net] libertas: potential race condition
 2016-06-07  9:30 UTC 

[PATCH v3 0/1] crypto: engine: permit to enqueue ashash_request
 2016-06-07 10:31 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v3] tty:serial:msm:Do not restore Rx interrupts in DMA
 2016-06-07 10:28 UTC 

[PATCH V3 1/8] ARM: davinci: Sort frequency table
 2016-06-07 10:27 UTC  (3+ messages)
` [PATCH V4 "

linux-next memleak after IO on dax mountpoint
 2016-06-07 10:26 UTC  (5+ messages)
    `  "
      ` linux-next/linux "

[PATCH V4 0/2] cpufreq: Sort policy->freq_table
 2016-06-07 10:25 UTC  (3+ messages)
` [PATCH V4 1/2] cpufreq: Handle sorted frequency tables more efficiently
` [PATCH V4 2/2] cpufreq: Reuse new freq-table helpers

[PATCH 2/2] aer: add support aer interrupt with none MSI/MSI-X/INTx mode
 2016-06-07 10:07 UTC  (12+ messages)

[PATCHv2] backlight: pwm_bl: disable PWM when 'duty_cycle' is zero
 2016-06-07 10:13 UTC 

[PATCH] cgroup: disable irqs while holding css_set_lock
 2016-06-07 10:14 UTC  (2+ messages)

[PATCH v5 00/11] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark
 2016-06-07 10:04 UTC  (7+ messages)

[RFC v2 0/4] ARM LPAE Outer Shared v2
 2016-06-07 10:01 UTC  (7+ messages)
` [RFC v2 4/4] ARM: keystone: dma-coherent with safe fallback

[PATCH v3 0/2] spi: Add DMA support for ti-qspi
 2016-06-07 10:00 UTC  (4+ messages)
` [PATCH v3 2/2] spi: spi-ti-qspi: Add DMA support for QSPI mmap read

[PATCH v3 0/2] Add a new Rockchip usb2 phy driver
 2016-06-07  9:54 UTC  (3+ messages)
` [PATCH v3 2/2] phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phy

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

[PATCH 00/10] mm: balance LRU lists based on relative thrashing
 2016-06-07  9:51 UTC  (13+ messages)
` [PATCH 02/10] mm: swap: unexport __pagevec_lru_add()
` [PATCH 03/10] mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
` [PATCH 04/10] mm: fix LRU balancing effect of new transparent huge pages
` [PATCH 05/10] mm: remove LRU balancing effect of temporary page isolation

[PATCH][RT] netpoll: Always take poll_lock when doing polling
 2016-06-07  9:46 UTC  (5+ messages)

linux-4.7-rc2/drivers/net/fjes/fjes_main.c:1346]: (style) Redundant condition
 2016-06-07  9:46 UTC 

linux-4.7-rc2/drivers/net/ethernet/freescale/fman/fman.c:2329]: (style) Redundant condition
 2016-06-07  9:41 UTC 

kmemleak report after 9082e87bfbf8 ("block: remove struct bio_batch")
 2016-06-07  9:39 UTC  (5+ messages)

[PATCH v2] livepatch: allow removal of a disabled patch
 2016-06-07  9:36 UTC  (2+ messages)

[PATCH][RFC] x86, hotplug: Use zero page for monitor when resuming from hibernation
 2016-06-07  9:43 UTC  (5+ messages)

[PATCH v8 0/5] dwc3: omap: fixes and dual-role preparation
 2016-06-07  9:34 UTC  (7+ messages)
` [PATCH v8 5/5] usb: dwc3: core: cleanup IRQ resources
  ` [PATCH v9 "

x86: bad pte in pageattr_test
 2016-06-07  9:34 UTC  (3+ messages)

[PATCH] MAINTAINERS: s5p-dev-mfc.c moved to arch/arm/mach-exynos
 2016-06-07  9:30 UTC  (3+ messages)

[PATCH] rtc: ds1307: Fix relying on reset value for weekday
 2016-06-07  9:29 UTC  (4+ messages)

[PATCH v3 00/12] usb/mmc/power: Generic power sequence (and fix USB/LAN when TFTP booting)
 2016-06-07  9:29 UTC  (4+ messages)
` [PATCH v3 06/12] power: pwrseq: simple: Add support for regulator and generic property

[RFC][PATCH v7 0/9] perf config: Reimplement perf_config() using perf_config_set__inter()
 2016-06-07  9:26 UTC  (8+ messages)
` [BUGFIX][PATCH v7 1/7] perf config: If collect_config() is failed, finally free a config set after it is done
` [PATCH v7 2/7] perf config: Use new perf_config_set__init() to initialize config set
` [PATCH v7 3/7] perf config: Add global variable 'config_set'
` [PATCH v7 4/7] perf config: Use zfree() instead of free() at perf_config_set__delete()
` [PATCH v7 5/7] perf config: Reimplement perf_config() using perf_config_set__iter()
` [PATCH v7 6/7] perf config: Reset the config set at only 'config' sub-command
` [PATCH v7 7/7] perf config: Reimplement show_config() using perf_config()

[PATCH RFC v2 kernel] balloon: speed up inflating/deflating process
 2016-06-07  9:26 UTC  (3+ messages)

[PATCH] ALSA: sh: aica: Remove deprecated create_workqueue
 2016-06-07  9:24 UTC  (2+ messages)

[PATCH 0/7] reset: Consumers to explicitly request 'exclusive' or 'shared' lines
 2016-06-07  9:24 UTC  (6+ messages)
` [PATCH 6/7] phy: miphy28lp: Inform the reset framework that our reset line may be shared
` [STLinux Kernel] [PATCH 0/7] reset: Consumers to explicitly request 'exclusive' or 'shared' lines

[PATCH] mfd: twl6040: Handle mclk used for HPPLL and optional internal clock source
 2016-06-07  9:23 UTC  (5+ messages)

[PATCH] arm64: Implement arch_setup_pdev_archdata hook
 2016-06-07  9:22 UTC  (3+ messages)

[PATCH 00/15] thermal: sysfs: add locking
 2016-06-07  9:22 UTC  (4+ messages)
` [PATCH 02/15] thermal: sysfs: lock tz while on access to mode properties

[PATCH v3] virtio-net: Add initial MTU advice feature
 2016-06-07  9:21 UTC  (2+ messages)

[PATCH] pinctrl: tegra: Fix build dependency
 2016-06-07  9:20 UTC  (3+ messages)

[PATCH 0/2] ioapic hot-removal bugs
 2016-06-07  9:17 UTC  (3+ messages)
` [PATCH 2/2] x86/ioapic: Fix wrong pointers in ioapic_setup_resources()

[PATCH v4 0/2] Add a new Rockchip usb2 phy driver
 2016-06-07  9:15 UTC  (3+ messages)
` [PATCH v4 1/2] Documentation: bindings: add DT documentation for Rockchip USB2PHY
` [PATCH v4 2/2] phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phy

[PATCH] perf/core: make account/unaccount_sb_event consistent
 2016-06-07  9:15 UTC  (2+ messages)

undefined reference to `early_panic'
 2016-06-07  9:17 UTC  (2+ messages)
` tile: early_printk.o is always required

[PATCH v3] drm/dsi: Implement set tear scanline
 2016-06-07  9:02 UTC  (2+ messages)

[PATCH 0/4] mtd: nand: Add support for Evatronix NANDFLASH-CTRL
 2016-06-07  9:02 UTC  (5+ messages)

[PATCH 7/7] usb: dwc3: st: Inform the reset framework that our reset line may be shared
 2016-06-07  9:00 UTC  (3+ messages)
` [PATCH 8/10] phy: phy-stih407-usb: "

[PATCH] mm/zsmalloc: add trace events for zs_compact
 2016-06-07  8:56 UTC 

[PATCH] ARM: dts: STi: stih407-family: Disable reserved-memory co-processor nodes
 2016-06-07  8:50 UTC  (2+ messages)
` [STLinux Kernel] "

[PATCH 0/2] ARM: dts: exynos: Fix port nodes names for Snow and Peach Pit DTS
 2016-06-07  8:49 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: exynos: Fix port nodes names for Exynos5250 Snow board

[PATCH v4 0/3] request_firmware() into pre-allocated buffers
 2016-06-07  8:45 UTC  (2+ messages)

[PATCH v1 00/25] PCI: Request host bridge window resources
 2016-06-07  8:21 UTC  (2+ messages)

[PATCH 00/34] Convert clk providers to clk_hw based APIs (part 1)
 2016-06-07  8:37 UTC  (4+ messages)
` [PATCH 30/34] clk: stm32f3: Migrate to clk_hw based OF and registration APIs

[PATCH] bitmap: bitmap_equal memcmp optimization
 2016-06-07  8:37 UTC 

[PATCH 1/4] Staging: comedi: fix blank line issue in das16.c
 2016-06-07  8:36 UTC  (2+ messages)
` [PATCH 2/4] Staging: comedi: Block comment issue fixed for das16.c


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