All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-27 03:30:01 to 2016-01-27 04:32:57 UTC [more...]

[PATCH 00/15] use of_platform_default_populate() to populate default bus
 2016-01-27  4:27 UTC  (32+ messages)
` [PATCH 01/15] arm: "
` [PATCH 02/15] arm64: "
` [PATCH 03/15] mips: "
` [PATCH 04/15] arc: "
` [PATCH 05/15] c6x: "
` [PATCH 06/15] metag: "
` [PATCH 07/15] cris: "
` [PATCH 08/15] nios2: "
` [PATCH 09/15] xtensa: "
` [PATCH 10/15] bus: imx-weim: "
` [PATCH 11/15] bus: uniphier-system-bus: "
` [PATCH 12/15] memory: omap-gpmc: "
` [PATCH 13/15] of: unittest: "
` [PATCH 14/15] Revert "bus: uniphier: allow only built-in driver"
` [PATCH 15/15] Revert "of/platform: export of_default_bus_match_table"

[PATCH 0/4] support for text-relative kallsyms table
 2016-01-27  3:46 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] fsl:usb: Make fsl usb device-tree fixup arch independent
 2016-01-27  4:30 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] include:configs: Add usb device-tree fixup for all fsl platforms

[PATCH 1/5] xfs_io: detect the '-R' option in getopt
 2016-01-27  4:30 UTC  (3+ messages)
` [PATCH 1/5 v2] "

[Bug 93879] kernel 4.4.0 causes application lockup and unusable interfaces with radeon hardware
 2016-01-27  4:29 UTC  (3+ messages)

[PATCH 0/2]: linux-yocto: consolidated pull request
 2016-01-27  4:27 UTC  (3+ messages)
` [PATCH 1/2] linux-yocto/4.1: update to 4.1.16
` [PATCH 2/2] linux-yocto/4.4: CVEs and preempt-rt update

[PATCH 1/2] ARM: make virt_to_idmap() return unsigned long
 2016-01-27  4:27 UTC  (2+ messages)

linux-next: Tree for Jan 27
 2016-01-27  4:27 UTC 

[RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA
 2016-01-27  4:26 UTC  (13+ messages)

[PATCH v4 00/10] rtc: max77686: Extend driver and add max77802 support
 2016-01-27  4:24 UTC  (28+ messages)
` [rtc-linux] "
` [PATCH v4 01/10] rtc: max77686: Fix max77686_rtc_read_alarm() return value
  ` [rtc-linux] "
` [rtc-linux] [PATCH v4 02/10] rtc: max77686: Use ARRAY_SIZE() instead of current array length
  `  "
` [rtc-linux] [PATCH v4 03/10] rtc: max77686: Use usleep_range() instead of msleep()
  `  "
` [rtc-linux] [PATCH v4 04/10] rtc: max77686: Use a driver data struct instead hard-coded values
  `  "
` [PATCH v4 05/10] rtc: max77686: Add an indirection level to access RTC registers
  ` [rtc-linux] "
` [rtc-linux] [PATCH v4 06/10] rtc: max77686: Add max77802 support
  `  "
  ` [rtc-linux] "
` [PATCH v4 07/10] rtc: max77686: Fix unsupported year message
  ` [rtc-linux] "
  ` [rtc-linux] "
` [rtc-linux] [PATCH v4 08/10] rtc: Remove Maxim 77802 driver
  `  "
` [rtc-linux] [PATCH v4 09/10] ARM: exynos_defconfig: Remove MAX77802 RTC Kconfig symbol
  `  "
` [rtc-linux] [PATCH v4 10/10] ARM: multi_v7_defconfig: "
  `  "

[Buildroot] glibc and --enable-kernel
 2016-01-27  4:21 UTC 

[PATCH 0/3] Fixes for vm_insert_pfn_prot()
 2016-01-27  4:18 UTC  (9+ messages)
` [PATCH 2/3] mm: Convert vm_insert_pfn_prot to vmf_insert_pfn_prot
` [PATCH 3/3] dax: Handle write faults more efficiently

mm, vmstat: kernel BUG at mm/vmstat.c:1408!
 2016-01-27  4:15 UTC  (18+ messages)
            ` fast path cycle muncher (vmstat: make vmstat_updater deferrable again and shut down on idle)

[nightly] Distroless meta-ti/master minimal build 2016-01-26_21-20-40
 2016-01-27  4:15 UTC 

NEW ARRIVALS, CISCO,CPU's,Memory, LAPTOP AND AVAYA
 2016-01-27  4:13 UTC 

[U-Boot] [PATCH] armv7: add cacheline sizes where missing
 2016-01-27  4:10 UTC  (2+ messages)

[PATCH] powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8
 2016-01-27  4:10 UTC  (2+ messages)

[PATCH 0/2] Fix dax races between page faults RFC only
 2016-01-27  4:08 UTC  (3+ messages)
` [PATCH 1/2] mm,fs,dax: Change ->pmd_fault to ->huge_fault
` [PATCH 2/2] dax: Giant hack

[U-Boot] [PATCH 0/6] usb: dwc2: Add support for SPLIT transactions
 2016-01-27  4:05 UTC  (3+ messages)

Bug in radix tree gang lookup?
 2016-01-27  4:04 UTC  (2+ messages)

[PATCH v10 00/21] KVM: ARM64: Add guest PMU support
 2016-01-27  3:51 UTC  (66+ messages)
` [PATCH v10 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v10 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v10 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v10 04/21] KVM: ARM64: Add access handler for PMCR register
` [PATCH v10 05/21] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v10 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v10 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v10 08/21] KVM: ARM64: Add access handler for event type register
` [PATCH v10 09/21] KVM: ARM64: Add access handler for event counter register
` [PATCH v10 10/21] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v10 11/21] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v10 12/21] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v10 13/21] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v10 14/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v10 15/21] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v10 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v10 17/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v10 18/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v10 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v10 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v10 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[PATCH skeleton v2] Refactored LED control dbus methods
 2016-01-27  3:54 UTC  (3+ messages)

[linux-mingo-tip-master test] 79067: regressions - FAIL
 2016-01-27  3:53 UTC 

[PATCH 15/16] fm10k: use default mailbox message handler for pf
 2016-01-27  3:50 UTC  (18+ messages)
` [PATCH v2 00/16] fm10k: update shared code
  ` [PATCH v2 01/16] fm10k: use default mailbox message handler for pf
  ` [PATCH v2 02/16] fm10k/base: add macro definitions that are needed
  ` [PATCH v2 03/16] fm10k/base: cleanup namespace pollution and correct typecast
  ` [PATCH v2 04/16] fm10k/base: use bitshift for itr_scale
  ` [PATCH v2 05/16] fm10k/base: reset max_queues on init_hw_vf failure
  ` [PATCH v2 06/16] fm10k/base: document ITR scale workaround in VF TDLEN register
  ` [PATCH v2 07/16] fm10k/base: fix checkpatch warning
  ` [PATCH v2 08/16] fm10k/base: use BIT macro instead of open-coded bit-shifting of 1
  ` [PATCH v2 09/16] fm10k/base: do not use CamelCase
  ` [PATCH v2 10/16] fm10k/base: use memcpy for mac addr copy
  ` [PATCH v2 11/16] fm10k/base: allow removal of is_slot_appropriate function
  ` [PATCH v2 12/16] fm10k/base: consistently use VLAN ID when referencing vid variables
  ` [PATCH v2 13/16] fm10k/base: fix comment per upstream review changes
  ` [PATCH v2 14/16] fm10k/base: TLV structures must be 4byte aligned, not 1byte aligned
  ` [PATCH v2 15/16] fm10k/base: move constants to the right of binary operators
  ` [PATCH v2 16/16] fm10k/base: minor cleanups

cron job: media_tree daily build: ERRORS
 2016-01-27  3:50 UTC 

[PATCH v4 0/8] virtio 1.0 enabling for virtio pmd driver
 2016-01-27  3:49 UTC  (7+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 8/9] virtio: add 1.0 support

[U-Boot] [PATCH 1/2] hush: Pull out U-Boot prompt display and read functionality
 2016-01-27  3:47 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] hush: Add rudimentary support for PS1 and PS2

+ ocfs2-dlm-fix-a-typo-in-dlmcommonh.patch added to -mm tree
 2016-01-27  3:45 UTC 

+ kexec-provide-arch_kexec_protectunprotect_crashkres-v4.patch added to -mm tree
 2016-01-27  3:41 UTC 

+ kexec-provide-arch_kexec_protectunprotect_crashkres.patch added to -mm tree
 2016-01-27  3:41 UTC 

+ kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory-v4.patch added to -mm tree
 2016-01-27  3:41 UTC 

+ kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory.patch added to -mm tree
 2016-01-27  3:41 UTC 

[U-Boot] [PATCH] rpi: fix up Model B entries
 2016-01-27  3:39 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2/dlm: fix a typo in dlmcommon.h
 2016-01-27  3:38 UTC 

VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
 2016-01-27  3:37 UTC  (22+ messages)
                                      ` [Qemu-devel] "

[PATCH 00/10] tip-queue 2016-01-26, rest
 2016-01-27  3:36 UTC  (3+ messages)
` [PATCH 06/10] x86/cpufeature: Get rid of the non-asm goto variant

PMEM, DAX, MTD, and the quest for the Theory of Everything
 2016-01-27  3:33 UTC  (3+ messages)

+ scripts-gdb-add-version-command.patch added to -mm tree
 2016-01-27  3:33 UTC 

+ scripts-gdb-add-cmdline-reader-command.patch added to -mm tree
 2016-01-27  3:33 UTC 

[PATCH kernel 0/4] KVM: PPC: Add in-kernel acceleration for 64bit DMA
 2016-01-27  3:31 UTC  (5+ messages)
` [PATCH kernel 3/4] KVM: PPC: Add @offset to kvmppc_spapr_tce_table

[Qemu-devel] [PATCH RFC 0/7] Netfilter: Add each netdev a default filter
 2016-01-27  3:29 UTC  (6+ messages)
` [Qemu-devel] [PATCH RFC 6/7] net/filter: Add a default filter to each netdev


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.