All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-04 19:34:46 to 2019-09-04 20:19:27 UTC [more...]

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-04 20:19 UTC  (14+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
` [PATCH v12 02/12] clone3: switch to copy_struct_from_user()
` [PATCH v12 03/12] sched_setattr: switch to copy_struct_{to,from}_user()
` [PATCH v12 04/12] perf_event_open: switch to copy_struct_from_user()
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions
` [PATCH v12 06/12] procfs: switch magic-link modes to be more sane

[GIT PULL 1/3] Broadcom defconfig changes for 5.4
 2019-09-04 20:19 UTC  (5+ messages)
` [GIT PULL 2/3] Broadcom defconfig-arm64 "

[PATCH 1/6] iw: Fix license field to BSD-2-Clause
 2019-09-04 20:18 UTC  (10+ messages)
` [PATCH 6/6] xz: Remove GPLv3 license checksum

[Qemu-arm] [PATCH v4 00/69] target/arm: Convert aa32 base isa to decodetree
 2019-09-04 19:30 UTC  (74+ messages)
` [Qemu-devel] [PATCH v4 03/69] target/arm: Convert Data Processing (register)
` [Qemu-devel] [PATCH v4 04/69] target/arm: Convert Data Processing (reg-shifted-reg)
` [Qemu-devel] [PATCH v4 05/69] target/arm: Convert Data Processing (immediate)
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 06/69] target/arm: Convert multiply and multiply accumulate
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 07/69] target/arm: Simplify UMAAL
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 08/69] target/arm: Convert Saturating addition and subtraction
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 09/69] target/arm: Convert Halfword multiply and multiply accumulate
` [Qemu-devel] [PATCH v4 10/69] target/arm: Simplify op_smlaxxx for SMLAL*
` [Qemu-devel] [PATCH v4 11/69] target/arm: Simplify op_smlawx for SMLAW*
` [Qemu-devel] [PATCH v4 12/69] target/arm: Convert MSR (immediate) and hints
` [Qemu-devel] [PATCH v4 13/69] target/arm: Convert MRS/MSR (banked, register)
` [Qemu-devel] [PATCH v4 14/69] target/arm: Convert Cyclic Redundancy Check
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 15/69] target/arm: Convert BX, BXJ, BLX (register)
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 16/69] target/arm: Convert CLZ
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 17/69] target/arm: Convert ERET
` [Qemu-devel] [PATCH v4 18/69] target/arm: Convert the rest of A32 Miscelaneous instructions
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 19/69] target/arm: Convert T32 ADDW/SUBW
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 20/69] target/arm: Convert load/store (register, immediate, literal)
` [Qemu-devel] [PATCH v4 21/69] target/arm: Convert Synchronization primitives
` [Qemu-devel] [PATCH v4 22/69] target/arm: Diagnose UNPREDICTABLE ldrex/strex cases
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 23/69] target/arm: Convert USAD8, USADA8, SBFX, UBFX, BFC, BFI, UDF
` [Qemu-devel] [PATCH v4 24/69] target/arm: Convert Parallel addition and subtraction
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 25/69] target/arm: Convert packing, unpacking, saturation, and reversal
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 26/69] target/arm: Convert Signed multiply, signed and unsigned divide
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 27/69] target/arm: Convert MOVW, MOVT
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 28/69] target/arm: Convert LDM, STM
` [Qemu-devel] [PATCH v4 29/69] target/arm: Diagnose writeback register in list for LDM for v7
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 30/69] target/arm: Diagnose too few registers in list for LDM/STM
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 31/69] target/arm: Diagnose base == pc "
` [Qemu-devel] [PATCH v4 32/69] target/arm: Convert B, BL, BLX (immediate)
` [Qemu-devel] [PATCH v4 33/69] target/arm: Convert SVC
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 34/69] target/arm: Convert RFE and SRS
` [Qemu-devel] [PATCH v4 35/69] target/arm: Convert Clear-Exclusive, Barriers
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 36/69] target/arm: Convert CPS (privileged)
` [Qemu-devel] [PATCH v4 37/69] target/arm: Convert SETEND
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 38/69] target/arm: Convert PLI, PLD, PLDW
` [Qemu-devel] [PATCH v4 39/69] target/arm: Convert Unallocated memory hint
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 40/69] target/arm: Convert Table Branch
` [Qemu-devel] [PATCH v4 41/69] target/arm: Convert SG
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH v4 42/69] target/arm: Convert TT
` [Qemu-arm] [PATCH v4 43/69] target/arm: Simplify disas_thumb2_insn
` [Qemu-devel] [PATCH v4 45/69] target/arm: Add skeleton for T16 decodetree
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 46/69] target/arm: Convert T16 data-processing (two low regs)
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH v4 48/69] target/arm: Convert T16 load/store (immediate offset)
` [Qemu-arm] [PATCH v4 49/69] target/arm: Convert T16 add pc/sp (immediate)
` [Qemu-arm] [PATCH v4 50/69] target/arm: Convert T16 load/store multiple
` [Qemu-devel] [PATCH v4 51/69] target/arm: Convert T16 add/sub (3 low, 2 low and imm)
` [Qemu-devel] [PATCH v4 56/69] target/arm: Convert T16, extract
` [Qemu-devel] [PATCH v4 58/69] target/arm: Convert T16, Reverse bytes
` [Qemu-devel] [PATCH v4 59/69] target/arm: Convert T16, nop hints

[PATCH 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-09-04 20:16 UTC  (7+ messages)
` [PATCH 1/1] mm/pgtable/debug: Add test validating architecture "

[RFC] Post/tutorial for newcomers
 2019-09-04 20:18 UTC  (5+ messages)

Zdravstvujte! Vas interesujut klientskie bazy dannyh?
 2019-09-04 20:08 UTC 

drm-lease: sharing planes between DRM lessees
 2019-09-04 20:18 UTC 

[PATCH] trace-cmd: Add proper KBUFFER_TYPE_TIME_STAMP handling
 2019-09-04 20:17 UTC 

[virtio-dev] [PATCH v7 0/6] mm / virtio: Provide support for unused page reporting
 2019-09-04 20:15 UTC  (5+ messages)
` [virtio-dev] [PATCH v7 6/6] virtio-balloon: Add support for providing unused page reports to host
  ` [virtio-dev] "
    `  "

[PATCH v3 0/2] drm/panel: Extend panels to report their types
 2019-09-04 20:13 UTC  (3+ messages)
` [PATCH v3 1/2] drm/panel: Add and fill drm_panel type field

Graceful page fault handling for Vega/Navi
 2019-09-04 20:12 UTC  (3+ messages)
` [PATCH 9/9] drm/amdgpu: add graceful VM fault handling v2

[PATCH 1/2] git-gui: warn if the commit message contains lines longer than the set limit
 2019-09-04 20:10 UTC  (2+ messages)
` [PATCH 2/2] git-gui: add horizontal scrollbar to commit buffer

io_uring engine -- sqthread_poll option can't work as implemented
 2019-09-04 20:10 UTC  (4+ messages)

[meta-raspberrypi] Confusion about U-Boot setup
 2019-09-04 20:10 UTC  (5+ messages)

Cloning / getting a full backup of a BTRFS filesystem
 2019-09-04 14:04 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/luv: use github helper
 2019-09-04 20:09 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/luv: fix build without lua-compat53

[PATCH 00/15] drm/i915: Expose margin connector properties for underscan
 2019-09-04 20:08 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] drm/ttm: let ttm_bo_wait timeout be configurable
 2019-09-04 20:08 UTC 

[PATCH 0/7] drm/omap: misc improvements
 2019-09-04 20:08 UTC  (5+ messages)
` [PATCH 4/7] drm/omap: Implement CTM property for CRTC using OVL managers CPR matrix

[PATCH dev-5.2 0/2] i2c: aspeed: Add H/W timeout support
 2019-09-04 20:07 UTC  (3+ messages)
` [PATCH dev-5.2 1/2] dt-bindings: i2c: aspeed: add hardware "
` [PATCH dev-5.2 2/2] i2c: aspeed: add slave inactive "

[Buildroot] [Bug 12186] New: Raspberry Pi Zero-W build fails on newer kernel versions
 2019-09-04 20:08 UTC  (2+ messages)
` [Buildroot] [Bug 12186] "

[PATCH 0/8] tools-power-x86-intel-speed-select: Fixes and updates for output
 2019-09-04 20:06 UTC  (2+ messages)

[PATCH] drm: Use EOPNOTSUPP, not ENOTSUPP
 2019-09-04 20:05 UTC  (3+ messages)

[RFC PATCH] mm, oom: disable dump_tasks by default
 2019-09-04 20:04 UTC  (4+ messages)

next/pending-fixes boot: 303 boots: 9 failed, 280 passed with 13 offline, 1 untried/unknown (v5.3-rc7-116-g18ec21ed1250)
 2019-09-04 20:04 UTC 

[PATCH v2 0/2] ethtool: implement Energy Detect Powerdown support via phy-tunable
 2019-09-04 20:03 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] net: phy: adin: implement Energy Detect Powerdown mode "

[Buildroot] [Bug 12181] New: dropbear: norootlogin (-w) no longer works when PAM is enabled
 2019-09-04 20:02 UTC  (3+ messages)
` [Buildroot] [Bug 12181] "

[PATCH 1/1] soc: qcom: geni: Provide parameter error checking
 2019-09-04 20:01 UTC  (6+ messages)

[PATCH v2 00/11] coresight: etm4x: Fixes and updates for sysfs API
 2019-09-04 19:47 UTC  (9+ messages)
` [PATCH v2 09/11] coresight: etm4x: docs: Update ABI doc for sysfs features added

[PATCH 1/2] drm/amdgpu: cleanup mtype mapping
 2019-09-04 20:00 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: cleanup PTE flag generation v2

[dpdk-dev] [PATCH 00/11] Fixing log levels for dynamically loaded drivers
 2019-09-04 19:58 UTC  (5+ messages)
` [dpdk-dev] [PATCH 02/11] log: define logtype register wrapper for drivers

[dpdk-dev] [BUG] service_lcore_en_dis_able from service_autotest failing
 2019-09-04 19:56 UTC  (5+ messages)

[PATCH] drm/i915: disable set/get_tiling ioctl on gen12+
 2019-09-04 19:56 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: disable set/get_tiling ioctl on gen12+ (rev2)

[PATCH v4] git-gui: Add hotkeys to set widget focus
 2019-09-04 19:55 UTC  (4+ messages)
` [PATCH v5] "

[PATCH V6 0/3] riscv: Add perf callchain support
 2019-09-04 19:54 UTC  (4+ messages)
` [PATCH V6 1/3] "

Zdravstvujte! Vas interesujut klientskie bazy dannyh?
 2019-09-04 19:46 UTC 

[rfc 4/4] mm, page_alloc: allow hugepage fallback to remote nodes when madvised
 2019-09-04 19:54 UTC 

[rfc 3/4] mm, page_alloc: avoid expensive reclaim when compaction may not succeed
 2019-09-04 19:54 UTC 

[patch for-5.3 2/4] Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask""
 2019-09-04 19:54 UTC 

[patch for-5.3 1/4] Revert "Revert "mm, thp: restore node-local hugepage allocations""
 2019-09-04 19:54 UTC 

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-09-04 19:54 UTC 

[PATCH] regulator: tps65132: Stop parsing DT when gpio is not found
 2019-09-04 19:35 UTC 

stable-rc/linux-5.2.y build: 209 builds: 0 failed, 209 passed, 19 warnings (v5.2.11-144-gb6eedcb8cf66)
 2019-09-04 19:51 UTC 

[Qemu-riscv] [PATCH v7 00/30] riscv: sifive_u: Improve the emulation fidelity of sifive_u machine
 2019-09-04 19:49 UTC  (2+ messages)
` [Qemu-riscv] [Qemu-devel] "

[PATCH -next] scsi: ufs-hisi: use devm_platform_ioremap_resource() to simplify code
 2019-09-04 19:49 UTC  (2+ messages)

[PATCH] loop: change queue block size to match when using DIO
 2019-09-04 19:49 UTC  (2+ messages)
` [PATCH v2] "

mesh: org.bluez.mesh.Element.MessageReceived method does not provide destination address
 2019-09-04 19:48 UTC  (3+ messages)

[PATCH 1/4] softirq: implement IRQ flood detection mechanism
 2019-09-04 19:47 UTC  (13+ messages)

[Buildroot] [PATCH 1/1] package/libogg: bump version to 1.3.4
 2019-09-04 19:47 UTC  (2+ messages)

[Buildroot] [git commit] package/libogg: bump version to 1.3.4
 2019-09-04 19:47 UTC 

[PATCHSET block/for-next] blk-iocost: Implement absolute debt handling
 2019-09-04 19:45 UTC  (6+ messages)
` [PATCH 1/5] blk-iocost: Account force-charged overage in absolute vtime
` [PATCH 2/5] blk-iocost: Don't let merges push vtime into the future
` [PATCH 3/5] iocost_monitor: Always use strings for json values
` [PATCH 4/5] iocost_monitor: Report more info with higher accuracy
` [PATCH 5/5] iocost_monitor: Report debt

[PATCH v2 1/1] block: centralize PI remapping logic to the block layer
 2019-09-04 19:43 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/dav1d: disable tests and tools
 2019-09-04 19:44 UTC  (2+ messages)

[Buildroot] [git commit] package/dav1d: disable tests and tools
 2019-09-04 19:44 UTC 

[Buildroot] [PATCH] package/snort: bump to version 2.9.14.1
 2019-09-04 19:44 UTC  (2+ messages)

TPM 2.0 Linux sysfs interface
 2019-09-04 19:43 UTC  (11+ messages)

[Buildroot] [PATCH] package/wolfssl: bump to version 4.1.0
 2019-09-04 19:43 UTC  (2+ messages)

[PATCH 00/10] drm/amdkfd: introduce the kfd support for Renoir
 2019-09-04 19:42 UTC  (6+ messages)
` [PATCH 02/10] drm/amdkfd: add renoir kfd device info
` [PATCH 01/10] drm/amdkfd: add renoir cache info for CRAT

Git in Outreachy December 2019?
 2019-09-04 19:41 UTC  (2+ messages)

[Buildroot] [PATCH 2/2] package/less: bump to version 530
 2019-09-04 19:40 UTC  (2+ messages)

[PATCH nf-next v2 0/3] netfilter: nf_tables_offload: clean offload things when the device unregister
 2019-09-04 19:40 UTC  (3+ messages)
` [PATCH nf-next v2 3/3] "

[Buildroot] [git commit] package/less: bump to version 530
 2019-09-04 19:39 UTC 

git-gui: Long lines in commit message gets hidden, no scrollbar appears
 2019-09-04 19:39 UTC  (11+ messages)

[Buildroot] [PATCH 1/1] package/nano: bump to version 4.4
 2019-09-04 19:39 UTC  (2+ messages)

[PATCH][next] net/mlx5: fix spelling mistake "offlaods" -> "offloads"
 2019-09-04 19:38 UTC  (2+ messages)

[Buildroot] [git commit] package/nano: bump to version 4.4
 2019-09-04 19:38 UTC 

[PATCH 0/5] Netfilter fixes for net
 2019-09-04 19:36 UTC  (6+ messages)
` [PATCH 1/5] netfilter: bridge: Drops IPv6 packets if IPv6 module is not loaded
` [PATCH 2/5] netfilter: nft_socket: fix erroneous socket assignment
` [PATCH 3/5] netfilter: nft_fib_netdev: Terminate rule eval if protocol=IPv6 and ipv6 module is disabled
` [PATCH 4/5] netfilter: ctnetlink: honor IPS_OFFLOAD flag
` [PATCH 5/5] netfilter: nf_flow_table: set default timeout after successful insertion

[Buildroot] [PATCH next] package/iw: bump to version 5.3
 2019-09-04 19:37 UTC  (2+ messages)

[PATCH 1/2] pci: Convert to use built-in RCU list checking
 2019-09-04 19:36 UTC  (6+ messages)

[Buildroot] [git commit] package/iw: bump to version 5.3
 2019-09-04 19:36 UTC 

[Buildroot] [git commit] package/cups-filters: bump to version 1.25.4
 2019-09-04 19:36 UTC 

[PATCH] selinux: fix residual uses of current_security() for the SELinux blob
 2019-09-04 19:35 UTC  (2+ messages)

[PATCH] media: siano: Use the correct style for SPDX License Identifier
 2019-09-04 19:26 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/cups-filters: bump to version 1.25.4
 2019-09-04 19:36 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/tree: bump to version 1.8.0
 2019-09-04 19:35 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] DEVELOPERS: add Pierre-Jean Texier for tree

[Buildroot] [git commit] DEVELOPERS: add Pierre-Jean Texier for tree
 2019-09-04 19:35 UTC 

[Buildroot] [PATCH 1/1] package/cups: security bump to version 2.2.12
 2019-09-04 19:35 UTC  (2+ messages)

[Buildroot] [git commit] package/tree: bump to version 1.8.0
 2019-09-04 19:35 UTC 

[PATCH 0/7] xfs: log race fixes and cleanups
 2019-09-04 19:34 UTC  (3+ messages)
` [PATCH 7/7] xfs: push the grant head when the log head moves forward


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.