All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-03 20:02:04 to 2020-02-03 21:02:06 UTC [more...]

[PATCH v14 00/23] LSM: Module stacking for AppArmor
 2020-02-03 21:02 UTC  (10+ messages)
` [PATCH v14 22/23] LSM: Add /proc attr entry for full LSM context

[Buildroot] [git commit] package/smartmontools: add libselinux optional dependency
 2020-02-03 21:01 UTC 

[PATCH v3 00/12] mm/gup: track FOLL_PIN pages
 2020-02-03 21:01 UTC  (7+ messages)
` [PATCH v3 04/12] mm: introduce page_ref_sub_return()
` [PATCH v3 07/12] mm/gup: track FOLL_PIN pages

[PATCH v2 0/7] xfs: Remove wrappers for some semaphores
 2020-02-03 21:00 UTC  (3+ messages)
` [PATCH v2 1/7] xfs: Add xfs_is_{i,io,mmap}locked functions

Hung tasks with multiple partitions
 2020-02-03 20:59 UTC  (2+ messages)
  ` [PATCH] block: Limit number of items taken from the I/O scheduler in one go

[PATCH 1/3] epoll: fix possible lost wakeup on epoll_ctl() path
 2020-02-03 20:59 UTC  (3+ messages)
` [PATCH 2/3] epoll: ep->wq can be woken up unlocked in certain cases
` [PATCH 3/3] kselftest: introduce new epoll test case

[PATCH v2 00/28] The new cgroup slab memory controller
 2020-02-03 20:58 UTC  (12+ messages)
` [PATCH v2 12/28] mm: vmstat: use s32 for vm_node_stat_diff in struct per_cpu_nodestat
` [PATCH v2 16/28] mm: memcg/slab: allocate obj_cgroups for non-root slab pages
` [PATCH v2 21/28] mm: memcg/slab: use a single set of kmem_caches for all memory cgroups

[Buildroot] [PATCH 1/1] package/rocksdb: new package
 2020-02-03 20:58 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] riscv: BPF JIT fix, optimizations and far jumps support
 2020-02-03 20:57 UTC  (6+ messages)
` [PATCH bpf-next v2 6/9] riscv, bpf: provide RISC-V specific JIT image alloc/free

Error on loading some network Kernel modules
 2020-02-03 20:57 UTC  (8+ messages)

[Buildroot] [RFC v3 1/2] package/qt5: bump latest version to 5.13.2
 2020-02-03 20:58 UTC  (2+ messages)
` [Buildroot] [RFC v3 2/2] package/qt5: bump latest version to 5.14.1

[Buildroot] [git commit] package/rocksdb: new package
 2020-02-03 20:55 UTC 

[PATCH 0/6] Add ACPI bindings to the genet
 2020-02-03 20:55 UTC  (5+ messages)
` [PATCH 3/6] net: bcmgenet: enable automatic phy discovery

[PATCH v2 0/6] kvm/split_lock: Add feature split lock detection support in kvm
 2020-02-03 20:54 UTC  (3+ messages)
` [PATCH v2 3/6] kvm: x86: Emulate split-lock access as a write

[CRASH] crypto: virtio: crash when modprobing tcrypt on 5.5-rc7 / next-20200122
 2020-02-03 20:53 UTC  (3+ messages)

[Cocci] Replacing a std::string check by strcmp() with SmPL
 2020-02-03 20:52 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/haproxy: install only binary
 2020-02-03 20:52 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/haproxy: bump to version 2.1.2

[MPTCP] Re: [syzkaller] KASAN: use-after-free Write in __lock_sock
 2020-02-03 20:52 UTC 

[PATCH qemu] spapr/rtas: Print message from "ibm,os-term"
 2020-02-03 20:51 UTC  (2+ messages)

linux-next: build failure after merge of the akpm-current tree
 2020-02-03 20:52 UTC  (4+ messages)

[PATCH v2] cmd: Add command to dump drivers and compatible strings
 2020-02-03 20:51 UTC 

[PATCH] systemd: Upgrade 243.2 -> 243.4-latest
 2020-02-03 20:51 UTC  (6+ messages)

[Buildroot] [PATCH v1] package/libinput: bump version to 1.15.1
 2020-02-03 20:50 UTC 

[PATCH] python3-six: Move src_uri checks to recipe main
 2020-02-03 20:50 UTC 

[PATCH 00/24][v3] Convert data reservations to the ticketing infrastructure
 2020-02-03 20:49 UTC  (25+ messages)
` [PATCH 01/24] btrfs: change nr to u64 in btrfs_start_delalloc_roots
` [PATCH 02/24] btrfs: remove orig from shrink_delalloc
` [PATCH 03/24] btrfs: handle U64_MAX for shrink_delalloc
` [PATCH 04/24] btrfs: make shrink_delalloc take space_info as an arg
` [PATCH 05/24] btrfs: make ALLOC_CHUNK use the space info flags
` [PATCH 06/24] btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
` [PATCH 07/24] btrfs: call btrfs_try_granting_tickets when unpinning anything
` [PATCH 08/24] btrfs: call btrfs_try_granting_tickets when reserving space
` [PATCH 09/24] btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
` [PATCH 10/24] btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
` [PATCH 11/24] btrfs: check tickets after waiting on ordered extents
` [PATCH 12/24] btrfs: add flushing states for handling data reservations
` [PATCH 13/24] btrfs: add the data transaction commit logic into may_commit_transaction
` [PATCH 14/24] btrfs: add btrfs_reserve_data_bytes and use it
` [PATCH 15/24] btrfs: use ticketing for data space reservations
` [PATCH 16/24] btrfs: serialize data reservations if we are flushing
` [PATCH 17/24] btrfs: use the same helper for data and metadata reservations
` [PATCH 18/24] btrfs: drop the commit_cycles stuff for data reservations
` [PATCH 19/24] btrfs: don't pass bytes_needed to may_commit_transaction
` [PATCH 20/24] btrfs: don't force commit if we are data
` [PATCH 21/24] btrfs: run delayed iputs before committing the transaction for data
` [PATCH 22/24] btrfs: flush delayed refs when trying to reserve data space
` [PATCH 23/24] btrfs: do async reclaim for data reservations
` [PATCH 24/24] btrfs: add a comment explaining the data flush steps

[PATCH v2] drm/radeon: have the callers of set_memory_*() check the return value
 2020-02-03 20:44 UTC  (4+ messages)

[PATCH v4 00/15] clk: qcom: Fix parenting for dispcc/gpucc/videocc
 2020-02-03 20:48 UTC  (5+ messages)

[RFC PATCH 00/10] arm: add support for SoC S5P4418
 2020-02-03 20:47 UTC  (11+ messages)
` [RFC PATCH 01/10] arm: add mach-nexell (header files)
` [RFC PATCH 02/10] arm: add mach-nexell (all files except header files)
` [RFC PATCH 03/10] i2c: mmc: add nexell driver (gpio, i2c, mmc, pwm)
` [RFC PATCH 04/10] video: add nexell video driver (soc: displaytop)
` [RFC PATCH 05/10] video: add nexell video driver (soc: mlc, mipi)
` [RFC PATCH 06/10] video: add nexell video driver (soc: lvds, hdmi)
` [RFC PATCH 07/10] video: add nexell video driver (soc: dpc, makefile)
` [RFC PATCH 08/10] video: add nexell video driver (display/video driver)
` [RFC PATCH 09/10] arm: add support for SoC s5p4418 (cpu) / nanopi2 board
` [RFC PATCH 10/10] arm: add (default) config for "

[bug] git-rev-parse sometimes appends subdirectories to result
 2020-02-03 20:45 UTC  (2+ messages)

[RFC 0/5] bpf: Add trampoline helpers
 2020-02-03 20:45 UTC  (12+ messages)
` [PATCH 5/5] bpf: Allow to resolve bpf trampoline in unwind

[PATCH 0/3] Add comments describing how space reservation works
 2020-02-03 20:44 UTC  (4+ messages)
` [PATCH 1/3] btrfs: add a comment describing block-rsvs
` [PATCH 2/3] btrfs: add a comment describing delalloc space reservation
` [PATCH 3/3] btrfs: describe the space reservation system in general

[PATCH V5] drm: Add support for DP 1.4 Compliance edid corruption test
 2020-02-03 20:43 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH v4 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-02-03 20:42 UTC  (19+ messages)
` [PATCH v4 04/22] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
  ` [Intel-gfx] "
` [PATCH v4 05/22] drm/amdgpu: Convert to CRTC VBLANK callbacks
    ` [Intel-gfx] "
` [PATCH v4 10/22] drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
    ` [Intel-gfx] "

btrfs balance start -musage=0 / eats drive space
 2020-02-03 20:42 UTC 

[PATCH v16] x86/split_lock: Enable split lock detection by kernel
 2020-02-03 20:41 UTC  (5+ messages)
    ` [PATCH v17] "

[PATCH] chattr.1: improve attribute formatting with labels and indented paragraphs
 2020-02-03 20:41 UTC  (2+ messages)

[GIT PULL] VFIO updates for v5.6-rc1
 2020-02-03 20:40 UTC 

[PATCH] git-filter-branch.txt: use {caret} for ^
 2020-02-03 20:40 UTC  (3+ messages)
` git-filter-branch.txt: wrap "maths" notation in backticks

[RFC PATCH] audio: proper support for float samples in mixeng
 2020-02-03 20:38 UTC  (3+ messages)

[PATCH 1/8] drm/edid: Check the number of detailed timing descriptors in the CEA ext block
 2020-02-03 20:38 UTC  (13+ messages)
` [PATCH 6/8] drm/edid: Add a FIXME about DispID CEA data block revision
  ` [Intel-gfx] "
` [PATCH 7/8] drm/edid: Constify lots of things
      ` [Intel-gfx] "
` [PATCH 8/8] drm/edid: Dump bogus 18 byte descriptors
    ` [Intel-gfx] "

[Xen-devel] [qemu-mainline test] 146707: regressions - FAIL
 2020-02-03 20:37 UTC 

stable-rc/linux-4.4.y build: 144 builds: 4 failed, 140 passed, 5 errors, 13 warnings (v4.4.212-54-gb514f5a16f0b)
 2020-02-03 20:36 UTC 

[PATCH 0/3] IOMMU user API enhancement
 2020-02-03 20:41 UTC  (8+ messages)
` [PATCH 3/3] iommu/uapi: Add helper function for size lookup

[PATCH] drm/amdgpu: fetch default VDDC curve voltages (v2)
 2020-02-03 20:36 UTC 

[PATCH 0/3] dmaengine: Stear users towards dma_request_slave_chan()
 2020-02-03 20:34 UTC  (10+ messages)

[PATCH net] net: sched: prevent a use after free
 2020-02-03 20:33 UTC  (6+ messages)

[PATCH] spi: Add FSI-attached SPI controller driver
 2020-02-03 20:33 UTC  (3+ messages)

[PATCH v2] drm: Parse Colorimetry data block from EDID
 2020-02-03 20:32 UTC  (3+ messages)

Balloon pressuring page cache
 2020-02-03 20:32 UTC  (12+ messages)

[PATCH 1/3] dt-bindings: iio: ltc2632: expand for ltc2636 support
 2020-02-03 20:31 UTC  (2+ messages)
` [PATCH 4/3] iio: dac: ltc2632: remove some unused defines

[PATCH 0/4] Readdir fixes
 2020-02-03 20:31 UTC  (4+ messages)
` [PATCH 1/4] NFS: Fix memory leaks and corruption in readdir
  ` [PATCH 2/4] NFS: Directory page cache pages need to be locked when read

[Buildroot] [PATCH 0/2] uboot: needs make >= 4.0 (branch yem/fixes)
 2020-02-03 20:30 UTC  (5+ messages)
` [Buildroot] [PATCH 1/2] package/uboot-tools: needs make >= 4.0
` [Buildroot] [PATCH 2/2] boot/uboot: "

[Buildroot] [PATCH 1/1] package/cairo: bump to version 1.17.2
 2020-02-03 20:30 UTC 

[Buildroot] [git commit] boot/uboot: needs make >= 4.0
 2020-02-03 20:29 UTC 

[PATCH] of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc
 2020-02-03 17:53 UTC  (6+ messages)
  ` Latest Git kernel: avahi-daemon[2410]: ioctl(): Inappropriate ioctl for device

[dpdk-dev] [PATCH] ixgbe: reset need link config flag on start
 2020-02-03 20:28 UTC 

[PATCH] skbuff: fix a data race in skb_queue_len()
 2020-02-03 20:28 UTC  (3+ messages)

[Buildroot] [git commit] package/uboot-tools: needs make >= 4.0
 2020-02-03 20:28 UTC 

[PATCH net 0/4] rxrpc: Fixes ver #2
 2020-02-03 20:28 UTC  (4+ messages)

[PATCH] doc: add documentation for git log --no-follow
 2020-02-03 20:27 UTC  (3+ messages)

[PATCH] drm/amdgpu: fetch default VDDC curve voltages
 2020-02-03 20:26 UTC 

[PATCH] RDMA/vmw_pvrdma: Disable PCI device on error
 2020-02-03 20:26 UTC 

[Buildroot] [PATCH] package/python-validators: bump version to 0.14.2
 2020-02-03 20:26 UTC  (2+ messages)

[Buildroot] [git commit] package/python-validators: bump version to 0.14.2
 2020-02-03 20:25 UTC 

[Buildroot] [PATCH 1/1] package/gensio: bump to version 1.4.1
 2020-02-03 20:25 UTC  (2+ messages)

possible deadlock in wg_noise_handshake_create_initiation
 2020-02-03 20:24 UTC  (3+ messages)

[Patch v3] block: introduce block_rq_error tracepoint
 2020-02-03 20:24 UTC  (3+ messages)

[Buildroot] [git commit] package/gensio: bump to version 1.4.1
 2020-02-03 20:23 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Fix rc6 on Ivybridge
 2020-02-03 20:21 UTC 

[trivial PATCH] drm: Use kvcalloc
 2020-02-03 20:19 UTC  (2+ messages)

[PATCH v2 0/9] add ASoC components for AHUB
 2020-02-03 20:19 UTC  (5+ messages)
` [PATCH v2 1/9] dt-bindings: sound: tegra: add DT binding "
  ` [alsa-devel] "

[RFC] [PATCH 0/2] arm64: tlb: skip tlbi broadcast for single threaded TLB flushes
 2020-02-03 20:17 UTC  (6+ messages)
` [PATCH 1/2] mm: use_mm: fix for arches checking mm_users to optimize "
` [PATCH 2/2] arm64: tlb: skip tlbi broadcast for single threaded "

[Buildroot] [PATCH 1/1] package/libmpdclient: bump to version 2.18
 2020-02-03 20:19 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/iproute2: bump to version v5.5.0
 2020-02-03 20:19 UTC  (2+ messages)

[Buildroot] [git commit] package/libmpdclient: bump to version 2.18
 2020-02-03 20:19 UTC 

[Buildroot] [git commit] package/iproute2: bump to version v5.5.0
 2020-02-03 20:18 UTC 

[Buildroot] [PATCH 1/1] package/ncmpc: bump to version 0.37
 2020-02-03 20:18 UTC  (2+ messages)

[Patch nf v2 0/3] netfilter: xt_hashlimit: a few improvements
 2020-02-03 20:18 UTC  (5+ messages)
` [Patch nf v2 1/3] xt_hashlimit: avoid OOM for user-controlled vmalloc

[Buildroot] [git commit] package/ncmpc: bump to version 0.37
 2020-02-03 20:17 UTC 

[Buildroot] [PATCH 1/1] package/ptm2human: bump version to d0b8b6be98
 2020-02-03 20:17 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/minizip: bump to version 2.9.1
 2020-02-03 20:17 UTC  (2+ messages)

[PATCH] Documentation: build warnings related to missing blank lines after explicit markups has been fixed
 2020-02-03 20:15 UTC 

[Buildroot] [PATCH 1/1] package/whois: bump to version 5.5.5
 2020-02-03 20:17 UTC  (2+ messages)

[Buildroot] [git commit] package/ptm2human: bump version to d0b8b6be98
 2020-02-03 20:17 UTC 

[Buildroot] [git commit] package/minizip: bump to version 2.9.1
 2020-02-03 20:16 UTC 

[Buildroot] [git commit] package/whois: bump to version 5.5.5
 2020-02-03 20:16 UTC 

[PATCH] powerpc/drmem: cache LMBs in xarray to accelerate lookup
 2020-02-03 20:13 UTC  (6+ messages)

[yocto] raspberrypi missing libtclstub8.6.a on target system
 2020-02-03 20:15 UTC 

[PATCH 0/2] xfs: fix stale disk exposure after crash
 2020-02-03 20:14 UTC  (4+ messages)
` [PATCH 1/2] xfs: force writes to delalloc regions to unwritten

[PATCH bpf-next 00/12] Add support for XDP in egress path
 2020-02-03 20:13 UTC  (20+ messages)
` [PATCH bpf-next 03/12] net: Add IFLA_XDP_EGRESS for XDP programs in the "

[PATCH] platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table
 2020-02-03 20:11 UTC 

Introduction & Query on Newbie Website Status
 2020-02-03 20:11 UTC  (7+ messages)
    ` USB Hid driver Help

Fix built-in early-load Intel microcode alignment
 2020-02-03 20:10 UTC  (2+ messages)

[PATCH] x86/PCI: ensure to_pci_sysdata usage is guarded by CONFIG_PCI
 2020-02-03 20:09 UTC  (2+ messages)

Making QEMU easier for management tools and applications
 2020-02-03 20:07 UTC  (13+ messages)

[meta-networking][PATCH] nng: Add recipe
 2020-02-03 20:08 UTC 

RDMA header inspection
 2020-02-03 20:08 UTC  (3+ messages)

[PATCH] initramfs: do not show compression mode choice if INITRAMFS_SOURCE is empty
 2020-02-03 20:06 UTC  (2+ messages)

[PATCH for_v25 0/3] x86/sgx: Fix feature control rebase
 2020-02-03 20:04 UTC  (4+ messages)

How does one set a VLAN from the WebUI?
 2020-02-03 20:01 UTC 

[PATCH for_v25] x86/sgx: Fix exception fixup bug
 2020-02-03 20:02 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.