All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-08 20:57:58 to 2019-11-08 21:34:56 UTC [more...]

[PATCH 00/10] ftrace: Add register_ftrace_direct()
 2019-11-08 21:28 UTC  (2+ messages)
` [PATCH 02/10] ftrace: Separate out functionality from ftrace_location_range()

[Cluster-devel] [PATCH 00/16] drivers: y2038 updates
 2019-11-08 21:32 UTC  (7+ messages)
`  "
` [PATCH 01/16] staging: exfat: use prandom_u32() for i_generation
` [PATCH 02/16] fat: "
` [PATCH 03/16] net: sock: use __kernel_old_timespec instead of timespec
` [Cluster-devel] [PATCH 04/16] dlm: use SO_SNDTIMEO_NEW instead of SO_SNDTIMEO_OLD
` [PATCH 05/16] xtensa: ISS: avoid struct timeval

[patch net-next] devlink: disallow reload operation during device cleanup
 2019-11-08 21:34 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] libbpf: Fix pinning and error message bugs and add new getters
 2019-11-08 21:33 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] libbpf: Unpin auto-pinned maps if loading fails
` [PATCH bpf-next v2 2/6] selftests/bpf: Add tests for automatic map unpinning on load failure
` [PATCH bpf-next v2 3/6] libbpf: Propagate EPERM to caller on program load
` [PATCH bpf-next v2 4/6] libbpf: Use pr_warn() when printing netlink errors
` [PATCH bpf-next v2 5/6] libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
` [PATCH bpf-next v2 6/6] libbpf: Add getter for program size

[PATCH v3 bpf-next 00/18] Introduce BPF trampoline
 2019-11-08 21:32 UTC  (5+ messages)
` [PATCH v3 bpf-next 15/18] bpf: Support attaching tracing BPF program to other BPF programs

[RFC PATCH] NFS: allow deprecation of NFS UDP protocol
 2019-11-08 21:32 UTC 

[PATCH] ARM: dts: Configure interconnect target module for am437x sgx
 2019-11-08 21:31 UTC 

[PATCH 4.19 00/93] 4.19.81-stable review
 2019-11-08 21:31 UTC  (7+ messages)

[PATCH RFC v2 00/14] Support wakeup capable GPIOs
 2019-11-08 21:29 UTC  (5+ messages)
` [PATCH RFC v2 04/14] drivers: irqchip: add PDC irqdomain for "
` [PATCH RFC v2 05/14] of: irq: document properties for wakeup interrupt parent

[PATCH] drm/msm/dsi: Delay drm_panel_enable() until dsi_mgr_bridge_enable()
 2019-11-08 21:28 UTC  (3+ messages)

[cip-dev] [isar-cip-core PATCH 0/4] Add rzg2m support
 2019-11-08 21:29 UTC  (7+ messages)
` [cip-dev] [isar-cip-core PATCH 3/4] hihope-rzg2m: Add board support

[PATCH v2 0/3] navi10: Implement overdrive pp_od_clk_voltage
 2019-11-08 21:28 UTC  (12+ messages)
  ` [PATCH v2 1/3] drm/amdgpu/navi10: implement sclk/mclk OD via pp_od_clk_voltage
  ` [PATCH v2 2/3] drm/amdgpu/navi10: implement GFXCLK_CURVE overdrive
  ` [PATCH v2 3/3] drm/amdgpu/navi10: Implement od clk printing

[Buildroot] [PATCH 1/2] package/gmpc: needs -lm
 2019-11-08 21:28 UTC  (3+ messages)

[PATCH v4 00/17] xfs: Delay Ready Attributes
 2019-11-08 21:28 UTC  (15+ messages)
` [PATCH v4 08/17] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v4 09/17] xfs: Factor up commit from xfs_attr_try_sf_addname
` [PATCH v4 11/17] xfs: Add xfs_attr3_leaf helper functions
` [PATCH v4 12/17] xfs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v4 13/17] xfs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v4 14/17] xfs: Add delay context to xfs_da_args
` [PATCH v4 15/17] xfs: Check for -ENOATTR or -EEXIST

[Buildroot] [PATCH 1/1] package/vnstat: fix build failure due to double install of programs
 2019-11-08 21:28 UTC  (2+ messages)

[PATCH iproute2-next] man: remove ppp from list of devices not allowed to change netns
 2019-11-08 21:28 UTC 

[PATCH 00/23] y2038 cleanups
 2019-11-08 21:12 UTC  (42+ messages)
` [PATCH 01/23] y2038: remove CONFIG_64BIT_TIME
` [PATCH 02/23] y2038: add __kernel_old_timespec and __kernel_old_time_t
` [PATCH 03/23] y2038: vdso: change timeval to __kernel_old_timeval
` [PATCH 04/23] y2038: vdso: change timespec to __kernel_old_timespec
` [PATCH 05/23] y2038: vdso: change time_t to __kernel_old_time_t
` [PATCH 06/23] y2038: vdso: nds32: open-code timespec_add_ns()
` [PATCH 07/23] y2038: vdso: powerpc: avoid timespec references
` [PATCH 08/23] y2038: ipc: remove __kernel_time_t reference from headers
` [PATCH 09/23] y2038: stat: avoid 'time_t' in 'struct stat'
` [PATCH 10/23] y2038: uapi: change __kernel_time_t to __kernel_old_time_t
` [PATCH 11/23] y2038: rusage: use __kernel_old_timeval
` [PATCH 12/23] y2038: syscalls: change remaining timeval to __kernel_old_timeval
` [PATCH 13/23] y2038: socket: remove timespec reference in timestamping
` [PATCH 14/23] y2038: make ns_to_compat_timeval use __kernel_old_timeval
` [PATCH 15/23] y2038: elfcore: Use __kernel_old_timeval for process times
` [PATCH 16/23] y2038: timerfd: Use timespec64 internally
` [PATCH 17/23] y2038: time: avoid timespec usage in settimeofday()
` [PATCH 18/23] y2038: itimer: compat handling to itimer.c
` [PATCH 19/23] y2038: use compat_{get,set}_itimer on alpha
` [PATCH 20/23] y2038: move itimer reset into itimer.c
` [PATCH 21/23] y2038: itimer: change implementation to timespec64
` [PATCH 22/23] [RFC] y2038: itimer: use ktime_t internally
` [PATCH 23/23] y2038: allow disabling time32 system calls

[pull] amdgpu, radeon, scheduler drm-next-5.5
 2019-11-08 21:27 UTC  (4+ messages)

[cip-dev] [PATCH] gpiolib: Support 'gpio-reserved-ranges' property
 2019-11-08 21:27 UTC  (3+ messages)

[PATCH -next] mm/vmscan: fix an undefined behavior for zone id
 2019-11-08 21:26 UTC  (2+ messages)

[PATCH 00/13] KVM monolithic v3
 2019-11-08 21:26 UTC  (13+ messages)
` [PATCH 03/13] kvm: monolithic: fixup x86-32 build

[PATCH v2] io_uring: provide fallback request for OOM situations
 2019-11-08 21:25 UTC 

Extent to files
 2019-11-08 21:23 UTC  (2+ messages)

[linux-arm:zii 31/50] drivers/net/phy/sfp-bus.c:203:3: note: in expansion of macro 'phylink_set'
 2019-11-08 21:24 UTC 

[PATCH] thermal: ti-soc-thermal: Enable addition power management
 2019-11-08 21:23 UTC  (3+ messages)

[PATCH 1/2] NFS: Add FATTR4_WORD1_SPACE_USED to the cache_consistency_bitmask
 2019-11-08 21:22 UTC  (3+ messages)
` [PATCH 2/2] NFS: Return -ETXTBSY when attempting to write to a swapfile

[PATCH V2] thermal: ti-soc-thermal: Enable addition power management
 2019-11-08 21:22 UTC 

[PATCH i-g-t 1/3] i915/gem_exec_schedule: Split pi-ringfull into two tests
 2019-11-08 21:22 UTC  (11+ messages)
` [PATCH i-g-t 3/3] i915/gem_exec_scheduler: Exercise priority inversion from resource contention
  ` [Intel-gfx] [igt-dev] "
      `  "
` [igt-dev] ✗ GitLab.Pipeline: failure for series starting with [i-g-t,1/3] i915/gem_exec_schedule: Split pi-ringfull into two tests

[Buildroot] [PATCH 1/1] package/systemd: fix build not adding stack protector library
 2019-11-08 21:22 UTC  (2+ messages)

[tpm2] Re: Release notice: tpm2-tools 4.1-rc0
 2019-11-08 21:22 UTC 

[BUG/FEATURE] Git pushing and fetching many more objects than strictly required
 2019-11-08 21:21 UTC  (4+ messages)

[PATCH 1/2] configs: ARM: omap2plus: Enable OMAP3_THERMAL
 2019-11-08 21:21 UTC  (12+ messages)

[PATCH net-next 00/19] Mellanox, mlx5 sub function support
 2019-11-08 21:21 UTC  (13+ messages)

[PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
 2019-11-08 21:18 UTC  (4+ messages)
` [PATCH v1 2/2] "

[PATCH v9 00/22] SC7 entry and exit support for Tegra210
 2019-11-08 21:20 UTC  (13+ messages)
` [PATCH v9 07/22] clk: Add API to get index of the clock parent
` [PATCH v9 11/22] clk: tegra: clk-dfll: Add suspend and resume support

[RFC v5 000/126] error: auto propagated local_err
 2019-11-08 21:18 UTC  (9+ messages)
` [RFC v5 022/126] backends/cryptodev: drop local_err from cryptodev_backend_complete()
` [RFC v5 023/126] hw/vfio/ap: drop local_err from vfio_ap_realize
` [RFC v5 024/126] error: auto propagated local_err
` [RFC v5 026/126] python: add commit-per-subsystem.py

stable-rc/linux-4.9.y build: 197 builds: 1 failed, 196 passed (v4.9.199-35-ge0ad85ece397)
 2019-11-08 21:20 UTC 

stable-rc/linux-4.4.y boot: 80 boots: 0 failed, 71 passed with 7 offline, 2 conflicts (v4.4.199-74-gcdd54f443927)
 2019-11-08 21:19 UTC 

[radeon-alex:amd-mainline-dkms-5.2 1794/2834] cc1: fatal error: dkms/config/config.h: No such file or directory
 2019-11-08 21:18 UTC  (2+ messages)

[PATCH v3 00/14] t5520: various test cleanup
 2019-11-08 21:19 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/14] t: teach test_cmp_rev to accept ! for not-equals

[PATCH 0/1] usb: gadget: add raw-gadget interface
 2019-11-08 21:17 UTC  (3+ messages)
` [PATCH 1/1] "

❌ FAIL: Stable queue: queue-5.3
 2019-11-08 21:16 UTC 

[Buildroot] [PATCH] DEVELOPERS: add François Perrad as contact for olimex_imx233_olinuxino_defconfig
 2019-11-08 21:15 UTC  (2+ messages)

[PATCH v7 0/6] MSM8998 Multimedia Clock Controller
 2019-11-08 21:15 UTC  (7+ messages)
` [PATCH v7 1/6] dt-bindings: clock: Document external clocks for MSM8998 gcc
` [PATCH v7 2/6] arm64: dts: msm8998: Add xo clock to gcc node
` [PATCH v7 3/6] dt-bindings: clock: Convert qcom,mmcc to DT schema
` [PATCH v7 4/6] dt-bindings: clock: Add support for the MSM8998 mmcc
` [PATCH v7 5/6] clk: qcom: Add MSM8998 Multimedia Clock Controller (MMCC) driver
` [PATCH v7 6/6] arm64: dts: qcom: msm8998: Add mmcc node

[PATCH linux dev-5.3 0/2] IBM CFFPS driver and Rainier devicetree updates
 2019-11-08 21:14 UTC  (3+ messages)
` [PATCH linux dev-5.3 1/2] hwmon: (pmbus/ibm-cffps) Add version detection capability
` [PATCH linux dev-5.3 2/2] ARM: dts: aspeed: rainier: Switch PSUs to unknown version

[Intel-gfx] [PATCH 1/3] drm/i915/bios: rename bios to oprom when mapping pci rom
 2019-11-08 21:13 UTC  (9+ messages)
  `  "
  ` [Intel-gfx] [PATCH 2/3] drm/i915/bios: make sure to check vbt size
      `  "
  ` [Intel-gfx] [PATCH 3/3] drm/i915/bios: do not discard address space
      `  "

[PATCH v4 0/5] Add Global Clock controller (GCC) driver for SC7180
 2019-11-08 21:14 UTC  (11+ messages)
` [PATCH v4 5/5] clk: qcom: "

[Buildroot] [PATCH v2, 1/1] package/shairport-sync: fix static build with soxr
 2019-11-08 21:13 UTC  (2+ messages)

[Buildroot] [PATCH 0/2] configs/beaglebone: fix boot hang and update kernel
 2019-11-08 21:12 UTC  (5+ messages)
` [Buildroot] [PATCH 1/2] board/beaglebone: fix boot on BeagleBone Black
` [Buildroot] [PATCH 2/2] configs/beaglebone: use the new BeagleBoard/BeagleBone kernel repository

[PATCH RFC v2] io_uring: limit inflight IO
 2019-11-08 21:10 UTC 

[Buildroot] [git commit branch/next] configs/beaglebone: use the new BeagleBoard/BeagleBone kernel repository
 2019-11-08 21:10 UTC 

[Bug 205093] New: [amdgpu] resume of IP block <gfx_v8_0> failed -110
 2019-11-08 21:10 UTC  (2+ messages)
` [Bug 205093] [amdgpu] resume of IP block <gfx_v8_0> failed -110 (GPU crash into black screen)

[U-Boot] [PATCH v2 00/41] common: Further reduce common.h
 2019-11-08 21:10 UTC  (5+ messages)

[PATCH 1/4] drm/i915/opregion: fix leaking fw on error path
 2019-11-08 21:09 UTC  (12+ messages)
` [PATCH 4/4] drm/i915/bios: do not discard address space
          ` [Intel-gfx] "

[PATCH] clk: clk-gpio: Add dt option to propagate rate change to parent
 2019-11-08 21:08 UTC  (3+ messages)
` [PATCH v3] clk: clk-gpio: "

[PATCH 00/50] Add log level to show_stack()
 2019-11-08 21:08 UTC  (11+ messages)
            ` [OpenRISC] "

[PATCH net 1/2] openvswitch: support asymmetric conntrack
 2019-11-08 21:07 UTC  (2+ messages)
` [PATCH net 2/2] act_ct: "

[PATCH] clk: qcom: rpmh: Reuse sdm845 clks for sm8150
 2019-11-08 21:07 UTC  (2+ messages)

[PATCH v2 0/4] xfs: remove several typedefs in quota code
 2019-11-08 21:06 UTC  (5+ messages)
` [PATCH v2 1/4] xfs: remove the xfs_disk_dquot_t and xfs_dquot_t typedefs
` [PATCH v2 2/4] xfs: remove the xfs_quotainfo_t typedef
` [PATCH v2 3/4] xfs: remove the xfs_dq_logitem_t typedef
` [PATCH v2 4/4] xfs: remove the xfs_qoff_logitem_t typedef

[Buildroot] [git commit] package/elf2flt: .ARM.exidx RO data section is incorrectly mapped to data
 2019-11-08 21:06 UTC 

[PATCH v2 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-11-08 20:19 UTC  (10+ messages)
` [PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier

[PATCH v4] arm64: dts: rockchip: Split rk3399-roc-pc for with and without mezzanine board
 2019-11-08 21:04 UTC  (2+ messages)

[linux-arm:zii 31/50] arch/m68k/include/asm/bitops.h:64:33: warning: this statement may fall through
 2019-11-08 21:04 UTC 

[PATCH] thermal: ti-soc-thermal: Enable addition power management
 2019-11-08 21:03 UTC  (5+ messages)

[PATCH -next] soc: fsl: Enable COMPILE_TEST
 2019-11-08 20:59 UTC  (5+ messages)

[Bug 111762] RX 5700 XT Navi - amdgpu.ppfeaturemask=0xffffffff causes stuttering and does not unlock clock/voltage/power controls
 2019-11-08 21:02 UTC  (4+ messages)

[PATCH] crypto: amlogic - fix two resources leak
 2019-11-08 21:00 UTC  (2+ messages)

[RFC v2] writeback: add elastic bdi in cgwb bdp
 2019-11-08 21:00 UTC  (2+ messages)

[Buildroot] [PATCH] package/dtc: needs host-pkgconf unconditionally
 2019-11-08 20:59 UTC  (2+ messages)

[PATCH v2] buildhistory: fix "version went backwards" QA error message
 2019-11-08 20:59 UTC 

[Buildroot] [git commit] package/dtc: needs host-pkgconf unconditionally
 2019-11-08 20:57 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.