All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-05 21:31:55 to 2018-09-05 22:03:45 UTC [more...]

[GIT PULL 00/77] perf/core improvements and fixes
 2018-09-05 22:03 UTC  (24+ messages)
` [PATCH 01/77] perf trace: Pass augmented args to the arg formatters when available
` [PATCH 02/77] perf trace: Make the augmented_syscalls filter out the tracepoint event
` [PATCH 03/77] perf trace: Print the syscall name for augmented_syscalls
` [PATCH 04/77] perf trace: Extract the comm/tid printing for syscall enter
` [PATCH 05/77] perf trace: Show comm/tid for augmented_syscalls
` [PATCH 06/77] perf trace: Use the augmented filename, expanding syscall enter pointers
` [PATCH 07/77] perf trace: Augment the 'open' syscall 'filename' arg
` [PATCH 08/77] perf trace: Augment inotify_add_watch pathname syscall arg
` [PATCH 09/77] perf trace: Introduce augmented_filename_syscall_enter() declarator
` [PATCH 10/77] perf trace: Augment 'newstat' (aka 'stat') filename ptr
` [PATCH 11/77] perf trace: Add a etcsnoop.c augmented syscalls eBPF utility
` [PATCH 12/77] perf bpf: Give precedence to bpf header dir
` [PATCH 13/77] perf bpf: Add linux/socket.h to the headers accessible to bpf proggies
` [PATCH 14/77] perf trace augmented_syscalls: Augment connect's 'sockaddr' arg
` [PATCH 15/77] perf trace augmented_syscalls: Add augmented_sockaddr_syscall_enter()
` [PATCH 16/77] perf trace augmented_syscalls: Augment bind's 'myaddr' sockaddr arg
` [PATCH 17/77] perf trace augmented_syscalls: Augment sendto's 'addr' arg
` [PATCH 18/77] perf trace beauty: Reorganize 'struct sockaddr *' beautifier
` [PATCH 19/77] perf report: Create auxiliary trace data files for s390
` [PATCH 20/77] tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header file
` [PATCH 21/77] perf bpf: Add syscall_exit() helper
` [PATCH 22/77] perf augmented_syscalls: Update the header comments

caps file showing wrong TCG version?
 2018-09-05 17:32 UTC  (7+ messages)

BUG: unable to handle kernel paging request in fib6_node_lookup_1
 2018-09-05 17:32 UTC  (3+ messages)

[PATCH v5 1/2] drm: Add connector property to limit max bpc
 2018-09-05 22:02 UTC  (3+ messages)
` [PATCH v5 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp
  ` [Intel-gfx] "

[openembedded][qt5] : Text is hidden in Qt5 apps
 2018-09-05 21:27 UTC  (2+ messages)

[Buildroot] [PATCH v3 0/3] Add tainting support to buildroot
 2018-09-05 22:01 UTC  (5+ messages)
` [Buildroot] [PATCH v3 1/3] Makefile: add tainting support

[RFC PATCH] mm/hugetlb: make hugetlb_lock irq safe
 2018-09-05 22:00 UTC  (7+ messages)

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-05 17:28 UTC  (4+ messages)
` [PATCH 05/11] UAPI: coda: Don't use internal kernel structs in UAPI

[PATCH v5 0/6] Add Rockchip VPU JPEG encoder
 2018-09-05 22:00 UTC  (7+ messages)
  ` [PATCH v5 1/6] dt-bindings: Document the Rockchip VPU bindings
  ` [PATCH v5 2/6] ARM: dts: rockchip: add VPU device node for RK3288
  ` [PATCH v5 3/6] arm64: dts: rockchip: add VPU device node for RK3399
  ` [PATCH v5 4/6] media: Add JPEG_RAW format
  ` [PATCH v5 5/6] media: Add controls for JPEG quantization tables
  ` [PATCH v5 6/6] media: add Rockchip VPU JPEG encoder driver

[Buildroot] [PATCH v4 0/3] Add tainting support to buildroot
 2018-09-05 22:00 UTC  (4+ messages)
` [Buildroot] [PATCH v4 1/3] Makefile: add tainting support
` [Buildroot] [PATCH v4 2/3] docs/manual: adding infos about tainting
` [Buildroot] [PATCH v4 3/3] package/nodejs: taint the build on external modules

[PATCH v11 0/3] remain and optimize memblock_next_valid_pfn on arm and arm64
 2018-09-05 21:57 UTC  (3+ messages)

[PATCH] efi_stub: update documentation on dtb= parameter
 2018-09-05 21:57 UTC  (3+ messages)

What's cooking in git.git (Sep 2018, #01; Tue, 4)
 2018-09-05 21:56 UTC  (4+ messages)

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-05 21:55 UTC  (5+ messages)

[PATCH] drm: Print erroneous hscale/vscale on failure
 2018-09-05 21:56 UTC  (2+ messages)

[PATCH 00/22] KEYS: Support TPM-wrapped key and crypto ops
 2018-09-05 21:56 UTC  (69+ messages)
` [PATCH 01/22] KEYS: Provide key type operations for asymmetric key ops
` [PATCH 02/22] KEYS: Provide keyctls to drive the new key type ops for asymmetric keys
` [PATCH 03/22] KEYS: Provide missing asymmetric key subops for new key type ops
` [PATCH 04/22] KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type
` [PATCH 05/22] KEYS: Provide software public key query function
` [PATCH 06/22] KEYS: Allow the public_key struct to hold a private key
` [PATCH 07/22] KEYS: Implement encrypt, decrypt and sign for software asymmetric key
` [PATCH 08/22] KEYS: Implement PKCS#8 RSA Private Key parser
` [PATCH 09/22] crypto: rsa-pkcs1pad: Allow hash to be optional
` [PATCH 10/22] KEYS: asym_tpm: add skeleton for asym_tpm
` [PATCH 11/22] KEYS: asym_tpm: extract key size & public key
` [PATCH 12/22] KEYS: Add parser for TPM-based keys
` [PATCH 13/22] KEYS: asym_tpm: Implement pkey_query
` [PATCH 14/22] KEYS: asym_tpm: Implement encryption operation
` [PATCH 15/22] KEYS: trusted: Expose common functionality
` [PATCH 16/22] KEYS: Move trusted.h to include/keys
` [PATCH 17/22] KEYS: asym_tpm: Add loadkey2 and flushspecific
` [PATCH 18/22] KEYS: asym_tpm: Implement tpm_unbind
` [PATCH 19/22] KEYS: asym_tpm: Implement the decrypt operation
` [PATCH 20/22] KEYS: asym_tpm: Implement signature verification
` [PATCH 21/22] KEYS: asym_tpm: Implement tpm_sign
` [PATCH 22/22] KEYS: asym_tpm: Add support for the sign operation

[PATCH rdma-next] RDMA/qedr: remove set but not used variable 'ctx'
 2018-09-05 21:56 UTC  (3+ messages)

[PATCH v2 0/2] Address issues slowing memory init
 2018-09-05 21:54 UTC  (8+ messages)
` [PATCH v2 1/2] mm: Move page struct poisoning to CONFIG_DEBUG_VM_PAGE_INIT_POISON

[PATCH] infiniband: hw: hns: Fix a sleep-in-atomic-context bug in hns_roce_set_hem()
 2018-09-05 21:54 UTC  (2+ messages)

[Bug 107784] [AMD tahiti XT] displayport broken
 2018-09-05 21:54 UTC  (6+ messages)

[PATCH] infiniband: scsi: remove unnecessary unlikely()
 2018-09-05 21:52 UTC  (2+ messages)

[PATCH for-rc v2 1/3] PCI: Fix faulty logic in pci_reset_bus()
 2018-09-05 17:21 UTC  (3+ messages)
` [PATCH for-rc v2 3/3] IB/hfi1: Prefer new __pci_reset_function_locked() API with reset type

[PATCH 1/2] semanage: "semanage user" does not use -s, fix documentation
 2018-09-05 21:49 UTC  (2+ messages)
` [PATCH 2/2] semanage: add a missing space in ibendport help

[RFC PATCH v2] Allow aliases that include other aliases
 2018-09-05 21:51 UTC  (3+ messages)

[PATCH v7 0/4] gpiolib: speed up GPIO array processing
 2018-09-05 21:50 UTC  (11+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
  ` [PATCH v8 2/4] gpiolib: Identify arrays matching GPIO hardware
  ` [PATCH v8 3/4] gpiolib: Pass array info to get/set array functions
  ` [PATCH v8 4/4] gpiolib: Implement fast processing path in get/set array

[bug report] hwmon: (nct6775) Add support for weighted fan control
 2018-09-05 21:49 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (nct6775) Set weight source to zero correctly
` [PATCH 2/2] hwmon: (nct6775) Clean up a condition

[Buildroot] [PATCH 1/4] DEVELOPERS: Fix file order list maintained by me
 2018-09-05 21:48 UTC  (5+ messages)
` [Buildroot] [PATCH 3/4] configs: bpi-m64: Use Mainline ARM ATF

[PATCH v2] mm: slowly shrink slabs with a relatively small number of objects
 2018-09-05 21:47 UTC  (6+ messages)

[PATCHv2 1/1] perf/x86/intel: make error messages less confusing
 2018-09-05 21:47 UTC  (4+ messages)

[PATCH 0/2] commit-graph: add progress output
 2018-09-05 21:46 UTC  (5+ messages)
` [PATCH 1/2] commit-graph write: "

[PATCH] block: remove bio_rewind_iter()
 2018-09-05 21:46 UTC  (2+ messages)

[Buildroot] [git commit branch/next] DEVELOPERS: Fix file order list maintained by me
 2018-09-05 21:46 UTC 

[Buildroot] [git commit] DEVELOPERS: Fix file order list maintained by me
 2018-09-05 21:46 UTC 

[Bug 107045] [4.18rc2] RX470 dGPU on hybrid laptop freezes screen after use
 2018-09-05 21:46 UTC  (2+ messages)

[Intel-wired-lan] [PATCH bpf-next 0/4] i40e AF_XDP zero-copy buffer leak fixes
 2018-09-05 17:14 UTC  (2+ messages)
`  "

Larissa
 2018-09-05 21:45 UTC 

[Buildroot] [git commit] DEVELOPERS: Fix file order list maintained by me
 2018-09-05 21:44 UTC 

[Buildroot] [PATCH 1/1] glibmm: bump version to 2.56.0
 2018-09-05 21:43 UTC  (2+ messages)

[Buildroot] [git commit] glibmm: bump version to 2.56.0
 2018-09-05 21:43 UTC 

[Buildroot] [git commit branch/next] glibmm: bump version to 2.56.0
 2018-09-05 21:43 UTC 

[PATCH OSSTEST] Install GnuTLS for libvirt builds
 2018-09-05 21:43 UTC 

[PATCH] test/bpf: use hton instead of __builtin_bswap
 2018-09-05 21:43 UTC  (3+ messages)

[Buildroot] [PATCH/next v2,1/1] duktape: new package
 2018-09-05 21:43 UTC  (2+ messages)

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4
 2018-09-05 21:43 UTC  (2+ messages)

[Bug 200871] F2FS experiences data loss (entry is completely lost) when an I/O failure occurs
 2018-09-05 21:42 UTC  (2+ messages)

[PATCH v2 0/4] i.MX PXP scaler/CSC driver
 2018-09-05 17:10 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: media: Add i.MX Pixel Pipeline binding

[PATCH] pci: cadence: Correct probe behaviour when failing to get PHY
 2018-09-05 17:10 UTC  (2+ messages)

[Buildroot] [PATCH] libcurl: security bump to version 7.61.1
 2018-09-05 21:40 UTC 

[PATCH v2] [RFC v2] v4l2: add support for colorspace conversion for video capture
 2018-09-05 17:09 UTC 

[PATCH] x86/pkeys: Explicitly treat PK #PF on kernel address as a bad area
 2018-09-05 21:39 UTC  (7+ messages)

[PATCH 1/2] drm/i915: make field unsigned
 2018-09-05 21:38 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: make field unsigned (rev2)

[PATCHv2 0/4] ARM build infra changes to support building .dtbos
 2018-09-05 21:38 UTC  (6+ messages)
` [RESEND PATCHv2 "
  ` [RESEND PATCHv2 2/4] ARM: dts: add support for individual build flags for DT subdirs

[Buildroot] [git commit] duktape: new package
 2018-09-05 21:37 UTC 

[Buildroot] [git commit branch/next] duktape: new package
 2018-09-05 21:37 UTC 

[xen-4.9-testing test] 126201: regressions - FAIL
 2018-09-05 21:37 UTC  (4+ messages)

[PATCH rdma-next v1 00/15] Flow actions to mutate packets
 2018-09-05 21:37 UTC  (7+ messages)
` [PATCH mlx5-next v1 05/15] net/mlx5: Break encap/decap into two separated flow table creation flags

[PATCH] RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmt
 2018-09-05 21:37 UTC  (2+ messages)

Error in do_rootfs while builing on sumo with cmake the library called "libfmt" 4.1.0 (on rocko it was ok)
 2018-09-05 21:36 UTC 

bpfilter causes a leftover kernel process
 2018-09-05 15:52 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 1/3] lib: Add functions to read parameters
 2018-09-05 21:36 UTC  (2+ messages)

[Buildroot] [git commit] qt5virtualkeyboard: add hashes of 3rd-party licenses
 2018-09-05 21:35 UTC 

[PATCH V4 0/6] allarch: disable allarch when multilib is used
 2018-09-05 21:34 UTC  (5+ messages)
` [PATCH 1/6] "

[Buildroot] [PATCH v1 0/4] qt5virtualkeyboard: fix build issues with 5.6
 2018-09-05 21:34 UTC  (3+ messages)
` [Buildroot] [PATCH v1 4/4] qt5virtualkeyboard: add hashes of 3rd-party licenses

test files with same names?
 2018-09-05 21:34 UTC  (3+ messages)
` How to handle patch series conflicts

[PATCH] Revert "PCI: Add ACS quirk for Intel 300 series"
 2018-09-05 17:01 UTC  (2+ messages)

[meta-initramfs][PATCH] kexec-tools-klibc: remove unneeded aarch64 patch
 2018-09-05 21:32 UTC 

[PATCH v2 0/3] x86/pti: Get rid of entry trampolines and add some docs
 2018-09-05 21:31 UTC  (4+ messages)
` [PATCH v2 3/3] x86/pti/64: Remove the SYSCALL64 entry trampoline


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.