All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-13 12:14:28 to 2020-11-13 13:00:58 UTC [more...]

[dpdk-dev] [PATCH 00/10] Examples compilation fixes
 2020-11-13 13:00 UTC  (15+ messages)
` [dpdk-dev] [PATCH v2 00/11] "
  ` [dpdk-dev] [PATCH v2 01/11] examples/fips_validation: fix build with pkg-config
  ` [dpdk-dev] [PATCH v2 02/11] examples/ipsec-gw: "
  ` [dpdk-dev] [PATCH v2 03/11] examples/kni: "
  ` [dpdk-dev] [PATCH v2 04/11] examples/l2fwd-crypto: "
  ` [dpdk-dev] [PATCH v2 05/11] examples/l3fwd-graph: fix static build
  ` [dpdk-dev] [PATCH v2 06/11] examples/ntb: fix clean target
  ` [dpdk-dev] [PATCH v2 07/11] examples/performance-thread: fix build with pkg-config
  ` [dpdk-dev] [PATCH v2 08/11] examples/vhost_blk: "
  ` [dpdk-dev] [PATCH v2 09/11] examples/rxtx_callbacks: "
  ` [dpdk-dev] [PATCH v2 10/11] examples: restore trace point
  ` [dpdk-dev] [PATCH v2 11/11] devtools: compile all buildable examples with pkg-config

[dpdk-dev] [PATCH] net/af_xdp: fix 32-bit build for older kernels
 2020-11-13 13:00 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

Recent changes (master)
 2020-11-13 13:00 UTC 

csky-linux-ld: vdpa_sim.c:undefined reference to `mac_pton'
 2020-11-13 12:59 UTC  (2+ messages)

[PATCH v4 06/17] PCI: add SIOV and IMS capability detection
 2020-11-13 12:57 UTC  (11+ messages)

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 

Corporate and Personal Loan/
 2020-11-10 14:09 UTC 

[PATCH] MIPS: reserve the memblock right after the kernel
 2020-11-13 12:56 UTC  (9+ messages)

[PATCH v4 0/3] arm64: cppc: add FFH support using AMUs
 2020-11-13 12:54 UTC  (7+ messages)
` [PATCH v4 3/3] arm64: implement CPPC "

[PATCH 00/28] Use main as default branch name
 2020-11-13 12:55 UTC  (2+ messages)

[PATCH 0/2] authz-list-file: Error handling fixes
 2020-11-13 12:54 UTC  (4+ messages)
` [PATCH 2/2] authz-list-file: Improve an error message

[RFC PATCH] mmc: sdhci: tegra: fix wrong unit with busy_timeout
 2020-11-13 12:53 UTC 

#PF from NMI
 2020-11-13 12:53 UTC 

[PATCHv4 00/17] arm64: remove set_fs() and friends
 2020-11-13 12:49 UTC  (18+ messages)
` [PATCHv4 01/17] arm64: ensure ERET from kthread is illegal
` [PATCHv4 02/17] arm64: add C wrappers for SET_PSTATE_*()
` [PATCHv4 03/17] arm64: head.S: rename el2_setup -> init_kernel_el
` [PATCHv4 04/17] arm64: head.S: cleanup SCTLR_ELx initialization
` [PATCHv4 05/17] arm64: head.S: always initialize PSTATE
` [PATCHv4 06/17] arm64: sdei: move uaccess logic to arch/arm64/
` [PATCHv4 07/17] arm64: sdei: explicitly simulate PAN/UAO entry
` [PATCHv4 08/17] arm64: uaccess: move uao_* alternatives to asm-uaccess.h
` [PATCHv4 09/17] arm64: uaccess: rename privileged uaccess routines
` [PATCHv4 10/17] arm64: uaccess: simplify __copy_user_flushcache()
` [PATCHv4 11/17] arm64: uaccess: refactor __{get,put}_user
` [PATCHv4 12/17] arm64: uaccess: split user/kernel routines
` [PATCHv4 13/17] arm64: uaccess cleanup macro naming
` [PATCHv4 14/17] arm64: uaccess: remove set_fs()
` [PATCHv4 15/17] arm64: uaccess: remove addr_limit_user_check()
` [PATCHv4 16/17] arm64: uaccess: remove redundant PAN toggling
` [PATCHv4 17/17] arm64: uaccess: remove vestigal UAO support

[PATCH v2 00/24] btrfs: preparation patches for subpage support
 2020-11-13 12:51 UTC  (25+ messages)
` [PATCH v2 01/24] btrfs: tests: fix free space tree test failure on 64K page system
` [PATCH v2 02/24] btrfs: extent-io-tests: remove invalid tests
` [PATCH v2 03/24] btrfs: extent_io: replace extent_start/extent_len with better structure for end_bio_extent_readpage()
` [PATCH v2 04/24] btrfs: extent_io: introduce helper to handle page status update in end_bio_extent_readpage()
` [PATCH v2 05/24] btrfs: extent_io: extract the btree page submission code into its own helper function
` [PATCH v2 06/24] btrfs: remove the phy_offset parameter for btrfs_validate_metadata_buffer()
` [PATCH v2 07/24] btrfs: pass bio_offset to check_data_csum() directly
` [PATCH v2 08/24] btrfs: inode: make btrfs_verify_data_csum() follow sector size
` [PATCH v2 09/24] btrfs: extent_io: calculate inline extent buffer page size based on page size
` [PATCH v2 10/24] btrfs: introduce a helper to determine if the sectorsize is smaller than PAGE_SIZE
` [PATCH v2 11/24] btrfs: extent_io: don't allow tree block to cross page boundary for subpage support
` [PATCH v2 12/24] btrfs: extent_io: update num_extent_pages() to support subpage sized extent buffer
` [PATCH v2 13/24] btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
` [PATCH v2 14/24] btrfs: disk-io: only clear EXTENT_LOCK bit for extent_invalidatepage()
` [PATCH v2 15/24] btrfs: extent-io: make type of extent_state::state to be at least 32 bits
` [PATCH v2 16/24] btrfs: file-item: use nodesize to determine whether we need readahead for btrfs_lookup_bio_sums()
` [PATCH v2 17/24] btrfs: file-item: remove the btrfs_find_ordered_sum() call in btrfs_lookup_bio_sums()
` [PATCH v2 18/24] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs
` [PATCH v2 19/24] btrfs: scrub: remove the anonymous structure from scrub_page
` [PATCH v2 20/24] btrfs: scrub: always allocate one full page for one sector for RAID56
` [PATCH v2 21/24] btrfs: scrub: support subpage tree block scrub
` [PATCH v2 22/24] btrfs: scrub: support subpage data scrub
` [PATCH v2 23/24] btrfs: scrub: allow scrub to work with subpage sectorsize
` [PATCH v2 24/24] btrfs: extent_io: Use detach_page_private() for alloc_extent_buffer()

Regression: QCA6390 fails with "mm/page_alloc: place pages to tail in __free_pages_core()"
 2020-11-13 12:52 UTC  (9+ messages)

[RFC PATCH] xfsrestore: fix rootdir due to xfsdump bulkstat misuse
 2020-11-13 12:51 UTC 

[PATCH v4] kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirq
 2020-11-13 12:51 UTC  (3+ messages)

[RFC PATCH kernel 0/2] irq: Add reference counting to IRQ mappings
 2020-11-13 12:06 UTC  (4+ messages)
` [RFC PATCH kernel 2/2] powerpc/pci: Remove LSI mappings on device teardown

[PATCH] docs: mtd: Avoid htmldocs warnings
 2020-11-13 12:38 UTC  (2+ messages)

[PATCH net] net: marvell: prestera: fix error return code in prestera_pci_probe()
 2020-11-13 12:50 UTC  (2+ messages)

[PATCH v10 0/6] RDMA: Add dma-buf support
 2020-11-13 12:49 UTC  (5+ messages)
` [PATCH v10 1/6] RDMA/umem: Support importing dma-buf as user memory region

[PATCH v3 00/11] Add RDMA support to the pNFS file+flexfiles data channels
 2020-11-13 12:48 UTC  (3+ messages)

[PATCH for-5.2 0/3] hmp: Fix arg evaluation crash (regression)
 2020-11-13 12:46 UTC  (5+ messages)

GIT PULL] arm64 fixes for -rc4
 2020-11-13 12:44 UTC  (4+ messages)
` [GIT "

[PATCH V2 00/23] IOREQ feature (+ virtio-mmio) on Arm
 2020-11-13 12:45 UTC  (6+ messages)
` [PATCH V2 01/23] x86/ioreq: Prepare IOREQ feature for making it common

[linux-stable-rc:linux-5.4.y 1315/3868] drivers/net/wireless/ath/ath9k/htc_drv_txrx.c:987:20: sparse: sparse: incorrect type in assignment (different base types)
 2020-11-13 12:45 UTC  (2+ messages)

[PATCH 1/2 v5] dt-bindings: leds: Add DT binding for Richtek RT8515
 2020-11-13 12:42 UTC  (2+ messages)
` [PATCH 2/2 v5] leds: rt8515: Add Richtek RT8515 LED driver

csum_partial() on different archs (selftest/bpf)
 2020-11-13 12:42 UTC  (6+ messages)

[PATCH 00/10] [RFC] ARM PCI passthrough configuration and vPCI
 2020-11-13 12:41 UTC  (12+ messages)
` [PATCH 06/10] vpci: Make every domain handle its own BARs

[PATCH] mtd: rawnand: marvell: Drop useless line
 2020-11-13 12:41 UTC 

[PATCH] mtd: rawnand: tmio: Allow compile testing
 2020-11-13 12:41 UTC 

[PATCH] mtd: rawnand: orion: Allow compile testing
 2020-11-13 12:40 UTC 

[PATCH] mtd: rawnand: davinci: Do not use extra dereferencing
 2020-11-13 12:40 UTC 

[PATCH] mtd: rawnand: au1550: Ensure the presence of the right includes
 2020-11-13 12:40 UTC 

[PATCH] mtd: nand: Change dependency between the NAND and ECC cores
 2020-11-13 12:39 UTC 

[PULL 0/6] Fixes 20201113 patches
 2020-11-13 12:29 UTC  (7+ messages)
` [PULL 1/6] audio/jack: fix use after free segfault
` [PULL 2/6] console: avoid passing con=NULL to graphic_hw_update_done()
` [PULL 3/6] hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)
` [PULL 4/6] hw/display/cirrus_vga: Remove debugging code commented out
` [PULL 5/6] hw/display/cirrus_vga: Fix hexadecimal format string specifier
` [PULL 6/6] xhci: fix nec-usb-xhci properties

[Buildroot] [PATCH 2020.08.x] package/busybox: Fix hwclock for glibc 2.31+
 2020-11-13 12:39 UTC 

ERROR: modpost: "mac_pton" undefined!
 2020-11-13 12:38 UTC  (3+ messages)

[PATCH net-next] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO
 2020-11-13 12:38 UTC  (5+ messages)
`  "
  ` [PATCH net-next V3] "
    ` [PATCH net-next V4] "

Are THPs the right model for the pagecache?
 2020-11-13 12:38 UTC  (3+ messages)

[PATCH][next] drm/kmb: fix potential integer overflow on multiplication
 2020-11-13 12:37 UTC  (2+ messages)

[chrome-os:chromeos-4.19 40/50] drivers/gpu/drm/i915/intel_hdcp.c:785:21: error: unused variable 'dev'
 2020-11-13 12:37 UTC 

[PATCH 00/19] Ensure good ECC settings
 2020-11-13 12:34 UTC  (17+ messages)
` [PATCH 01/19] mtd: rawnand: gpio: Move the ECC initialization to ->attach_chip()
` [PATCH 02/19] mtd: rawnand: xway: "
` [PATCH 03/19] mtd: rawnand: ams-delta: "
` [PATCH 04/19] mtd: rawnand: au1550: "
` [PATCH 05/19] mtd: rawnand: cs553x: "
` [PATCH 06/19] mtd: rawnand: davinci: "
` [PATCH 07/19] mtd: rawnand: diskonchip: "
` [PATCH 08/19] mtd: rawnand: fsmc: "
` [PATCH 09/19] mtd: rawnand: lpc32xx_mlc: "
` [PATCH 10/19] mtd: rawnand: lpc32xx_slc: "
` [PATCH 11/19] mtd: rawnand: mpc5121: "
` [PATCH 12/19] mtd: rawnand: orion: "
` [PATCH 13/19] mtd: rawnand: txx9ndfmc: "
` [PATCH 14/19] mtd: rawnand: tmio: "
` [PATCH 15/19] mtd: rawnand: pasemi: "
` [PATCH 16/19] mtd: rawnand: plat_nand: "

[PATCH RFC] bpf, x64: allow not-converged images when BPF_JIT_ALWAYS_ON is set
 2020-11-13 12:36 UTC  (2+ messages)

[PATCH v2] libfs: fix error cast of negative value in simple_attr_write()
 2020-11-13 12:35 UTC  (2+ messages)

[PATCH net] sctp: change to hold/put transport for proto_unreach_timer
 2020-11-13 12:35 UTC  (2+ messages)

[PULL for-5.2 0/1] MAINTAINERS: Replace my twiddle.net address
 2020-11-13 12:33 UTC  (2+ messages)

[PATCH RFC] checkpatch: add new cases to commit handling
 2020-11-13 12:31 UTC  (2+ messages)
` [Linux-kernel-mentees] "

[PATCH 1/1] mfd: stmfx: fix dev_err_probe call in stmfx_chip_init
 2020-11-13 12:28 UTC  (4+ messages)

[dpdk-dev] [PATCH 1/7] examples/fips_validation: enhance getopt_long usage
 2020-11-13 12:26 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/7] examples/l3fwd-acl: "

[PATCH 0/2] Support for O_TMPFILE in fuse
 2020-11-13 12:28 UTC  (8+ messages)
` [PATCH 2/2] fuse: Implement O_TMPFILE support

[PATCH v2 1/1] mfd: stmfx: fix dev_err_probe call in stmfx_chip_init
 2020-11-13 12:27 UTC  (2+ messages)

[Buildroot] [PATCH] package/jpeg-turbo: bump to version 2.0.5
 2020-11-13 12:28 UTC 

[Buildroot] [PATCH] package/icu: bump to version 68-1
 2020-11-13 12:28 UTC 

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-13 12:26 UTC  (11+ messages)
` [PATCH v8 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v8 8/9] arch, mm: wire up memfd_secret system call were relevant

[PATCH 0/2] Rename ioremap functions that include request_mem
 2020-11-13 12:28 UTC  (3+ messages)
` [PATCH 3/2] checkpatch: document the function renaming and deprecation around devm_ioremap_resource

[GIT PULL] SoCFPGA DTS fix for v5.10
 2020-11-13 12:26 UTC 

[PATCH v5 1/1] sched/uclamp: add SCHED_FLAG_UTIL_CLAMP_RESET flag to reset uclamp
 2020-11-13 12:26 UTC  (7+ messages)

[PATCH] tipc: fix -Wstringop-truncation warnings
 2020-11-13 12:26 UTC  (2+ messages)

[Buildroot] [PATCH] package/rauc: fix host build with systemd
 2020-11-13 12:26 UTC 

[PATCH 1/3] net: mac80211: use core API for updating TX stats
 2020-11-13 12:25 UTC  (4+ messages)
` [PATCH v2 1/3] net: mac80211: use core API for updating TX/RX stats

[PATCH] highmem: fix highmem for xtensa
 2020-11-13 12:23 UTC 

[PATCH 1/2 v4] dt-bindings: leds: Add DT binding for Richtek RT8515
 2020-11-13 12:23 UTC  (6+ messages)

[dpdk-dev] [PATCH] net/virtio: enable packet data prefetch on x86
 2020-11-13 12:21 UTC  (6+ messages)

[PATCH v2] ceph: when filling trace, call ceph_get_inode outside of mutexes
 2020-11-13 12:21 UTC 

Fwd: net: fec: rx descriptor ring out of order
 2020-11-13 12:21 UTC  (5+ messages)

[PATCH net] Bluetooth: Fix potential null pointer dereference in create_le_conn_complete
 2020-11-13 11:39 UTC 

[PATCH net] devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()
 2020-11-13 11:59 UTC  (3+ messages)

[PATCH] hwmon: fix corsair-psu fan rpm calculation
 2020-11-13 12:19 UTC 

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 

[PATCH] riscv: fix the wrong swap value register
 2020-11-13 12:18 UTC  (2+ messages)

[PATCH v3 0/5] cleanup page poisoning
 2020-11-13 12:17 UTC  (5+ messages)
` [PATCH v3 3/5] kernel/power: allow hibernation with page_poison sanity checking

[PATCH 0/2] config: allow specifying config entries via envvar pairs
 2020-11-13 12:16 UTC  (3+ messages)
` [PATCH 1/2] config: extract function to parse config pairs
` [PATCH 2/2] config: allow specifying config entries via envvar pairs

[PATCH v1 2/3] megaraid_sas: iouring iopoll support
 2020-11-13 11:56 UTC  (2+ messages)

[PATCH v3] Documentation: scheduler: fix information on arch SD flags, sched_domain and sched_debug
 2020-11-13 11:50 UTC 

[PATCH 00/19] rcu/nocb: De-offload and re-offload support v4
 2020-11-13 12:13 UTC  (14+ messages)
` [PATCH 02/19] rcu/nocb: Provide basic callback offloading state machine bits
` [PATCH 04/19] rcu/nocb: De-offloading CB kthread
` [PATCH 07/19] rcu/nocb: Re-offload support
` [PATCH 10/19] rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloading
` [PATCH 11/19] rcu/nocb: Only cond_resched() from actual offloaded batch processing
` [PATCH 12/19] rcu/nocb: Process batch locally as long as offloading isn't complete
` [PATCH 13/19] rcu/nocb: Locally accelerate callbacks "
` [PATCH 14/19] tools/rcutorture: Support nocb toggle in TREE01
` [PATCH 15/19] rcutorture: Remove weak nocb declarations
` [PATCH 16/19] rcutorture: Export nocb (de)offloading functions
` [PATCH 17/19] cpu/hotplug: Add lockdep_is_cpus_held()
` [PATCH 18/19] timer: Add timer_curr_running()
` [PATCH 19/19] rcu/nocb: Detect unsafe checks for offloaded rdp

[PATCH] python/sepolicy: allow to override manpage date
 2020-11-13 12:15 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.