All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-18 14:01:54 to 2015-12-18 14:23:54 UTC [more...]

[GIT PULL] clockevents for 4.5
 2015-12-18 14:18 UTC  (110+ messages)
` [PATCH 01/69] clocksource/drivers/mtk_timer: Add pr_fmt define
  ` [PATCH 02/69] clocksource/drivers/mtk_timer: Fix pr_warn() messages in mtk_timer_init
  ` [PATCH 03/69] clocksource/drivers/mtk_timer: Fix memleak in mtk_timer_init()
  ` [PATCH 04/69] clocksource/drivers/tegra: Allow timer irq affinity change
  ` [PATCH 05/69] clocksource/drivers/rockchip: Make the driver more readable
  ` [PATCH 06/69] time: Define dummy functions for the generic sched clock
  ` [PATCH 07/69] clocksource/drivers/rockchip: Remove dsb() usage
  ` [PATCH 08/69] clocksource/drivers/qcom: Make COMPILE_TEST enabled for ARM architecture
  ` [PATCH 09/69] clocksource/drivers/st_lpc: Fix Kconfig dependency
  ` [PATCH 10/69] clocksource/drivers/st_lpc: Add the COMPILE_TEST option
  ` [PATCH 11/69] clocksource/drivers/pxa_timer: Move the Kconfig rule
  ` [PATCH 12/69] clocksource/drivers/pxa_timer: Add the COMPILE_TEST option
  ` [PATCH 13/69] clocksource/drivers/tango: Add "
  ` [PATCH 14/69] clocksource/drivers/pistachio: Add the "
    ` [PATCH 15/69] clocksource/drivers/mediatek: "
  ` [PATCH 16/69] clocksource/drivers/rockchip: Add "
  ` [PATCH 17/69] clocksource/drivers/armada-370-xp: Add the "
  ` [PATCH 18/69] clocksource/drivers/meson6: "
  ` [PATCH 19/69] clocksource/drivers/orion: "
  ` [PATCH 20/69] clocksource/drivers/digicolor: "
  ` [PATCH 21/69] clocksource/drivers/dw_apb: "
  ` [PATCH 22/69] clocksource/drivers/sun4i: "
  ` [PATCH 23/69] clocksource/drivers/sun5i: "
  ` [PATCH 24/69] clocksource/drivers/tegra2: "
  ` [PATCH 25/69] clocksource/drivers/vt8500: Remove unneeded header
  ` [PATCH 26/69] clocksource/drivers/vt8500: Add the COMPILE_TEST option
  ` [PATCH 27/69] clocksource/drivers/cadence_ttc: "
  ` [PATCH 28/69] clocksource/drivers/asm9260: "
  ` [PATCH 29/69] clocksource/drivers/lpc32xx: "
  ` [PATCH 30/69] clocksource/drivers/nomadik_mtu: "
  ` [PATCH 31/69] clocksource/drivers/prcmu: Fix Kconfig and add "
  ` [PATCH 32/69] clocksource/drivers/exynos_mct: "
  ` [PATCH 33/69] clocksource/drivers/samsung-pwm: Add the "
  ` [PATCH 34/69] clocksource/drivers/fsl-ftm: "
  ` [PATCH 35/69] clocksource/drivers/Kconfig: Add missing GENERIC_CLOCKEVENTS dependency
  ` [PATCH 36/69] clocksource/drivers/dw_apb_timer_of: Implement ARM delay timer
  ` [PATCH 37/69] clocksource/drivers/h8300: Cleanup startup and remove module code
  ` [PATCH 38/69] clocksource/drivers/h8300_timer8: Fix compilation error with dev_warn
  ` [PATCH 39/69] clocksource/drivers/h8300_tpu: Remove unused macros
  ` [PATCH 40/69] clocksource/drivers/h8300_tpu: Remove pointless headers for TPU
  ` [PATCH 41/69] clocksource/drivers/h8300_timer8: Remove unused headers
  ` [PATCH 42/69] clocksource/drivers/h8300_timer8: Remove unused macros
  ` [PATCH 43/69] clocksource/drivers/h8300_timer8: Remove PERIODIC and ONESHOT macro
  ` [PATCH 44/69] clocksource/drivers/h8300_timer8: Fix irq return value check
  ` [PATCH 45/69] clocksource/drivers/h8300_timer8: Remove pointless irq re-entrant safe code
  ` [PATCH 46/69] clocksource/drivers/h8300_timer8: Remove irq and lock legacy code
  ` [PATCH 47/69] clocksource/drivers/h8300_timer8: Retrieve the clock rate at init time
  ` [PATCH 48/69] clocksource/drivers/h8300_timer16: Remove pointless headers
  ` [PATCH 49/69] clocksource/drivers/h8300_timer16: Remove unused macros
  ` [PATCH 50/69] clocksource/drivers/h8300_timer16: Remove unused fields in timer16_priv
  ` [PATCH 51/69] clocksource/drivers/h8300_timer16: Fix irq return value check
  ` [PATCH 52/69] clocksource/drivers/h8300_timer16: Remove pointless lock
  ` [PATCH 53/69] clocksource/drivers/timer_sun5i: Replace code by clocksource_mmio_init
  ` [PATCH 54/69] clocksource/drivers/h8300_timer8: Separate the Kconfig option from the arch
  ` [PATCH 55/69] h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]
  ` [PATCH 56/69] clocksource/drivers/h8300: Increase the compilation test coverage
  ` [PATCH 57/69] clocksource/drivers/tango-xtal: Replace code by clocksource_mmio_init
  ` [PATCH 58/69] clocksource/drivers/dw_apb_timer: Fix apbt_readl return types
  ` [PATCH 59/69] clocksource/drivers/dw_apb_timer: Use {readl|writel}_relaxed in critical path
  ` [PATCH 60/69] clocksource/drivers/dw_apb_timer: Inline apbt_readl and apbt_writel
  ` [PATCH 61/69] clockevents/drivers/arm_global_timer: Use writel_relaxed in gt_compare_set
  ` [PATCH 62/69] clocksource/drivers/pistachio: Fix wrong calculated clocksource read value
  ` [PATCH 63/69] clocksource/drivers/arm_global_timer: Fix suspend resume
  ` [PATCH 64/69] clocksource/drivers/lpc32: Correct pr_err() output format
  ` [PATCH 65/69] clocksource/drivers/h8300: Change to overflow interrupt
  ` [PATCH 66/69] clocksource/drivers/h8300: Fix timer not overflow case
  ` [PATCH 67/69] clocksource/drivers/h8300: Simplify delta handling
  ` [PATCH 68/69] clocksource/drivers/h8300: Initializer cleanup
  ` [PATCH 69/69] clocksource/drivers/h8300: Use ioread / iowrite

[PATCH] kernel/stop_machine: remove HOTPLUG_CPU dependency
 2015-12-18 14:23 UTC 

[PATCH 00/10] bpf samples: Uses libbpf in tools/lib to do BPF operations
 2015-12-18 14:22 UTC  (13+ messages)

[PATCH] printk-nmi: use %zu format string for size_t
 2015-12-18 14:21 UTC  (2+ messages)

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Review & Reply
 2015-12-18 10:18 UTC 

Xorg[9132]: segfault at 0 ip 00007fbc84d6fb0d sp 00007ffca3765610 error 4 in intel_drv.so[7fbc84d4d000+18b000]
 2015-12-18 14:20 UTC  (4+ messages)

-next regression: "driver cohandle -EPROBE_DEFER from bus_type.match()"
 2015-12-18 14:20 UTC  (5+ messages)

Customizing UIO mmap'ing
 2015-12-18 14:20 UTC  (4+ messages)

[PATCH] staging/rdma/hfi1: Fix a possible null pointer dereference
 2015-12-18 14:20 UTC  (5+ messages)
  ` [Cocci] "

[PATCH v8 00/28] Kconfig conversion
 2015-12-18 14:20 UTC  (3+ messages)

[B.A.T.M.A.N.] Super high package loss and weak connection
 2015-12-18 14:20 UTC  (5+ messages)

[Qemu-devel] RFC: Operation Blockers in QEMU Block Nodes
 2015-12-18 14:19 UTC  (2+ messages)

Review & Reply
 2015-12-18 10:18 UTC 

[B.A.T.M.A.N.] [PATCH] openwrt-feed-batman-adv: Switch to HTTPS version of links
 2015-12-18 14:19 UTC  (2+ messages)

[PATCH] netcp: fix regression in receive processing
 2015-12-18 14:18 UTC  (3+ messages)

[RESEND PATCH v7 2/4] Documentation, dt, arm64/arm: dt bindings for numa
 2015-12-18 14:18 UTC  (3+ messages)

[PATCH 0/5] devtool: create kernel config fragment
 2015-12-18 14:18 UTC  (5+ messages)
` [PATCH 2/5] kernel.bbclass: copy .config instead of moving

Build cancellation from toaster
 2015-12-18 13:46 UTC  (2+ messages)

[PATCH 1/3] btrfs: use list_for_each_entry* in check-integrity.c
 2015-12-18 14:17 UTC  (3+ messages)
` [PATCH 2/3] btrfs: use list_for_each_entry_safe in free-space-cache.c
  ` [PATCH 3/3] btrfs: use list_for_each_entry* in backref.c

[xen-unstable test] 66454: regressions - FAIL
 2015-12-18 14:15 UTC  (6+ messages)

[PATCH v2 0/2] Support of RO MMCFG access for PVH/HVMlite dom0s
 2015-12-18 14:16 UTC  (5+ messages)

[B.A.T.M.A.N.] [PATCH-next] batman-adv: update email address
 2015-12-18 14:16 UTC  (2+ messages)

[PATCH] drm/i915/skl: Default to noncoherent access up to F0
 2015-12-18 14:14 UTC 

[PATCHv4 0/2] PCI: Safe VPD access
 2015-12-18 14:14 UTC  (6+ messages)
` [PATCH 2/2] pci: Update VPD size with correct length

MR cleanups
 2015-12-18 14:14 UTC  (3+ messages)
` [PATCH 10/10] IB: remove the unused usecnt field from struct ib_mr

[Regression] No display on i.MX53 after update to 4.4-rc4
 2015-12-18 14:13 UTC 

[PATCH 1/2] [iproute2] tc/q_htb.c: remove printing of a deprecated overhead value previously encoded as a part of mpu field
 2015-12-18 14:13 UTC  (2+ messages)
  ` [PATCH 2/2] [iproute2] tc/q_htb.c: rename b4 buffer to b3 to make its name more consistent

[PATCH 1/3] btrfs: Fix in-segment calculation for reada
 2015-12-18 14:10 UTC  (3+ messages)
` [PATCH 2/3] btrfs: reduce additional fs_info->reada_lock in reada_find_zone
` [PATCH 3/3] btrfs: Add missed segment checking "

[RFC3 PATCH v6 00/20] ILP32 for ARM64
 2015-12-18 14:11 UTC  (9+ messages)
` [PATCH v6 08/20] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
  ` [PATCH v6 08/20] arm64: ilp32: add is_ilp32_compat_{task, thread} "
` [PATCH v6 15/20] arm64: signal: move ilp32 and lp64 common code to separated file

[Qemu-devel] [PATCH 0/6] AMD XGBE KVM platform passthrough
 2015-12-18 14:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/6] device_tree: introduce load_device_tree_from_sysfs

[PATCH v2 00/13] xenstore: make it easier to run xenstore in a domain
 2015-12-18 14:10 UTC  (4+ messages)
` [PATCH v2 03/13] libxl: provide a function to retrieve the xenstore domain id

Question on Linux TSS architecture design (kernel vs. user space access)
 2015-12-18 14:10 UTC  (6+ messages)

[PATCH rdma-next V1 0/7] dev attr cleanup (less is more)
 2015-12-18 14:10 UTC  (4+ messages)
` [PATCH rdma-next V1 3/7] IB/ulps: Avoid calling ib_query_device

[Buildroot] [Bug 8536] New: Building sudo with PAM results in unusable sudo
 2015-12-18 14:10 UTC  (3+ messages)
` [Buildroot] [Bug 8536] "

[PATCHv1 0/4] spinlock: add qrwlocks
 2015-12-18 14:09 UTC  (5+ messages)
` [PATCHv1 1/4] atomic: replace atomic_compareandswap() with atomic_cmpxchg()
` [PATCHv1 2/4] x86/domain: Compile with lock_profile=y enabled
` [PATCHv1 3/4] spinlock: shrink struct lock_debug
` [PATCHv1 4/4] spinlock: add fair read-write locks

[PATCH net] sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close
 2015-12-18 14:08 UTC  (6+ messages)

[PATCH] mac80211: refactor HT/VHT to chandef code
 2015-12-18 14:08 UTC 

[PULL take #2] KVM/ARM fixes for v4.4-rc6
 2015-12-18 14:05 UTC  (4+ messages)
` [PATCH] KVM: arm/arm64: vgic: Fix kvm_vgic_map_is_active's dist check

[PATCH 00/13] ARM: shmobile: dts: Update console parameters
 2015-12-18 14:05 UTC  (5+ messages)

[PATCH 00/15] megaraid_sas: Updates for scsi-next
 2015-12-18 14:05 UTC  (3+ messages)
` [PATCH 15/15] megaraid_sas: SPERC boot driver reorder

[distros-debian-jessie test] 38533: tolerable FAIL
 2015-12-18 14:04 UTC 

[PATCH 0/4] Various R-Car PCIe patches
 2015-12-18 14:04 UTC  (6+ messages)
` [PATCH 2/4] PCI: rcar: Support runtime PM link state L1 handling in pcie-rcar

[PATCH v10 0/4] irqchip:support mbigen interrupt controller
 2015-12-18 14:03 UTC  (4+ messages)

OMAP display kconfig options changing
 2015-12-18 14:03 UTC  (4+ messages)

[PATCH] err.h: add type checking to IS_ERR_VALUE macro
 2015-12-18 14:02 UTC  (2+ messages)

[PULL] KVM/ARM fixes for v4.4-rc6
 2015-12-18 14:01 UTC  (2+ messages)


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.