All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-19 18:31:12 to 2015-11-19 19:10:45 UTC [more...]

[PATCH 0/3] perf tools DWARF libunwind: Add callchain order support
 2015-11-19 19:10 UTC  (2+ messages)

[PATCH 0/7] Modernize t9300-fast-import
 2015-11-19 19:09 UTC  (4+ messages)
` [PATCH 1/7] modernize t9300: single-quote placement and indentation
` [PATCH 2/7] modernize t9300: use test_must_fail
` [PATCH 3/7] modernize t9300: use test_must_be_empty

[PATCHv2] arm: Update all mm structures with section adjustments
 2015-11-19 19:10 UTC  (4+ messages)

[PATCH v2 1/2] usb: dwc2: host: Fix missing device insertions
 2015-11-19 19:09 UTC  (8+ messages)
` [PATCH v2 2/2] usb: dwc2: host: Clear interrupts before handling them

[U-Boot] [PATCH] Implement pytest-based test infrastructure
 2015-11-19 19:09 UTC  (4+ messages)

[PATCH] perf: Fallback to JIT support for mmap'd non-ELF binaries
 2015-11-19 19:09 UTC 

[PATCH 1/2] drm/i915: take a power domain ref only when needed during HDMI detect
 2015-11-19 19:08 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: take a power domain reference while checking the HDMI live status

[RFC PATCH] Fix _FIT vs. NFIT processing breakage
 2015-11-19 19:07 UTC  (7+ messages)

[PATCH] cpufreq, intel_pstate.c, Fix rounding errors
 2015-11-19 19:07 UTC  (3+ messages)

[PATCH 00/27] mtd: nand: refactor the NAND subsystem (part 1)
 2015-11-19 19:07 UTC  (5+ messages)
` [PATCH 01/27] mtd: nand: fix drivers abusing mtd->priv

[patch 1/2] KVM: fix error handling in kvm_create_vm_debugfs()
 2015-11-19 19:07 UTC  (4+ messages)

[PATCH 0/4] CFS idle injection
 2015-11-19 19:06 UTC  (9+ messages)
` [PATCH 2/4] timer: relax tick stop in idle entry

[PATCH v2 0/6] memcg/kmem: switch to white list policy
 2015-11-19 19:04 UTC  (19+ messages)
` [PATCH v2 1/6] Revert "kernfs: do not account ino_ida allocations to memcg"
` [PATCH v2 2/6] Revert "gfp: add __GFP_NOACCOUNT"
` [PATCH v2 3/6] memcg: only account kmem allocations marked as __GFP_ACCOUNT
` [PATCH v2 4/6] slab: add SLAB_ACCOUNT flag
` [PATCH v2 5/6] vmalloc: allow to account vmalloc to memcg

[RFC PATCH] tsc: synchronize TSCs on buggy Intel Xeon E5 CPUs with offset error
 2015-11-19 19:04 UTC  (8+ messages)

[PATCH] usb: dwc2: add support of hi6220
 2015-11-19 19:04 UTC  (2+ messages)

[Bug 93004] New: Guild Wars 2 crash on nouveau DX11 cards
 2015-11-19 19:02 UTC  (2+ messages)
  ` [Bug 93004] "

[GIT PULL] arm64 fixes for 4.4
 2015-11-19 19:00 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode
 2015-11-19 19:00 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] input: linux evdev support
  ` [Qemu-devel] [vfio-users] "

[PATCH] include: asm-generic: page.h: Remove useless get_user_page and free_user_page
 2015-11-19 18:59 UTC  (7+ messages)

[PATCH] Documentation: Describe the shared memory usage/accounting
 2015-11-19 18:58 UTC  (2+ messages)

[PATCHSET v2] netfilter, cgroup: implement xt_cgroup2 match
 2015-11-19 18:58 UTC  (12+ messages)
` [PATCH 1/7] cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using it
` [PATCH 2/7] kernfs: implement kernfs_walk_and_get()
` [PATCH 3/7] cgroup: implement cgroup_get_from_path() and expose cgroup_put()
` [PATCH 4/7] netprio_cgroup: limit the maximum css->id to USHRT_MAX
` [PATCH 5/7] net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct
` [PATCH 6/7] sock, cgroup: add sock->sk_cgroup
` [PATCH 7/7] netfilter: implement xt_cgroup2 match
  ` [PATCH v2 iptables] libxt_cgroup2: add support for cgroup2 path matching
  ` [PATCH iptables] libxt_cgroup: improve wording in the man page

Kernel 3.19 and still "disk full" even though 'btrfs fi df" reports enough room left?
 2015-11-19 18:56 UTC  (6+ messages)

[PATCH 00/25] serial: sh-sci: Add external clock and BRG Support
 2015-11-19 18:39 UTC  (54+ messages)
  ` [PATCH 01/25] serial: sh-sci: Update DT binding documentation for external clock input
  ` [PATCH 02/25] serial: sh-sci: Update DT binding documentation for BRG support
` [PATCH 03/25] serial: sh-sci: Drop useless check for zero sampling_rate
` [PATCH 04/25] serial: sh-sci: Grammar s/Get ... for/Get ... from/
` [PATCH 05/25] serial: sh-sci: Drop unused frame_len parameter for sci_baud_calc_hscif()
` [PATCH 06/25] serial: sh-sci: Don't overwrite clock selection in serial_console_write()
` [PATCH 07/25] serial: sh-sci: Convert from clk_get() to devm_clk_get()
` [PATCH 08/25] serial: sh-sci: Make unsigned values in sci_baud_calc_hscif() unsigned
` [PATCH 09/25] serial: sh-sci: Avoid overflow in sci_baud_calc_hscif()
` [PATCH 10/25] serial: sh-sci: Improve bit rate error calculation for HSCIF
` [PATCH 11/25] serial: sh-sci: Avoid calculating the receive margin "
` [PATCH 12/25] serial: sh-sci: Merge sci_scbrr_calc() and sci_baud_calc_hscif()
` [PATCH 13/25] serial: sh-sci: Take into account sampling rate for max baud rate
` [PATCH 14/25] serial: sh-sci: Add BRG register definitions
` [PATCH 15/25] serial: sh-sci: Replace struct sci_port_info by type/regtype encoding
` [PATCH 16/25] serial: sh-sci: Correct SCIF type on RZ/A1H
` [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 19/25] serial: sh-sci: Add support for optional external (H)SCK input
` [PATCH 20/25] serial: sh-sci: Add support for optional BRG on (H)SCIF
` [PATCH 21/25] ARM: shmobile: r8a7791 dtsi: Add BRG support for (H)SCIF
` [PATCH 22/25] ARM: shmobile: koelsch dts: Enable SCIF_CLK frequency and pins
` [PATCH 23/25] arm64: renesas: r8a7795 dtsi: Add BRG support for (H)SCIF
` [PATCH 24/25] arm64: renesas: salvator-x dts: Enable SCIF_CLK frequency and pins
` [PATCH 25/25] sh: sh7734: Correct SCIF type for BRG

[PATCH nft 1/2] tests: regression: homogenize indentation style
 2015-11-19 18:51 UTC  (2+ messages)
` [PATCH nft 2/2] tests: regression: allow to run tests from anywhere

Connection tracking Cli and an ALG for DNS
 2015-11-19 18:52 UTC  (4+ messages)
` [Bulk] "

[Bug 90626] New: HP ZBook 15 nouveau driver hangup for kernel >= 3.19
 2015-11-19 18:50 UTC  (2+ messages)
  ` [Bug 90626] HP ZBook 15 nouveau driver hangup for kernel >= 4.1

ptrace() hangs on attempt to seize/attach stopped & frozen task
 2015-11-19 18:47 UTC  (4+ messages)
` [PATCH 0/2] (Was: ptrace() hangs on attempt to seize/attach stopped & frozen task)
  ` [PATCH 1/2] ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable
  ` [PATCH 2/2] ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED task

[Xenomai] Texas Intruments AM437x Xenomai support
 2015-11-19 18:46 UTC  (2+ messages)

[PATCH 0/5] arm64: cpufeature: Fixes for 4.4-rc1
 2015-11-19 18:45 UTC  (7+ messages)
` [PATCH 1/5] arm64: cpufeature: Add helpers for extracting unsigned values
  ` [PATCH 2/5] arm64: cpufeature: Track unsigned fields

[PATCH 0/3] More PSR improvements
 2015-11-19 18:45 UTC  (8+ messages)
` [PATCH 1/3] drm/i915: Also delay first activation for SKL+
` [PATCH 2/3] drm/i915: Remove PSR Perf Counter "

[PATCH net-next] bpf: add show_fdinfo handler for maps
 2015-11-19 18:45 UTC  (5+ messages)

[v5 0/7] add support SATA for BMIPS_GENERIC
 2015-11-19 18:44 UTC  (3+ messages)
` [v5 2/7] ata: ahci_brcmstb: add quirk for broken ncq

[PATCH 0/7] add missing of_node_put
 2015-11-19 18:44 UTC  (13+ messages)
` [PATCH 1/7] phy: brcmstb-sata: "
              ` device_node lifetime (was: Re: [PATCH 1/7] phy: brcmstb-sata: add missing of_node_put)

[PATCH v2 00/16] serial: sh-sci: Clock Cleanups
 2015-11-19 18:43 UTC  (38+ messages)
  ` [PATCH v2 01/16] serial: sh-sci: Drop the interface clock
` [PATCH v2 02/16] sh: Rename sci_ick and sci_fck clock to fck
` [PATCH v2 03/16] sh: Remove sci_ick clock alias
` [PATCH v2 04/16] ARM: shmobile: sh73a0 dtsi: Rename the serial port clock to fck
` [PATCH v2 05/16] ARM: shmobile: r7s72100 "
` [PATCH v2 06/16] ARM: shmobile: r8a73a4 "
` [PATCH v2 07/16] ARM: shmobile: r8a7740 "
` [PATCH v2 08/16] ARM: shmobile: r8a7778 "
` [PATCH v2 09/16] ARM: shmobile: r8a7779 "
` [PATCH v2 10/16] ARM: shmobile: r8a7790 "
` [PATCH v2 11/16] ARM: shmobile: r8a7791 "
` [PATCH v2 12/16] ARM: shmobile: r8a7793 "
` [PATCH v2 13/16] ARM: shmobile: r8a7794 "
` [PATCH v2 14/16] arm64: renesas: r8a7795 "
` [PATCH v2 15/16] h8300: dts: "
` [PATCH v2 16/16] serial: sh-sci: Drop the sci_fck clock fallback

[Cluster-devel] [GFS2 PATCH 0/2] GFS2: Avoid inode shrinker-related deadlocks
 2015-11-19 18:42 UTC  (3+ messages)
` [Cluster-devel] [GFS2 PATCH 1/2] GFS2: Make gfs2_clear_inode() queue the final put
` [Cluster-devel] [GFS2 PATCH 2/2] GFS2: Revert 35e478f Flush pending glock work when evicting an inode

[xen-unstable-smoke test] 64861: tolerable all pass - PUSHED
 2015-11-19 18:41 UTC 

[PATCH 1/2] drm/i915/pm: Unconstify power_domain_str
 2015-11-19 18:39 UTC  (4+ messages)

PATCH: Sense if git should be used (for tarball) and if typeof needs, to be __typeof__
 2015-11-19 18:38 UTC 

[PATCH] toaster: projectconf Add feature for free form IMAGE_FSTYPES
 2015-11-19 18:38 UTC 

[patch -mm] mm, vmalloc: remove VM_VPAGES
 2015-11-19 18:37 UTC  (7+ messages)
  ` [kbuild-all] "

[Buildroot] Compile kernel module within buildroot package
 2015-11-19 18:36 UTC 

DPDK 1.6 and Cisco VIC-NIC pmd fails to initialize with VMWare ESX 5.5
 2015-11-19 18:36 UTC  (3+ messages)

[Patch-V2 0/6] HID: Support for the Logitech G920 Wheel
 2015-11-19 18:35 UTC  (5+ messages)
` [Patch-V2 1/6] INPUT: xpad: Add minimal support for "

[PATCH 0/2] Support for Sigma Designs SMP86xx interrupt controller
 2015-11-19 18:33 UTC  (3+ messages)
` [PATCH 1/2] devicetree: add binding "
` [PATCH 2/2] irqchip: add support "

[PATCH 01/13] gcc: Add support for building musl configuration
 2015-11-19 18:35 UTC  (4+ messages)
` [PATCH 03/13] gdb: Fix build with musl

[Qemu-devel] [PULL for-2.5 v2 00/10] QOM devices patch queue 2015-11-19
 2015-11-19 18:34 UTC  (2+ messages)

[PATCHv7] EDAC, altera: Add Altera L2 Cache and OCRAM EDAC Support
 2015-11-19 18:34 UTC  (2+ messages)

[PATCH] ARM: OMAP2: use correct timer function for AM43XX and TI81XX
 2015-11-19 18:33 UTC  (6+ messages)

[PATCH 0/2] drivers: sh: clk: Cleanup clock API
 2015-11-19 18:32 UTC  (6+ messages)
` [PATCH 1/2] drivers: sh: clk: Avoid crashes when passing NULL clocks
` [PATCH 2/2] drivers: sh: clk: Remove obsolete and unused clk_round_parent()

[PATCH] arm64: efi: correctly align vaddr for runtime maps
 2015-11-19 18:32 UTC  (5+ 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.