All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-23 00:09:58 to 2020-06-23 00:44:53 UTC [more...]

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-06-23  0:44 UTC 

[PATCH 00/17] arch: remove do_fork() and HAVE_COPY_THREAD_TLS
 2020-06-23  0:44 UTC  (5+ messages)
` [PATCH 16/17] arch: remove HAVE_COPY_THREAD_TLS
    ` [OpenRISC] "

[PATCH tip/core/rcu 0/23] Torture-test updates for v5.9
 2020-06-23  0:43 UTC  (33+ messages)
` [PATCH tip/core/rcu 01/23] torture: Remove qemu dependency on EFI firmware
` [PATCH tip/core/rcu 02/23] torture: Add script to smoke-test commits in a branch
` [PATCH tip/core/rcu 03/23] locktorture: Use true and false to assign to bool variables
` [PATCH tip/core/rcu 04/23] rcutorture: Add races with task-exit processing
` [PATCH tip/core/rcu 05/23] torture: Set configfile variable to current scenario
` [PATCH tip/core/rcu 06/23] rcutorture: Handle non-statistic bang-string error messages
` [PATCH tip/core/rcu 07/23] rcutorture: NULL rcu_torture_current earlier in cleanup code
` [PATCH tip/core/rcu 08/23] torture: Remove whitespace from identify_qemu_vcpus output
` [PATCH tip/core/rcu 09/23] torture: Add --allcpus argument to the kvm.sh script
` [PATCH tip/core/rcu 10/23] rcu/rcutorture: Replace 0 with false
` [PATCH tip/core/rcu 11/23] torture: Create qemu-cmd in --buildonly runs
` [PATCH tip/core/rcu 12/23] torture: Add a stop-run capability
` [PATCH tip/core/rcu 13/23] torture: Abstract out console-log error detection
` [PATCH tip/core/rcu 14/23] rcutorture: Check for unwatched readers
` [PATCH tip/core/rcu 15/23] torture: Pass --kmake-arg to all make invocations
` [PATCH tip/core/rcu 16/23] torture: Correctly summarize build-only runs
` [PATCH tip/core/rcu 17/23] torture: Improve diagnostic for KCSAN-incapable compilers
` [PATCH tip/core/rcu 18/23] torture: Add more tracing crib notes to kvm.sh
` [PATCH tip/core/rcu 19/23] torture: Add kvm-tranform.sh script for qemu-cmd files
` [PATCH tip/core/rcu 20/23] torture: Dump ftrace at shutdown only if requested
` [PATCH tip/core/rcu 21/23] torture: Avoid duplicate specification of qemu command
` [PATCH tip/core/rcu 22/23] torture: Remove obsolete "cd $KVM"
` [PATCH tip/core/rcu 01/10] fork: Annotate a data race in vm_area_dup()
` [PATCH tip/core/rcu 02/10] x86/mm/pat: Mark an intentional data race
` [PATCH tip/core/rcu 03/10] rculist: Add ASSERT_EXCLUSIVE_ACCESS() to __list_splice_init_rcu()
` [PATCH tip/core/rcu 04/10] kcsan: Add test suite
` [PATCH tip/core/rcu 05/10] locking/osq_lock: Annotate a data race in osq_lock
` [PATCH tip/core/rcu 06/10] kcsan: Prefer '__no_kcsan inline' in test
` [PATCH tip/core/rcu 07/10] kcsan: Silence -Wmissing-prototypes warning with W=1
` [PATCH tip/core/rcu 08/10] kcsan: Rename test.c to selftest.c
` [PATCH tip/core/rcu 09/10] kcsan: Remove existing special atomic rules
` [PATCH tip/core/rcu 10/10] kcsan: Add jiffies test to test suite

[PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation]
 2020-06-23  0:43 UTC  (8+ messages)

[PATCH kcsan 0/10] KCSAN updates for v5.9
 2020-06-23  0:43 UTC 

[PATCH v1 0/2] address romfs performance regression
 2020-06-23  0:43 UTC  (3+ messages)
` [PATCH v1 1/2] romfs: use s_blocksize(_bits) if CONFIG_BLOCK
` [PATCH v1 2/2] romfs: address performance regression since v3.10

FAILED: patch "[PATCH] net/mlx5: DR, Fix freeing in dr_create_rc_qp()" failed to apply to 5.7-stable tree
 2020-06-23  0:42 UTC  (2+ messages)

[net-next 0/9][pull request] 40GbE Intel Wired LAN Driver Updates 2020-06-22
 2020-06-23  0:41 UTC  (8+ messages)
` [net-next 4/9] i40e: detect and log info about pre-recovery mode
` [net-next 9/9] i40e: silence an UBSAN false positive

FAILED: patch "[PATCH] pwm: jz4740: Enhance precision in calculation of duty cycle" failed to apply to 5.4-stable tree
 2020-06-23  0:39 UTC  (2+ messages)

[PATCH 0/2] Small fixes around cacheflush.h
 2020-06-22 23:47 UTC  (3+ messages)
` [PATCH 1/2] media: omap3isp: Remove cacheflush.h
` [PATCH 2/2] asm-generic: Make cacheflush.h self-contained

linux-next: build failures after merge of the hid tree
 2020-06-23  0:37 UTC  (2+ messages)

[PATCH bpf-next v3 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23  0:36 UTC  (16+ messages)
` [PATCH bpf-next v3 01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state
` [PATCH bpf-next v3 02/15] net: bpf: implement bpf iterator for tcp
` [PATCH bpf-next v3 03/15] bpf: support 'X' in bpf_seq_printf() helper
` [PATCH bpf-next v3 04/15] bpf: allow tracing programs to use bpf_jiffies64() helper
` [PATCH bpf-next v3 05/15] bpf: add bpf_skc_to_tcp6_sock() helper
` [PATCH bpf-next v3 06/15] bpf: add bpf_skc_to_{tcp,tcp_timewait,tcp_request}_sock() helpers
` [PATCH bpf-next v3 07/15] net: bpf: add bpf_seq_afinfo in udp_iter_state
` [PATCH bpf-next v3 08/15] net: bpf: implement bpf iterator for udp
` [PATCH bpf-next v3 09/15] bpf: add bpf_skc_to_udp6_sock() helper
` [PATCH bpf-next v3 10/15] bpf/selftests: move newer bpf_iter_* type redefining to a new header file
` [PATCH bpf-next v3 11/15] tools/bpf: refactor some net macros to libbpf bpf_tracing_net.h
` [PATCH bpf-next v3 12/15] tools/libbpf: add more common macros to bpf_tracing_net.h
` [PATCH bpf-next v3 13/15] tools/bpf: selftests: implement sample tcp/tcp6 bpf_iter programs
` [PATCH bpf-next v3 14/15] tools/bpf: add udp4/udp6 bpf iterator
` [PATCH bpf-next v3 15/15] bpf/selftests: add tcp/udp iterator programs to selftests

FAILED: patch "[PATCH] block: nr_sects_write(): Disable preemption on seqcount write" failed to apply to 5.4-stable tree
 2020-06-23  0:35 UTC  (2+ messages)

[PATCH 00/12] ima: Fix rule parsing bugs and extend KEXEC_CMDLINE rule support
 2020-06-23  0:32 UTC  (15+ messages)
` [PATCH 01/12] ima: Have the LSM free its audit rule
` [PATCH 02/12] ima: Create a function to free a rule entry
` [PATCH 03/12] ima: Free the entire rule when deleting a list of rules
` [PATCH 04/12] ima: Free the entire rule if it fails to parse
` [PATCH 05/12] ima: Fail rule parsing when buffer hook functions have an invalid action
` [PATCH 06/12] ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invalid cond
` [PATCH 07/12] ima: Fail rule parsing when the KEY_CHECK "
` [PATCH 08/12] ima: Shallow copy the args_p member of ima_rule_entry.lsm elements
` [PATCH 09/12] ima: Use correct type for "
` [PATCH 10/12] ima: Move validation of the keyrings conditional into ima_validate_rule()
` [PATCH 11/12] ima: Use the common function to detect LSM conditionals in a rule
` [PATCH 12/12] ima: Support additional conditionals in the KEXEC_CMDLINE hook function

[kvm-unit-tests v3 PATCH] Fixes for the umip test
 2020-06-23  0:34 UTC  (2+ messages)

[PATCH v2] target/i386: reimplement fpatan using floatx80 operations
 2020-06-23  0:33 UTC  (3+ messages)

post-receive: pub/scm/virt/kvm/kvm-unit-tests
 2020-06-23  0:34 UTC 

[PATCH kvm-unit-tests] Fix out-of-tree builds
 2020-06-23  0:34 UTC  (2+ messages)

post-receive: pub/scm/virt/kvm/kvm-unit-tests
 2020-06-23  0:34 UTC 

[PATCH tip/core/rcu 0/3] SRCU updates for v5.9
 2020-06-23  0:33 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] srcu: Fix a typo in comment "amoritized"->"amortized"
` [PATCH tip/core/rcu 2/3] srcu: Avoid local_irq_save() before acquiring spinlock_t
` [PATCH tip/core/rcu 3/3] srcu: Remove KCSAN stubs

[PATCH] target/i386: reimplement fyl2x using floatx80 operations
 2020-06-23  0:30 UTC  (2+ messages)

[PATCH v3] target/i386: reimplement fyl2xp1 using floatx80 operations
 2020-06-23  0:30 UTC  (2+ messages)

[PATCH][next] perf cputopo: Use struct_size() helper
 2020-06-23  0:38 UTC 

[PATCH tip/core/rcu 0/30] Add read-side scalability tests for v5.9
 2020-06-23  0:30 UTC  (31+ messages)
` [PATCH tip/core/rcu 01/30] rcuperf: Remove useless while loops around wait_event
` [PATCH tip/core/rcu 02/30] refperf: Add a test to measure performance of read-side synchronization
` [PATCH tip/core/rcu 03/30] rcuperf: Add comments explaining the high reader overhead
` [PATCH tip/core/rcu 04/30] torture: Add refperf to the rcutorture scripting
` [PATCH tip/core/rcu 05/30] refperf: Add holdoff parameter to allow CPUs to come online
` [PATCH tip/core/rcu 06/30] refperf: Hoist function-pointer calls out of the loop
` [PATCH tip/core/rcu 07/30] refperf: Allow decimal nanoseconds
` [PATCH tip/core/rcu 08/30] refperf: Convert nreaders to a module parameter
` [PATCH tip/core/rcu 09/30] refperf: Provide module parameter to specify number of experiments
` [PATCH tip/core/rcu 10/30] refperf: Dynamically allocate experiment-summary output buffer
` [PATCH tip/core/rcu 11/30] refperf: Dynamically allocate thread-summary "
` [PATCH tip/core/rcu 12/30] refperf: Make functions static
` [PATCH tip/core/rcu 13/30] refperf: Tune reader measurement interval
` [PATCH tip/core/rcu 14/30] refperf: Convert reader_task structure's "start" field to int
` [PATCH tip/core/rcu 15/30] refperf: More closely synchronize reader start times
` [PATCH tip/core/rcu 16/30] refperf: Add warmup and cooldown processing phases
` [PATCH tip/core/rcu 17/30] refperf: Label experiment-number column "Runs"
` [PATCH tip/core/rcu 18/30] refperf: Output per-experiment data points
` [PATCH tip/core/rcu 19/30] refperf: Simplify initialization-time wakeup protocol
` [PATCH tip/core/rcu 20/30] refperf: Add read-side delay module parameter
` [PATCH tip/core/rcu 21/30] refperf: Adjust refperf.loop default value
` [PATCH tip/core/rcu 22/30] doc: Document rcuperf's module parameters
` [PATCH tip/core/rcu 23/30] refperf: Work around 64-bit division
` [PATCH tip/core/rcu 24/30] refperf: Change readdelay module parameter to nanoseconds
` [PATCH tip/core/rcu 25/30] refperf: Add test for RCU Tasks Trace readers
` [PATCH tip/core/rcu 26/30] refperf: Add test for RCU Tasks readers
` [PATCH tip/core/rcu 27/30] rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment
` [PATCH tip/core/rcu 28/30] refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TEST
` [PATCH tip/core/rcu 29/30] refperf: Rename refperf.c to refscale.c and change internal names
` [PATCH tip/core/rcu 30/30] refscale: Change --torture type from refperf to refscale

[PATCH v2 bpf-next 1/3] bpf: switch most helper return values from 32-bit int to 64-bit long
 2020-06-23  0:31 UTC  (3+ messages)
` [PATCH v2 bpf-next 3/3] selftests/bpf: add variable-length data concat pattern less than test

[RESEND PATCH 0/3] nouveau: fixes for SVM
 2020-06-23  0:30 UTC  (4+ messages)
` [RESEND PATCH 2/3] nouveau: fix mixed normal and device private page migration

[PATCH v4 0/3] Add support for booting into userspace fastboot
 2020-06-23  0:27 UTC  (4+ messages)
` [PATCH v4 1/3] fastboot: Extend fastboot_set_reboot_flag with reboot reason
` [PATCH v4 2/3] fastboot: Add support for 'reboot fastboot' command
` [PATCH v4 3/3] fastboot: Add default fastboot_set_reboot_flag implementation

[PATCH] KVM: LAPIC: ensure APIC map is up to date on concurrent update requests
 2020-06-23  0:26 UTC  (2+ messages)

linux-next: build failure after merge of the printk tree
 2020-06-23  0:26 UTC  (2+ messages)

[Buildroot] [PATCH] pru-software-suppoer: bump to latest version 5.7.0
 2020-06-23  0:26 UTC  (4+ messages)
  ` [Buildroot] [PATCH v2] pru-software-support: "

[PATCH v3 bpf-next 0/9] libbpf ksym support and bpftool show PIDs
 2020-06-23  0:24 UTC  (3+ messages)
` [PATCH v3 bpf-next 8/9] tools/bpftool: show info for processes holding BPF map/prog/link/btf FDs

[PATCH tip/core/rcu 0/5] RCU tasks updates for v5.9
 2020-06-23  0:24 UTC  (6+ messages)
` [PATCH tip/core/rcu 1/5] rcu-tasks: Convert sleeps to idle priority
` [PATCH tip/core/rcu 2/5] rcu-tasks: Make rcu_tasks_postscan() be static
` [PATCH tip/core/rcu 3/5] rcu-tasks: Add #include of rcupdate_trace.h to update.c
` [PATCH tip/core/rcu 4/5] rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()
` [PATCH tip/core/rcu 5/5] rcu-tasks: Fix code-style issues

[PATCH] KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
 2020-06-23  0:23 UTC  (2+ messages)

[PATCH tip/core/rcu 0/26] Miscellaneous fixes for v5.9
 2020-06-23  0:21 UTC  (27+ messages)
` [PATCH tip/core/rcu 01/26] rcu: Initialize and destroy rcu_synchronize only when necessary
` [PATCH tip/core/rcu 02/26] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
` [PATCH tip/core/rcu 03/26] rcu: Simplify the calculation of rcu_state.ncpus
` [PATCH tip/core/rcu 04/26] rcu: Add callbacks-invoked counters
` [PATCH tip/core/rcu 05/26] rcu: Add comment documenting rcu_callback_map's purpose
` [PATCH tip/core/rcu 06/26] trace: events: rcu: Change description of rcu_dyntick trace event
` [PATCH tip/core/rcu 07/26] rcu: Grace-period-kthread related sleeps to idle priority
` [PATCH tip/core/rcu 08/26] rcu: Priority-boost-related "
` [PATCH tip/core/rcu 09/26] rcu: No-CBs-related "
` [PATCH tip/core/rcu 10/26] rcu: Expedited grace-period "
` [PATCH tip/core/rcu 11/26] fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
` [PATCH tip/core/rcu 12/26] rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seq
` [PATCH tip/core/rcu 13/26] tick/nohz: Narrow down noise while setting current task's tick dependency
` [PATCH tip/core/rcu 14/26] rcu: fix some kernel-doc warnings
` [PATCH tip/core/rcu 15/26] rcu: Remove initialized but unused rnp from check_slow_task()
` [PATCH tip/core/rcu 16/26] rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr
` [PATCH tip/core/rcu 17/26] lockdep: Complain only once about RCU in extended quiescent state
` [PATCH tip/core/rcu 18/26] rcu: Replace 1 with true
` [PATCH tip/core/rcu 19/26] rcu: Stop shrinker loop
` [PATCH tip/core/rcu 20/26] rcu: gp_max is protected by root rcu_node's lock
` [PATCH tip/core/rcu 21/26] rcu: grplo/grphi just records CPU number
` [PATCH tip/core/rcu 22/26] rcu: grpnum just records group number
` [PATCH tip/core/rcu 23/26] kernel/rcu/tree.c: Fix kernel-doc warnings
` [PATCH tip/core/rcu 24/26] rcu: fix some "
` [PATCH tip/core/rcu 25/26] rcu: Remove KCSAN stubs
` [PATCH tip/core/rcu 26/26] rcu: Remove KCSAN stubs from update.c

[meta-browser][PATCH] chromium.inc: Use setuptools3 instead of setuptools bbclass
 2020-06-23  0:17 UTC  (3+ messages)
` [oe] "

[meta-browser][PATCH] chromium.inc: Use python3native.bbclass instead of pythonnative.bbclass
 2020-06-23  0:16 UTC  (7+ messages)
` [oe] "

[PATCH v2 0/6] kselftest: fix TAP output for skipped test and ksft_set_plan misuse
 2020-06-23  0:15 UTC  (7+ messages)
` [PATCH v2 1/6] kselftest: fix TAP output for skipped tests
` [PATCH v2 2/6] selftests: breakpoints: fix computation of test plan
` [PATCH v2 3/6] selftests: breakpoints: do not use ksft_exit_skip after ksft_set_plan
` [PATCH v2 4/6] selftests: pidfd: "
` [PATCH v2 5/6] selftests: sigaltstack: "
` [PATCH v2 6/6] selftests: sync_test: "

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2020-06-23  0:14 UTC 

[PATCH] hexdump: automatically use -C when called as hd
 2020-06-23  0:14 UTC 

[PATCH] PCI/IOV: Plug VF bus creation race
 2020-06-23  0:13 UTC  (2+ messages)

[ANNOUNCE] 4.14.185-rt85
 2020-06-22 23:48 UTC 

[BlueZ PATCH v5 0/6] device: Allow devices to be marked as wake capable
 2020-06-23  0:10 UTC  (3+ messages)
` [BlueZ PATCH v5 3/6] device: Support marking a device with wake allowed

[LTP] [PATCH v4 1/4] lib: add new cgroup test API
 2020-06-23  0:10 UTC  (6+ messages)

[PATCH tip/core/rcu 0/10] Documentation updates for v5.9
 2020-06-23  0:09 UTC  (10+ messages)
` [PATCH tip/core/rcu 02/10] docs: RCU: Convert lockdep-splat.txt to ReST
` [PATCH tip/core/rcu 03/10] docs: RCU: Convert lockdep.txt "
` [PATCH tip/core/rcu 04/10] docs: RCU: Convert rculist_nulls.txt "
` [PATCH tip/core/rcu 05/10] docs: RCU: Convert torture.txt "
` [PATCH tip/core/rcu 06/10] docs: RCU: Convert rcuref.txt "
` [PATCH tip/core/rcu 07/10] docs: RCU: Convert stallwarn.txt "
` [PATCH tip/core/rcu 08/10] docs: RCU: Don't duplicate chapter names in rculist_nulls.rst
` [PATCH tip/core/rcu 09/10] doc: Timer problems can cause RCU CPU stall warnings
` [PATCH tip/core/rcu 10/10] doc: Tasks RCU must protect instructions before trampoline

post-receive: pub/scm/linux/kernel/git/rt/linux-stable-rt
 2020-06-23  0:09 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.