All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-21 12:40:24 to 2016-04-21 13:20:45 UTC [more...]

[PATCH 0/2 v6] printk, Add monotonic and real printk timestamps
 2016-04-21 13:20 UTC  (7+ messages)

wireless-regdb: Update regulatory rules for Germany (DE) on 5GHz
 2016-04-21 13:19 UTC  (3+ messages)
` [wireless-regdb] "

[RESEND PATCH v7 1/2] mmc: OCTEON: Add DT bindings for OCTEON MMC controller
 2016-04-21 13:19 UTC  (6+ messages)
` [RESEND PATCH v7 2/2] mmc: OCTEON: Add host driver "

[PATCH v11 0/3] printk: Make printk() completely async
 2016-04-21 13:19 UTC  (6+ messages)

history damage in linux.git
 2016-04-21 13:19 UTC  (5+ messages)

[PATCH v2 0/5] Add support for rk818
 2016-04-21 13:12 UTC  (20+ messages)
` [rtc-linux] "
` [PATCH v2 1/7] drivers: mfd: rk808: rename rk808 struct to rk8xx
  ` [rtc-linux] "
` [PATCH v2 2/7] mfd: RK808: Add RK818 support
  ` [rtc-linux] "
` [PATCH v2 3/7] regulator: rk808: Migrate to regulator core's simplified DT parsing code
  ` [rtc-linux] "
` [PATCH v2 4/7] regulator: rk808: Add regulator driver for RK818
  ` [rtc-linux] "
` [PATCH v2 5/7] mfd: dt-bindings: Add RK818 device tree bindings document
  ` [rtc-linux] "
` [PATCH v2 6/7] clk: Kconfig: Name RK818 in Kconfig for COMMON_CLK_RK808
  ` [rtc-linux] "
` [PATCH v2 7/7] rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808
  ` [rtc-linux] "

[Qemu-devel] [PATCH v4 00/10] tcg: Direct block chaining clean-up
 2016-04-21 13:18 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 09/10] tcg: Clean up direct block chaining safety checks

[PATCH v2] ath10k: remove VHT capabilities from 2.4GHz
 2016-04-21 13:17 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] c-icap: avoid host library search path
 2016-04-21 13:17 UTC  (6+ messages)

[U-Boot] [PATCH] travis: turn off dtc unit address warnings
 2016-04-21 13:17 UTC  (3+ messages)

i.MX6 imx-drm framebuffer rotation. Kernel 3.14.52
 2016-04-21 13:16 UTC  (2+ messages)

fat: changed filesystem dirty bit behavior
 2016-04-21 13:09 UTC 

trying to reconcile OE builds with rpm4-format rpm files built on centos 6
 2016-04-21 13:16 UTC  (7+ messages)

[Qemu-devel] [PATCH] bcm2835_property: use cached values when querying framebuffer
 2016-04-21 13:15 UTC  (5+ messages)

[PATCH] overlay: test basic whiteout
 2016-04-21 13:15 UTC  (3+ messages)

question about order of processing SRC_URI items
 2016-04-21 13:13 UTC  (2+ messages)

[PATCH v4 0/6] Support calling functions on dedicated physical cpu
 2016-04-21 13:12 UTC  (8+ messages)
` [PATCH v4 6/6] hwmon: use smp_call_on_cpu() for dell-smm i8k

[PATCH v2 0/4] PCI: Add support for suspending (including runtime) of PCIe ports
 2016-04-21 13:12 UTC  (10+ messages)
` [PATCH v2 4/4] PCI: Add runtime PM support for "

[meta-oe][PATCH] mozjs: fix armeb builds
 2016-04-21 13:12 UTC 

[PATCH 0/2] Support exynos5420-fimd
 2016-04-21 13:11 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: add exynos5420-fimd compatible

[RESEND PATCH v4] clk/axs10x: Add I2S PLL clock driver
 2016-04-21 13:10 UTC  (13+ messages)

[PATCH v2 all 00/14] use of_platform_default_populate() to populate default bus
 2016-04-21 13:10 UTC  (5+ messages)

[PATCH v4 0/2] Skylake PSys support
 2016-04-21 13:10 UTC  (5+ messages)

[PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
 2016-04-21 13:09 UTC  (6+ messages)
` [rtc-linux] "

[RFC][PATCH 0/6] /dev/random - a new approach
 2016-04-21 13:09 UTC  (3+ messages)

[PATCH 10/11] x86, rwsem: provide __down_write_killable
 2016-04-21 13:09 UTC  (12+ messages)

[PATCH v3] examples/qos_sched: fix negative loop bound
 2016-04-21 13:08 UTC  (3+ messages)
` [PATCH v3] examples/qos_sched: fix copy-paste error
` [PATCH v3] examples/qos_sched: fix bad bit shift operation

[PATCH] xfsdump: fix race condition between lseek() and read()/write()
 2016-04-21 13:06 UTC 

[PATCH 00/11] FP emulation fixes
 2016-04-21 13:04 UTC  (36+ messages)
  ` [PATCH 01/11] MIPS: math-emu: Fix BC1{EQ,NE}Z emulation
  ` [PATCH 02/11] MIPS: Fix BC1{EQ,NE}Z return offset calculation
  ` [PATCH 03/11] MIPS: inst: Declare fsel_op for sel.fmt instruction
  ` [PATCH 04/11] MIPS: math-emu: Emulate MIPSr6 "
  ` [PATCH 05/11] MIPS: math-emu: Unify ieee754sp_m{add,sub}f
  ` [PATCH 06/11] MIPS: math-emu: Unify ieee754dp_m{add,sub}f
  ` [PATCH 07/11] MIPS: math-emu: Add z argument macros
  ` [PATCH 08/11] MIPS: math-emu: Fix bit-width in ieee754dp_{mul,maddf,msubf} comments
  ` [PATCH 09/11] MIPS: math-emu: Fix code indentation
  ` [PATCH 10/11] MIPS: math-emu: Fix m{add,sub}.s shifts
  ` [PATCH 11/11] MIPS: math-emu: Fix jalr emulation when rd == $0

Preventing rebuild of dependencies
 2016-04-21 13:08 UTC 

[PATCH] mm,oom: Re-enable OOM killer using timeout
 2016-04-21 13:07 UTC  (6+ messages)

[PATCH] dracut: add support for custom locale definitions
 2016-04-21 13:07 UTC  (14+ messages)
  ` [PATCH v2] dracut: 10i18n: "
      ` [PATCH v3] "
        ` [PATCH v4] "
          ` [PATCH v5] "
            ` [PATCH v6] dracut: "
              ` [PATCH v7] "

[PATCH v3] KVM: remove buggy vcpu id check on vcpu creation
 2016-04-21 13:05 UTC  (5+ messages)

4.4, 4.6: camera and unlock buttons produce tons of interrupts (was Re: N900 sleep mode)
 2016-04-21 13:04 UTC  (12+ messages)
          ` Nokia N900 retention mode in v4.6, camera buttons fun

MIPS: math-emu: Fix jalr emulation when rd == $0
 2016-04-21 13:04 UTC 

MIPS: math-emu: Fix jalr emulation when rd == $0
 2016-04-21 13:04 UTC 

[Bug 94984] XCom2 crashes with SIGSEGV on radeonsi
 2016-04-21 13:04 UTC  (2+ messages)

MIPS: Fix BC1{EQ,NE}Z return offset calculation
 2016-04-21 13:04 UTC 

MIPS: math-emu: Fix BC1{EQ,NE}Z emulation
 2016-04-21 13:04 UTC 

[meta-fsl-arm][PATCH] imx-gpu-viv: correct file ownership
 2016-04-21 13:04 UTC 

[PATCH] ASoC: arizona: Prefer lower FRATIO in pseudo-fractional mode
 2016-04-21 13:04 UTC  (2+ messages)

[CI-ping 01/15] drm/i915: Force clean compilation with -Werror
 2016-04-21 13:04 UTC  (6+ messages)
` [CI-ping 15/15] drm/i915: Late request cancellations are harmful

[PATCH 0/8] cpufreq: dt: Don't create platform-device from platform code
 2016-04-21 13:04 UTC  (5+ messages)
` [PATCH 5/8] cpufreq: shmobile: Use generic platdev driver

[PATCH] efinet: get bootstrap info from proxy offer packet
 2016-04-21 13:02 UTC  (2+ messages)

[PATCH] ath10k: remove VHT capabilities from 2.4GHz
 2016-04-21 13:02 UTC  (2+ messages)

btrfs forced readonly + errno=-28 No space left
 2016-04-21 12:53 UTC 

[PATCH] thermal: rcar_thermal: Fix priv->zone error handling
 2016-04-21 13:00 UTC  (2+ messages)

switchdev fib offload issues
 2016-04-21 13:00 UTC  (3+ messages)

devicetree: avoid duplicated matching code (was: Re: [PATCH 1/3] xhci: plat: adapt to unified device property interface)
 2016-04-21 13:00 UTC  (2+ messages)

[PATCH V2 00/68] PowerISA 3.0 Radix page table support
 2016-04-21 12:59 UTC  (3+ messages)
` [PATCH V2 33/68] powerpc/mm: Abstraction for vmemmap and map_kernel_page

[RFC PATCH] gro: Partly revert "net: gro: allow to build full sized skb"
 2016-04-21 12:59 UTC  (2+ messages)

[PATCH v6 0/7] arm64: perf: Broadcom Vulcan PMU support
 2016-04-21 12:58 UTC  (16+ messages)
` [PATCH v6 1/7] Documentation: arm64: pmu: Add Broadcom Vulcan PMU binding
` [PATCH v6 2/7] arm64: dts: Add Broadcom Vulcan PMU in dts
` [PATCH v6 3/7] arm64/perf: Changed events naming as per the ARM ARM
` [PATCH v6 4/7] arm64/perf: Define complete ARMv8 recommended implementation defined events
` [PATCH v6 5/7] arm64/perf: Access pmu register using <read/write>_sys_reg
` [PATCH v6 6/7] arm64/perf: Filter common events based on PMCEIDn_EL0
` [PATCH v6 7/7] arm64/perf: Add Broadcom Vulcan PMU support

[PATCH] IB/ipoib: Add readout of statistics using ethtool
 2016-04-21 12:58 UTC  (4+ messages)
` [PATCH v3] "

New field to auditd.conf file
 2016-04-21 12:58 UTC  (6+ messages)

[PATCHv5] [media] rcar-vin: add Renesas R-Car VIN driver
 2016-04-21 12:56 UTC 

[PATCH] usb: host: xhci-rcar: Avoid long wait in xhci_reset()
 2016-04-21 12:57 UTC  (6+ messages)

stable-security kernel updates
 2016-04-21 12:56 UTC  (8+ messages)

[PATCHv2 0/5] efi: detect erroneous firmware IRQ manipulation
 2016-04-21 12:55 UTC  (7+ messages)
` [PATCHv2 1/5] efi/runtime-wrappers: add {__,}efi_call_virt templates

[PATCH v2 0/2] ARM: dts: r8a7793/gose: enable SDHI
 2016-04-21 12:55 UTC  (5+ messages)
` [PATCH v2 1/2] ARM: dts: r8a7793: Add SDHI controllers

[RFC 1/3] drm/i915: Use natural width type for VMA pin count
 2016-04-21 12:53 UTC  (4+ messages)
` [RFC 2/3] drm/i915: Track aggregate per-object "

[PATCH V2 00/15] coresight: tmc: make driver usable by Perf
 2016-04-21 12:53 UTC  (4+ messages)
` [PATCH V2 15/15] coresight: configuring ETF in FIFO mode when acting as link

[PATCH for-next 0/4] Support SendOnlyFullMember join
 2016-04-21 12:52 UTC  (6+ messages)
` [PATCH for-next 4/4] IB/ipoib: Support SendOnlyFullMember MCG for SendOnly join

[PATCH v2] ARM: dts: r8a7793: Add MMCIF0
 2016-04-21 12:52 UTC  (2+ messages)

[PATCH] gobject-introspection: fix floating dep on python-mako
 2016-04-21 12:51 UTC 

[PATCH] drm/etnaviv: don't move linear memory window on 3D cores without MC2.0
 2016-04-21 12:51 UTC 

[PATCH 0/6] fix i40e problematic dereference
 2016-04-21 12:51 UTC  (6+ messages)

single, comprehensive kernel data types document?
 2016-04-21 12:51 UTC  (9+ messages)

[PATCH 0/3] Add missing build dependencies
 2016-04-21 12:50 UTC  (4+ messages)
` [PATCH 1/3] gobject-introspection: Depend on native flex and bison
` [PATCH 2/3] connman-gnome: Depend on dbus-glib-native
` [PATCH 3/3] matchbox-panel-2: "

[PATCH 0/3] IB/hfi1, rdmavt: Additional bug fixes for 4.6 RC
 2016-04-21 12:50 UTC  (5+ messages)
` [PATCH 1/3] IB/rdmavt,hfi1,qib: Fix memory leak

[PATCH v2] drivers/perf: arm-pmu: fix RCU usage on pmu resume from low-power
 2016-04-21 12:50 UTC  (2+ messages)

Enable module autoloading support for vio
 2016-04-21 12:49 UTC  (2+ messages)

[PATCH] x86/efi: Remove the always true EFI_DEBUG symbol
 2016-04-21 12:48 UTC  (5+ messages)

[PATCH v2 08/25] arch: introduce memremap()
 2016-04-21 12:47 UTC  (18+ messages)

[PATCH] platform:x86: Add PMC Driver for Intel Core SOC
 2016-04-21 12:47 UTC  (2+ messages)

dtc warnings
 2016-04-21 12:47 UTC  (3+ messages)

Xen Memory de-duplication
 2016-04-21 12:47 UTC  (9+ messages)

[PATCH] rtl8xxxu: hide unused tables
 2016-04-21 12:46 UTC  (2+ messages)
`  "

[PATCH 1/4] drm/i915: Remove i915_gem_obj_size
 2016-04-21 12:46 UTC  (3+ messages)

[Intel-wired-lan] i40e: Deadly GRE packet
 2016-04-21 12:45 UTC 

[PATCH] drivers/idle: make intel_idle.c driver more explicitly non-modular
 2016-04-21 12:44 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 00/19 v2] mkfs cleaning
 2016-04-21 12:43 UTC  (3+ messages)
` [PATCH 15/19] mkfs: don't treat files as though they are block devices

4.5.1: UBSAN: Undefined behaviour in ./arch/x86/include/asm/atomic.h:156:9
 2016-04-21 12:43 UTC  (6+ messages)

[Buildroot] [PATCH v2] elf2flt: add patch "Fix buffer overflow in output_relocs()"
 2016-04-21 12:43 UTC  (3+ messages)

qdisc spin lock
 2016-04-21 12:41 UTC  (8+ messages)

[PATCH v2 00/10] kill global pci device id list
 2016-04-21 12:41 UTC  (4+ messages)
` [PATCH v3 01/13] e1000: move pci device ids to driver

[PATCH] PM / Runtime: Only force-resume device if it has been force-suspended
 2016-04-21 12:41 UTC  (4+ messages)

pull request: iwlwifi 2016-04-12
 2016-04-21 12:41 UTC  (3+ messages)

[PATCH 0/9] Enable Gen 7 Observation Architecture
 2016-04-21 12:41 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for Enable Gen 7 Observation Architecture (rev3)

[PATCH v2] drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf
 2016-04-21 12:40 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf (rev2)

[XFS] Any process to a particular XFS device hung in D state forever
 2016-04-21 12:40 UTC  (8+ messages)

[PATCH] drm/i915: Make RPS EI/thresholds multiple of 25 on SNB
 2016-04-21 12:40 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "


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.