All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-19 14:18:49 to 2017-07-19 14:53:20 UTC [more...]

[GSoC][PATCH 0/8] Update: Week 9
 2017-07-19 14:53 UTC  (3+ messages)
` [GSoC][PATCH 8/8] submodule: port submodule subcommand 'summary' from shell to C

[PATCH 0/2] Bonding add additional aggregators mode for 802.3AD
 2017-07-19 14:46 UTC  (4+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] drivers/bonding: add other agg selection modes
` [PATCH v2 2/3] testpmd: add cmndlines to support different aggregation modes

[RFC PATCH] check: try to fix the test device if it gets corrupted
 2017-07-19 14:53 UTC  (11+ messages)

nand on-die ecc for jffs2
 2017-07-19 14:51 UTC 

[pull-request] next-crypto 17.08 rc2
 2017-07-19 14:52 UTC 

[PATCH v3 1/4] time: rtc-lib: Add rtc_show_time(const char *prefix_msg)
 2017-07-19 14:52 UTC  (3+ messages)

[RFC PATCH v1 00/11] Create fast idle path for short idle periods
 2017-07-19 14:51 UTC  (11+ messages)

[PATCH v4l2-utils] v4l2-ctl: Print numerical control ID
 2017-07-19 14:51 UTC  (3+ messages)

[PATCH] xen: xen-pciback: remove DRIVER_ATTR() usage
 2017-07-19 14:51 UTC  (8+ messages)
` [PATCH v2] "

[LTP] [PATCH v3 0/9] CVE Tests
 2017-07-19 14:50 UTC  (5+ messages)
` [LTP] [PATCH v3 7/9] Test for CVE-2017-5669 in shmat

[Bug 196405] New: mkdir mishandles st_nlink in ext4 directory with 64997 subdirectories
 2017-07-19 14:49 UTC  (2+ messages)
` [Bug 196405] "

[RFC PATCH v1 00/11] Create fast idle path for short idle periods
 2017-07-19 14:48 UTC  (11+ messages)

[GIT PULL 00/86] perf/core improvements and fixes
 2017-07-19 14:29 UTC  (90+ messages)
` [PATCH 01/86] perf annotate: Check for fused instructions
` [PATCH 02/86] perf annotate: Implement visual marker for macro fusion
` [PATCH 03/86] perf trace: Remove F_ from some of the fcntl command strings
` [PATCH 04/86] perf trace: Beautify linux specific fcntl commands
` [PATCH 05/86] tools: Update include/uapi/linux/fcntl.h copy from the kernel
` [PATCH 06/86] perf trace beauty: Export the strarrays scnprintf method
` [PATCH 07/86] perf trace: Only build tools/perf/trace/beauty/ when building 'perf trace'
` [PATCH 08/86] perf trace beauty: Mask ignored fcntl 'arg' parameter
` [PATCH 09/86] perf trace beauty: Allow accessing syscall args values in a syscall arg formatter
` [PATCH 10/86] perf trace beauty: Export the "int" and "hex" syscall arg formatters
` [PATCH 11/86] perf trace beauty: Introduce syscall arg beautifier for long integers
` [PATCH 12/86] tools include uapi asm-generic: Grab a copy of fcntl.h
` [PATCH 13/86] perf trace beauty fcntl: Basic 'arg' beautifier
` [PATCH 14/86] perf trace: Beautify new write hint fcntl commands
` [PATCH 15/86] perf beauty open: Detach the syscall_arg agnostic bits from the flags formatter
` [PATCH 16/86] perf trace: Allow syscall_arg beautifiers to set a different return formatter
` [PATCH 17/86] perf trace beauty open flags: Support O_TMPFILE and O_NOFOLLOW
` [PATCH 18/86] perf trace beauty open flags: Do not depend on the system's O_LARGEFILE define
` [PATCH 19/86] perf trace beauty fcntl: Beautify F_GETFL return value
` [PATCH 20/86] perf trace beauty open flags: Move RDRW to the start of the output
` [PATCH 21/86] perf trace beauty fcntl flags: Beautify F_SETFL arg
` [PATCH 22/86] perf trace beauty fcntl: Beautify F_[GS]ETFD arg/return value
` [PATCH 23/86] perf trace beauty: Give syscall return beautifier more context
` [PATCH 24/86] perf trace beauty: Export the fd beautifier for use in more places
` [PATCH 25/86] perf trace beauty fcntl: Augment the return of F_DUPFD(_CLOEXEC)
` [PATCH 26/86] perf trace beauty: Export the pid beautifier for use in more places
` [PATCH 27/86] perf trace beauty fcntl: Beautify F_GETOWN and F_SETOWN
` [PATCH 28/86] perf pmu-events: Support additional POWER8+ PVR in mapfile
` [PATCH 29/86] perf vendor events: Add POWER9 PMU events
` [PATCH 30/86] perf vendor events: Add POWER9 PVRs to mapfile
` [PATCH 31/86] tools include uapi x86: Grab a copy of unistd.h
` [PATCH 32/86] tools include uapi x86: Add __NR_setns, if missing
` [PATCH 33/86] tools build: Add test for setns()
` [PATCH 34/86] perf symbols: Find symbols in different mount namespace
` [PATCH 35/86] perf maps: Lookup maps in both intitial mountns and inner mountns
` [PATCH 36/86] perf probe: Allow placing uprobes in alternate namespaces
` [PATCH 37/86] perf buildid-cache: Support binary objects from other namespaces
` [PATCH 38/86] perf buildid-cache: Cache debuginfo
` [PATCH 39/86] perf evsel: Allow asking for max precise_ip in new_cycles()
` [PATCH 40/86] perf evlist: Allow asking for max precise_ip in add_default()
` [PATCH 41/86] perf record: Do not ask for precise_ip with --no-samples
` [PATCH 42/86] perf test sdt: Handle realpath() failure
` [PATCH 43/86] perf tests attr: Do not store failed events
` [PATCH 44/86] perf tests attr: Add test_attr__ready function
` [PATCH 45/86] perf tests attr: Make compare_data global
` [PATCH 46/86] perf tests attr: Rename compare_data to data_equal
` [PATCH 47/86] perf tests attr: Add 1s for exclude_kernel and task base bits
` [PATCH 48/86] perf tests attr: Fix record dwarf test
` [PATCH 49/86] perf tests attr: Fix no-delay test
` [PATCH 50/86] perf tests attr: Add proper return values
` [PATCH 51/86] perf tests attr: Fix cpu test disabled term setup
` [PATCH 52/86] perf tests attr: Fix sample_period setup
` [PATCH 53/86] perf tests attr: Fix precise_ip setup
` [PATCH 54/86] perf tests attr: Fix stat sample_type setup
` [PATCH 55/86] perf tests attr: Add optional term
` [PATCH 56/86] perf trace beauty: Export strarray for use in per-object beautifiers
` [PATCH 57/86] perf trace beauty fcntl: Beautify F_GETLEASE and F_SETLEASE arg/return
` [PATCH 58/86] perf trace: Group per syscall arg formatter info into one struct
` [PATCH 59/86] perf trace: Allow syscall arg formatters to request non suppression of zeros
` [PATCH 60/86] perf trace beauty fcntl: Do not suppress 'cmd' when zero, should be DUPFD
` [PATCH 61/86] perf trace beauty fcntl: Beautify the 'arg' for DUPFD
` [PATCH 62/86] perf trace beauty: Simplify syscall return formatting
` [PATCH 63/86] perf report: Enable finding kernel inline functions
` [PATCH 64/86] perf header: Encapsulate read and swap
` [PATCH 65/86] perf header: Add PROCESS_STR_FUN macro
` [PATCH 66/86] perf header: Fail on write_padded error
` [PATCH 67/86] perf util: Add const modifier to buf in "writen" function
` [PATCH 68/86] perf header: Revamp do_write()
` [PATCH 69/86] perf header: Add struct feat_fd for write
` [PATCH 70/86] perf header: Use struct feat_fd for print
` [PATCH 71/86] perf header: Use struct feat_fd to process header records
` [PATCH 72/86] perf header: Don't pass struct perf_file_section to process_##_feat
` [PATCH 73/86] perf header: Use struct feat_fd in read header records
` [PATCH 74/86] perf header: Make write_pmu_mappings pipe-mode friendly
` [PATCH 75/86] perf header: Add a buffer to struct feat_fd
` [PATCH 76/86] perf header: Change FEAT_OP* macros
` [PATCH 77/86] perf tool: Add show_feature_header to perf_tool
` [PATCH 78/86] perf tools: Add feature header record to pipe-mode
` [PATCH 79/86] perf header: Add event desc to pipe-mode header
` [PATCH 80/86] perf/core: Define the common branch type classification
` [PATCH 81/86] perf/x86/intel: Record branch type
` [PATCH 82/86] perf record: Create a new option save_type in --branch-filter
` [PATCH 83/86] perf report: Refactor the branch info printing code
` [PATCH 84/86] perf util: Create branch.c/.h for common branch functions
` [PATCH 85/86] perf report: Show branch type statistics for stdio mode
` [PATCH 86/86] perf report: Show branch type in callchain entry

[PATCH 0/9] gpu reset vs modeset fix, plus page_flip removal
 2017-07-19 14:46 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "

Issue on RGW 500 error: flush_read_list(): d->client_c->handle_data() returned -5
 2017-07-19 14:45 UTC 

[Qemu-devel] Unified Socket Driver
 2017-07-19 14:46 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/3] Unified Datagram Socket Transport - GRE support
` [Qemu-devel] [PATCH 3/3] Unified Datagram Socket Transport - raw support

[PATCH] event/dpaa2: advertise the burst mode capability
 2017-07-19 14:45 UTC  (2+ messages)

[Xenomai] Xv3.0.5 /Lv4.9.35 on wandboard: page domain fault in rtudp.ko
 2017-07-19 14:46 UTC  (5+ messages)

[PATCH 3/3] drm/amdgpu: Clear active for HIQ in RLC_CP_SCHEDULERS
 2017-07-19 14:46 UTC  (3+ messages)

[PATCH V2 1/2] perf tools: set no_aux_samples for the tracking event in PT
 2017-07-19 14:35 UTC  (6+ messages)
` [PATCH V2 2/2] perf tools: always set no branch for dummy "

[PATCH v2 0/2] livepatch: add shadow variable API
 2017-07-19 14:44 UTC  (5+ messages)
` [PATCH v2 2/2] livepatch: add shadow variable sample programs

[PATCH] audit: fix memleak in auditd_send_unicast_skb
 2017-07-19 14:35 UTC  (5+ messages)

[PATCH 0/3] simulated interrupts
 2017-07-19 14:43 UTC  (6+ messages)

[PATCH] tune2fs: remove dire warning about check intervals
 2017-07-19 14:42 UTC  (5+ messages)

[RFC] ARM PCI Passthrough design document
 2017-07-19 14:41 UTC  (2+ messages)
` Notes from PCI Passthrough design discussion at Xen Summit

[PATCH linux dev-4.10 v3] drivers/hwmon/occ: Add sysfs_notify on error
 2017-07-19 14:40 UTC  (5+ messages)

[PATCH 0/4] fs/dcache: Limit # of negative dentries
 2017-07-19 14:39 UTC  (3+ messages)
` [PATCH 1/4] fs/dcache: Limit numbers "

[PATCH v2 0/7] drm/atomic: Remove deprecated atomic iterator macros, v2
 2017-07-19 14:39 UTC  (8+ messages)
` [PATCH v2 1/7] drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_done, again
` [PATCH v2 2/7] drm/atomic: Clean up drm_atomic_helper_async_check
` [PATCH v2 3/7] drm/rcar-du: Use new iterator macros, v2
` [PATCH v2 4/7] drm/omapdrm: Fix omap_atomic_wait_for_completion
` [PATCH v2 5/7] drm/msm: Convert to use new iterator macros, v2
` [PATCH v2 6/7] drm/nouveau: Convert nouveau "
` [PATCH v2 7/7] drm/atomic: Remove deprecated accessor macros

[U-Boot] [PATCH 0/4] dfu: remove limitation on partition size
 2017-07-19 14:39 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] dfu: allow dfu read on partition greater than 2GB
` [U-Boot] [PATCH 2/4] dfu: remove limitation on partition size
` [U-Boot] [PATCH 3/4] dfu: factorize transaction cleanup
` [U-Boot] [PATCH 4/4] dfu: add common function to initiate transaction

[PATCH] examples/l2fwd-crypto: add option --[no-]mac-updating
 2017-07-19 14:38 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/5] target/s390x: Fix broken build with --disable-tcg
 2017-07-19 14:38 UTC  (2+ messages)

[PATCH v2 0/2] Fix modify_qp failure
 2017-07-19 14:38 UTC  (5+ messages)
` [PATCH v2 2/2] RDMA/core: Initialize port_num in qp_attr

[PATCH] crypto/qat: fix session initialization
 2017-07-19 14:37 UTC  (3+ messages)

[RFC 1/4] drm/i915/execlists: Move insert_request()
 2017-07-19 14:37 UTC  (8+ messages)
` [RFC 2/4] drm/i915/execlists: Keep request->priority for its lifetime
` [RFC 3/4] drm/i915/execlists: Split insert_request()

[PATCH v6 0/4] Support NIC reset and keep same port id
 2017-07-19 14:36 UTC  (4+ messages)
` [PATCH v7 0/5] "

[PATCH] cryptodev: remove crypto operation status value
 2017-07-19 14:35 UTC  (3+ messages)

[PATCH v1] crypto/scheduler: fix multicore scheduler reordering
 2017-07-19 14:36 UTC  (3+ messages)

[RFC PATCH v2 00/38] Nested Virtualization on KVM/ARM
 2017-07-19 14:35 UTC  (6+ messages)

[patch net-next 00/17] mlxsw: Support for IPv6 UC router
 2017-07-19 14:35 UTC  (4+ messages)
` [patch net-next 01/17] net: core: Make the FIB notification chain generic

[PATCH 0/2] clk: imx: imx7d: Fixes for imx7d-ccm clock driver
 2017-07-19 14:34 UTC  (6+ messages)
` [PATCH 2/2] clk: imx: imx7d: Remove ARM_M0 clock

[PATCH] libata: array underflow in ata_find_dev()
 2017-07-19 14:34 UTC  (3+ messages)

SETATTR without stateid
 2017-07-19 14:33 UTC  (3+ messages)

[nft PATCH] monitor: Print NEWGEN events
 2017-07-19 14:32 UTC 

[PATCH] fpga: Convert to using %pOF instead of full_name
 2017-07-19 14:32 UTC  (3+ messages)

[Qemu-devel] [PATCH] vnc: Clarify documentation of QMP command change
 2017-07-19 14:25 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH 0/2] Allow RedHat PCI bridges reserve more buses than necessary during init
 2017-07-19 14:30 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 1/2] pci: add support for direct usage of bdf for capability lookup
` [Qemu-devel] [RFC PATCH 2/2] pci: enable RedHat pci bridges to reserve more buses

[Buildroot] [PATCH 1/1] package/samba4: security bump to version 4.5.12
 2017-07-19 14:32 UTC  (2+ messages)

[Buildroot] [git commit branch/2017.05.x] package/samba4: security bump to version 4.5.12
 2017-07-19 14:32 UTC 

[nf-next PATCH] netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notifications
 2017-07-19 14:32 UTC 

[Buildroot] [PATCH 1/1] package/pcre: bump version to 8.41
 2017-07-19 14:32 UTC  (3+ messages)

[Buildroot] [git commit branch/2017.05.x] package/pcre: security bump to version 8.41
 2017-07-19 14:31 UTC 

[Buildroot] [PATCH] nvme-cli: bump to version 1.3
 2017-07-19 14:28 UTC  (3+ messages)

[PATCH v2 1/4] time: rtc-lib: Add rtc_show_time(const char *prefix_msg)
 2017-07-19 14:28 UTC  (9+ messages)

subrepo vs submodule
 2017-07-19 14:27 UTC 

[PATCH v7 0/3] clk: stm32h7: Add stm32h743 clock driver
 2017-07-19 14:25 UTC  (12+ messages)
` [PATCH v7 1/3] clk: nxp: clk-lpc32xx: rename clk_gate_is_enabled()
` [PATCH v7 2/3] clk: gate: expose clk_gate_ops::is_enabled
` [PATCH v7 3/3] clk: stm32h7: Add stm32h743 clock driver

[PATCH] Btrfs: fix dir item validation when replaying xattr deletes
 2017-07-18 19:34 UTC 

[RFC PATCH 00/15] RFC: SGX virtualization design and draft patches
 2017-07-19 14:23 UTC  (3+ messages)
` [PATCH 03/15] xen: x86: add early stage SGX feature detection

[cip-dev] [PATCH 0/6] Basic SoC support for r8a7743/r8a7745
 2017-07-19 14:23 UTC  (7+ messages)

[PATCH] MIPS: Octeon: Fix broken EDAC driver
 2017-07-19 14:21 UTC  (3+ messages)

[PATCH] drivers: staging: comedi: Add ftrace support
 2017-07-19 14:21 UTC  (2+ messages)

[PATCH 00/10] percpu: replace percpu area map allocator with bitmap allocator
 2017-07-19 14:20 UTC  (6+ messages)
` [PATCH 06/10] percpu: modify base_addr to be region specific

[PATCH] python*-git: Upgrade to version 2.1.5
 2017-07-19 14:20 UTC  (2+ messages)

commit 16ecba59 breaks 82574L under heavy load
 2017-07-19 14:19 UTC  (4+ messages)
    ` [Intel-wired-lan] "


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.