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

[PATCH 00/23] y2038 cleanups
 2019-11-08 21:12 UTC  (41+ 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

[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  (17+ messages)

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

[RFC v5 000/126] error: auto propagated local_err
 2019-11-08 21:18 UTC  (19+ messages)
` [RFC v5 006/126] qdev-monitor: well form error hint helpers
` [RFC v5 008/126] ppc: well form kvmppc_hint_smt_possible error hint helper
` [RFC v5 010/126] hw/core/qdev: cleanup Error ** variables
` [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

[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

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

[PATCH v4 00/17] xfs: Delay Ready Attributes
 2019-11-08 21:19 UTC  (11+ 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

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] "

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

❌ 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: "

[PATCH i-g-t 1/3] i915/gem_exec_schedule: Split pi-ringfull into two tests
 2019-11-08 21:14 UTC  (15+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH i-g-t 2/3] i915/gem_userptr_blits: Exercise userptr + userfaultfd
    ` [igt-dev] "
    `  "
` [Intel-gfx] [PATCH i-g-t 3/3] i915/gem_exec_scheduler: Exercise priority inversion from resource contention
    ` [igt-dev] "
    `  "
    ` [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

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

[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  (3+ 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 

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

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

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

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

[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 1/2] NFS: Add FATTR4_WORD1_SPACE_USED to the cache_consistency_bitmask
 2019-11-08 21:02 UTC  (2+ messages)
` [PATCH 2/2] NFS: Return -ETXTBSY when attempting to write to a swapfile

[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 

[Buildroot] [PATCH] package/libfribidi: add upstream security fix
 2019-11-08 20:56 UTC  (2+ messages)

[Buildroot] [PATCH v2,1/1] package/domoticz: fix build with RELRO
 2019-11-08 20:56 UTC  (2+ messages)
` [Buildroot] [PATCH v2, 1/1] "

[Buildroot] [git commit] package/domoticz: fix build with RELRO
 2019-11-08 20:56 UTC 

[Buildroot] [git commit] package/libfribidi: add upstream security fix
 2019-11-08 20:55 UTC 

[Buildroot] [PATCH v2] package/dcron: fix startup error due to missing directories
 2019-11-08 20:55 UTC  (2+ messages)

[Buildroot] [PATCH] infra/pkg-generic: use site method for same-site extra downloads
 2019-11-08 20:54 UTC  (2+ messages)

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

[PATCH 1/2] gpio: max77620: Fixup debounce delays
 2019-11-08 20:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] utils/scanpypi: sort alphabetically list of required packages
 2019-11-08 20:54 UTC  (2+ messages)

KCSAN: data-race in __alloc_file / __alloc_file
 2019-11-08 20:53 UTC  (9+ messages)

[PATCH] mmc: mmc_spi: Use proper debounce time for CD GPIO
 2019-11-08 20:53 UTC  (2+ messages)

[Buildroot] [git commit branch/next] utils/scanpypi: sort alphabetically list of required packages
 2019-11-08 20:53 UTC 

[Buildroot] [git commit] package/pkg-generic.mk: use site method for same-site extra downloads
 2019-11-08 20:52 UTC 

[Bug 112234] [REGRESSION] navi10: writing to pp_table fails (5.4-rc6 = working)
 2019-11-08 20:51 UTC  (2+ messages)

[PATCH 2/2] lib/xz: Fix XZ_DYNALLOC to avoid useless memory reallocations
 2019-11-08 20:50 UTC  (3+ messages)

[PATCH] drm/amd/powerplay: do proper cleanups on hw_fini
 2019-11-08 20:50 UTC  (4+ messages)

[PATCH] media:usb:cpia2: Properly check framebuffer mmap offsets
 2019-11-08 21:50 UTC  (2+ messages)

[PATCH 0/7] scheduler patches
 2019-11-08 20:49 UTC  (7+ messages)
` [PATCH 1/7] sched: Fix pick_next_task() vs change pattern race
` [PATCH 4/7] sched: Optimize pick_next_task()

How to enable x11 with intel-corei7-64 machine in meta-intel layer
 2019-11-08 20:46 UTC  (2+ messages)

[PATCH 0/8] learn the "summary" pretty format
 2019-11-08 20:46 UTC  (4+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 09/10] pretty: implement 'summary' format

[PATCH v2 for-next 0/9] RDMA/hns: Cleanups for hip08
 2019-11-08 20:45 UTC  (2+ messages)

[PATCH -next] mm/vmscan: fix an undefined behavior for zone id
 2019-11-08 20:44 UTC 

[PATCH] drm/i915/userptr: Track gup locked track
 2019-11-08 20:43 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
    `  "

[PATCH 0/8] y2038: bug fixes from y2038 work
 2019-11-08 20:34 UTC 

[patch net-next] devlink: disallow reload operation during device cleanup
 2019-11-08 20:42 UTC 

[PATCH] mm: provide interface for retrieving kmem_cache name
 2019-11-08 20:40 UTC  (8+ messages)

[Buildroot] [PATCH] package/pkg-meson: really generate the global cross-compilation.conf
 2019-11-08 20:42 UTC 

[PULL 0/2] Q800 branch patches
 2019-11-08 20:38 UTC  (3+ messages)
` [PULL 1/2] dp8393x: put the DMA buffer in the state structure
` [PULL 2/2] dp8393x: fix dp8393x_receive()

[Buildroot] [git commit] package/pkg-meson: really generate the global cross-compilation.conf
 2019-11-08 20:41 UTC 

Not seeing access denied audit messages in restricted subdirectories
 2019-11-08 20:39 UTC 

[net-next v2 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2019-11-08
 2019-11-08 20:37 UTC  (2+ messages)
` [net-next v2 04/15] ice: avoid setting features during reset


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.