All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-07 22:56:04 to 2019-12-08 04:42:38 UTC [more...]

[PATCH nf-next 0/7] netfilter: nft_tunnel: reinforce key opts support
 2019-12-08  4:41 UTC  (7+ messages)
` [PATCH nf-next 1/7] netfilter: nft_tunnel: parse ERSPAN_VERSION attr as u8
  ` [PATCH nf-next 2/7] netfilter: nft_tunnel: parse VXLAN_GBP attr as u32 in nft_tunnel
    ` [PATCH nf-next 3/7] netfilter: nft_tunnel: no need to call htons() when dumping ports
      ` [PATCH nf-next 4/7] netfilter: nft_tunnel: also dump ERSPAN_VERSION
        ` [PATCH nf-next 5/7] netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLAN
          ` [PATCH nf-next 6/7] netfilter: nft_tunnel: add the missing nla_nest_cancel()

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-08  4:39 UTC  (2+ messages)

[RFC] Efficiency of the phandle_cache on ppc64/SLOF
 2019-12-08  4:30 UTC  (7+ messages)

[PATCH v6 000/102] x86: Add initial support for apollolake
 2019-12-08  4:29 UTC  (165+ messages)
` [PATCH v6 001/102] binman: Add a library to access binman entries
` [PATCH v6 002/102] dm: gpio: Allow control of GPIO uclass in SPL
` [PATCH v6 003/102] dm: core: Fix offset_to_ofnode() with invalid offset
` [PATCH v6 004/102] dm: pci: Allow delaying auto-config until after relocation
` [PATCH v6 005/102] dm: pci: Move pci_get_devfn() into a common file
` [PATCH v6 006/102] net: Move the checksum functions to lib/
` [PATCH v6 007/102] i2c: designware: Tidy up PCI support
` [PATCH v6 008/102] i2c: designware: Avoid using static data
` [PATCH v6 009/102] i2c: designware: Support use in SPL
` [PATCH v6 010/102] x86: spi: Add helper functions for Intel Fast SPI
` [PATCH v6 011/102] fdt: Show the preprocessed .dts file on error
` [PATCH v6 012/102] dm: pinctrl: Allow enabling full pinctrl in SPL/TPL
` [PATCH v6 013/102] board_r: Move early-timer init later
` [PATCH v6 016/102] x86: timer: use a timer base of 0
` [PATCH v6 017/102] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [PATCH v6 018/102] x86: Drop unnecessary cpu code for TPL
` [PATCH v6 019/102] x86: Drop unnecessary interrupt "
` [PATCH v6 020/102] x86: power: Add an ACPI PMC uclass
` [PATCH v6 021/102] x86: sandbox: Add a PMC emulator and test
` [PATCH v6 022/102] pci: Add support for p2sb uclass
` [PATCH v6 023/102] sandbox: Disable mmio by default in tests
` [PATCH v6 024/102] sandbox: Add PCI driver and test for p2sb
` [PATCH v6 025/102] x86: Move UCLASS_IRQ into a separate file
` [PATCH v6 026/102] sandbox: Add a test for IRQ
` [PATCH v6 027/102] x86: Define the SPL image start
` [PATCH v6 028/102] x86: Reduce mrccache record alignment size
` [PATCH v6 029/102] x86: Correct mrccache find_next_mrc_cache() calculation
` [PATCH v6 030/102] x86: Adjust mrccache_get_region() to use livetree
` [PATCH v6 031/102] x86: Adjust mrccache_get_region() to support get_mmap()
` [PATCH v6 032/102] x86: Add a new global_data member for the cache record
` [PATCH v6 033/102] x86: Tidy up error handling in mrccache_save()
` [PATCH v6 034/102] x86: Update mrccache to support multiple caches
` [PATCH v6 035/102] x86: Add mrccache support for a 'variable' cache
` [PATCH v6 036/102] x86: Don't export mrccache_update()
` [PATCH v6 037/102] x86: Move fsp_prepare_mrc_cache() to fsp1 directory
` [PATCH v6 038/102] x86: Set the DRAM banks to reflect real location
` [PATCH v6 039/102] x86: Set up the MTRR for SDRAM
` [PATCH v6 040/102] x86: Don't imply libfdt or SPI flash in TPL
` [PATCH v6 041/102] x86: Allow removal of standard PCH drivers
` [PATCH v6 042/102] x86: Allow interrupt to happen once
` [PATCH v6 043/102] x86: fsp: Make graphics support common to FSP1/2
` [PATCH v6 044/102] x86: fsp: Correct wrong header inlude in fsp_support.c
` [PATCH v6 045/102] x86: fsp: Add FSP2 base support
` [PATCH v6 046/102] x86: fsp: Set up an MTRR for the graphics frame buffer
` [PATCH v6 047/102] x86: fsp: Add a new arch_fsp_init_r() hook
` [PATCH v6 048/102] x86: fsp: Allow remembering the location of FSP-S
` [PATCH v6 049/102] x86: fsp: Make the notify API call common
` [PATCH v6 050/102] x86: Don't include the BIOS emulator in TPL
` [PATCH v6 051/102] x86: Add an option to include a FIT
` [PATCH v6 052/102] x86: Add support for newer CAR schemes
` [PATCH v6 053/102] x86: Disable microcode section for FSP2
` [PATCH v6 054/102] x86: Update the fsp command "
` [PATCH v6 055/102] x86: Update .dtsi file "
` [PATCH v6 056/102] x86: Add an option to control the position of U-Boot
` [PATCH v6 057/102] x86: Add an option to control the position of SPL
` [PATCH v6 058/102] x86: Add an fdtmap and image-header
` [PATCH v6 059/102] x86: Don't repeat microcode in U-Boot if not needed
` [PATCH v6 060/102] x86: Separate out U-Boot and device tree in ROM image
` [PATCH v6 061/102] x86: Make MSR_PKG_POWER_SKU common
` [PATCH v6 062/102] spi: Correct operations check in dm_spi_xfer()
` [PATCH v6 063/102] x86: spi: Don't enable SPI_FLASH_BAR by default
` [PATCH v6 064/102] spi: ich: Move init function just above probe()
` [PATCH v6 065/102] spi: ich: Move the protection/lockdown code into a function
` [PATCH v6 066/102] spi: ich: Convert to livetree
` [PATCH v6 067/102] spi: ich: Fix header order
` [PATCH v6 068/102] spi: ich: Various small tidy-ups
` [PATCH v6 069/102] spi: ich: Add mmio_base to struct ich_spi_platdata
` [PATCH v6 070/102] dm: doc: Add a note about of-platdata and header files
` [PATCH v6 071/102] spi: ich: Correct max-size bug in ich_spi_adjust_size()
` [PATCH v6 072/102] spi: ich: Support of-platdata for fast-spi
` [PATCH v6 073/102] spi: ich: Support hardware sequencing
` [PATCH v6 074/102] spi: ich: Add support for get_mmap() method
` [PATCH v6 075/102] spi: ich: Add TPL support
` [PATCH v6 076/102] spi: ich: Add Apollo Lake support
` [PATCH v6 077/102] mtd: spi: Export spi_flash_std_probe()
` [PATCH v6 078/102] x86: Enable pinctrl in SPL and TPL
` [PATCH v6 079/102] x86: Add low-power subsystem (lpss) support

next/pending-fixes boot: 276 boots: 4 failed, 264 passed with 6 offline, 1 untried/unknown, 1 conflict (v5.4-13395-gf8186a61dbcf)
 2019-12-08  4:23 UTC 

Build failed in Jenkins: media-build #2841
 2019-12-08  4:21 UTC 

[PATCH] x86/resctrl: fix an imbalance in domain_remove_cpu
 2019-12-08  4:13 UTC 

[PATCH 1/1] client: Fix memory leak
 2019-12-08  4:11 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gtt: Account for preallocation in asserts
 2019-12-08  4:09 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[PATCH v3] fs: introduce is_dot_dotdot helper for cleanup
 2019-12-08  3:41 UTC  (3+ messages)
  ` [f2fs-dev] "

[f2fs-dev] Potential data corruption?
 2019-12-08  4:00 UTC  (2+ messages)

RFC: libnetfilter_queue: nfq_udp_get_payload_len() gives wrong answer
 2019-12-08  3:49 UTC 

[PATCH] gpiolib: fix up emulated open drain outputs
 2019-12-08  3:43 UTC  (2+ messages)

[sashal-linux-stable:queue-4.19 125/208] Error: arch/arm64/boot/dts/qcom/sdm845-mtp.dts:26.22-23 syntax error
 2019-12-08  3:25 UTC 

linux-next: Tree for Dec 8
 2019-12-08  3:06 UTC 

[PATCH v2 0/6] Delete timespec64_trunc()
 2019-12-08  3:04 UTC  (7+ messages)

[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_engines: Use an offset hint to avoid overlap
 2019-12-08  3:01 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✗ Fi.CI.IGT: failure "

[Xen-devel] [libvirt bisection] complete build-armhf-libvirt
 2019-12-08  3:00 UTC 

[GIT PULL] NTB patches for v5.5
 2019-12-08  2:40 UTC  (2+ messages)

[git pull] Input updates for v5.5-rc0
 2019-12-08  2:40 UTC  (3+ messages)

[V2]PATCH] oeqa/selftest/runtime_test: split systemd and sysvinit tests out
 2019-12-08  1:55 UTC 

[PATCH] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2019-12-08  1:52 UTC  (4+ messages)

[sashal-linux-stable:queue-4.19 38/208] drivers/pinctrl/sh-pfc/pfc-r8a7792.c:1750:38: error: macro "VIN_DATA_PIN_GROUP" passed 3 arguments, but takes just 2
 2019-12-08  1:33 UTC 

[Intel-gfx] [PATCH] drm/i915/gem: Avoid rcu_barrier() from shrinker paths
 2019-12-08  1:31 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[dpdk-dev] [PATCH] kernel/linux: fix kernel dir for meson
 2019-12-08  1:26 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3] "

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:24 UTC 

[PATCH] btrfs-progs: Skip device tree when we failed to read it
 2019-12-08  1:21 UTC  (9+ messages)

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:18 UTC 

[PATCH 0/2] Minor updates
 2019-12-08  1:15 UTC  (4+ messages)

[PATCH] advsync: Get rid of ACCESS_ONCE()
 2019-12-08  1:14 UTC  (2+ messages)

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:14 UTC 

[sashal-linux-stable:queue-4.19 112/208] arch/arm64/net/bpf_jit_comp.c:633:9: error: implicit declaration of function 'bpf_jit_get_func_addr'; did you mean 'bpf_jit_binary_hdr'?
 2019-12-08  1:12 UTC 

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:11 UTC 

[GIT PULL] xfs: fixes for 5.5-rc1
 2019-12-08  1:10 UTC  (2+ messages)

[GIT PULL] iomap: fixes for 5.5
 2019-12-08  1:10 UTC  (3+ messages)
` [Cluster-devel] "

[GIT PULL] Please pull NFS client changes for Linux 5.5
 2019-12-08  1:10 UTC  (2+ messages)

[GIT PULL] nfsd change for 5.5
 2019-12-08  1:10 UTC  (4+ messages)

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:07 UTC 

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:04 UTC 

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:00 UTC 

[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_freq: Protect against absent sysfs nodes
 2019-12-08  0:54 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

next/pending-fixes build: 214 builds: 1 failed, 213 passed, 4 errors, 58 warnings (v5.4-13395-gf8186a61dbcf)
 2019-12-08  0:53 UTC 

[PATCH v6 2/3] PCI: Add parameter nr_devfns to pci_add_dma_alias
 2019-12-08  0:48 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] sandbox: enable UEFI unit tests
 2019-12-08  0:31 UTC  (2+ messages)
`  "

[Intel-gfx] [PATCH] drm/i915/gem: Comment on inability to check args.pad for MMAP_OFFSET
 2019-12-08  0:31 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

Proposition!
 2019-12-08  0:26 UTC 

[U-Boot] [PATCH 0/2] Add support for booting EFI FIT images
 2019-12-08  0:25 UTC  (5+ messages)

[PATCH] timer: fix a debugobjects warning in del_timer()
 2019-12-08  0:25 UTC  (2+ messages)

[PATCH v2 0/4] efi_loader: prepare for FIT images
 2019-12-08  0:17 UTC  (5+ messages)
` [PATCH v2 1/4] efi_loader: pass address to efi_install_fdt()
` [PATCH v2 2/4] efi_loader: use hardware device tree by default
` [PATCH v2 3/4] efi_loader: carve out efi_run_image()
` [PATCH v2 4/4] efi_loader: export efi_install_fdt()

[PATCH -tip] kprobes: Lock rcu_read_lock() while searching kprobe
 2019-12-08  0:08 UTC  (9+ messages)

[PATCH v2 00/14] video, drm, etc: constify fbops in struct fb_info
 2019-12-08  0:07 UTC  (8+ messages)
` [PATCH v2 11/14] HID: picoLCD: constify fb ops
        ` [Intel-gfx] "

[RFC v1 PATCH 7/7] bpf: Don't use tasklet in stackmap code when RT
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 6/7] bpf: Use BPF prog locking in array macros and cgroup/lirc code
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 5/7] bpf: Use bpf prog locking in trampoline code
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 4/7] bpf: More BPF_PROG_RUN() --> __BPF_PROG_RUN() transformations
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 3/7] bpf: Remove preemption disable from simple call sites
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 2/7] bpf: Add basic RT local locking for invocation of BPF programs
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 1/7] RT: Add local lock stubs
 2019-12-08  0:04 UTC 

[RFC v1 PATCH 0/7] bpf: Make RT friendly
 2019-12-08  0:03 UTC 

[Bug 204241] New: amdgpu fails to resume from suspend
 2019-12-07 23:55 UTC  (3+ messages)
` [Bug 204241] "

[dm-crypt] Suddenly unable to access encrypted LUKS partition
 2019-12-07 23:41 UTC 

[PATCH][SMB3] Improve check for when we send security descriptor context on open
 2019-12-07 23:46 UTC 

[meta-oe][PATCH 1/4] liblockdev: Loosen the regexp for py3
 2019-12-07 23:45 UTC  (4+ messages)
` [meta-oe][PATCH 2/4] sigrok-cli: Update to 0.7.1
` [meta-python][PATCH 3/4] python-pywbem: Update to 0.15.0
` [meta-oe][PATCH 4/4] udisks2: Update to 2.8.4

linux-next: build failure after merge of the vhost tree
 2019-12-07 23:45 UTC  (2+ messages)

[Xen-devel] [PATCH 0/2] Refactor super page shattering
 2019-12-07 23:39 UTC  (5+ messages)
` [Xen-devel] [PATCH 1/2] x86/mm: factor out the code for shattering an l3 PTE

[meta-security][PATCH 0/2] tpm2-abrmd: startup fixes
 2019-12-07 23:32 UTC  (2+ messages)
` [yocto] "

[PATCH v3] python/python3: Whitelist CVE-2019-18348
 2019-12-07 23:31 UTC  (2+ messages)
` ✗ patchtest: failure for python/python3: Whitelist CVE-2019-18348 (rev2)

[PATCH v3 00/15] Move PMC clocks into Tegra PMC driver
 2019-12-07 23:24 UTC  (7+ messages)
` [PATCH v3 06/15] clk: tegra: Remove tegra_pmc_clk_init along with clk ids

[PATCH 1/1] linux/types.h: fix typo unchar
 2019-12-07 23:22 UTC 

[meta-oe][PATCH] gpsd: Add a PACKAGECONFIG for disabling usb support
 2019-12-07 23:16 UTC 

[linux-lvm] Best way to run LVM over multiple SW RAIDs?
 2019-12-07 23:14 UTC  (4+ messages)

[PATCH] x86/build: provide missing include file for capflags.c
 2019-12-07 23:10 UTC  (3+ messages)

[sashal-linux-stable:queue-4.19 32/208] drivers/dma/xilinx/xilinx_dma.c:1252:9: error: implicit declaration of function 'xilinx_prep_dma_addr_t'; did you mean 'xilinx_dma_start'?
 2019-12-07 23:11 UTC 

✅ PASS: Test report for kernel 5.3.15-aba451e.cki (stable-queue)
 2019-12-07 23:08 UTC 

[PATCH v8 00/19] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-12-07 22:56 UTC  (5+ messages)

[GIT PULL] xen: branch for v5.5-rc1
 2019-12-07 22:55 UTC  (2+ messages)
` [Xen-devel] "


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.