All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-22 23:46:46 to 2020-06-23 00:37:03 UTC [more...]

[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

[PATCH bpf-next v3 00/15] implement bpf iterator for tcp and udp sockets
 2020-06-23  0:36 UTC  (12+ messages)
` [PATCH bpf-next v3 01/15] net: bpf: add bpf_seq_afinfo in tcp_iter_state
` [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 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

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)

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

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

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

[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  (4+ messages)
` [PATCH v2 bpf-next 2/3] selftests/bpf: add variable-length data concatenation pattern test
` [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: "

[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  (4+ messages)
` [BlueZ PATCH v5 3/6] device: Support marking a device with wake allowed
  ` [BlueZ,v5,3/6] "

[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  (11+ messages)
` [PATCH tip/core/rcu 01/10] docs: RCU: Convert checklist.txt to ReST
` [PATCH tip/core/rcu 02/10] docs: RCU: Convert lockdep-splat.txt "
` [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

[PATCH] kselftest: ksft_test_num return type should be unsigned
 2020-06-23  0:07 UTC 

[PATCH 00/16] mm/hmm/nouveau: THP mapping and migration
 2020-06-23  0:05 UTC  (14+ messages)
` [PATCH 13/16] mm: support THP migration to device private memory

[PATCH v4 0/5] Optionally randomize kernel stack offset each syscall
 2020-06-23  0:05 UTC  (5+ messages)
` [PATCH v4 3/5] stack: "

[Linaro-mm-sig] [PATCH 04/18] dma-fence: prime lockdep annotations
 2020-06-23  0:05 UTC  (17+ messages)

[sashal-linux-stable:queue-4.19 180/184] fs/ext4/extents.c:2545:2: error: implicit declaration of function 'ext4_remove_pending'; did you mean
 2020-06-23  0:03 UTC 

[PATCH] xmlcatalog: add exit 0
 2020-06-23  0:02 UTC 

[PATCH v6 0/3] CH7322 CEC controller driver
 2020-06-22 23:59 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: Add ch7322 media i2c device
` [PATCH v6 2/3] media: cec: add adap_controls_phys_addr option
` [PATCH v6 3/3] media: cec: i2c: ch7322: Add ch7322 CEC controller driver

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

[PATCH 00/17] arch: remove do_fork() and HAVE_COPY_THREAD_TLS
 2020-06-22 23:43 UTC  (10+ messages)
` [PATCH 01/17] fork: fold legacy_clone_args_valid() into _do_fork()
` [PATCH 02/17] sparc64: enable HAVE_COPY_THREAD_TLS
` [PATCH 03/17] sparc: share process creation helpers between sparc and sparc64
` [PATCH 04/17] sparc: unconditionally enable HAVE_COPY_THREAD_TLS
` [PATCH 05/17] ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_args
` [PATCH 06/17] nios2: "
` [PATCH 08/17] fork: remove do_fork()
` [PATCH 16/17] arch: remove HAVE_COPY_THREAD_TLS
` [PATCH 17/17] arch: rename copy_thread_tls() back to copy_thread()

[PATCH] xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
 2020-06-22 23:58 UTC  (4+ messages)

[Intel-gfx] [PATCH 0/2] Variable renames
 2020-06-22 23:57 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[renesas-devel:master] BUILD SUCCESS 9b3e8d281c6f2fa5bf84400e9cb5a6d9df7502e3
 2020-06-22 23:56 UTC 

[djwong-xfs:djwong-wtf 177/190] fs/xfs/xfs_swaprange.c:224:1: warning: no previous prototype for function 'xfs_swap_extent_forks'
 2020-06-22 23:57 UTC 

[PATCH 1/2] drm/shmem: add support for per object dma api operations
 2020-06-22 23:56 UTC  (6+ messages)

[PATCH] checkpatch: use $root/.git when seeding camel case
 2020-06-22 23:56 UTC  (3+ messages)

[Intel-wired-lan] [PATCH 00/11] net: improve devres helpers
 2020-06-22 23:55 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH 06/11] phy: un-inline devm_mdiobus_register()
  `  "

[PATCH 0/5] ASoC: add dailink .exit() callback
 2020-06-22 23:54 UTC  (3+ messages)
` [PATCH 1/5] ASoC: soc-link: introduce exit() callback

[linux-linus test] 151283: regressions - FAIL
 2020-06-22 23:53 UTC 

[PATCH 1/2] net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphy
 2020-06-22 23:53 UTC  (2+ messages)

[patch] New mode DM-Verity error handling
 2020-06-22 23:53 UTC  (6+ messages)
  `  "
    ` [dm-devel] "

[PATCH] Fix mountpoint test failure in build chroots
 2020-06-22 23:52 UTC 

[PATCH v2] Stop vhost-user sending uninitialized mmap_offsets
 2020-06-22 23:50 UTC 

[PATCH 0/6] Prefixed instruction tests to cover negative cases
 2020-06-22 23:49 UTC  (3+ messages)
` [PATCH 2/6] powerpc test_emulate_step: fix pr_info() to print 8-byte for prefixed instruction

[Intel-gfx] [PATCH 0/9] RFC: display/ddi: keep register indexes in a table
 2020-06-22 23:50 UTC  (5+ messages)
` [Intel-gfx] [PATCH 4/9] drm/i915/display: start description-based ddi initialization

[PATCH] RISC-V: Use a local variable instead of smp_processor_id()
 2020-06-22 23:47 UTC 

[BlueZ PATCH v5 1/6] mgmt: Add mgmt op and events for device flags
 2020-06-22 23:49 UTC  (2+ messages)
` device: Allow devices to be marked as wake capable

valgrind-mmt: rebased against latest upstream valgrind release v3.16.1
 2020-06-22 23:47 UTC 

[BlueZ PATCH v5 2/6] monitor: Decode device flags mgmt ops and event
 2020-06-22 23:47 UTC  (2+ messages)
` [BlueZ,v5,2/6] "

[PATCH v2 00/11] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-06-22 23:47 UTC  (4+ messages)

kprobe: __blkdev_put probe is missed
 2020-06-22 23:47 UTC  (13+ messages)

[PATCH v2 0/3] Preventing job distribution to isolated CPUs
 2020-06-22 23:45 UTC  (2+ messages)
` [Patch v2 3/3] net: Restrict receive packets queuing to housekeeping CPUs


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.