All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-30 05:56:10 to 2015-11-30 08:05:22 UTC [more...]

[PATCH v2] clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parent
 2015-11-30  8:05 UTC  (8+ messages)

[U-Boot] [PATCH] imx: mx6: fix reg base address when runtime usage
 2015-11-30  8:04 UTC 

[PATCH v1 0/2] fix the defect that pcc-cpufreq's pcc_get_freq() sometimes can't get correct CPU frequency
 2015-11-30  8:04 UTC 

[U-Boot] [PATCH] arm: mvebu: ddr: Fix compilation warning
 2015-11-30  8:04 UTC 

[PATCH v3] clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parent
 2015-11-30  8:03 UTC  (5+ messages)

[RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC
 2015-11-30  8:01 UTC  (3+ messages)
` [Qemu-devel] "

[kernel-hardening] [PATCH 0/2] introduce post-init read-only memory
 2015-11-30  8:01 UTC  (8+ messages)
          `  "

[RFC] Btrfs device and pool management (wip)
 2015-11-30  7:59 UTC 

GATT service object required in D-Bus ObjectManager result
 2015-11-30  7:59 UTC  (4+ messages)

[Qemu-devel] [PATCH] Give detailed info when pcie downstream port init failed
 2015-11-30  7:58 UTC  (6+ messages)

[PATCH] pinctrl: fix a typo in Kconfig
 2015-11-30  7:57 UTC 

[RFC] Btrfs device and pool management (wip)
 2015-11-30  7:54 UTC 

[PATCH v2 00/10] Add New DRM Driver for HiSilicon hi6220 SoC
 2015-11-30  7:54 UTC  (4+ messages)
` [PATCH v2 06/10] drm/hisilicon: Add vblank feature

[PATCH] x86/xen: Build memory type conversion code conditionally
 2015-11-30  7:49 UTC  (4+ messages)

[meta-networking][PATCH] xl2tpd: 1.3.0 -> 1.3.6
 2015-11-30  7:38 UTC 

"disk full" on a 5 GB btrfs filesystem, FAQ outdated?
 2015-11-30  7:48 UTC  (5+ messages)

[U-Boot] [PATCH] arm, ubifs: fix gcc5.x compiler warning
 2015-11-30  7:47 UTC 

[PATCH v2 03/10] drm/hisilicon: Add hisilicon DRM master driver
 2015-11-30  7:46 UTC  (3+ messages)

[U-Boot] [PATCH v4] arm: Add sata support on Layerscape ARMv8 board
 2015-11-30  7:44 UTC 

Unknown Connection Identifier
 2015-11-30  7:44 UTC  (7+ messages)

[PATCH] base/platform: fix panic when probe function is NULL
 2015-11-30  7:42 UTC  (3+ messages)

[PATCH] clk: fix a typo in comment block of clk_notifier_register()
 2015-11-30  7:40 UTC 

[PATCH v3 00/13] perf tools: BPF related update
 2015-11-30  7:32 UTC  (14+ messages)
` [PATCH v3 01/13] tools lib bpf: Check return value of strdup when reading map names
` [PATCH v3 02/13] perf tools: Add API to config maps in bpf object
` [PATCH v3 03/13] perf tools: Enable BPF object configure syntax
` [PATCH v3 04/13] perf record: Apply config to BPF objects before recording
` [PATCH v3 05/13] perf tools: Support perf event alias name
` [PATCH v3 06/13] perf tools: Enable passing event to BPF object
` [PATCH v3 07/13] perf tools: Support setting different slots in a BPF map separately
` [PATCH v3 08/13] perf tools: Enable indices setting syntax for BPF maps
` [PATCH v3 09/13] perf tools: Introduce bpf-output event
` [PATCH v3 10/13] perf data: Add u32_hex data type
` [PATCH v3 11/13] perf data: Support converting data from bpf_perf_event_output()
` [PATCH v3 12/13] perf tools: Always give options even it not compiled
` [PATCH v3 13/13] perf record: Support custom vmlinux path

[RFC PATCH] crashdump/x86: Add option to get crash kernel region size
 2015-11-30  7:39 UTC  (4+ messages)

[U-Boot] MX6ULEVK does not boot
 2015-11-30  7:39 UTC  (3+ messages)

[Qemu-devel] [PATCH for 2.5 1/2] net: pcnet: add check to validate receive data size(CVE-2015-7504)
 2015-11-30  7:38 UTC  (2+ messages)
` [Qemu-devel] [PATCH for 2.5 2/2] pcnet: fix rx buffer overflow(CVE-2015-7512)

[PATCH v2] drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc()
 2015-11-30  7:38 UTC  (2+ messages)

[PATCH 00/16] clk: a collection of various clean-ups and improvements
 2015-11-30  7:34 UTC  (17+ messages)
` [PATCH 01/16] clk: remove unused first argument of __clk_init()
` [PATCH 02/16] clk: change the argument of __clk_init() into pointer to clk_core
` [PATCH 03/16] clk: rename __clk_init() into __clk_core_init()
` [PATCH 04/16] clk: remove unnecessary !core->parents conditional
` [PATCH 05/16] clk: change sizeof(struct clk *) to sizeof(*core->parents)
` [PATCH 06/16] clk: move core->parents allocation to clk_register()
` [PATCH 07/16] clk: simplify clk_core_get_parent_by_index()
` [PATCH 08/16] clk: drop the initial core->parents look-ups from __clk_core_init()
` [PATCH 09/16] clk: replace pr_warn() with pr_err() for fatal cases
` [PATCH 10/16] clk: move checking .git_parent to __clk_core_init()
` [PATCH 11/16] clk: simplify __clk_init_parent()
` [PATCH 12/16] clk: avoid circular clock topology
` [PATCH 13/16] clk: walk the orphan clock list more simply
` [PATCH 14/16] clk: make sure parent is not NULL in clk_fetch_parent_index()
` [PATCH 15/16] clk: simplify clk_fetch_parent_index() function
` [PATCH 16/16] clk: slightly optimize clk_core_set_parent()

[git pull] drm fixes
 2015-11-30  7:33 UTC  (4+ messages)

[PATCH] net: fec: fix enet_out clock handling
 2015-11-30  7:31 UTC  (5+ messages)

Help
 2015-11-30  7:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/10] sPAPR CPU hotplug
 2015-11-30  7:30 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 04/10] cpu: Reclaim vCPU objects

[Buildroot] [autobuild.buildroot.net] Build results for 2015-11-29
 2015-11-30  7:30 UTC 

rpi 2 support ?
 2015-11-30  7:28 UTC  (2+ messages)

[PATCH] harfbuzz: update 1.1.0 -> 1.1.2
 2015-11-30  7:24 UTC 

[PATCH] wdog: imx-wd: Fix imx soc reset
 2015-11-30  7:23 UTC  (2+ messages)

[Buildroot] [Bug 8491] New: libglib2 2.46.1 not Building for armv5 on 2015.11-rc3
 2015-11-30  7:24 UTC  (2+ messages)
` [Buildroot] [Bug 8491] "

Re: [RFC PATCH 02/15] PM / devfreq: exynos: Add documentation for generic exynos bus frequency driver
 2015-11-30  7:23 UTC  (2+ messages)

[Buildroot] [git commit] libglib2: force arm mode when building with thumb1
 2015-11-30  7:19 UTC 

[PATCH] mac80211_hwsim: missing NULL check
 2015-11-30  7:16 UTC 

[RFD] Functional dependencies between devices
 2015-11-30  7:16 UTC  (5+ messages)

[RFC] at24: get devfs name from dt aliase
 2015-11-30  7:16 UTC  (3+ messages)

[PATCH] block: detach bdev inode from its wb in __blkdev_put()
 2015-11-30  7:20 UTC  (2+ messages)

[PATCH] staging: fwserial: Fix coding style problems
 2015-11-30  7:14 UTC 

[PATCH 0/2] zram: cleanup stream's ->private allocation code
 2015-11-30  7:14 UTC  (3+ messages)
` [PATCH 2/2] zram/zcomp: do not zero out zcomp private pages

BUG: Unable to handle kernel paging request for data at address __percpu_counter_add
 2015-11-30  7:18 UTC  (3+ messages)

[PATCH] compat.h: Add NETLINK_SOCK_DIAG
 2015-11-30  7:13 UTC 

[PATCH] block: Always check queue limits for cloned requests
 2015-11-30  7:12 UTC  (10+ messages)
`  "

[PATCH] CLK: s3c2410: removed unneeded code in s3c24xx_clkout_set_parent
 2015-11-30  7:10 UTC  (5+ messages)

[PATCH v3 0/2] zram/zcomp: stream allocation fixes and tweaks
 2015-11-30  7:10 UTC  (5+ messages)
` [PATCH v3 1/2] zram/zcomp: use GFP_NOIO to allocate streams
` [PATCH v3 2/2] zram: try vmalloc() after kmalloc()

[Qemu-devel] [RFC PATCH v3 0/5] vITS support
 2015-11-30  7:09 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH v3 1/5] hw/intc: Implement ITS base class
` [Qemu-devel] [RFC PATCH v3 3/5] kvm_arm: Pass requester ID to MSI routing functions

[PATCH v4 0/8] qcom: Add support for TSENS driver
 2015-11-30  7:09 UTC  (6+ messages)
` [PATCH v4 1/8] thermal: qcom: tsens: Add a skeletal TSENS drivers

Should the devmem2 recipe move to oe-core?
 2015-11-30  7:09 UTC  (2+ messages)

[PATCH] Implement Limited Video Range
 2015-11-30  7:08 UTC 

[PATCH lttng-tools] configure.ac: use $withval with AC_ARG_WITH
 2015-11-30  7:08 UTC 

bcache_gc: BUG: soft lockup
 2015-11-30  7:07 UTC  (9+ messages)

[PATCH 2.6.32 19/38] [PATCH 19/38] pagemap: hide physical addresses from non-privileged users
 2015-11-30  7:01 UTC  (4+ messages)

[PATCH] drm/i915 : Avoid superfluous invalidation of CPU cache lines
 2015-11-30  7:11 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2 0/4] Exynos4210: fix power domain for MDMA1 device
 2015-11-30  6:58 UTC  (4+ messages)
` [PATCH v2 1/4] ARM: dts: exynos4210: MDMA1 device belongs to LCD0 power domain

Compiling for FreeBSD
 2015-11-30  6:58 UTC  (5+ messages)

[PATCH V5 04/26] coresight: etm3x: splitting struct etm_drvdata
 2015-11-30  6:54 UTC  (3+ messages)

[PATCH v1] cifs: make shares unaccessible at root level mountable
 2015-11-30  6:54 UTC  (4+ messages)

[Intel-wired-lan] [RFC PATCH V2 0/3] IXGBE/VFIO: Add live migration support for SRIOV NIC
 2015-11-30  6:53 UTC  (13+ messages)
              ` [Qemu-devel] "
                `  "

[U-Boot] [PATCH] dm: core: Add platform specific bus translation function
 2015-11-30  6:52 UTC  (3+ messages)

[PATCH 2.6.32 00/38] 2.6.32.69-longterm review
 2015-11-30  6:51 UTC  (5+ messages)
  ` [PATCH 2.6.32 02/38] [PATCH 02/38] Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount

[PATCH v2] arm, am335x: add support for the bosch shc board
 2015-11-30  6:51 UTC  (5+ messages)

[PATCH] scsi: ufs: fix spelling mistake in error message
 2015-11-30  6:46 UTC  (2+ messages)

r8169 regression: UDP packets dropped intermittantly
 2015-11-30  6:42 UTC  (11+ messages)

[PATCH v5 00/12] MADV_FREE support
 2015-11-30  6:39 UTC  (29+ messages)
` [PATCH v5 01/12] mm: support madvise(MADV_FREE)
` [PATCH v5 02/12] mm: define MADV_FREE for some arches
` [PATCH v5 03/12] arch: uapi: asm: mman.h: Let MADV_FREE have same value for all architectures
` [PATCH v5 04/12] mm: free swp_entry in madvise_free
` [PATCH v5 05/12] mm: move lazily freed pages to inactive list
` [PATCH v5 06/12] mm: mark stable page dirty in KSM
` [PATCH v5 07/12] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v5 08/12] sparc: "
` [PATCH v5 09/12] powerpc: "
` [PATCH v5 10/12] arm: add pmd_mkclean "
` [PATCH v5 11/12] arm64: "
` [PATCH v5 12/12] mm: don't split THP page when syscall is called

[U-Boot] [PATCH] drivers:usb:fsl: Add T4080 as affected soc for Erratum A007792 sw workaround
 2015-11-30  6:40 UTC 

Bucket namespaces pull req. 5872
 2015-11-30  6:39 UTC  (3+ messages)

[PATCH] ARM: exynos_defconfig: Set recommended options for systemd
 2015-11-30  6:31 UTC  (2+ messages)

[Devel] [PATCH v2 0/2] Add acpi_dev_present
 2015-11-30  6:27 UTC  (3+ messages)
` [Devel] [PATCH v2 1/2] ACPI / scan: Fix acpi_bus_id_list bookkeeping
  `  "

[PATCH] usb: host: pci_quirks: fix memory leak, by adding iounmap
 2015-11-30  6:28 UTC  (2+ messages)

Cleaning up e820_pmem?
 2015-11-30  6:26 UTC  (2+ messages)

[PATCH] drm/i915 : Avoid superfluous invalidation of CPU cache lines
 2015-11-30  6:24 UTC  (8+ messages)

[PATCH V1 resend] err.h: add (missing) unlikely() to IS_ERR_OR_NULL()
 2015-11-30  6:23 UTC  (4+ messages)

[Qemu-devel] [PATCH for 2.5 1/1] e1000: fix hang of win2k12 shutdown with flood ping
 2015-11-30  6:22 UTC  (5+ messages)

[PATCH] of/address: fix typo in comment block of of_translate_one()
 2015-11-30  6:22 UTC 

[PATCH 0/2] adding PCI support to AXS10x
 2015-11-30  6:21 UTC  (6+ messages)
` [PATCH 2/2] PCI support added to ARC

[Qemu-devel] [PATCH v1 0/2] i.MX25 SD support
 2015-11-30  5:46 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 1/2] sd: sdhci: Delete over-zealous power check

Improve spinlock performance by moving work to one core
 2015-11-30  6:17 UTC  (7+ messages)

[PATCH] of/address: replace printk(KERN_ERR ...) with pr_err(...)
 2015-11-30  6:14 UTC  (2+ messages)

[PATCH] ARM: shmobile: alt: Add QSPI device to DT
 2015-11-30  6:13 UTC  (2+ messages)

[PATCH 0/7] Let user specify the kernel version for features
 2015-11-30  6:12 UTC  (6+ messages)
      ` potential btrfs-progs clean up

What now when we're [almost] out of ADVERTISED bits?
 2015-11-30  6:11 UTC  (5+ messages)

[PATCH] ASoC: rt5645: merge DMI tables of google projects
 2015-11-30  6:10 UTC 

[PATCH 0/3] constify mmu_notifier_ops structures
 2015-11-30  6:07 UTC  (5+ messages)
` [PATCH 3/3] IB/core: "

[U-Boot] [PATCH] ns16550: change reg-shift property default to zero
 2015-11-30  6:07 UTC  (2+ messages)

[PATCH] ASoC: rsnd: Add device tree support for r8a77{79,93,94}
 2015-11-30  6:02 UTC  (2+ messages)

[Qemu-devel] [PULL 0/3] wxx: Last minute fixes for 2.5
 2015-11-30  5:55 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/3] trace/simple: Fix warning and wrong trace file name for MinGW


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.