All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-27 00:18:35 to 2019-08-27 01:52:52 UTC [more...]

[tip: x86/cpu] x86/cpu/intel: Aggregate big core client naming
 2019-08-27  1:52 UTC  (2+ messages)

[PATCH v2] powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GB
 2019-08-27  1:50 UTC  (3+ messages)

[PATCH 0/4] Introduce variable length mdev alias
 2019-08-27  1:51 UTC  (4+ messages)
` [PATCH 1/4] mdev: Introduce sha1 based "

[PATCH V3 1/5] thermal: qoriq: Add clock operations
 2019-08-27  1:51 UTC  (3+ messages)

[PATCH v5 2/2] EDAC: add EDAC driver for DMC520
 2019-08-27  1:49 UTC  (5+ messages)

✅ PASS: Stable queue: queue-5.2
 2019-08-27  1:47 UTC 

[meta-mingw] QEMU on thud mingw SDK is broken
 2019-08-27  1:47 UTC  (4+ messages)

[meta-xfce][Patch] xfce4-datetime-setter: fix compile error and requires distro feature x11
 2019-08-27  1:44 UTC  (8+ messages)

[dpdk-dev] [PATCH v1] drivers/net: release port upon close
 2019-08-27  1:01 UTC 

[Qemu-devel] [PATCH qemu] spapr: Render full FDT on ibm, client-architecture-support
 2019-08-27  1:41 UTC  (3+ messages)

[PATCH 0/5] perf: Treat perf_event_paranoid and kptr_restrict like the kernel does it
 2019-08-27  1:39 UTC  (12+ messages)
` [PATCH 1/5] perf event: Check ref_reloc_sym before using it
` [PATCH 2/5] perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
` [PATCH 3/5] perf util: kernel profiling is disallowed only when perf_event_paranoid > 1
` [PATCH 4/5] perf symbols: Use CAP_SYSLOG with kptr_restrict checks
` [PATCH 5/5] perf: warn that perf_event_paranoid can restrict kernel symbols

poisoned pages do not play well in the buddy allocator
 2019-08-27  1:34 UTC  (2+ messages)

[RFC v1 2/2] rcu/tree: Remove dynticks_nmi_nesting counter
 2019-08-27  1:40 UTC  (2+ messages)

RFC: Proposing git-filter-repo for inclusion in git.git
 2019-08-27  1:39 UTC  (11+ messages)
` [RFC PATCH 0/5] Remove git-filter-branch from git.git; host it elsewhere
  ` [RFC PATCH 1/5] t6006: simplify and optimize empty message test
  ` [RFC PATCH 2/5] t3427: accelerate this test by using fast-export and fast-import
  ` [RFC PATCH 3/5] git-sh-i18n: work with external scripts
  ` [RFC PATCH 4/5] Recommend git-filter-repo instead of git-filter-branch in documentation

[PATCH 1/2] kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
 2019-08-27  1:36 UTC  (9+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-08-27  1:36 UTC  (34+ messages)
` [PATCH 01/33] perf cpumap: No need to include perf.h, ditch it
` [PATCH 02/33] perf stat: Remove needless headers from stat.h
` [PATCH 03/33] perf record: Move record_opts and other record decls out of perf.h
` [PATCH 04/33] perf cacheline: Move cacheline related routines to separate files
` [PATCH 05/33] perf srcline: Add missing srcline.h header to files needing its defs
` [PATCH 06/33] perf sort: Remove needless headers from sort.h, provide fwd struct decls
` [PATCH 07/33] perf tests: Fixes hang in zstd compression test by changing the source of random data
` [PATCH 08/33] perf trace beauty ioctl: Fix off-by-one error in cmd->string table
` [PATCH 09/33] perf augmented_raw_syscalls: Rename augmented_filename to augmented_arg
` [PATCH 10/33] perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filter
` [PATCH 11/33] perf augmented_raw_syscalls: Introduce helper to get the scratch space
` [PATCH 12/33] perf augmented_raw_syscalls: Reduce perf_event_output() boilerplate
` [PATCH 13/33] perf tools: Remove duplicate headers
` [PATCH 14/33] perf report: Use timestamp__scnprintf_nsec() for time sort key
` [PATCH 15/33] perf report: Fix --ns time sort key output
` [PATCH 16/33] perf script: Fix memory leaks in list_scripts()
` [PATCH 17/33] libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
` [PATCH 18/33] libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' "
` [PATCH 19/33] libperf: Add PERF_RECORD_COMM 'struct comm_event' "
` [PATCH 20/33] libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' "
` [PATCH 21/33] libperf: Add PERF_RECORD_FORK 'struct fork_event' "
` [PATCH 22/33] libperf: Add PERF_RECORD_LOST 'struct lost_event' "
` [PATCH 23/33] libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' "
` [PATCH 24/33] libperf: Add PERF_RECORD_READ 'struct read_event' "
` [PATCH 25/33] libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' "
` [PATCH 26/33] libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' "
` [PATCH 27/33] libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' "
` [PATCH 28/33] libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' "
` [PATCH 29/33] libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
` [PATCH 30/33] perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
` [PATCH 31/33] perf tools: Rename perf_event::bpf_event to perf_event::bpf
` [PATCH 32/33] perf tool: Rename perf_tool::bpf_event to bpf
` [PATCH 33/33] perf evsel: Rename perf_missing_features::bpf_event to ::bpf

[PATCH] btrfs: tree-checker: Reject unknown tree owner 0
 2019-08-27  1:36 UTC 

[f2fs-dev] [PATCH v2 0/4] fsck: Check write pointers of zoned block devices
 2019-08-27  1:36 UTC  (5+ messages)
` [f2fs-dev] [PATCH v2 1/4] libf2fs_zoned: Introduce f2fs_report_zones() helper function
` [f2fs-dev] [PATCH v2 2/4] libf2fs_zoned: Introduce f2fs_reset_zone() function

[PATCH v6 00/12] implement KASLR for powerpc/fsl_booke/32
 2019-08-27  1:33 UTC  (6+ messages)

[PATCH 1/2] cifs: create a helper to find a writeable handle py path name
 2019-08-27  1:35 UTC  (2+ messages)
` [PATCH 2/2] cifs: fix incorrect error return in build_unc_path_to_root

[PATCH] KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9
 2019-08-27  1:35 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores
 2019-08-27  1:31 UTC  (2+ messages)

[PATCH 0/2] PCRE1 cleanup
 2019-08-27  1:34 UTC  (4+ messages)
` [PATCH 1/2] grep: make sure NO_LIBPCRE1_JIT disable JIT in PCRE1

[Qemu-arm] [PATCH v4 0/3] Add Aspeed GPIO controller model
 2019-08-27  1:33 UTC  (4+ messages)
  ` [Qemu-devel] "

cleanup the walk_page_range interface
 2019-08-27  1:34 UTC  (6+ messages)

[RFC v1 1/2] rcu/tree: Clean up dynticks counter usage
 2019-08-27  1:33 UTC 

[RFC v1 0/2] RCU dyntick nesting counter cleanups
 2019-08-27  1:33 UTC 

[PATCH v2 0/3] coresight: Add barrier packet when moving offset forward
 2019-08-27  1:30 UTC  (4+ messages)
` [PATCH v2 2/3] coresight: tmc-etr: Decouple buffer sync and barrier packet insertion

Missing file in 2.23 (p5302-pack-index.subtests)?
 2019-08-27  1:29 UTC  (3+ messages)

[Qemu-devel] [POC QEMU PATCH 0/2] CPU hotplug: use dedicated SMRAM at 0x30000 in SMM address space
 2019-08-27  1:28 UTC  (5+ messages)
` [Qemu-devel] [POC Seabios PATCH] seabios: use isolated SMM address space for relocation

[PATCH 0/3] Handling NFSv3 I/O errors in knfsd
 2019-08-27  1:28 UTC  (7+ messages)

[PATCH RFC] x86/sgx: Convert sgx_reclaim_pages() to sgx_reclaim_page()
 2019-08-27  1:27 UTC  (2+ messages)

[Qemu-devel] [Bug 1841491] [NEW] floating point emulation can fail to set FE_UNDERFLOW
 2019-08-27  1:16 UTC  (2+ messages)
` [Qemu-devel] [Bug 1841491] "

[PATCH v1] [semaphore] Removed redundant code from semaphore's down family of function
 2019-08-27  1:26 UTC  (2+ messages)
` sched,time: Allow better constprop/DCE for schedule_timeout()

create devdax with "-a 1g" failed from 5.3.0-rc1
 2019-08-27  1:22 UTC  (4+ messages)

[PATCH] x86/sgx: Pass userspace source address directly to EADD
 2019-08-27  1:20 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] x86: show UEFI images involved in crash
 2019-08-27  1:18 UTC  (4+ messages)

[U-Boot] [PATCH] cmd: host: fix seg fault at "host info"
 2019-08-27  1:12 UTC  (2+ messages)

[PATCH v2 0/3] libnvdimm/security: Enumerate the frozen state and other cleanups
 2019-08-27  0:55 UTC  (8+ messages)
` [PATCH v2 1/3] libnvdimm/security: Introduce a 'frozen' attribute
` [PATCH v2 2/3] libnvdimm/security: Tighten scope of nvdimm->busy vs security operations
` [PATCH v2 3/3] libnvdimm/security: Consolidate 'security' operations

[U-Boot] [PATCH 00/22] i.MX8MM support
 2019-08-27  1:09 UTC  (6+ messages)
` [U-Boot] [PATCH 22/22] imx: Add i.MX8MM EVK board support

[Xen-devel] [freebsd-master test] 140660: all pass - PUSHED
 2019-08-27  1:08 UTC 

[Qemu-devel] [PATCH v3 0/2] Optimize alignment probing
 2019-08-27  1:05 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] block: posix: Always allocate the first block
` [Qemu-devel] [PATCH v3 2/2] iotests: Test allocate_first_block() with O_DIRECT

[U-Boot] [PATCH v2 00/26] i.MX8MM support
 2019-08-27  1:08 UTC  (6+ messages)
` [U-Boot] [PATCH v2 01/26] tools: imx8m_image: align spl bin image size

linux-next: manual merge of the vfs tree with the ceph tree
 2019-08-27  1:06 UTC 

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-08-27  1:04 UTC  (5+ messages)

TPM 2.0 Linux sysfs interface
 2019-08-27  1:05 UTC  (2+ messages)

[RFC] performance regression with "ext4: Allow parallel DIO reads"
 2019-08-27  1:00 UTC  (13+ messages)

Linux-next-20190823: x86_64/i386: prot_hsymlinks.c:325: Failed to run cmd: useradd hsym
 2019-08-27  0:59 UTC  (9+ messages)
              ` [LTP] "

[selftests] 7a42cf4dfa: kernel_selftests.net.fib_rule_tests.sh.fail
 2019-08-27  0:59 UTC 

[U-Boot] [RFC/RESEND 00/22] Add support for Cavium Octeon-TX CN80XX/CN81XX
 2019-08-27  0:59 UTC  (11+ messages)
` [U-Boot] [RFC/RESEND 01/22] arm: introduce ARCH_THUNDERX
                    ` [U-Boot] [EXT] "

[Cocci] Challenges around asterisk usage in SmPL code
 2019-08-27  0:58 UTC  (7+ messages)
          ` [Cocci] Checking null pointer handling with SmPL

[PATCH v4 0/6] tpm: Add driver for cr50
 2019-08-27  0:58 UTC  (2+ messages)

[PATCH -next] mmc: aspeed: Fix return value check in aspeed_sdc_probe()
 2019-08-27  0:47 UTC  (7+ messages)
  ` [PATCH -next] mmc: aspeed: Fix return value check in aspee =?UTF-8?Q?d=5Fsdc=5Fprobe

Btrfs wiki, add Parrot as production user
 2019-08-27  0:55 UTC 

[tools/bpf] 112a7f8e05: kernel_selftests.bpf.test_btf.fail
 2019-08-27  0:55 UTC 

[PATCH 2/2] PCI/AER: Split the AER stats into multiple sysfs attributes
 2019-08-27  0:51 UTC  (3+ messages)
` [PATCH v2 1/2] PCI/AER: Add PoisonTLPBlocked to Uncorrectable errors
  ` [PATCH v2 2/2] PCI/AER: Split the AER stats into multiple sysfs attributes

[patch V2 00/38] posix-cpu-timers: Cleanup and consolidation
 2019-08-27  0:48 UTC  (3+ messages)
` [patch V2 38/38] posix-cpu-timers: Utilize timerqueue for storage

[PATCH] fs: fs_parser: remove fs_parameter_description name field
 2019-08-27  0:46 UTC 

df42b44746 ("debug boot"): Kernel panic - not syncing: This is just a debug!
 2019-08-27  0:45 UTC 

[PATCH net-next] nfp: add AMDA0058 boards to firmware list
 2019-08-27  0:21 UTC  (2+ messages)

[PATCH v2] xfs: Fix ABBA deadlock between AGI and AGF in rename()
 2019-08-27  0:41 UTC  (2+ messages)

[PATCH] ASoC: rsnd: fixup 6ch settings to 8ch
 2019-08-27  0:42 UTC  (3+ messages)

[PATCH] cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are available
 2019-08-27  0:43 UTC  (7+ messages)

[PATCH v2] kbuild: Require W=1 for -Wimplicit-fallthrough with clang
 2019-08-27  0:41 UTC  (2+ messages)
` [PATCH] kbuild: Do not enable -Wimplicit-fallthrough for clang for now

[PATCH] clk: Evict unregistered clks from parent caches
 2019-08-27  0:40 UTC  (2+ messages)

[PATCH v2] doc: kselftest: update for clarity on running kselftests in CI rings
 2019-08-27  0:37 UTC 

[PATCH,RFC] ath10k: Fix skb->len (properly) in ath10k_sdio_mbox_rx_packet
 2019-08-27  0:33 UTC  (2+ messages)
` [PATCH, RFC] "

[PATCH kernel v2 0/4] powerpc/powernv/kvm: Invalidate multiple TCEs at once
 2019-08-27  0:32 UTC  (5+ messages)
` [PATCH kernel v2 2/4] KVM: PPC: "

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-08-27  0:34 UTC  (11+ messages)
        ` RFC: very rough draft of a bpf permission model

[PATCH V6 5/5] mmc: host: sdhci-pci: Add Genesys Logic GL975x support
 2019-08-27  0:33 UTC 

[PATCH v2 0/4] Support xxhash64 checksums
 2019-08-27  0:33 UTC  (8+ messages)

[PATCH V6 4/5] mmc: sdhci: Export sdhci_abort_tuning function symbol
 2019-08-27  0:33 UTC 

[PATCH V6 3/5] PCI: Add Genesys Logic, Inc. Vendor ID
 2019-08-27  0:33 UTC 

[PATCH V6 2/5] mmc: sdhci: Add PLL Enable support to internal clock setup
 2019-08-27  0:32 UTC 

[Qemu-devel] [PATCH v2] configure: more resilient Python version capture
 2019-08-27  0:31 UTC  (2+ messages)

[PATCH V6 1/5] mmc: sdhci: Change timeout of loop for checking internal clock stable
 2019-08-27  0:32 UTC 

[PATCH V6 0/5] Add Genesys Logic GL975x support
 2019-08-27  0:31 UTC 

[Ksummit-discuss] Allowing something Change-Id (or something like it) in kernel commits
 2019-08-27  0:29 UTC  (4+ messages)

[bpf, lru] 107e215c29: kernel_selftests.bpf.test_lru_map.fail
 2019-08-27  0:27 UTC 

[PATCH] packfile: free packed_git memory when closing object store
 2019-08-27  0:25 UTC  (3+ messages)

[PATCH v3 00/14] drm: rcar-du: Add Color Management Module (CMM)
 2019-08-27  0:24 UTC  (7+ messages)
` [PATCH v3 08/14] drm: rcar-du: Add support for CMM
` [PATCH v3 13/14] drm: rcar-du: kms: Update CMM in atomic commit tail

[md] 3deaa1dc2f: aim7.jobs-per-min 171.3% improvement
 2019-08-27  0:23 UTC 

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-26 19:50 UTC  (3+ messages)
` [PATCH RESEND v11 7/8] open: openat2(2) syscall

[Qemu-devel] [PATCH 00/13] target/openrisc updates
 2019-08-27  0:07 UTC  (4+ messages)
` [Qemu-devel] [PATCH 09/13] target/openrisc: Add support for ORFPX64A32
` [Qemu-devel] [PATCH 11/13] target/openrisc: Implement move to/from FPCSR
` [Qemu-devel] [PATCH 13/13] target/openrisc: Update cpu "any" to v1.3

Socflash says the bmc is write protected
 2019-08-27  0:20 UTC  (8+ messages)

[PATCH 01/16] s390/boot: fix section name escaping
 2019-08-27  0:19 UTC  (4+ messages)
` [PATCH 08/16] mips: prefer __section from compiler_attributes.h

[U-Boot] [ANN] U-Boot v2019.10-rc3 released
 2019-08-27  0:19 UTC 

[U-Boot] [PATCH] ARM: da850evm_direct_nor: Enable DM_GPIO
 2019-08-27  0:19 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: da850evm_nand: Enable Ethernet
 2019-08-27  0:19 UTC  (2+ messages)

[U-Boot] [PATCH] Kconfig: Varios: Fix more SPL, TPL dependencies
 2019-08-27  0:19 UTC  (2+ messages)

[U-Boot] [PATCH] MAINTAINERS,board/siemens: update maintainer
 2019-08-27  0:19 UTC  (2+ messages)

[U-Boot] [PATCH] mailmap: Update mail address
 2019-08-27  0:19 UTC  (2+ messages)

[U-Boot] [PATCH] board: ti: am43xx_evm_usbboot: Enable DM for USB, fix SPL build errors
 2019-08-27  0:19 UTC  (2+ messages)

watchdog ioctl inconsistencies
 2019-08-27  0:19 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/1] nvme: Fix PRP Offset Invalid
 2019-08-27  0:19 UTC  (3+ messages)
` [U-Boot] [PATCH v4 "

[U-Boot] [PATCH] cmd: pci: Adjust display of digits for 64bit address and size
 2019-08-27  0:18 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: am3517-evm: Disable CONFIG_USB_EHCI_OMAP in SPL
 2019-08-27  0:18 UTC  (2+ messages)

[Xen-devel] [linux-4.4 test] 140653: regressions - FAIL
 2019-08-27  0:18 UTC 

[U-Boot] [PATCH] ARM: omap3_logic: Fix SPL boot failure when EHCI enabled
 2019-08-27  0:18 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] cmd: gpio: remove redundant assignment
 2019-08-27  0:18 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] tools: remove easylogo and include/video_logo.h
 2019-08-27  0:18 UTC  (2+ messages)


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.