linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-20 00:45:14 to 2015-11-20 08:35:41 UTC [more...]

[PATCH 0/4] Add QCOM DWC3 Phy support
 2015-11-20  8:35 UTC 

[PATCH V3 00/10] KVM: x86: MMU: Clean up x86's mmu code for future work
 2015-11-20  8:48 UTC  (10+ messages)
` [PATCH 01/10] KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
` [PATCH 02/10] KVM: x86: MMU: Remove unused parameter of __direct_map()
` [PATCH 03/10] KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
` [PATCH 04/10] KVM: x86: MMU: Make mmu_set_spte() return emulate value
` [PATCH 05/10] KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
` [PATCH 06/10] KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes
` [PATCH 07/10] KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()
` [PATCH 08/10] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
` [PATCH 09/10] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()

[PATCH 1/5] Input: db9 - clear unused function pointers
 2015-11-20  8:34 UTC  (3+ messages)

[PATCH v3 0/3] virtio DMA API core stuff
 2015-11-20  8:34 UTC  (9+ messages)

x86/microcode update on systems without INITRD
 2015-11-20  8:33 UTC  (6+ messages)

[PATCH v2 0/2] fix a possible NULL dereference
 2015-11-20  8:33 UTC  (5+ messages)
` [PATCH v2 1/2] mtd: nand: atmel_nand: constify atmel_nand_caps structures
` [PATCH v2 2/2] mtd: nand: atmel_nand: fix a possible NULL dereference

[PATCH] clk: si5351: Add setup steps
 2015-11-20  8:31 UTC  (5+ messages)

[Intel-gfx] [Announcement] Updates to XenGT - a Mediated Graphics Passthrough Solution from Intel
 2015-11-20  8:26 UTC  (23+ messages)
` [Intel-gfx] [Announcement] 2014-Q3 release of "
  ` [Intel-gfx] [Announcement] 2015-Q1 "
      ` [Intel-gfx] [Announcement] 2015-Q2 "
        ` [Intel-gfx] [Announcement] 2015-Q3 "

[PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node
 2015-11-20  8:21 UTC  (2+ messages)

[PATCH 00/25] serial: sh-sci: Add external clock and BRG Support
 2015-11-20  8:22 UTC  (20+ messages)
` [PATCH 17/25] serial: sh-sci: Correct SCIF type on R-Car for BRG
` [PATCH 18/25] serial: sh-sci: Prepare for multiple clocks and baud rate generators
` [PATCH 23/25] arm64: renesas: r8a7795 dtsi: Add BRG support for (H)SCIF
` [PATCH 02/25] serial: sh-sci: Update DT binding documentation for BRG support
` [PATCH 01/25] serial: sh-sci: Update DT binding documentation for external clock input

[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
 2015-11-20  8:19 UTC  (9+ messages)

[PATCH v4 0/13] Add mipi dsi support for rk3288
 2015-11-20  8:15 UTC  (14+ messages)
` [PATCH v4 01/13] clk: rockchip: add id for mipidsi sclk on rk3288
` [PATCH v4 02/13] clk: rockchip: add mipidsi clocks "
` [PATCH v4 03/13] drm/rockchip: return a true clock rate to adjusted_mode
` [PATCH v4 04/13] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format
` [PATCH v4 05/13] Documentation: dt-bindings: Add bindings for Synopsys DW MIPI DSI DRM bridge driver
` [PATCH v4 06/13] drm/bridge: Add Synopsys DesignWare MIPI DSI host controller driver
` [PATCH v4 07/13] drm: rockchip: Support Synopsys DesignWare MIPI DSI host controller
` [PATCH v4 08/13] Documentation: dt-bindings: Add bindings for rk3288 DW MIPI DSI driver
` [PATCH v4 09/13] ARM: dts: rockchip: add rk3288 mipi_dsi nodes
` [PATCH v4 10/13] of: add vendor prefix for boe
` [PATCH v4 11/13] drm/panel: simple: Add support for BOE TV080WUM-NL0
` [PATCH v4 12/13] drm/panel: simple: Add boe,tv080wum-nl0 simple panel device tree binding
` [PATCH v4 13/13] ARM: dts: rockchip: add support mipi panel tv080wum-nl0 for rk3288-evb

[RFC] mm: direct mapping count in /proc/meminfo is error
 2015-11-20  8:17 UTC 

[PATCH] misc: mic: ERR_PTR expects -Exxx
 2015-11-20  8:14 UTC 

[RFC PATCH 0/7] perf tools: Config BPF maps through perf cmdline
 2015-11-20  8:13 UTC  (3+ messages)
` [RFC PATCH 1/7] perf tools: Add API to config maps in bpf object

[PATCH v4 00/16] MADV_FREE support
 2015-11-20  8:02 UTC  (17+ messages)
` [PATCH v4 01/16] mm: support madvise(MADV_FREE)
` [PATCH v4 02/16] mm: define MADV_FREE for some arches
` [PATCH v4 03/16] arch: uapi: asm: mman.h: Let MADV_FREE have same value for all architectures
` [PATCH v4 04/16] mm: free swp_entry in madvise_free
` [PATCH v4 05/16] mm: move lazily freed pages to inactive list
` [PATCH v4 06/16] mm: mark stable page dirty in KSM
` [PATCH v4 07/16] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v4 08/16] sparc: "
` [PATCH v4 09/16] powerpc: "
` [PATCH v4 10/16] arm: add pmd_mkclean "
` [PATCH v4 11/16] arm64: "
` [PATCH v4 12/16] mm: don't split THP page when syscall is called
` [PATCH v4 13/16] mm: introduce wrappers to add new LRU
` [PATCH v4 14/16] mm: introduce lazyfree LRU list
` [PATCH v4 15/16] mm: support MADV_FREE on swapless system
` [PATCH v4 16/16] mm: add knob to tune lazyfreeing

[Patch-V3 0/6] HID: Support for the Logitech G920 Wheel
 2015-11-20  8:05 UTC  (2+ messages)

[PATCH] leds: turn off the LED and wait for completion on unregistering LED class device
 2015-11-20  8:03 UTC 

[PATCH v1] mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
 2015-11-20  7:57 UTC  (2+ messages)

[PATCH] net: tulip: update MAINTAINER status to Orphan
 2015-11-20  7:58 UTC  (4+ messages)

[PATCH] regulator: of: simplifing the parsing code
 2015-11-20  7:57 UTC 

[RFD] CAT user space interface revisited
 2015-11-20  7:53 UTC  (6+ messages)

[PATCH] KVM: x86: emulate: correct page fault error code for NoWrite instructions
 2015-11-20  7:46 UTC  (4+ messages)

[PATCH V2 0/3] add spba clock for fsl audio IP
 2015-11-20  7:39 UTC  (5+ messages)
` [PATCH V2 1/3] ASoC: fsl_esai: spba clock is needed by esai device
` [PATCH V2 2/3] ASoC: fsl_spdif: spba clk is needed by spdif device
` [PATCH V2 3/3] ASoC: fsl_asrc: spba clock is needed by asrc device

[PATCH 1/3] clk: remove redundant negative index check in of_clk_get_parent_name()
 2015-11-20  7:36 UTC  (3+ messages)
` [PATCH 2/3] clk: let of_clk_get_parent_name() fail for invalid clock-indices
` [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

[PATCH v2] fpga: zynq-fpga: Enable pm_runtime (suspend, resume)
 2015-11-20  7:25 UTC  (2+ messages)

[PATCH 00/04] pinctrl: sh-pfc: r8a7794: DU support
 2015-11-20  7:16 UTC  (3+ messages)

[PATCH v3 00/12] Add mipi dsi support for rk3288
 2015-11-20  7:02 UTC  (3+ messages)

[PATCH 1/2] mm: introduce page reference manipulation functions
 2015-11-20  6:33 UTC  (4+ messages)
` [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[PATCH] nvme: lightnvm: use nvme admin queue
 2015-11-20  6:28 UTC 

[PATCH v4 7/7] mtd: spi-nor: add read loop
 2015-11-20  6:26 UTC  (2+ messages)

[RFC V3] iommu: arm-smmu: correct group reference count
 2015-11-20  6:24 UTC  (3+ messages)

[PATCH 1/3] mm/page_isolation: return last tested pfn rather than failure indicator
 2015-11-20  6:21 UTC  (4+ messages)
` [PATCH 2/3] mm/page_isolation: add new tracepoint, test_pages_isolated

[RFC/PATCH] perf tools: Introduce perf_thread for backtrace
 2015-11-20  6:03 UTC 

[PATCH 1/1] usb: phy: omap-otg: do not write to unallocated memory
 2015-11-20  6:02 UTC  (2+ messages)

[PATCH] staging: lustre: lustre: fld: Removed a blank line
 2015-11-20  5:55 UTC 

[PATCH perf/core 00/13] perf memory/refcnt leak fixes
 2015-11-20  5:53 UTC  (10+ messages)
` [PATCH perf/core 01/13] perf probe: Fix to free temporal Dwarf_Frame
` [PATCH perf/core 03/13] perf: Introduce generic refcount APIs with debug feature

[PATCH 0/2] arm: beaglex15: fix USB Gadget
 2015-11-20  5:44 UTC  (6+ messages)
` [PATCH 2/2] arm: boot: beaglex15: pass correct interrupt
` [PATCH] extcon: palmas: add support for using VBUSDET output

[PATCH] clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw)
 2015-11-20  5:38 UTC 

Hibernate resume bug around 3,18-rc2 - Full PAT support
 2015-11-20  5:25 UTC  (6+ messages)

rhashtable: how to deal with that rhashtable_lookup_insert_key return -EBUSY
 2015-11-20  5:14 UTC 

[PATCH V3 2/5] PM / OPP: Add {opp-microvolt|opp-microamp}-<name> binding
 2015-11-20  5:11 UTC  (4+ messages)

[PATCH v6 0/9] samsung: pmu: split up SoC specific PMU data
 2015-11-20  5:10 UTC  (4+ messages)
` [PATCH v6 8/9] ARM: EXYNOS: rearrange static and non-static functions of PMU driver

transakce?
 2015-11-19 22:20 UTC 

[PATCH] e1000e: fix division by zero on jumbo MTUs
 2015-11-20  4:45 UTC  (2+ messages)

[PATCHSET v2] netfilter, cgroup: implement xt_cgroup2 match
 2015-11-20  4:41 UTC  (3+ messages)
` [PATCH 2/7] kernfs: implement kernfs_walk_and_get()

[PATCH v3] igb: improve handling of disconnected adapters
 2015-11-20  4:40 UTC  (3+ messages)
` [PATCH v2] "
  ` [Intel-wired-lan] "

[PATCH v3 0/8] dwc2: Fix uframe scheduler + speed up the interrupt handler quite a bit
 2015-11-20  4:33 UTC  (5+ messages)
` [PATCH v3 6/8] usb: dwc2: host: Assume all devices are on one single_tt hub

[GIT PULL] dmaengines fixes for 4.4-rc2
 2015-11-20  4:23 UTC 

pids_free double free
 2015-11-20  4:18 UTC 

[for-next][PATCH 0/5] tracing: Addition of set_event_pid
 2015-11-20  4:17 UTC  (4+ messages)
` [for-next][PATCH 2/5] tracing: Add set_event_pid directory for future use

linux-next: Tree for Nov 20
 2015-11-20  4:17 UTC 

[git pull] drm fixes
 2015-11-20  4:07 UTC 

[PATCH RESEND 0/8] {arm|arm64}: berlin: add watchdog support
 2015-11-20  3:34 UTC  (4+ messages)
` [PATCH RESEND 1/8] arm: dts: berlin2q: add watchdog nodes

[PATCH RESEND] arm64: berlin: add the pinctrl dependency for Marvell Berlin SoCs
 2015-11-20  3:26 UTC  (5+ messages)

[RFC] readlink()-related oddities
 2015-11-20  3:24 UTC  (6+ messages)

Hit regression with TCP_TW REUSE/RECYCLE
 2015-11-20  3:14 UTC  (4+ messages)

[PATCHv3 0/4] loop: enable different physical blocksizes
 2015-11-20  3:12 UTC  (3+ messages)
` [PATCH 1/4] loop: Enable correct physical blocksize

[PATCH v2 00/11] mtd: migrate 'of_node' handling to core, not in mtd_part_parser_data
 2015-11-20  2:58 UTC  (5+ messages)
` [PATCH v2 13/11] mtd: assign mtd->dev.of_node when creating partition devices

[PATCH v4] watchdog: add support for Sigma Designs SMP86xx/SMP87xx
 2015-11-20  2:37 UTC  (3+ messages)

[PATCH] sp5100_tco: Add AMD Mullins platform support
 2015-11-20  2:33 UTC  (2+ messages)

[PATCH 0/2] TPM 2.0 trusted key features for v4.5
 2015-11-20  2:34 UTC  (5+ messages)
` [PATCH 2/2] keys, trusted: seal with a policy

[PATCH V5 RESEND 0/3] Add iommu support for hi6220 HiKey board
 2015-11-20  2:25 UTC  (4+ messages)
` [PATCH V5 RESEND 1/3] docs: iommu: Documentation for iommu in hi6220 SoC
` [PATCH V5 RESEND 2/3] iommu/hisilicon: Add hi6220-SoC smmu driver
` [PATCH V5 RESEND 3/3] arm64: dts: Add dts node for hi6220 "

[PATCH] perf test: Add bpf-output event
 2015-11-20  2:22 UTC  (6+ messages)

[PATCH 1/4] spi: mediatek: update document devicetree bindings to fix syntax error
 2015-11-20  2:21 UTC  (4+ messages)
` [PATCH 2/4] spi: mediatek: remove unrequired description
` [PATCH 3/4] spi: mediatek: remove needless pair of writel()/readl()
` [PATCH 4/4] spi: mediatek: revise mtk_spi_probe() failure flow

[PATCH V2] regulator: pv88090: new regulator driver
 2015-11-20  2:11 UTC 

[PATCH V7 1/3] reset: hisilicon: document hisi-hi6220 reset controllers bindings
 2015-11-20  2:10 UTC  (3+ messages)
` [PATCH V7 2/3] reset: hi6220: Reset driver for hisilicon hi6220 SoC
` [PATCH V7 3/3] arm64: dts: Add reset dts config for Hisilicon Hi6220 SoC

[PATCH v3 0/6] Arizona Extcon Update Device Bindings
 2015-11-20  2:07 UTC  (4+ messages)
` [PATCH v3 6/6] extcon: arizona: Update DT binding documentation for jack detection

[PATCH v3 0/5] Add reboot notifier driver for rockchip platform
 2015-11-20  1:58 UTC  (6+ messages)
` [PATCH v3 2/5] dt-bindings: soc: add document for rockchip reboot notifier driver

[PATCH] ARM: sunxi: Re-enable SID driver in sunxi_defconfig
 2015-11-20  1:55 UTC  (10+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] ARM: sunxi: Really enable LRADC keys "
  ` [PATCH v2 3/3] ARM: sunxi: Clean up sunxi_defconfig

[patch -mm] mm, vmalloc: remove VM_VPAGES
 2015-11-20  1:46 UTC  (7+ messages)
  ` [kbuild-all] "

linux-next: manual merge of the kvms390 tree with the kvm tree
 2015-11-20  1:47 UTC 

[PATCHSET 0/9] perf report: Support folded callchain output (v5)
 2015-11-20  1:43 UTC  (13+ messages)
` [PATCH] perf report: [WIP] Support '-F none' option to hide hist lines
` [PATCH v5 2/9] perf callchain: Abstract callchain print function
` [PATCH v5 4/9] perf report: Add callchain value option
` [PATCH v5 7/9] perf hists browser: Support folded callchains

Linux 4.4-rc1
 2015-11-20  1:39 UTC  (6+ messages)

[PATCH] MIPS: remove aliasing alignment if HW has antialising support
 2015-11-20  1:38 UTC 

[lkp] [x86] f75115975f: INFO: suspicious RCU usage. ]
 2015-11-20  1:37 UTC 

[PATCH 0/2] Bring up rk3399 ddr frequency scaling
 2015-11-20  1:37 UTC  (4+ messages)
` [PATCH 1/2] clk: rockchip: dmc: support rk3399 dmc clock driver

[PATCH][RESEND] mac: validate mac_partition is within sector
 2015-11-20  1:18 UTC 

[PATCH] x86, kernel: make X86_PTDUMP a tristate
 2015-11-20  1:07 UTC 

[PATCH] fs: clear file set[ug]id when writing via mmap
 2015-11-20  1:06 UTC  (7+ messages)

[RFC PATCH] xfs: support for non-mmu architectures
 2015-11-20  0:58 UTC  (4+ messages)

[PATCH] block: protect rw_page against device teardown
 2015-11-20  0:51 UTC  (2+ messages)

[PATCH] zram: Prevent page allocation failure during zcomp_strm_alloc
 2015-11-20  0:51 UTC  (4+ messages)
  `  "

[PATCH 0/3] mtd: m25p80: fix some module and documentation issues
 2015-11-20  0:48 UTC  (2+ messages)

[PATCH V2 0/2] Drivers: hv: vmbus: Fix a couple of bugs
 2015-11-20  1:50 UTC  (3+ messages)
` [PATCH V2 1/2] Drivers: hv: vmbus: Fix a Host signaling bug
  ` [PATCH V2 2/2] drivers/hv: correct tsc page sequence invalid value

[lkp] [x86, perf] 7aba70e47c: BUG: unable to handle kernel paging request at 696d2f62
 2015-11-20  0:45 UTC  (5+ 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).