All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-19 13:58:24 to 2017-07-19 14:34:04 UTC [more...]

[GIT PULL 00/86] perf/core improvements and fixes
 2017-07-19 14:29 UTC  (85+ 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 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 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 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

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

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

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

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

[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)

[PATCH] fpga: Convert to using %pOF instead of full_name
 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/2] perf tools: set no_aux_samples for the tracking event in PT
 2017-07-19 14:28 UTC  (5+ messages)
` [PATCH V2 2/2] perf tools: always set no branch for dummy "

[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] xen: xen-pciback: remove DRIVER_ATTR() usage
 2017-07-19 14:22 UTC  (4+ 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)

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

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

[PATCH] event/dpaa2: advertise the burst mode capability
 2017-07-19 14:18 UTC 

[PATCH 0/8] x86: randconfig warning fixes
 2017-07-19 14:18 UTC  (4+ messages)
` [PATCH 6/8] x86: add MULTIUSER dependency for KVM

[PATCH v3 0/5] DAX common 4k zero page
 2017-07-19 14:16 UTC  (4+ messages)
` [PATCH v3 1/5] mm: add vm_insert_mixed_mkwrite()

[PATCH 0/9] gpu reset vs modeset fix, plus page_flip removal
 2017-07-19 14:16 UTC  (16+ messages)
` [PATCH 5/9] drm/i915: More surgically unbreak the modeset vs reset deadlock
` [PATCH 7/9] drm/i915: adjust has_pending_fb_unpin to atomic
      ` [Intel-gfx] "
` [PATCH 8/9] drm/i915: Remove intel_flip_work infrastructure
    ` [Intel-gfx] "
` [PATCH 9/9] drm/i915: Drop unpin stall in atomic_prepare_commit
` ✓ Fi.CI.BAT: success for gpu reset vs modeset fix, plus page_flip removal

[Bug 101832] [regression][bisect] sddm fails to start after f50aa21456d82c8cb6fbaa565835f1acc1720a5d
 2017-07-19 14:14 UTC  (3+ messages)

[PATCH] x86/hvm: Drop more remains of the PVHv1 implementation
 2017-07-19 14:13 UTC  (3+ messages)

[Buildroot] [PATCH] libxml-parser-perl: add LICENSE_FILES
 2017-07-19 14:12 UTC  (2+ messages)

[Buildroot] [git commit branch/2017.05.x] libxml-parser-perl: add LICENSE_FILES
 2017-07-19 14:12 UTC 

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

[Buildroot] [PATCH 1/2] linux: bump default to version 4.12.1
 2017-07-19 14:11 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{9,11,12}.x series
  ` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{9, 11, 12}.x series

[PATCH] PM / OPP: Don't check not plugged in CPUs to avoid error
 2017-07-19 14:10 UTC  (5+ messages)

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

reftable [v2]: new ref storage format
 2017-07-19 14:02 UTC  (4+ messages)

[Buildroot] [git commit branch/2017.05.x] linux-headers: bump 4.{9, 11, 12}.x series
 2017-07-19 14:10 UTC 

[PATCH] xen-blkfront: fix mq start/stop race
 2017-07-19 14:08 UTC  (6+ messages)

[kernel-hardening] x86: PIE support and option to extend KASLR randomization
 2017-07-19 14:08 UTC  (4+ messages)
`  "
  ` [kernel-hardening] "

[Buildroot] [PATCH 1/1] package/apache: bump version to 2.4.27
 2017-07-19 14:08 UTC  (2+ messages)

[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v3
 2017-07-19 14:07 UTC  (10+ messages)
` [PATCH 5/6] cgroup: implement cgroup v2 thread support

[Buildroot] [git commit branch/2017.05.x] package/apache: security bump to version 2.4.27
 2017-07-19 14:06 UTC 

[Buildroot] [git commit branch/2017.05.x] webkitgtk: select libgcrypt
 2017-07-19 14:06 UTC 

[Buildroot] [git commit branch/2017.05.x] mpg123: security bump to version 1.25.2
 2017-07-19 14:06 UTC 

[Buildroot] [git commit branch/2017.05.x] webkitgtk: bump to version 2.16.5
 2017-07-19 14:06 UTC 

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

[Buildroot] [PATCH 0/1] Select libgcrypt along with webkitgtk
 2017-07-19 14:05 UTC  (3+ messages)
` [Buildroot] [PATCH 1/1] webkitgtk: select libgcrypt

[PATCH 0/2] arm64: Abstract syscallno manipulation
 2017-07-19 14:05 UTC  (4+ messages)
` [PATCH 1/2] arm64: syscallno is secretly an int, make it official

[Buildroot] [PATCH 1/1] webkitgtk: bump to version 2.16.5
 2017-07-19 14:05 UTC  (2+ messages)

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

ATK0110 GITM[0x6020011] ACPI exception: AE_BAD_PARAMETER errors
 2017-07-19 14:04 UTC  (3+ messages)

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

[Buildroot] [PATCH] mpg123: security bump to version 1.25.2
 2017-07-19 14:03 UTC  (2+ messages)

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

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

[kernel-hardening] [PATCH 1/1] mm/slub.c: add a naive detection of double free or corruption
 2017-07-19 14:02 UTC  (9+ messages)
` [kernel-hardening] "
            `  "

Fixes that failed to backport to v4.13-rc1
 2017-07-19 14:02 UTC  (2+ messages)

[PATCH] hwmon: (jc42) Add support for CAT34TS02C
 2017-07-19 14:01 UTC 

[GIT PULL 00/86] perf/core improvements and fixes
 2017-07-19 13:56 UTC  (6+ messages)
` [PATCH 04/86] perf trace: Beautify linux specific fcntl commands
` [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

[Buildroot] [PATCH] php: security bump to version 7.1.7
 2017-07-19 14:01 UTC  (2+ messages)

[Buildroot] [git commit branch/2017.05.x] php: security bump to version 7.1.7
 2017-07-19 14:01 UTC 

[PATCH] drm/i915/selftests: Mark contexts as lost during freeing of mock device
 2017-07-19 13:59 UTC 

[Buildroot] [git commit branch/2017.05.x] package/php: bump version to 7.1.6
 2017-07-19 14:01 UTC 

[U-Boot] [PATCH v4 00/18] usb: xhci: Fix USB xHCI support on Intel platform
 2017-07-19 14:00 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/15] usb: hub: Support USB 3.0 hubs
 2017-07-19 14:00 UTC  (2+ messages)

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

Luminous RC1 build.c can't pass compile
 2017-07-19 13:59 UTC  (2+ messages)

[Buildroot] [PATCH 0/4 v3] arch/arm: introduce big.LITTLE configurations
 2017-07-19 13:59 UTC  (3+ messages)
` [Buildroot] [PATCH 1/4 v3] arch/arm: fix -mcpu default values for AArch64

[Buildroot] [PATCH] xserver_xorg-server: add upstream security fixes for CVE-2017-10971 / 10972
 2017-07-19 13:58 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.10 v2] block: Skip implicit nodes in query-block/blockstats
 2017-07-19 13:58 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.