All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-24 12:31:32 to 2020-09-24 13:07:27 UTC [more...]

[PATCH v1] leds: pca9532: correct shift computation in pca9532_getled
 2020-09-24 13:07 UTC  (3+ messages)

[dpdk-dev] [PATCH 00/20] cleanup ethdev close operation
 2020-09-24 13:06 UTC  (5+ messages)
` [dpdk-dev] [PATCH 19/20] app/testpmd: reset port status on close notification

[RFC 0/2] printk: Add more metadata for each record
 2020-09-24 13:06 UTC  (6+ messages)
` [RFC 2/2] printk: Add more information about the printk caller

[PATCH v5 00/10] Function Granular KASLR
 2020-09-24 13:06 UTC  (3+ messages)
` [PATCH v5 10/10] livepatch: only match unique symbols when using fgkaslr

[GIT PULL FOR v5.10] Various fixes, mostly rkisp1
 2020-09-24 13:05 UTC 

[PATCH] powerpc/process: Fix uninitialised variable error
 2020-09-24 12:29 UTC  (2+ messages)

[dpdk-dev] [PATCH 3/3] crypto/nitrox: support cipher only crypto operations
 2020-09-24 13:04 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/3] Add AES-GCM and cipher only offload support
  ` [dpdk-dev] [PATCH v2 1/3] test/crypto: replace NITROX PMD specific test suite
  ` [dpdk-dev] [PATCH v2 2/3] crypto/nitrox: support AES-GCM
  ` [dpdk-dev] [PATCH v2 3/3] crypto/nitrox: support cipher only crypto operations

[PATCH] sched: Fix some comments
 2020-09-24 13:04 UTC 

[PATCH 0/3] condition EAS enablement on FI support
 2020-09-24 12:39 UTC  (8+ messages)
` [PATCH 1/3] sched/topology,schedutil: wrap sched domains rebuild
` [PATCH 2/3] sched/topology: condition EAS enablement on FIE support
` [PATCH 3/3] arm64: rebuild sched domains on invariance status changes

[dpdk-dev] [PATCH] net/sfc: create virtual switch to enable VFs
 2020-09-24 13:02 UTC 

[PATCH -next v2] powerpc/book3s64: fix link error with CONFIG_PPC_RADIX_MMU=n
 2020-09-24 12:28 UTC  (2+ messages)

[GIT PULL] interconnect changes for 5.10
 2020-09-24 13:02 UTC 

[Intel-wired-lan] [PATCH] e1000e: Power cycle phy on PM resume
 2020-09-24 13:02 UTC  (12+ messages)
      `  "

[PATCH 1/3] [PATCH] staging: greybus: fix warnings about endianness detected by sparse
 2020-09-24 13:01 UTC  (7+ messages)
` [PATCH 2/3] staging: greybus: codecs: use SNDRV_PCM_FMTBIT_S16_LE for format bitmask
  ` [greybus-dev] "
` [PATCH 3/3] [PATCH] staging: greybus: __u8 is sufficient for snd_ctl_elem_type_t and snd_ctl_elem_iface_t
  ` [greybus-dev] "
` [greybus-dev] [PATCH 1/3] [PATCH] staging: greybus: fix warnings about endianness detected by sparse

[PATCH v3 0/1] dt-bindings:iio:adc: Another set of yaml conversions
 2020-09-24 13:02 UTC  (3+ messages)
` [PATCH v3 1/1] dt-bindings:iio:adc:amlogic,meson-saradc yaml conversion

[PATCH v2 0/2] KVM: arm64: Documentation updates
 2020-09-24 12:59 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: arm64: Add undocumented return values for PMU device control group
` [PATCH v2 2/2] KVM: arm64: Match PMU error code descriptions with error conditions

[PATCH] drm/amd/pm: fix screen flicker seen on Navi14 with 2*4K monitors
 2020-09-24 13:00 UTC  (2+ messages)

[PATCH v2 0/4] more mm switching vs TLB shootdown and lazy tlb fixes
 2020-09-24 12:28 UTC  (2+ messages)

[PATCH] crypto: inside-secure - Fix corruption on not fully coherent systems
 2020-09-24 12:58 UTC  (10+ messages)

[PATCH] powerpc/prom_init: Check display props exist before enabling btext
 2020-09-24 12:28 UTC  (2+ messages)

[PATCH v1 0/6] seccomp: Implement constant action bitmaps
 2020-09-24 12:56 UTC  (9+ messages)
` [PATCH 3/6] "

[PATCH v7 00/13] Finish converting git bisect to C part 2
 2020-09-24 12:56 UTC  (10+ messages)

[RFC] Documentation: nouveau: Introduce some nouveau documentation
 2020-09-24 12:56 UTC  (5+ messages)

[PATCH 1/3] powerpc: Move arch_cpu_idle_dead() into smp.c
 2020-09-24 12:27 UTC  (2+ messages)

[PATCH] iomap: Set all uptodate bits for an Uptodate page
 2020-09-24 12:56 UTC 

[Cocci] [PATCH] Coccinelle: api: Add SmPL script “use_platform_get_irq.cocci”
 2020-09-23 17:00 UTC 

[PATCH 1/2] powerpc/mm/64s: Fix slb_setup_new_exec() sparse warning
 2020-09-24 12:27 UTC  (2+ messages)

[Cocci] [PATCH] coccinelle: iterators: Add for_each_child.cocci script
 2020-09-24 12:45 UTC 

[LTP] [PATCH] tst_cgroup: Don't try to use V2 if V1 controllers are mounted
 2020-09-24 12:53 UTC  (2+ messages)

[PATCH seccomp 0/6] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-24 12:44 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 seccomp 1/6] seccomp: Move config option SECCOMP to arch/Kconfig
  ` [PATCH v2 seccomp 2/6] asm/syscall.h: Add syscall_arches[] array
  ` [PATCH v2 seccomp 3/6] seccomp/cache: Add "emulator" to check if filter is arg-dependent
  ` [PATCH v2 seccomp 4/6] seccomp/cache: Lookup syscall allowlist for fast path
  ` [PATCH v2 seccomp 5/6] selftests/seccomp: Compare bitmap vs filter overhead
  ` [PATCH v2 seccomp 6/6] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

pm/testing build: 7 builds: 0 failed, 7 passed, 13 warnings (v5.9-rc6-37-ga31d518ec481)
 2020-09-24 12:44 UTC 

[PATCH] efi: add definition of EFI_MEMORY_CPU_CRYPTO and ability to report it
 2020-09-24 12:51 UTC  (2+ messages)

[PATCH 1/2] mmc: moxart: remove unneeded check for drvdata
 2020-09-24 12:49 UTC  (6+ messages)
` [PATCH 2/2] mmc: sdhci: fix indentation mistakes

[PATCH] mmc: mediatek: Drop pointer to mmc_host from msdc_host
 2020-09-24 12:49 UTC  (4+ messages)

[PATCH v7 08/10] dt-bindings: mmc: owl: add compatible string actions, s700-mmc
 2020-09-24 12:49 UTC  (4+ messages)
` [PATCH v7 08/10] dt-bindings: mmc: owl: add compatible string actions,s700-mmc

[PATCH -next] serial: pmac_zilog: use for_each_child_of_node() macro
 2020-09-24 12:27 UTC  (2+ messages)

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-09-24 12:50 UTC  (13+ messages)
            ` [virtio-dev] "

[PATCH RFT] mmc: renesas_sdhi: drop local flag for tuning
 2020-09-24 12:49 UTC  (2+ messages)

[PATCH -next] mmc: rtsx_usb_sdmmc: simplify the return expression of sd_change_phase()
 2020-09-24 12:49 UTC  (2+ messages)

[PATCH] mmc: core: document mmc_hw_reset
 2020-09-24 12:49 UTC  (4+ messages)

[PATCH v2] mmc: core: document mmc_hw_reset()
 2020-09-24 12:49 UTC  (2+ messages)

[PATCH] mmc: davinci: Drop pointer to mmc_host from mmc_davinci_host
 2020-09-24 12:49 UTC  (2+ messages)

[Intel-gfx] [V14 0/5] Add support for mipi dsi cmd mode
 2020-09-24 12:42 UTC  (6+ messages)
` [Intel-gfx] [V14 1/5] drm/i915/dsi: Add details about TE in get_config
` [Intel-gfx] [V14 2/5] i915/dsi: Configure TE interrupt for cmd mode
` [Intel-gfx] [V14 3/5] drm/i915/dsi: Add TE handler for dsi "
` [Intel-gfx] [V14 4/5] drm/i915/dsi: Initiate frame request in "
` [Intel-gfx] [V14 5/5] drm/i915/dsi: Enable software vblank counter

[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
 2020-09-24 12:47 UTC  (8+ messages)

[PATCH v2 1/1] kdump: append uts_namespace.name offset to VMCOREINFO
 2020-09-24 12:46 UTC  (2+ messages)

[PATCH V1 00/16] IOREQ feature (+ virtio-mmio) on Arm
 2020-09-24 12:47 UTC  (6+ messages)
` [PATCH V1 07/16] xen/dm: Make x86's DM feature common

[GIT PULL] MMC fixes for v5.9-rc7
 2020-09-24 12:47 UTC 

[RFC PATCH 0/2] dm crypt: Allow unaligned buffer lengths for skcipher devices
 2020-09-24 12:47 UTC  (7+ messages)
` [dm-crypt] [dm-devel] "
  ` [dm-crypt] "

[PATCH RFC] Make the docs build "work" with Sphinx 3.x
 2020-09-24 12:47 UTC  (4+ messages)

[PATCH v8 0/7] Apply COR-filter to the block-stream permanently
 2020-09-24 12:46 UTC  (7+ messages)
` [PATCH v8 6/7] block-stream: freeze link to base node during stream job

[Intel-wired-lan] [PATCH v2 0/4] isolation: limit msix vectors based on housekeeping CPUs
 2020-09-24 12:46 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH v2 1/4] sched/isolation: API to get housekeeping online CPUs
  `  "

[PATCH v6 0/3] Add USB role switch support to DWC2
 2020-09-24 12:36 UTC  (4+ messages)

[PATCH v9 00/20] gpio: cdev: add uAPI v2
 2020-09-24 12:46 UTC  (5+ messages)
` [PATCH v9 11/20] gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTL

[PATCH 00/12] samples: configfs: refactor the configfs sample code
 2020-09-24 12:45 UTC  (13+ messages)
` [PATCH 01/12] MAINTAINERS: add the sample directory to the configfs entry
` [PATCH 02/12] samples: configfs: order includes alphabetically
` [PATCH 03/12] samples: configfs: remove redundant newlines
` [PATCH 04/12] samples: configfs: drop unnecessary ternary operators
` [PATCH 05/12] samples: configfs: improve alignment of broken lines
` [PATCH 06/12] samples: configfs: fix alignment in item struct
` [PATCH 07/12] samples: configfs: replace simple_strtoul() with kstrtoint()
` [PATCH 08/12] samples: configfs: don't reinitialize variables which are already zeroed
` [PATCH 09/12] samples: configfs: prefer sizeof(*var) to sizeof(struct var_type)
` [PATCH 10/12] samples: configfs: consolidate local variables of the same type
` [PATCH 11/12] samples: configfs: don't use spaces before tabs
` [PATCH 12/12] samples: configfs: prefer pr_err() over bare printk(KERN_ERR

[PATCHSET v5 0/5] perf stat: Expand events for each cgroup
 2020-09-24 12:44 UTC  (6+ messages)
` [PATCH 1/5] perf evsel: Add evsel__clone() function
` [PATCH 2/5] perf stat: Add --for-each-cgroup option
` [PATCH 3/5] perf tools: Copy metric events properly when expand cgroups
` [PATCH 4/5] perf tools: Allow creation of cgroup without open
` [PATCH 5/5] perf test: Add expand cgroup event test

[PATCH -next] powerpc/powernv: fix wrong warning message in opalcore_config_init()
 2020-09-24 12:27 UTC  (2+ messages)

[Intel-gfx] [patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-24 12:42 UTC  (27+ messages)
                            `  "

[PATCH -next] mfd: mt6360: Remove unused including <linux/version.h>
 2020-09-24 12:42 UTC  (4+ messages)

[PATCH -next] macintosh: smu_sensors: use for_each_child_of_node() macro
 2020-09-24 12:27 UTC  (2+ messages)

[PATCH 00/45] TTM move refactoring
 2020-09-24 12:42 UTC  (3+ messages)
` [PATCH 37/45] drm/ttm: add a helper to allocate a temp tt for copies

[PATCH] KVM: x86/mmu: Stash 'kvm' in a local variable in kvm_mmu_free_roots()
 2020-09-24 12:42 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] net/sfc: fix RSS hash flag when offload is disabled
 2020-09-24 12:40 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] net/sfc: fix RSS hash offload if QUEUE action is used

[PATCH] mfd: syscon: Don't free allocated name for regmap_config
 2020-09-24 12:39 UTC  (3+ messages)

[PATCH] mfd: sm501: Fix leaks in probe()
 2020-09-24 12:40 UTC  (3+ messages)

[PATCH -next] drivers/macintosh/smu.c: use for_each_child_of_node() macro
 2020-09-24 12:27 UTC  (2+ messages)

drivers/staging/octeon/ethernet-util.h:17 cvm_oct_get_buffer_ptr() warn: should '((packet_ptr.s.addr >> 7) - packet_ptr.s.back) << 7' be a 64 bit
 2020-09-24 12:40 UTC 

[PATCH V2 0/4] cpufreq: Record stats with fast-switching
 2020-09-24 12:39 UTC  (8+ messages)
` [PATCH V2 1/4] cpufreq: stats: Defer stats update to cpufreq_stats_record_transition()

[GIT PULL for v5.9-rc7] media fixes
 2020-09-24 12:38 UTC 

[hch-misc:bdi-cleanups 13/13] WARNING: modpost: vmlinux.o(__ex_table+0x11b0): Section mismatch in reference from the (unknown reference) (unknown) to the variable ___ksymtab_gpl+ata_sff_interrupt:__ksymtab_ata_sff_interrupt
 2020-09-24 12:37 UTC 

[PATCH -next] powerpc/pseries: convert to use DEFINE_SEQ_ATTRIBUTE macro
 2020-09-24 12:27 UTC  (2+ messages)

[RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
 2020-09-24 12:34 UTC  (5+ messages)
` [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM

[igt-dev] [PATCH i-g-t RFC] lib/igt_chamelium: Use curl timeout for xmlrpc calls
 2020-09-24 12:36 UTC 

[PATCH v4 0/6] kasan: add workqueue and timer stack for generic KASAN
 2020-09-24 12:33 UTC  (5+ messages)

[PATCH] sound/soc/codecs: fix spelling typo in comments
 2020-09-24 12:33 UTC  (3+ messages)

[PATCH 0/9] sched: Migrate disable support
 2020-09-24 12:35 UTC  (6+ messages)
` [PATCH 7/9] sched: Add migrate_disable()

[PATCH] btrfs/163: Fix recently broken test
 2020-09-24 12:35 UTC  (2+ messages)

DT with memory bank of size 0 (WAS: Re: AW: AW: Colibri imx8qxp: Missing kernel boot module)
 2020-09-24 12:34 UTC 

[PATCH v9 0/6]Finish converting git bisect to C part 2 subset 1
 2020-09-24 12:33 UTC  (7+ messages)
` [PATCH v9 1/6] bisect--helper: BUG() in cmd_*() on invalid subcommand
` [PATCH v9 2/6] bisect--helper: use '-res' in 'cmd_bisect__helper' return
` [PATCH v9 3/6] bisect--helper: introduce new `write_in_file()` function
` [PATCH v9 4/6] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH v9 5/6] bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
` [PATCH v9 6/6] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C

[PATCH v2 0/7] powerpc: Fix a few W=1 compile warnings
 2020-09-24 12:27 UTC  (2+ messages)

[PATCH printk 0/5] printk: remove logbuf_lock
 2020-09-24 12:32 UTC  (5+ messages)
` [PATCH printk 3/5] printk: use buffer pool for sprint buffers

[igt-dev] [PATCH i-g-t] i915/gem_close: Added test description for test case
 2020-09-24 12:32 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_close: Added test description for test case (rev2)

[PATCH 0/2]cpufreq,topology,arm: disable FI for BL_SWITCHER
 2020-09-24 12:30 UTC  (3+ messages)
` [PATCH 1/2] cpufreq, arm, arm64: restructure definitions of arch_set_freq_scale()
` [PATCH 2/2] arm: disable frequency invariance for CONFIG_BL_SWITCHER

pull request of u-boot-mpc85xx for next
 2020-09-24 12:32 UTC  (2+ messages)

[PATCH] powerpc: reduce number of WATCHDOG_RESET calls from flush_cache
 2020-09-24 12:32 UTC  (8+ messages)

[PATCH v2 1/1] examples: make examples/ optional
 2020-09-24 12:32 UTC  (2+ messages)

[PATCH V7 0/4] Softirq:avoid large sched delay from the pending softirqs
 2020-09-24 12:31 UTC  (4+ messages)
` [PATCH V7 2/4] softirq: Factor loop termination condition


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.