All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-01 18:52:20 to 2016-07-01 20:26:30 UTC [more...]

[PATCH] ARM: multi_v7_defconfig: add ACT8945A
 2016-07-01 20:26 UTC 

[PATCH net-next v3 0/4] cgroup: bpf: cgroup2 membership test on skb
 2016-07-01 20:26 UTC  (3+ messages)

btrfs/113: Assertion failure
 2016-07-01 20:25 UTC  (2+ messages)

[PATCH] regulator: pwm: Fix regulator ramp delay for continuous mode
 2016-07-01 20:17 UTC  (4+ messages)

[PATCH 00/26] Userspace-RCU for config accesses
 2016-07-01 20:25 UTC  (5+ messages)
` [PATCH 02/26] Use 'mptable' as argument for find_mpe() and get_mpe_wwid()
` [PATCH 17/26] libmultipath: use 'struct config' as argument for pathinfo()

[meta-networking][PATCH 1/1] openconnect: PACKAGECONFIG certain dependencies
 2016-07-01 20:25 UTC  (3+ messages)

Build failed in Jenkins: GLSDK_Nightly_Build_Krogoth #608
 2016-07-01 20:25 UTC  (2+ messages)

[PATCH] NFS: Don't let readdirplus revalidate an inode that was marked as stale
 2016-07-01 20:24 UTC  (6+ messages)
` grace period

[PATCH v5 0/8] ACPI overlays
 2016-07-01 20:19 UTC  (13+ messages)
` [PATCH v5 1/8] Documentation: acpi: add SSDT overlays documentation
` [PATCH v5 2/8] acpi: fix enumeration (visited) flags for bus rescans
` [PATCH v5 3/8] acpi: add support for ACPI reconfiguration notifiers
` [PATCH v5 4/8] i2c: add support for ACPI reconfigure notifications
` [PATCH v5 5/8] spi: "
` [PATCH v5 6/8] efi: load SSTDs from EFI variables
` [PATCH v5 7/8] acpi: add support for configfs
` [PATCH v5 8/8] acpi: add support for loading SSDTs via configfs

[U-Boot] [PATCH] net: rtl8169: Fix return value for rtl_send_common
 2016-07-01 20:22 UTC 

[PATCH v4] gpio: add Intel WhiskeyCove GPIO driver
 2016-07-01 20:21 UTC  (2+ messages)

[Patch net] net_sched: fix mirrored packets checksum
 2016-07-01 20:20 UTC  (2+ messages)

Can't list directories with kernel 4.4.14 and ecryptfs
 2016-07-01 20:15 UTC  (6+ messages)

btrfs defrag questions
 2016-07-01 20:14 UTC 

[PATCH 1/3] drm/vgem: Fix mmaping
 2016-07-01 20:13 UTC  (4+ messages)
` [PATCH 2/3] drm/vgem: Enable dmabuf interface for export
    ` [Intel-gfx] "

[PATCH 00/12] SELinux support for Infiniband RDMA
 2016-07-01 20:13 UTC  (23+ messages)
` [PATCH 04/12] selinux: Allocate and free infiniband security hooks
` [PATCH 05/12] selinux: Implement Infiniband PKey "Access" access vector
` [PATCH 07/12] selinux: Add a cache for quicker retreival of PKey SIDs

[Qemu-devel] [PATCH 0/6] coroutine: mmap stack memory and stack size
 2016-07-01 20:12 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/6] oslib-posix: add helpers for stack alloc and free

[PATCH v1] git-p4: place temporary refs used for branch import under ref/git-p4-tmp
 2016-07-01 20:10 UTC  (4+ messages)
` [PATCH v2] git-p4: place temporary refs used for branch import under refs/git-p4-tmp

[PATCH 0/2] hpsa update
 2016-07-01 18:37 UTC 

[PATCH 00/31] Move LRU page reclaim from zones to nodes v8
 2016-07-01 20:01 UTC  (64+ messages)
` [PATCH 01/31] mm, vmstat: add infrastructure for per-node vmstats
` [PATCH 02/31] mm, vmscan: move lru_lock to the node
` [PATCH 03/31] mm, vmscan: move LRU lists to node
` [PATCH 04/31] mm, vmscan: begin reclaiming pages on a per-node basis
` [PATCH 05/31] mm, vmscan: have kswapd only scan based on the highest requested zone
` [PATCH 06/31] mm, vmscan: make kswapd reclaim in terms of nodes
` [PATCH 07/31] mm, vmscan: remove balance gap
` [PATCH 08/31] mm, vmscan: simplify the logic deciding whether kswapd sleeps
` [PATCH 09/31] mm, vmscan: by default have direct reclaim only shrink once per node
` [PATCH 10/31] mm, vmscan: remove duplicate logic clearing node congestion and dirty state
` [PATCH 11/31] mm: vmscan: do not reclaim from kswapd if there is any eligible zone
` [PATCH 12/31] mm, vmscan: make shrink_node decisions more node-centric
` [PATCH 13/31] mm, memcg: move memcg limit enforcement from zones to nodes
` [PATCH 14/31] mm, workingset: make working set detection node-aware
` [PATCH 15/31] mm, page_alloc: consider dirtyable memory in terms of nodes
` [PATCH 16/31] mm: move page mapped accounting to the node
` [PATCH 17/31] mm: rename NR_ANON_PAGES to NR_ANON_MAPPED
` [PATCH 18/31] mm: move most file-based accounting to the node
` [PATCH 19/31] mm: move vmscan writes and file write "
` [PATCH 20/31] mm, vmscan: only wakeup kswapd once per node for the requested classzone
` [PATCH 21/31] mm, page_alloc: Wake kswapd based on the highest eligible zone
` [PATCH 22/31] mm: convert zone_reclaim to node_reclaim
` [PATCH 23/31] mm, vmscan: Avoid passing in classzone_idx unnecessarily to shrink_node
` [PATCH 24/31] mm, vmscan: Avoid passing in classzone_idx unnecessarily to compaction_ready
` [PATCH 25/31] mm, vmscan: add classzone information to tracepoints
` [PATCH 26/31] mm, page_alloc: remove fair zone allocation policy
` [PATCH 27/31] mm: page_alloc: cache the last node whose dirty limit is reached
` [PATCH 28/31] mm: vmstat: replace __count_zone_vm_events with a zone id equivalent
` [PATCH 29/31] mm: vmstat: account per-zone stalls and pages skipped during reclaim
` [PATCH 30/31] mm, vmstat: print node-based stats in zoneinfo file
` [PATCH 31/31] mm, vmstat: Remove zone and node double accounting by approximating retries

[RFC PATCHv1 0/4] Push options in C Git
 2016-07-01 20:01 UTC  (16+ messages)
` [PATCH 1/4] push options: {pre,post}-receive hook learns about push options

[PATCH] Refactor recv_sideband()
 2016-07-01 20:01 UTC  (12+ messages)
` [PATCH v4] "

[PATCH] packet: Use symmetric hash for PACKET_FANOUT_HASH
 2016-07-01 20:08 UTC 

[PATCH 1/2] coresight-etm3x: Add ARM ETM-A5 peripheral ID
 2016-07-01 20:07 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: at91: sama5d2: add ETM, ETB and ETMCK node

[PATCH 00/11] nd/icase updates
 2016-07-01 20:07 UTC  (11+ messages)
` [PATCH v2 00/12] "

[PATCH v3 0/4] Add PSR function support for Analogix/Rockchip DP
 2016-07-01 20:05 UTC  (6+ messages)
` [PATCH v3 3/4] drm/bridge: analogix_dp: add the PSR function support
` [PATCH v3 4/4] drm/rockchip: analogix_dp: implement PSR function

[PATCH net-next 0/2] Further robustify putting BPF progs
 2016-07-01 20:05 UTC  (2+ messages)

[RFC] fuse: Support posix ACLs
 2016-07-01 19:58 UTC  (11+ messages)
  ` [fuse-devel] "

[PATCH v3 0/9] kexec_file_load implementation for PowerPC
 2016-07-01 20:02 UTC  (5+ messages)
` [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer

[Buildroot] [PATCH] cubieboard2: Accommodate U-Boot environment on SD-card
 2016-07-01 20:01 UTC 

[PATCH 0/7] FSL's LS2088A platform support
 2016-07-01 19:59 UTC  (3+ messages)
` [PATCH 7/7] arm64: Add DTS support for FSL's LS2088A SoC

[PATCH] usbnet: add reset_resume quirk to prevent resume failure
 2016-07-01 19:58 UTC  (2+ messages)

U-Blox modem reconnect
 2016-07-01 19:58 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/18] Clean up #include "..." vs "<...>" and header guards
 2016-07-01 19:57 UTC  (2+ messages)

[PATCH] net: Fix resetting network_header in neigh_resolve_output and neigh_connected_output
 2016-07-01 19:57 UTC  (4+ messages)

[kernel-hardening] usercopy - goood news and bad news
 2016-07-01 19:54 UTC  (2+ messages)

[Qemu-devel] [Bug 1297218] Re: guest hangs after live migration due to tsc jump
 2016-07-01 19:41 UTC  (2+ messages)

Portable Device Tree Connector -- conceptual
 2016-07-01 19:49 UTC  (7+ messages)

[PATCH v6 0/11] Output raw touch data via V4L2
 2016-07-01 19:16 UTC  (4+ messages)
` [PATCH v6 10/11] Input: synaptics-rmi4 - add support for F54 diagnostics

[PATCH] mwifiex: fix unconditional error return in .add_virtual_intf callback
 2016-07-01 19:39 UTC 

[U-Boot] [PATCH] splash: Introduce default_splash_locations
 2016-07-01 19:48 UTC 

[U-Boot] [PATCH] splash: Accommodate DM_USB in splash_init_usb()
 2016-07-01 19:47 UTC 

[PATCH v2 0/4] convert dynamic_debug to use jump labels
 2016-07-01 19:30 UTC  (6+ messages)
` [PATCH v2 4/4] dynamic_debug: add jump label support

[PATCH] xfs_io: implement 'copy_range' command
 2016-07-01 19:45 UTC 

[Buildroot] Unable to compile uboot v2012.10 on Buildroot 2016.05
 2016-07-01 19:44 UTC 

[RFC PATCH 00/24] Make Nokia N900 cameras working
 2016-07-01 19:40 UTC  (9+ messages)
    ` Nokia N900 cameras -- pipeline setup in python (was Re: [RFC PATCH 00/24] Make Nokia N900 cameras working)
          ` square-only image on Nokia N900 camera "

[PATCH net-next] netvsc: Use the new in-place consumption APIs in the rx path
 2016-07-01 17:06 UTC  (4+ messages)

[PATCH v2 3/3] drivers core: allow id match override when manually binding driver
 2016-07-01 19:36 UTC  (15+ messages)

[xen-4.5-testing baseline-only test] 66482: regressions - trouble: blocked/broken/fail/pass
 2016-07-01 19:37 UTC 

ethtool needs a new maintainer
 2016-07-01 19:33 UTC  (4+ messages)

[nightly] Core TISDK (krogoth/2.1) 2016.05 build 2016-07-01_11-15-36
 2016-07-01 19:33 UTC 

[PATCH] sony-laptop: add new thermal control handle
 2016-07-01 19:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] pseudo: drop recipe for old 1.6.7 version
 2016-07-01 19:30 UTC  (2+ messages)
` [PATCH 2/2] pseudo: upgrade to 1.8.0

[PATCH 1/1] irqdomain: Export __irq_domain_alloc_irqs() and irq_domain_free_irqs()
 2016-07-01 19:29 UTC 

(unknown),
 2016-07-01 19:30 UTC 

[PATCH] poky: drop unsupported distros
 2016-07-01 19:28 UTC 

Question: Old Irix tape backup. Recovery on Linux (xfsdump/xfsrestore)
 2016-07-01 19:28 UTC  (9+ messages)

[patch net-next 00/42] mlxsw: Implement IPV4 unicast routing
 2016-07-01 19:27 UTC  (2+ messages)

[PATCH] cacheinfo: Introduce cache id
 2016-07-01 19:24 UTC  (12+ messages)

[PATCH v2] fujitsu-laptop: Unify max brightness of exported leds
 2016-07-01 19:19 UTC  (3+ messages)

[PATCH] ipset: Backports for the nla_put_net64() API changes
 2016-07-01 19:19 UTC  (7+ messages)

noholes and incremental send streamsize
 2016-07-01 19:11 UTC  (2+ messages)

[PATCH] dma-debug: Track bucket lock state for static checkers
 2016-07-01 19:15 UTC  (2+ messages)

[PATCH openbmc v2] Package whitelist.conf in obmc-phosphor-image
 2016-07-01 19:13 UTC  (3+ messages)
` [PATCH openbmc v2] Generate code from conf files from IPMI packages

[PATCH] nvme-fabrics: add-remove ctrl repeat fix
 2016-07-01 19:13 UTC 

[PATCH] ARM: at91/defconfig: Add ACT8945A driver
 2016-07-01 19:10 UTC  (3+ messages)

[Qemu-devel] [PATCH v9 00/10] 8bit AVR cores
 2016-07-01 19:09 UTC  (2+ messages)

[PATCH 00/11] SCSI smpboot thread conversion
 2016-07-01 19:09 UTC  (8+ messages)
` [PATCH 01/11] scsi/fcoe: lock online CPUs in fcoe_percpu_clean()
        ` [PATCH v2] scsi/fcoe: convert to kworker

[RESEND PATCH 0/5] ipq8064 NAND support
 2016-07-01 19:08 UTC  (5+ messages)
` [RESEND PATCH 1/5] dtbindings: qcom_adm: Fix channel specifiers

[GIT PULL] lockd/locks bugfixes for 4.7
 2016-07-01 19:06 UTC 

Gerrit server migration
 2016-07-01 19:05 UTC  (3+ messages)

[PATCH 0/2] xtf: add launcher (+1 bugfix)
 2016-07-01 19:04 UTC  (10+ messages)
` xenbits "official" repo for XTF (was "

[Qemu-devel] Default for phys-addr-bits? (was Re: [PATCH 4/5] x86: Allow physical address bits to be set)
 2016-07-01 19:03 UTC  (11+ messages)

FYI: *buntu - btrfs kernel error
 2016-07-01 18:57 UTC  (4+ messages)

[PATCH] ARM64: dts: amlogic: Add basic support for Amlogic S905X
 2016-07-01 18:57 UTC  (3+ messages)

[Buildroot] [PATCH v1 1/1] package/busybox: enable ttyUSB[0-9] when using mdev
 2016-07-01 18:57 UTC 

[PATCH perf/core v13 00/15] perf-probe --cache and SDT support
 2016-07-01 18:56 UTC  (3+ messages)
` [PATCH perf/core v13 04/15] perf/sdt: ELF support for SDT

[Buildroot] [PATCH v1 1/1] package/busybox: support spaces in module aliases in mdev
 2016-07-01 18:56 UTC 

[PATCH v3 0/9] Generic DT bindings for PCI IOMMUs and ARM SMMUv3
 2016-07-01 18:53 UTC  (7+ messages)
` [RFC 1/2] iommu/dma: Restrict IOVAs to physical memory layout


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.