All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-11 00:13:46 to 2019-10-11 01:23:16 UTC [more...]

[PATCHv7 00/33] kernel: Introduce Time Namespace
 2019-10-11  1:23 UTC  (9+ messages)
` [PATCHv7 01/33] ns: "
` [PATCHv7 02/33] time: Add timens_offsets to be used for tasks in timens
` [PATCHv7 03/33] posix-clocks: Rename the clock_get() callback to clock_get_timespec()
` [PATCHv7 04/33] posix-clocks: Rename .clock_get_timespec() callbacks accordingly
` [PATCHv7 05/33] alarmtimer: Rename gettime() callback to get_ktime()
` [PATCHv7 06/33] alarmtimer: Provide get_timespec() callback
` [PATCHv7 07/33] posix-clocks: Introduce clock_get_ktime() callback
` [PATCHv7 08/33] posix-timers: Use clock_get_ktime() in common_timer_get()

[PATCH 00/15] Add BACO support for CI/VI asics
 2019-10-11  1:21 UTC  (16+ messages)
  ` [PATCH 01/15] drm/amdgpu: add new BIF 4.1 register for BACO
  ` [PATCH 02/15] drm/amdgpu: add new BIF 5.0 "
  ` [PATCH 03/15] drm/amdgpu: add new SMU 7.0.1 registers "
  ` [PATCH 04/15] drm/amdgpu: add new SMU 7.1.2 "
  ` [PATCH 05/15] drm/amdgpu: add new SMU 7.1.3 "
  ` [PATCH 06/15] drm/amdgpu/powerplay: add core support for pre-SOC15 baco
  ` [PATCH 07/15] drm/amdgpu/powerplay: add support for BACO on tonga
  ` [PATCH 08/15] drm/amdgpu/powerplay: add support for BACO on Iceland
  ` [PATCH 09/15] drm/amdgpu/powerplay: add support for BACO on polaris
  ` [PATCH 10/15] drm/amdgpu/powerplay: add support for BACO on VegaM
  ` [PATCH 11/15] drm/amdgpu/powerplay: add support for BACO on Fiji
  ` [PATCH 12/15] drm/amdgpu/powerplay: add support for BACO on CI
  ` [PATCH 13/15] drm/amdgpu/powerplay: split out common smu7 BACO code
  ` [PATCH 14/15] drm/amdgpu/powerplay: wire up BACO to powerplay API for smu7
  ` [PATCH 15/15] drm/amdgpu: enable BACO reset for SMU7 based dGPUs (v2)

[alsa-devel] [PATCH 00/21] ASoC: soc-core cleanup - step 4
 2019-10-11  1:19 UTC  (7+ messages)
` [alsa-devel] [PATCH 04/21] ASoC: soc-core: rename soc_init_dai_link() to soc_dai_link_sanity_check()
` [alsa-devel] [PATCH 14/21] ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()

[PATCH v2] ftgmac100: Disable HW checksum generation on AST2500
 2019-10-11  1:16 UTC  (3+ messages)

[PATCH v11 0/4] fix double page fault in cow_user_page for pfn mapping
 2019-10-11  1:16 UTC  (5+ messages)
` [PATCH v11 1/4] arm64: cpufeature: introduce helper cpu_has_hw_af()

✅ PASS: Test report for kernel 5.3.6-rc1-e863f12.cki (stable)
 2019-10-11  1:11 UTC 

[PATCH 1/2] net: fec_main: Use platform_get_irq_byname_optional() to avoid error message
 2019-10-11  1:10 UTC  (7+ messages)

[PATCH 0/7] Small fixes before fixing MST
 2019-10-11  1:09 UTC  (8+ messages)
` [PATCH 1/7] drm/i915: simplify setting of ddi_io_power_domain
` [PATCH 2/7] drm/i915: cleanup unused returns on DP-MST
` [PATCH 3/7] drm/i915: fix port checks for MST support on gen >= 11
` [PATCH 4/7] drm/i915: remove extra new line on pipe_config mismatch
` [PATCH 5/7] drm/i915: add pipe name to pipe mismatch logs
` [PATCH 6/7] drm/i915: prettify MST debug message
` [PATCH 7/7] drm/dp-mst: fix warning on unused var

[PATCH v1] erofs-utils: introduce fixed timestamp
 2019-10-11  0:29 UTC  (2+ messages)

[PATCH v8] gpio/mpc8xxx: change irq handler from chained to normal
 2019-10-11  0:56 UTC  (2+ messages)

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-11  0:06 UTC  (38+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v2 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH v2 04/29] alpha: "
` [PATCH v2 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH v2 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH v2 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH v2 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH v2 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH v2 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH v2 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
` [PATCH v2 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION "
` [PATCH v2 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH v2 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH v2 15/29] x86: Actually use _etext for end of text segment
` [PATCH v2 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH v2 17/29] alpha: "
` [PATCH v2 18/29] arm64: "
` [PATCH v2 19/29] c6x: "
` [PATCH v2 20/29] h8300: "
` [PATCH v2 21/29] ia64: "
` [PATCH v2 22/29] microblaze: "
` [PATCH v2 23/29] parisc: "
` [PATCH v2 24/29] powerpc: "
` [PATCH v2 25/29] xtensa: "
` [PATCH v2 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH v2 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH v2 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH v2 29/29] x86: Use INT3 instead of NOP for linker fill bytes

[PATCH next] ipvlan: consolidate TSO flags using NETIF_F_ALL_TSO
 2019-10-11  1:05 UTC  (2+ messages)

[Intel-wired-lan] [net-next v3 0/7] new PTP ioctl fixes
 2019-10-11  1:05 UTC  (10+ messages)
` [Intel-wired-lan] [net-next v3 1/7] ptp: correctly disable flags on old ioctls
  `  "
` [Intel-wired-lan] [net-next v3 2/7] net: reject PTP periodic output requests with unsupported flags
  `  "
` [Intel-wired-lan] [net-next v3 5/7] igb: reject unsupported external timestamp flags

[GIT PULL] EDAC pile for 5.4 -> AMD family 17h, model 70h support
 2019-10-11  1:04 UTC  (13+ messages)

[meta-oe][PATCH] jsonrpc: Disable coverage in default build
 2019-10-11  0:59 UTC  (2+ messages)

[cryptodev:master 65/78] drivers/crypto//hisilicon/sgl.c:168:16: note: in expansion of macro 'cpu_to_le32'
 2019-10-11  0:59 UTC  (3+ messages)

[PATCH v4 4/4] HID: logitech: Support WirelessDeviceStatus connect events
 2019-10-11  0:57 UTC 

[PATCH v4 3/4] HID: logitech: Add feature 0x0001: FeatureSet
 2019-10-11  0:57 UTC 

[PATCH v4 2/4] HID: logitech: Support HID++ devices without short reports
 2019-10-11  0:57 UTC 

[PATCH v4 1/4] HID: logitech: Add MX Mice over Bluetooth
 2019-10-11  0:57 UTC 

[Intel-wired-lan] [PATCH v1] e1000e: Add support for S0ix
 2019-10-11  0:56 UTC  (2+ messages)

[tpm2] list link dead
 2019-10-11  0:55 UTC 

[RFC PATCH 0/3] ACPI, arm64: Backport for ACPI PPTT 6.3 thread flag for stable 4.19.x
 2019-10-11  0:53 UTC  (3+ messages)

[tpm2] [RELEASE] tpm2-tools 3.2.1
 2019-10-11  0:53 UTC 

[PATCH v3 0/8] hw: Convert various reset() handler to DeviceReset
 2019-10-11  0:50 UTC  (4+ messages)
` [PATCH v3 3/8] hw/ide/piix: Convert reset "

linux-next: manual merge of the tip tree with the net tree
 2019-10-11  0:52 UTC 

[PATCHv2 0/6] nvme: double reset prevention
 2019-10-11  0:51 UTC  (7+ messages)
` [PATCHv2 5/6] nvme: Prevent resets during paused states

[PATCH v1] mm: Fix access of uninitialized memmaps in fs/proc/page.c
 2019-10-11  0:50 UTC  (5+ messages)

[PATCH] drm/amdgpu/swSMU: custom UMD pstate peak clock for navi14
 2019-10-11  0:51 UTC 

[PATCH 00/11] Improve the readability of log --graph output
 2019-10-11  0:49 UTC  (5+ messages)
` [PATCH 01/11] graph: automatically track visible width of `strbuf`

[PATCH net-next v7 00/17] ethtool netlink interface, part 1
 2019-10-11  0:48 UTC  (2+ messages)

[PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support
 2019-10-11  0:47 UTC  (5+ messages)
` [PATCH v7 5/8] Input: silead - Switch to firmware_request_platform for retreiving the fw
` [PATCH v7 6/8] Input: icn8505 "

erofs tree integration testing
 2019-10-11  0:43 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the block tree
 2019-10-11  0:42 UTC  (3+ messages)

[arm-integrator:ixp4xx-test 6/23] drivers/watchdog/ixp4xx_wdt.c:72:37: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2019-10-11  0:42 UTC 

[alsa-devel] Counting links in simple-card
 2019-10-11  0:41 UTC  (5+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-11  0:40 UTC  (31+ messages)
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V7 05/21] audit: log drop of contid on exit of last task
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS
` [PATCH ghak90 V7 08/21] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V7 12/21] audit: add support for containerid to network namespaces
` [PATCH ghak90 V7 13/21] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [PATCH ghak90 V7 14/21] audit: contid check descendancy and nesting
` [PATCH ghak90 V7 15/21] sched: pull task_is_descendant into kernel/sched/core.c
` [PATCH ghak90 V7 16/21] audit: add support for contid set/get by netlink
` [PATCH ghak90 V7 17/21] audit: add support for loginuid/sessionid "
` [PATCH ghak90 V7 18/21] audit: track container nesting

[PATCH for_v23 0/5] x86/vdso: sgx: Bug fixes
 2019-10-11  0:40 UTC  (6+ messages)
` [PATCH for_v23 1/5] x86/vdso: sgx: Fix misaligned stack bug when invoking exit handler
` [PATCH for_v23 2/5] selftests/x86/sgx: Add check to verify exit handler stack alignment
` [PATCH for_v23 3/5] x86/vdso: sgx: Fix unwinder support
` [PATCH for_v23 4/5] x86/vdso: sgx: Reorder params to callback to improve readability
` [PATCH for_v23 5/5] selftests/x86/sgx: Update the callbacks function parameters

Packet gets stuck in NOLOCK pfifo_fast qdisc
 2019-10-11  0:39 UTC  (3+ messages)

[PATCH] nbd: fix possible sysfs duplicate warning
 2019-10-11  0:39 UTC  (3+ messages)

[PATCH] staging: sm750fb: Potential uninitialized field in "pll"
 2019-10-11  0:37 UTC  (4+ messages)

[Patch v2 1/2] mm/rmap.c: don't reuse anon_vma if we just want a copy
 2019-10-11  0:36 UTC  (3+ messages)

[PATCHv2 next] blackhole_netdev: fix syzkaller reported issue
 2019-10-11  0:37 UTC  (2+ messages)

[PATCH V4 0/2] Add support for arm64 to carry ima measurement
 2019-10-11  0:36 UTC  (9+ messages)
` [PATCH V4 1/2] Add support for arm64 to carry ima measurement log in kexec_file_load
` [PATCH V4 2/2] update powerpc implementation to call into of_ima*

[PATCH] Documentation: networking: add a chapter for the DIM library
 2019-10-11  0:33 UTC  (6+ messages)

✅ PASS: Stable queue: queue-5.3
 2019-10-11  0:34 UTC 

[Xen-devel] [[PATCH for-4.13]] xen/arm: mm: Allow generic xen page-tables helpers to be called early
 2019-10-11  0:32 UTC  (12+ messages)

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-11  0:31 UTC  (12+ messages)

[PATCH v5 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-11  0:28 UTC  (16+ messages)
` [PATCH v5 bpf-next 01/15] samples/bpf: fix HDR_PROBE "echo"
` [PATCH v5 bpf-next 02/15] samples/bpf: fix cookie_uid_helper_example obj build
` [PATCH v5 bpf-next 03/15] samples/bpf: use --target from cross-compile
` [PATCH v5 bpf-next 04/15] samples/bpf: use own EXTRA_CFLAGS for clang commands
` [PATCH v5 bpf-next 05/15] samples/bpf: use __LINUX_ARM_ARCH__ selector for arm
` [PATCH v5 bpf-next 06/15] samples/bpf: drop unnecessarily inclusion for bpf_load
` [PATCH v5 bpf-next 07/15] samples/bpf: add makefile.target for separate CC target build
` [PATCH v5 bpf-next 08/15] samples/bpf: base target programs rules on Makefile.target
` [PATCH v5 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS
` [PATCH v5 bpf-next 10/15] samples/bpf: use target CC environment for HDR_PROBE
` [PATCH v5 bpf-next 11/15] libbpf: don't use cxx to test_libpf target
` [PATCH v5 bpf-next 12/15] libbpf: add C/LDFLAGS to libbpf.so and test_libpf targets
` [PATCH v5 bpf-next 13/15] samples/bpf: provide C/LDFLAGS to libbpf
` [PATCH v5 bpf-next 14/15] samples/bpf: add sysroot support
` [PATCH v5 bpf-next 15/15] samples/bpf: add preparation steps and sysroot info to readme

[PATCH] drm/i915/ehl: Port C's hotplug interrupt is associated with TC1 bits
 2019-10-11  0:26 UTC 

[Intel-wired-lan] [PATCH 0/3] igb, ixgbe, i40e UDP segmentation offload support
 2019-10-11  0:29 UTC  (11+ messages)
        `  "

[PATCH v4 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-11  0:29 UTC  (3+ messages)

[linuxtv-media:master 82/161] undefined reference to `__udivdi3'
 2019-10-11  0:28 UTC  (2+ messages)

[MPTCP] Re: [PATCH net-next] mptcp: fix 'assignment from incompatible pointer type' warning
 2019-10-11  0:28 UTC 

[Xen-devel] [PATCH for-4.13] xen/arm: mm: Allow generic xen page-tables helpers to be called early
 2019-10-11  0:27 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v2 0/3] igb, ixgbe, i40e UDP segmentation offload support
 2019-10-11  0:25 UTC  (8+ messages)
`  "
` [Intel-wired-lan] [PATCH v2 1/3] igb: Add "
  `  "
` [Intel-wired-lan] [PATCH v2 2/3] ixgbe: "
  `  "
` [Intel-wired-lan] [PATCH v2 3/3] i40e: "
  `  "

[PATCH] btrfs: ioctl: Try to use btrfs_fs_info instead of *file
 2019-10-11  0:23 UTC 

[sched/fair] 680b57ec48: hackbench.throughput 48.0% improvement
 2019-10-11  0:16 UTC 


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.