linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-05 19:53:12 to 2018-09-05 23:07:43 UTC [more...]

[RFC PATCH] mm/hugetlb: make hugetlb_lock irq safe
 2018-09-05 23:07 UTC  (8+ messages)

Plumbers 2018 - Performance and Scalability Microconference
 2018-09-05 23:01 UTC  (4+ messages)

[PATCH v4 00/11] kbuild/kconfig: do not update config during installation
 2018-09-05 22:53 UTC  (6+ messages)
` [PATCH v4 07/11] kbuild: use 'include' directive to load auto.conf from top Makefile

[PATCH v4 00/11] arm64: allwinner: Add A64 DE2 HDMI support
 2018-09-05 22:53 UTC  (6+ messages)
` [PATCH v4 11/11] arm64: dts: allwinner: a64: Enable HDMI output on A64 boards w/ HDMI
  ` [linux-sunxi] "

[PATCH 0/2] crypto: Remove VLA usage from skcipher
 2018-09-05 22:49 UTC  (5+ messages)
` [PATCH 2/2] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK

[PATCH] seccomp: remove unnecessary unlikely()
 2018-09-05 22:49 UTC  (3+ messages)

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-05 22:22 UTC  (5+ messages)

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-05 22:20 UTC  (3+ messages)
` [PATCH 07/11] UAPI: nilfs2: Fix use of undefined byteswapping functions

[PATCH 0/3] mm: dirty/accessed pte optimisations
 2018-09-05 22:18 UTC  (4+ messages)
` [PATCH 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[PATCH] selinux: refactor mls_context_to_sid() and make it stricter
 2018-09-05 22:16 UTC  (4+ messages)

[PATCH 0/3] Introduce a light-weight queue close feature
 2018-09-05 22:09 UTC  (4+ messages)
` [PATCH 3/3] nvme-pci: use queue close instead of queue freeze

[GIT PULL 00/77] perf/core improvements and fixes
 2018-09-05 22:04 UTC  (78+ 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
` [PATCH 23/77] perf trace augmented_syscalls: Rename augmented_*_syscall__enter to just *_syscall
` [PATCH 24/77] perf trace augmented_syscalls: Hook into syscalls:sys_exit_SYSCALL too
` [PATCH 25/77] perf trace: Show comm and tid for tracepoint events
` [PATCH 26/77] perf stat: Use evsel->threads in create_perf_stat_counter()
` [PATCH 27/77] perf stat: Move 'initial_delay' to 'struct perf_stat_config'
` [PATCH 28/77] perf stat: Move 'no_inherit' "
` [PATCH 29/77] perf stat: Use local config arg for scale in create_perf_stat_counter()
` [PATCH 30/77] perf stat: Add 'identifier' flag to 'struct perf_stat_config'
` [PATCH 31/77] perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_attrs()
` [PATCH 32/77] perf evsel: Introduce perf_evsel__store_ids()
` [PATCH 33/77] perf stat: Move create_perf_stat_counter() to stat.c
` [PATCH 34/77] perf stat: Rename 'is_pipe' argument to 'attrs' in perf_stat_synthesize_config()
` [PATCH 35/77] perf stat: Add 'struct perf_stat_config' argument to perf_stat_synthesize_config()
` [PATCH 36/77] perf stat: Add 'struct perf_tool' "
` [PATCH 37/77] perf stat: Add 'struct perf_evlist' "
` [PATCH 38/77] perf stat: Add 'perf_event__handler_t' "
` [PATCH 39/77] perf stat: Move perf_stat_synthesize_config() to stat.c
` [PATCH 40/77] perf stat: Introduce perf_evlist__print_counters()
` [PATCH 41/77] perf stat: Move STAT_RECORD out of perf_evlist__print_counters()
` [PATCH 42/77] perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_counters()
` [PATCH 43/77] perf stat: Pass 'struct perf_stat_config' argument to local print functions
` [PATCH 44/77] perf stat: Pass a 'struct perf_stat_config' argument to global "
` [PATCH 45/77] perf stat: Move csv_* to 'struct perf_stat_config'
` [PATCH 46/77] perf stat: Move 'interval_clear' "
` [PATCH 47/77] perf stat: Move 'metric_only' "
` [PATCH 48/77] perf stat: Move 'unit_width' "
` [PATCH 49/77] perf stat: Add 'target' argument to perf_evlist__print_counters()
` [PATCH 50/77] perf stat: Pass 'evlist' argument to print functions
` [PATCH 51/77] perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()
` [PATCH 52/77] perf stat: Move 'run_count' to 'struct perf_stat_config'
` [PATCH 53/77] perf stat: Move 'metric_only_len' "
` [PATCH 54/77] perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu()
` [PATCH 55/77] perf stat: Pass 'evlist' to aggr_update_shadow()
` [PATCH 56/77] perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'
` [PATCH 57/77] perf stat: Move 'null_run' "
` [PATCH 58/77] perf stat: Move 'print_free_counters_hint' "
` [PATCH 59/77] perf stat: Move 'print_mixed_hw_group_error' "
` [PATCH 60/77] perf stat: Move ru_* data "
` [PATCH 61/77] perf stat: Move *_aggr_* "
` [PATCH 62/77] perf stat: Do not use the global 'evsel_list' in print functions
` [PATCH 63/77] perf stat: Move 'big_num' data to 'struct perf_stat_config'
` [PATCH 64/77] perf stat: Move 'no_merge' "
` [PATCH 65/77] perf stat: Propagate 'struct target' arg to sort_aggr_thread()
` [PATCH 66/77] perf stat: Move 'walltime_*' data to 'struct perf_stat_config'
` [PATCH 67/77] perf stat: Move 'metric_events' "
` [PATCH 68/77] perf stat: Move the display functions to stat-display.c
` [PATCH 69/77] perf trace beauty: Alias 'umount' to 'umount2'
` [PATCH 70/77] perf annotate: Handle arm64 move instructions
` [PATCH 71/77] perf augmented_syscalls: Check probe_read_str() return separately
` [PATCH 72/77] perf augmented_syscalls: Avoid optimization to pass older BPF validators
` [PATCH 73/77] perf trace: Introduce syscall__augmented_args() method
` [PATCH 74/77] perf trace: Setup augmented_args in the raw_syscalls:sys_enter handler
` [PATCH 75/77] perf trace: Use the raw_syscalls:sys_enter for the augmented syscalls
` [PATCH 76/77] perf map: Turn some pr_warning() to pr_debug()
` [PATCH 77/77] perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo

INFO: task hung in vfat_lookup
 2018-09-05 22:07 UTC  (2+ messages)

[PATCH] sparc64: viohs: Remove VLA usage
 2018-09-05 22:03 UTC 

[PATCH v2] proc/kcore: fix invalid memory access in multi-page read optimization
 2018-09-05 22:00 UTC  (6+ messages)
` [PATCH v3] "

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

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

[PATCH 00/22] KEYS: Support TPM-wrapped key and crypto ops
 2018-09-05 21:56 UTC  (23+ 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  (2+ messages)

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

[PATCH] infiniband: hw: hns: Fix a sleep-in-atomic-context bug in hns_roce_set_hem()
 2018-09-05 21:54 UTC  (2+ 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 v2 2/2] mm: Create non-atomic version of SetPageReserved for init use

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

[PATCH v7 0/4] gpiolib: speed up GPIO array processing
 2018-09-05 21:50 UTC  (6+ 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

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

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

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

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

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

[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

[PATCH 0/3] of: root #{size,address}-cells clean-ups
 2018-09-05 21:31 UTC  (8+ messages)
` [PATCH 1/3] of/fdt: Scan the root node properties earlier

[PATCH] switchtec: Fix potential Spectre v1
 2018-09-05 21:29 UTC  (2+ messages)

more info
 2018-09-05 21:21 UTC 

[PATCH v2 1/2] PCI/ACPI: correct error message for ASPM disabling
 2018-09-05 21:20 UTC  (2+ messages)

[PATCH v5 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-09-05 21:18 UTC  (21+ messages)
` [PATCH v5 07/13] block: Add PCI P2P flag for request queue and check support for requests

[PATCH v3 1/3] mm: rework memcg kernel stack accounting
 2018-09-05 21:08 UTC  (5+ messages)
` [PATCH v3 3/3] mm: don't miss the last page because of round-off error

Ensuring wall_to_monotonic is not positive breaks use case
 2018-09-05 21:05 UTC 

[PATCH v6 1/4] usb: dwc3: add global soc bus configuration reg0
 2018-09-05 20:52 UTC  (4+ messages)
` [PATCH v6 3/4] arm64: dts: dwc3: description of incr burst type

[PATCH v3 0/7] mtd: rawnand: ams-delta: Use GPIO API for data I/O
 2018-09-05 20:53 UTC  (4+ messages)
` [PATCH v4 0/3] mtd: rawnand: ams-delta: Cleanups and optimizations

[PATCH][RFC] x86/intel_rdt: Do not display size for non-CAT resource
 2018-09-05 20:52 UTC  (5+ messages)

[PATCH 1/6] drm/bridge: use bus flags in bridge timings
 2018-09-05 20:50 UTC  (4+ messages)
` [PATCH 3/6] dt-bindings: display: add data-enable polarity property

[PATCH] scsi: remove unnecessary unlikely()
 2018-09-05 20:47 UTC 

[PATCH -next] RISC-V: Request newstat syscalls
 2018-09-05 20:46 UTC  (2+ messages)

[PATCH 0/2] Address issues slowing memory init
 2018-09-05 20:35 UTC  (6+ messages)
` [PATCH 2/2] mm: Create non-atomic version of SetPageReserved for init use

[PATCH 1/1] coresight: etm4x: Configure EL2 exception level when kernel is running in HYP
 2018-09-05 20:34 UTC  (2+ messages)

[PATCH] arch/sh: fix build warning in mach-kfr2r09/setup.c
 2018-09-05 20:34 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: ti: am654: Enable additional nodes
 2018-09-05 20:33 UTC  (2+ messages)

[PATCH] uio: fix is_source param for check_copy_size() in copy_to_iter_mcsafe()
 2018-09-05 20:31 UTC 

[PATCH v2] ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATA
 2018-09-05 20:21 UTC  (3+ messages)

[PATCH] drivers: qcom: rpmh-rsc: clear wait_for_compl after use
 2018-09-05 20:14 UTC 

[PATCH] tty: serial: qcom_geni_serial: Fix serial when not used as console
 2018-09-05 20:11 UTC 

[PATCH v2] PCI/AER: Enable SERR# forwarding in non ACPI flow
 2018-09-05 20:10 UTC  (4+ messages)

[PATCH v1] arm64: dts: dwc3: Add description of 'configure-gfladj'
 2018-09-05 20:08 UTC  (2+ messages)

[PATCH 4.9 52/66] Revert "perf tests: Decompress kernel module before objdump"
 2018-09-05 20:08 UTC  (4+ messages)

[PATCH v2 0/6] drivers/qcom: add additional functionality to RPMH
 2018-09-05 20:05 UTC  (2+ messages)

[PATCH v3 1/3] ptrace: Provide ___ptrace_may_access() that can be applied on arbitrary tasks
 2018-09-05 20:02 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).