messages from 2019-11-15 23:41:35 to 2019-11-16 01:46:56 UTC [more...]
[PATCH v2 00/10] learn the "summary" pretty format
2019-11-16 1:46 UTC (6+ messages)
` [PATCH v3 00/10] learn the "reference" "
` [PATCH v3 09/10] pretty: implement 'reference' format
[v3] soc: qcom: Introduce subsystem sleep stats driver
2019-11-16 1:45 UTC (2+ messages)
[PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
2019-11-16 1:07 UTC
[alsa-devel] [PATCH 0/3] Add NAU8812 support
2019-11-16 1:43 UTC (4+ messages)
` [alsa-devel] [PATCH 3/3] ASoC: nau8810: add aux input control, available on NAU8812
` "
[Xen-devel] [PATCH for-4.13 v3] x86/passthrough: fix migration of MSI when using posted interrupts
2019-11-16 1:40 UTC (4+ messages)
[patch 11/11] mm/debug.c: PageAnon() is true for PageKsm() pages
2019-11-16 1:35 UTC
[patch 10/11] mm/debug.c: __dump_page() prints an extra line
2019-11-16 1:35 UTC
[patch 09/11] mm/page_io.c: do not free shared swap slots
2019-11-16 1:35 UTC
[patch 08/11] mm/memory_hotplug: fix try_offline_node()
2019-11-16 1:34 UTC
[patch 07/11] mm,thp: recheck each page before collapsing file THP
2019-11-16 1:34 UTC
[patch 06/11] mm: slub: really fix slab walking for init_on_free
2019-11-16 1:34 UTC
[patch 05/11] mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()
2019-11-16 1:34 UTC
[patch 04/11] mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
2019-11-16 1:34 UTC
[patch 03/11] lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocations
2019-11-16 1:34 UTC
[patch 02/11] mm: fix trying to reclaim unevictable lru page when calling madvise_pageout
2019-11-16 1:34 UTC
[patch 01/11] mm: mempolicy: fix the wrong return value and potential pages leak of mbind
2019-11-16 1:34 UTC
incoming
2019-11-16 1:34 UTC
[PATCH v2 for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
2019-11-16 1:28 UTC (2+ messages)
[PATCH v2 00/18] Restructure, improve target support for qcom_scm driver
2019-11-16 1:29 UTC (15+ messages)
` [PATCH v2 01/18] firmware: qcom_scm: Rename macros and structures
` [PATCH v2 07/18] firmware: qcom_scm-64: Add SCM results to descriptor
` [PATCH v2 08/18] firmware: qcom_scm-64: Remove qcom_scm_call_do_smccc
` [PATCH v2 09/18] firmware: qcom_scm-64: Move SMC register filling to qcom_scm_call_smccc
` [PATCH v2 10/18] firmware: qcom_scm-64: Improve SMC convention detection
` [PATCH v2 11/18] firmware: qcom_scm-32: Use SMC arch wrappers
[Xen-devel] [xen-unstable test] 144149: regressions - FAIL
2019-11-16 1:27 UTC
[PATCH v3 00/10] Optimize cgroup context switch
2019-11-16 1:20 UTC (21+ messages)
` [PATCH v3 04/10] perf: Add per perf_cpu_context min_heap storage
` [PATCH v3 07/10] perf: simplify and rename visit_groups_merge
` [PATCH v3 08/10] perf: cache perf_event_groups_first for cgroups
` [PATCH v4 00/10] Optimize cgroup context switch
` [PATCH v4 01/10] perf/cgroup: Reorder perf_cgroup_connect()
` [PATCH v4 02/10] lib: introduce generic min max heap
` [PATCH v4 03/10] perf: Use min_max_heap in visit_groups_merge
` [PATCH v4 04/10] perf: Add per perf_cpu_context min_heap storage
` [PATCH v4 05/10] perf/cgroup: Grow per perf_cpu_context heap storage
` [PATCH v4 06/10] perf/cgroup: Order events in RB tree by cgroup id
` [PATCH v4 07/10] perf: simplify and rename visit_groups_merge
` [PATCH v4 08/10] perf: cache perf_event_groups_first for cgroups
` [PATCH v4 09/10] perf: optimize event_filter_match during sched_in
` [PATCH v4 10/10] perf/cgroup: Do not switch system-wide events in cgroup switch
[PATCH v4 bpf-next 0/4] Add support for memory-mapping BPF array maps
2019-11-16 1:18 UTC (8+ messages)
` [PATCH v4 bpf-next 2/4] bpf: add mmap() support for BPF_MAP_TYPE_ARRAY
[Xen-devel] [TESTDAY] Test report
2019-11-16 1:12 UTC
iwd needs connman service?
2019-11-16 1:12 UTC
[RFC] Hook management via 'git hooks' command
2019-11-16 1:11 UTC
[PATCH v16 00/12] open: introduce openat2(2) syscall
2019-11-16 1:03 UTC (70+ messages)
` [PATCH v16 01/12] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
` [PATCH v16 03/12] namei: allow set_root() "
` [PATCH v16 04/12] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v16 05/12] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v16 06/12] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v16 07/12] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v16 08/12] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v16 09/12] namei: LOOKUP_{IN_ROOT, BENEATH}: permit limited ".." resolution
` [PATCH v16 09/12] namei: LOOKUP_{IN_ROOT,BENEATH}: "
` [PATCH v16 10/12] open: introduce openat2(2) syscall
` [PATCH v16 11/12] selftests: add openat2(2) selftests
` [PATCH v16 12/12] Documentation: path-lookup: include new LOOKUP flags
watchdog: how to enable?
2019-11-16 1:04 UTC (2+ messages)
[net-next:master 217/233] drivers/net/phy/mscc.c:1683:3-4: Unneeded semicolon
2019-11-16 1:04 UTC (4+ messages)
` [PATCH] mscc.c: fix semicolon.cocci warnings
coccinelle: adjustments for array.cocci?
2019-11-16 1:00 UTC (13+ messages)
` [Cocci] git-coccinelle: "
[RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
2019-11-16 0:58 UTC (2+ messages)
[Bug 201539] New: AMDGPU R9 390 automatic fan speed control in Linux 4.19
2019-11-16 0:57 UTC (3+ messages)
` [Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0
[linux-next:master 9332/12136] powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `drivers/pci/pcie/aspm.o' being placed in section `.ctors.65435'
2019-11-16 0:53 UTC
[PATCH] mm: Proactive compaction
2019-11-16 0:53 UTC (2+ messages)
[PATCH 1/3] dt-bindings: PCI: Convert Arm Versatile binding to DT schema
2019-11-16 0:52 UTC (3+ messages)
` [PATCH 2/3] dt-bindings: PCI: Convert Cadence host "
` [PATCH 3/3] dt-bindings: PCI: Convert generic host binding "
[lkp] [+573 bytes kernel size regression] [i386-tinyconfig] [1721a75165] open: introduce openat2(2) syscall
2019-11-16 0:52 UTC
[Patch v2] blk-mq: avoid repeatedly scheduling the same work to run hardware queue
2019-11-16 0:50 UTC
[cryptodev:master 190/252] powerpc64-linux-ld: warning: orphan section `.ctors.65435' from `lib/crypto/chacha.o' being placed in section `.ctors.65435'
2019-11-16 0:47 UTC (2+ messages)
[PATCH v2 1/5] mfd: rn5t618: prepare for irq handling
2019-11-16 0:41 UTC (3+ messages)
[PATCH] lpfc: use hdwq assigned cpu for allocation
2019-11-16 0:38 UTC
[PATCH] drm/i915/mst: Check uapi enable not intel one during mst atomic check
2019-11-16 0:38 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` "
[PATCH] mm: get rid of odd jump label in find_mergeable_anon_vma
2019-11-16 0:37 UTC (3+ messages)
[Buildroot] [PATCH v3 1/1] package/ltp-testsuite: proper fix for missing __kernel_fsid_t
2019-11-16 0:36 UTC
[PATCH net-next v2 0/3] Add support for SFPs behind PHYs
2019-11-16 0:34 UTC (3+ messages)
` [PATCH net-next v2 1/3] dt-bindings: net: add ethernet controller and phy sfp property
[PATCH] function attributes apply to the function declaration
2019-11-16 0:26 UTC (2+ messages)
Mailing list platform change November 21st
2019-11-16 0:25 UTC
2c1a6fba2c ("x86/process: Unify copy_thread_tls()"): WARNING: CPU: 0 PID: 1 at lib/debugobjects.c:524 __debug_object_init
2019-11-16 0:24 UTC
Zdravstvujte! Vas interesujut bazy dannyh dlja prodazhi Vashih tovarov i uslug?
2019-11-15 21:07 UTC
[igt-dev] [PATCH i-g-t] i915/gem_exec_balancer: Throw a few hangs into the virtual pipelines
2019-11-16 0:20 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "
[alsa-devel] [PATCH v3 00/19] ASoC: soc-core cleanup - step 4
2019-11-16 0:19 UTC (14+ messages)
` [alsa-devel] [PATCH v3 06/19] ASoC: soc-core: add soc_unbind_dai_link()
[LTP] [PATCH 1/1] fanotify: Fix for musl
2019-11-16 0:20 UTC
[linux-next:pending-fixes] BUILD INCOMPLETE 2190e31dfefaa786058111f2c95565862d2167f8
2019-11-16 0:13 UTC
[PATCH v3] mm/memory_hotplug: Fix try_offline_node()
2019-11-16 0:12 UTC (5+ messages)
[Intel-gfx] [PATCH 1/3] drm/i915/bios: do not discard address space
2019-11-15 23:35 UTC (9+ messages)
` "
` [Intel-gfx] [PATCH 2/3] drm/i915/bios: fold pci rom map/unmap into copy function
` "
` [Intel-gfx] [PATCH 3/3] drm/i915/i915: assume vbt is 4-byte aligned into oprom
` "
[PATCH] MyFirstContribution: add avenues for getting help
2019-11-16 0:09 UTC (3+ messages)
` [PATCH v2] "
[Intel-wired-lan] [PATCH] i40e: Fix virtchnl_queue_select bitmap validation
2019-11-16 0:08 UTC (4+ messages)
[PATCH] drm/i915/irq: Disable display interrupt control during handler on gen11+
2019-11-16 0:07 UTC (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` "
[PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
2019-11-16 0:01 UTC (8+ messages)
` [f2fs-dev] "
[Bug 1846427] [NEW] 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
2019-11-15 23:51 UTC (2+ messages)
` [Bug 1846427] "
[PATCH rfc bpf-next 0/8] Optimize BPF tail calls for direct jumps
2019-11-16 0:01 UTC (5+ messages)
` [PATCH rfc bpf-next 1/8] bpf, x86: generalize and extend bpf_arch_text_poke "
[PATCH v4 bpf-next 00/20] Introduce BPF trampoline
2019-11-16 0:01 UTC (2+ messages)
Patchwork housekeeping for: linux-renesas-soc
2019-11-16 0:00 UTC
[PATCH v2 0/6] v4l2-dev/ioctl: Add V4L2_CAP_IO_MC
2019-11-15 23:55 UTC (7+ messages)
` [PATCH v2 1/6] v4l2-dev/ioctl: Add default handlers for VIDIOC_{G,S}_{INPUT,OUTPUT}
` [PATCH v2 2/6] rcar-vin: Use default VIDIOC_{G,S}_{INPUT,OUTPUT} handler
` [PATCH v2 3/6] staging/intel-ipu3: "
` [PATCH v2 4/6] v4l2-dev/ioctl: Add V4L2_CAP_IO_MC
` [PATCH v2 5/6] rcar-vin: Make use of V4L2_CAP_IO_MC
` [PATCH v2 6/6] staging/intel-ipu3: "
[PATCH v4 0/2] VBT "generic DTD" block
2019-11-15 23:57 UTC (5+ messages)
` ✗ Fi.CI.IGT: failure for "
` [Intel-gfx] "
[PATCH] mm/sparse: Consistently do not zero memmap
2019-11-15 23:55 UTC (12+ messages)
[PATCH v7] perf: Sharing PMU counters across compatible events
2019-11-15 23:55 UTC
[cel:cel-testing 36/36] include/trace/events/rdma_cma.h:26:10: fatal error: cma_priv.h: No such file or directory
2019-11-15 23:51 UTC
[git pull] Input updates for v5.4-rc7
2019-11-15 23:51 UTC
[igt-dev] [PATCH 0/2] Check if get/set tiling is supported
2019-11-15 23:50 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
[PATCH v7 0/8] Acceptance test: Add "boot_linux" acceptance test
2019-11-15 23:48 UTC (9+ messages)
` [PATCH v7 7/8] Acceptance tests: depend on qemu-img
` [PATCH v7 8/8] Acceptance test: add "boot_linux" tests
[PATCH 0/3] v4l2-dev/ioctl: Add V4L2_CAP_IO_MC
2019-11-15 23:47 UTC (4+ messages)
` [PATCH 1/3] "
[PATCH] TRACING: FTRACE: Use xarray structure for ftrace syscalls
2019-11-15 23:44 UTC (3+ messages)
` [PATCH v2 1/2] tracing: Use xarray for syscall trace events
` [PATCH v2 2/2] tracing: enable syscall optimization for MIPS
linux-next: Tree for Nov 15
2019-11-15 23:44 UTC (2+ messages)
` linux-next: Tree for Nov 15 (thermal: THERMAL_GOV_POWER_ALLOCATOR)
Fwd: XFS Memory allocation deadlock in kmem_alloc
2019-11-15 23:43 UTC (3+ messages)
[net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
2019-11-15 23:42 UTC (2+ messages)
[PATCH] Semihost SYS_READC implementation (v3)
2019-11-15 23:40 UTC (11+ messages)
` [PATCH] Semihost SYS_READC implementation (v4)
[MPTCP] Re: [PATCH v3 3/4] mptcp: warn once if exceeding tcp opt space for dss/mp_capable
2019-11-15 23:41 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.